summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-11-14 16:51:15 +0100
committerGitHub <noreply@github.com>2018-11-14 16:51:15 +0100
commit3a6892f5c82a71e689450c50da57f6752defcd84 (patch)
treeefb1b7ba094243713ab062f16a0011ee33c4dfcd /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent1e5df06b8a23ea13c3fc1b07339c261a77600bae (diff)
parentafc68b65ad3a2a05eccd578acc2fe71a5f42655a (diff)
downloadhercules-3a6892f5c82a71e689450c50da57f6752defcd84.tar.gz
hercules-3a6892f5c82a71e689450c50da57f6752defcd84.tar.bz2
hercules-3a6892f5c82a71e689450c50da57f6752defcd84.tar.xz
hercules-3a6892f5c82a71e689450c50da57f6752defcd84.zip
Merge pull request #2247 from Helianthella/pkreload
fix map_zone_remove not actually removing flags
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) },