summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2018-08-26 17:01:42 +0200
committerHerculesWSAPI <dev@herc.ws>2018-08-26 17:01:42 +0200
commit1455dab58a381479b196c73b50b42990b9aff580 (patch)
tree500ac64004780198087be16d13ce79c54a3219f9 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent0630ea01ef687ba22f4600a2f32fb4d3e448dcb8 (diff)
downloadhercules-1455dab58a381479b196c73b50b42990b9aff580.tar.gz
hercules-1455dab58a381479b196c73b50b42990b9aff580.tar.bz2
hercules-1455dab58a381479b196c73b50b42990b9aff580.tar.xz
hercules-1455dab58a381479b196c73b50b42990b9aff580.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.inc1
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 0088847b1..70ea54928 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1723,6 +1723,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(map->zone_apply, HP_map_zone_apply) },
{ HP_POP(map->zone_change, HP_map_zone_change) },
{ HP_POP(map->zone_change2, HP_map_zone_change2) },
+ { HP_POP(map->zone_reload, HP_map_zone_reload) },
{ HP_POP(map->getcell, HP_map_getcell) },
{ HP_POP(map->setgatcell, HP_map_setgatcell) },
{ HP_POP(map->cellfromcache, HP_map_cellfromcache) },