diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-28 18:09:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-28 18:09:13 +0300 |
commit | 8cf325640e316aff125deeff3d2880bb342d00c9 (patch) | |
tree | 2f5aabe104fcba2a36022a098a839ff04f6c2b36 /src/emap/status.h | |
parent | f68e125478e7b74fdc7e9c272449ae0c5c227d1c (diff) | |
download | evol-hercules-8cf325640e316aff125deeff3d2880bb342d00c9.tar.gz evol-hercules-8cf325640e316aff125deeff3d2880bb342d00c9.tar.bz2 evol-hercules-8cf325640e316aff125deeff3d2880bb342d00c9.tar.xz evol-hercules-8cf325640e316aff125deeff3d2880bb342d00c9.zip |
Fix memory leak if npc change class.s20160630
Diffstat (limited to 'src/emap/status.h')
-rw-r--r-- | src/emap/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/status.h b/src/emap/status.h index fce6c83..62bbec7 100644 --- a/src/emap/status.h +++ b/src/emap/status.h @@ -5,6 +5,8 @@ #define EVOL_MAP_STATUS void status_init(void); +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, |