summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2020-06-28 01:58:28 +0200
committerHerculesWSAPI <dev@herc.ws>2020-06-28 01:58:28 +0200
commit44db4ecf056d23a114c033eecd7f907a92217a77 (patch)
tree1c6953b7ebf6092db9c1ae1592cc2b52bfdc84f0 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentc580e48275dd57d0eedc824b5230bac335c8f334 (diff)
downloadhercules-44db4ecf056d23a114c033eecd7f907a92217a77.tar.gz
hercules-44db4ecf056d23a114c033eecd7f907a92217a77.tar.bz2
hercules-44db4ecf056d23a114c033eecd7f907a92217a77.tar.xz
hercules-44db4ecf056d23a114c033eecd7f907a92217a77.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc1
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 899f443d1..c35e9b3d6 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -2963,6 +2963,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(skill->get_sp_rate, HP_skill_get_sp_rate) },
{ HP_POP(skill->get_state, HP_skill_get_state) },
{ HP_POP(skill->get_spiritball, HP_skill_get_spiritball) },
+ { HP_POP(skill->get_item_index, HP_skill_get_item_index) },
{ HP_POP(skill->get_itemid, HP_skill_get_itemid) },
{ HP_POP(skill->get_itemqty, HP_skill_get_itemqty) },
{ HP_POP(skill->get_item_any_flag, HP_skill_get_item_any_flag) },