diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-01-24 16:14:30 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-01-24 16:14:30 +0100 |
commit | d5f6c4f3977d8921169986529c9ce97b6da343ab (patch) | |
tree | 71cf7699222b5a7a5795e98cddf1cadcc78fa2a2 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 1f40b88a9b27f1437d2d8b2f4c5dcb56a1e477db (diff) | |
download | hercules-d5f6c4f3977d8921169986529c9ce97b6da343ab.tar.gz hercules-d5f6c4f3977d8921169986529c9ce97b6da343ab.tar.bz2 hercules-d5f6c4f3977d8921169986529c9ce97b6da343ab.tar.xz hercules-d5f6c4f3977d8921169986529c9ce97b6da343ab.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 f3ea65b93..e127caeae 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1490,6 +1490,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(map->add_questinfo, HP_map_add_questinfo) }, { HP_POP(map->remove_questinfo, HP_map_remove_questinfo) }, { HP_POP(map->merge_zone, HP_map_merge_zone) }, + { HP_POP(map->zone_clear_single, HP_map_zone_clear_single) }, /* mapit */ { HP_POP(mapit->alloc, HP_mapit_alloc) }, { HP_POP(mapit->free, HP_mapit_free) }, |