summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-13 23:11:15 +0000
committerJesusaves <cpntb1@ymail.com>2020-09-12 13:31:28 -0300
commitfc19fdff65ee1561b2b1e30e5bab6906f65d34fa (patch)
treed74a15da15e0121edfc5733aa527d559deea1e14 /src/emap/init.c
parent02963c54fa43b41ed8346e243c415e777e9caa4c (diff)
downloadevol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.tar.gz
evol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.tar.bz2
evol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.tar.xz
evol-hercules-fc19fdff65ee1561b2b1e30e5bab6906f65d34fa.zip
fix the hooks for npc->unload and mob->spawn_dataset, remove the unused hook for status->change_end_
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 91d1a58..9ecf6de 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -408,7 +408,6 @@ HPExport void plugin_init (void)
addHookPost(status, calc_def, estatus_calc_def_post);
addHookPost(status, calc_fix_aspd, estatus_calc_fix_aspd_post);
addHookPost(status, change_start, estatus_change_start_post);
- addHookPost(status, change_end_, estatus_change_end__post);
addHookPost(map, addflooritem, emap_addflooritem_post);
addHookPost(mob, read_db_mode_sub, emob_read_db_mode_sub_post);
addHookPost(mob, spawn_dataset, emob_spawn_dataset_post);