diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-16 12:40:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-16 12:42:54 +0300 |
commit | 33b41fe00a47510ed6b84e04fc9e9a222b053130 (patch) | |
tree | 24c58e9efef5d75ff5ec5aabfb1bad9d30b1bd85 /src/map/status.h | |
parent | 6ecadc26c798322d8a88b9fb2d4a93349bc19d07 (diff) | |
download | evol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.tar.gz evol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.tar.bz2 evol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.tar.xz evol-hercules-33b41fe00a47510ed6b84e04fc9e9a222b053130.zip |
Apply WalkSpeed attribute from job_db.conf.
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 414ad7c..fb0198b 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -7,5 +7,6 @@ void status_init(void); void estatus_set_viewdata_post(struct block_list *bl, int *class_); void estatus_read_job_db_sub(int *idxPtr, const char *name, config_setting_t *jdb); +int estatus_calc_pc_(int retVal, struct map_session_data* sd, enum e_status_calc_opt *opt); #endif // EVOL_MAP_STATUS |