diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-16 12:23:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-16 12:23:10 +0300 |
commit | 6ecadc26c798322d8a88b9fb2d4a93349bc19d07 (patch) | |
tree | a3d37a0c74d7a41e8d0a7e93889408cfb9ffcc88 /src/map/status.h | |
parent | 555eb0850d0e46aa25de88c15d2f00fbe62385f5 (diff) | |
download | evol-hercules-6ecadc26c798322d8a88b9fb2d4a93349bc19d07.tar.gz evol-hercules-6ecadc26c798322d8a88b9fb2d4a93349bc19d07.tar.bz2 evol-hercules-6ecadc26c798322d8a88b9fb2d4a93349bc19d07.tar.xz evol-hercules-6ecadc26c798322d8a88b9fb2d4a93349bc19d07.zip |
Add to job_db.conf attribute for moving speed.
New attribute: MoveSpeed
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index ed22d4d..414ad7c 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -4,6 +4,8 @@ #ifndef EVOL_MAP_STATUS #define EVOL_MAP_STATUS +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); #endif // EVOL_MAP_STATUS |