diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-11-07 19:18:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-11-07 19:18:06 +0300 |
commit | 51e1c8fd61d0e8270c7502095c73cf58f8beac62 (patch) | |
tree | 5dd4ea8d0f7360660552fe42e49bfe3488fd0233 /src/emap/status.h | |
parent | 1e553c3f7a8d444983ee25c0cefbcb4e00a54305 (diff) | |
download | evol-hercules-51e1c8fd61d0e8270c7502095c73cf58f8beac62.tar.gz evol-hercules-51e1c8fd61d0e8270c7502095c73cf58f8beac62.tar.bz2 evol-hercules-51e1c8fd61d0e8270c7502095c73cf58f8beac62.tar.xz evol-hercules-51e1c8fd61d0e8270c7502095c73cf58f8beac62.zip |
Update from new hercules.s20171129
Removed npc vd recreation because it already fixed in hercules.
Diffstat (limited to 'src/emap/status.h')
-rw-r--r-- | src/emap/status.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emap/status.h b/src/emap/status.h index 0f78346..11f1695 100644 --- a/src/emap/status.h +++ b/src/emap/status.h @@ -5,8 +5,6 @@ #define EVOL_MAP_STATUS int estatus_init_post(int retVal, bool minimal); -void estatus_set_viewdata_pre(struct block_list **blPtr, - int *classPtr_ __attribute__ ((unused))); void estatus_set_viewdata_post(struct block_list *bl, int class_); void estatus_read_job_db_sub_post(int idx, |