summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-18 03:42:23 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-18 03:42:23 -0300
commit90f88f539307c0a6945d305aa591ae0b935365e4 (patch)
tree69d8b8707bdca068400ec91587a4ed68049ae8e1 /src/emap/init.c
parent03996d97def7dda1d6a6f79a466daf668884d277 (diff)
downloadevol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.gz
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.bz2
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.tar.xz
evol-hercules-90f88f539307c0a6945d305aa591ae0b935365e4.zip
Implement SC_HALT_REGENERATION. Move SC IDs because this one is saved to SQL.
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 7caccd6..2a4ac3f 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -385,6 +385,7 @@ 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, calc_regen_rate, estatus_calc_regen_rate_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);