summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-11-13 13:07:16 -0500
committergumi <git@gumi.ca>2018-11-13 13:07:16 -0500
commitafc68b65ad3a2a05eccd578acc2fe71a5f42655a (patch)
treeefb1b7ba094243713ab062f16a0011ee33c4dfcd /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentc964aa4b43de4e534e1ea421841ee090cc71e6e8 (diff)
downloadhercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.tar.gz
hercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.tar.bz2
hercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.tar.xz
hercules-afc68b65ad3a2a05eccd578acc2fe71a5f42655a.zip
update HPM hooks, for map_zone_remove_all
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 508465411..838968ce0 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1737,6 +1737,7 @@ struct HookingPointData HookingPoints[] = {
/* map_interface */
{ HP_POP(map->zone_init, HP_map_zone_init) },
{ HP_POP(map->zone_remove, HP_map_zone_remove) },
+ { HP_POP(map->zone_remove_all, HP_map_zone_remove_all) },
{ 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) },