diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-12-23 08:59:08 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-12-23 08:59:08 +0100 |
commit | 6c9a4296dd8406c65b4b33dcd0c2c58cb1608301 (patch) | |
tree | 740d823c1849f92efef498457daf7f8ba5629113 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 474f517404484ebe1d99b1b807e3e73e72166191 (diff) | |
download | hercules-6c9a4296dd8406c65b4b33dcd0c2c58cb1608301.tar.gz hercules-6c9a4296dd8406c65b4b33dcd0c2c58cb1608301.tar.bz2 hercules-6c9a4296dd8406c65b4b33dcd0c2c58cb1608301.tar.xz hercules-6c9a4296dd8406c65b4b33dcd0c2c58cb1608301.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 a92bf59f5..57f2f37a2 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1314,6 +1314,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(itemdb->clear, HP_itemdb_clear) }, { HP_POP(itemdb->id2combo, HP_itemdb_id2combo) }, { HP_POP(itemdb->is_item_usable, HP_itemdb_is_item_usable) }, + { HP_POP(itemdb->lookup_const, HP_itemdb_lookup_const) }, /* logs */ { HP_POP(logs->pick_pc, HP_logs_pick_pc) }, { HP_POP(logs->pick_mob, HP_logs_pick_mob) }, |