diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-07-09 12:10:26 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-07-09 12:10:26 +0200 |
commit | 660d7ebdfa98ec4c0379143d00d14443823d41fc (patch) | |
tree | 1c3819e1417cbd661645db25a88676c5d45071f4 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 1eee0fd015aaca31df67f0cc7fa36105ade366df (diff) | |
download | hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.tar.gz hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.tar.bz2 hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.tar.xz hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 387d91e24..2a6761170 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -2516,7 +2516,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(unit->walktobl_sub, HP_unit_walktobl_sub) }, { HP_POP(unit->walktobl, HP_unit_walktobl) }, { HP_POP(unit->run, HP_unit_run) }, - { HP_POP(unit->wugdash, HP_unit_wugdash) }, + { HP_POP(unit->run_hit, HP_unit_run_hit) }, { HP_POP(unit->escape, HP_unit_escape) }, { HP_POP(unit->movepos, HP_unit_movepos) }, { HP_POP(unit->setdir, HP_unit_setdir) }, |