summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2020-05-31 23:35:11 +0200
committerHerculesWSAPI <dev@herc.ws>2020-05-31 23:35:11 +0200
commit0a2097d8e295a329ad3d0e732fb74e77707dc2bb (patch)
tree9108c49dd1e9233380890d802607414049eb161f /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentb3189b88eafd5a159780000845bacef79310a22c (diff)
downloadhercules-0a2097d8e295a329ad3d0e732fb74e77707dc2bb.tar.gz
hercules-0a2097d8e295a329ad3d0e732fb74e77707dc2bb.tar.bz2
hercules-0a2097d8e295a329ad3d0e732fb74e77707dc2bb.tar.xz
hercules-0a2097d8e295a329ad3d0e732fb74e77707dc2bb.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.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 3720e8a51..2d35608f0 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -2456,7 +2456,10 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pc->unequipitem_pos, HP_pc_unequipitem_pos) },
{ HP_POP(pc->checkitem, HP_pc_checkitem) },
{ HP_POP(pc->useitem, HP_pc_useitem) },
+ { HP_POP(pc->autocast_clear_current, HP_pc_autocast_clear_current) },
{ HP_POP(pc->autocast_clear, HP_pc_autocast_clear) },
+ { HP_POP(pc->autocast_set_current, HP_pc_autocast_set_current) },
+ { HP_POP(pc->autocast_remove, HP_pc_autocast_remove) },
{ HP_POP(pc->skillatk_bonus, HP_pc_skillatk_bonus) },
{ HP_POP(pc->skillheal_bonus, HP_pc_skillheal_bonus) },
{ HP_POP(pc->skillheal2_bonus, HP_pc_skillheal2_bonus) },