diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-12-06 15:29:01 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-12-06 15:29:01 +0100 |
commit | 8750ef0953362426494678b7dd6599906dbe1dca (patch) | |
tree | a275dcb10b681c3c0225a11e3c8cc11f2e5a051f /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 60497e4a95836f3a6989d1cac940fd962224172c (diff) | |
download | hercules-8750ef0953362426494678b7dd6599906dbe1dca.tar.gz hercules-8750ef0953362426494678b7dd6599906dbe1dca.tar.bz2 hercules-8750ef0953362426494678b7dd6599906dbe1dca.tar.xz hercules-8750ef0953362426494678b7dd6599906dbe1dca.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 39543d1a4..b6afa8fcf 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -3047,6 +3047,8 @@ struct { struct HPMHookPoint *HP_map_getmob_boss_post; struct HPMHookPoint *HP_map_id2boss_pre; struct HPMHookPoint *HP_map_id2boss_post; + struct HPMHookPoint *HP_map_race_id2mask_pre; + struct HPMHookPoint *HP_map_race_id2mask_post; struct HPMHookPoint *HP_map_reloadnpc_pre; struct HPMHookPoint *HP_map_reloadnpc_post; struct HPMHookPoint *HP_map_check_dir_pre; @@ -8828,6 +8830,8 @@ struct { int HP_map_getmob_boss_post; int HP_map_id2boss_pre; int HP_map_id2boss_post; + int HP_map_race_id2mask_pre; + int HP_map_race_id2mask_post; int HP_map_reloadnpc_pre; int HP_map_reloadnpc_post; int HP_map_check_dir_pre; |