summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2016-01-06 15:37:16 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2016-01-06 15:37:16 +0100
commitf0fb75952afc17ee33718f02f1d939e44f15b82d (patch)
treef0fb3a6d4b70f73e56f039d06564335d82984a89 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentd5199cee806fb9f18987dea0c3a20a2d381927ca (diff)
downloadhercules-f0fb75952afc17ee33718f02f1d939e44f15b82d.tar.gz
hercules-f0fb75952afc17ee33718f02f1d939e44f15b82d.tar.bz2
hercules-f0fb75952afc17ee33718f02f1d939e44f15b82d.tar.xz
hercules-f0fb75952afc17ee33718f02f1d939e44f15b82d.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.inc8
1 files changed, 6 insertions, 2 deletions
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) },