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.HookingPoints.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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 0e8322917..c937241f3 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1553,6 +1553,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(map->nick2sd, HP_map_nick2sd) }, { HP_POP(map->getmob_boss, HP_map_getmob_boss) }, { HP_POP(map->id2boss, HP_map_id2boss) }, + { HP_POP(map->race_id2mask, HP_map_race_id2mask) }, { HP_POP(map->reloadnpc, HP_map_reloadnpc) }, { HP_POP(map->check_dir, HP_map_check_dir) }, { HP_POP(map->calc_dir, HP_map_calc_dir) }, |