summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2018-04-08 19:59:17 +0200
committerHerculesWSAPI <dev@herc.ws>2018-04-08 19:59:17 +0200
commitdd6655709ea9f61cec8229d98fe9e4a9bc31bf14 (patch)
treefaeddfa34d92eca176033b6a558ab29edf2f5994 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent86ca30e4d6140479f66d8d9f75d3f8157b561815 (diff)
downloadhercules-dd6655709ea9f61cec8229d98fe9e4a9bc31bf14.tar.gz
hercules-dd6655709ea9f61cec8229d98fe9e4a9bc31bf14.tar.bz2
hercules-dd6655709ea9f61cec8229d98fe9e4a9bc31bf14.tar.xz
hercules-dd6655709ea9f61cec8229d98fe9e4a9bc31bf14.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 2e762a231..45658360d 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1836,6 +1836,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(mob->skill_id2skill_idx, HP_mob_skill_id2skill_idx) },
{ HP_POP(mob->db_searchname, HP_mob_db_searchname) },
{ HP_POP(mob->db_searchname_array_sub, HP_mob_db_searchname_array_sub) },
+ { HP_POP(mob->mvptomb_spawn_delayed, HP_mob_mvptomb_spawn_delayed) },
+ { HP_POP(mob->mvptomb_delayspawn, HP_mob_mvptomb_delayspawn) },
{ HP_POP(mob->mvptomb_create, HP_mob_mvptomb_create) },
{ HP_POP(mob->mvptomb_destroy, HP_mob_mvptomb_destroy) },
{ HP_POP(mob->db_searchname_array, HP_mob_db_searchname_array) },