From f0fb75952afc17ee33718f02f1d939e44f15b82d Mon Sep 17 00:00:00 2001 From: "Hercules.ws" Date: Wed, 6 Jan 2016 15:37:16 +0100 Subject: HPM Hooks Update Signed-off-by: HerculesWSAPI --- src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc') diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 514a79ba1..67fb2ce19 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1555,11 +1555,15 @@ struct HookingPointData HookingPoints[] = { { HP_POP(map->vforeachinmap, HP_map_vforeachinmap) }, { HP_POP(map->vforeachininstance, HP_map_vforeachininstance) }, { HP_POP(map->id2sd, HP_map_id2sd) }, - { HP_POP(map->id2md, HP_map_id2md) }, { HP_POP(map->id2nd, HP_map_id2nd) }, + { HP_POP(map->id2md, HP_map_id2md) }, + { HP_POP(map->id2fi, HP_map_id2fi) }, + { HP_POP(map->id2cd, HP_map_id2cd) }, + { HP_POP(map->id2su, HP_map_id2su) }, + { HP_POP(map->id2pd, HP_map_id2pd) }, { HP_POP(map->id2hd, HP_map_id2hd) }, { HP_POP(map->id2mc, HP_map_id2mc) }, - { HP_POP(map->id2cd, HP_map_id2cd) }, + { HP_POP(map->id2ed, HP_map_id2ed) }, { HP_POP(map->id2bl, HP_map_id2bl) }, { HP_POP(map->blid_exists, HP_map_blid_exists) }, { HP_POP(map->mapindex2mapid, HP_map_mapindex2mapid) }, -- cgit v1.2.3-60-g2f50