diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-06 15:38:34 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-06 15:38:34 +0300 |
commit | 4bf7ac022dd4baf2ddca750971ecd2853979a40c (patch) | |
tree | c893d59f656877bd1eaa52c4e0ac977307ec3183 /src/emap/mob.h | |
parent | 036ae997e7dcd368caedd5cd00697f42da9b21bb (diff) | |
download | evol-hercules-4bf7ac022dd4baf2ddca750971ecd2853979a40c.tar.gz evol-hercules-4bf7ac022dd4baf2ddca750971ecd2853979a40c.tar.bz2 evol-hercules-4bf7ac022dd4baf2ddca750971ecd2853979a40c.tar.xz evol-hercules-4bf7ac022dd4baf2ddca750971ecd2853979a40c.zip |
Update plugin for support latest hercules.
Diffstat (limited to 'src/emap/mob.h')
-rw-r--r-- | src/emap/mob.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emap/mob.h b/src/emap/mob.h index a2815fb..a398ea0 100644 --- a/src/emap/mob.h +++ b/src/emap/mob.h @@ -6,13 +6,10 @@ int emob_deleteslave_sub(struct block_list *bl, va_list ap); void emob_read_db_additional_fields(struct mob_db *entry, - int *classPtr, config_setting_t *it, int *nPtr, const char *source); int emob_read_db_mode_sub_post(int retVal, struct mob_db *entry, - struct status_data *mstatus, - int *classPtr, config_setting_t *t); #endif // EVOL_MAP_MOB |