summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorskyleo <skyleo@skyleo.de>2019-10-03 23:01:03 +0200
committerHaru <haru@dotalux.com>2020-03-08 20:59:35 +0100
commit9087aa77f925f5eeee809467839b526795b07170 (patch)
treee20a9bdcd8649d5ec9a9ec3074e8dbb8c005d629 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentc9f4cabfbd516155d4ad9222dfaa4ec2d228fc13 (diff)
downloadhercules-9087aa77f925f5eeee809467839b526795b07170.tar.gz
hercules-9087aa77f925f5eeee809467839b526795b07170.tar.bz2
hercules-9087aa77f925f5eeee809467839b526795b07170.tar.xz
hercules-9087aa77f925f5eeee809467839b526795b07170.zip
Update HPM Hooks
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 2ec13f3ab..5c1e2a2c0 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -3481,7 +3481,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(unit->walktoxy_sub, HP_unit_walktoxy_sub) },
{ HP_POP(unit->delay_walktoxy_timer, HP_unit_delay_walktoxy_timer) },
{ HP_POP(unit->walktoxy, HP_unit_walktoxy) },
- { HP_POP(unit->walktobl_sub, HP_unit_walktobl_sub) },
+ { HP_POP(unit->walktobl_timer, HP_unit_walktobl_timer) },
{ HP_POP(unit->walktobl, HP_unit_walktobl) },
{ HP_POP(unit->run, HP_unit_run) },
{ HP_POP(unit->run_hit, HP_unit_run_hit) },