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.HPMHooksCore.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.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index b4c98894e..88f2a4575 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -2591,6 +2591,8 @@ struct { struct HPMHookPoint *HP_itemdb_id2combo_post; struct HPMHookPoint *HP_itemdb_is_item_usable_pre; struct HPMHookPoint *HP_itemdb_is_item_usable_post; + struct HPMHookPoint *HP_itemdb_lookup_const_pre; + struct HPMHookPoint *HP_itemdb_lookup_const_post; struct HPMHookPoint *HP_logs_pick_pc_pre; struct HPMHookPoint *HP_logs_pick_pc_post; struct HPMHookPoint *HP_logs_pick_mob_pre; @@ -7672,6 +7674,8 @@ struct { int HP_itemdb_id2combo_post; int HP_itemdb_is_item_usable_pre; int HP_itemdb_is_item_usable_post; + int HP_itemdb_lookup_const_pre; + int HP_itemdb_lookup_const_post; int HP_logs_pick_pc_pre; int HP_logs_pick_pc_post; int HP_logs_pick_mob_pre; |