summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorskyleo <skyleo@skyleo.de>2019-12-02 18:39:24 +0100
committerHaru <haru@dotalux.com>2020-03-08 20:59:35 +0100
commit2a6299822436e560319fd288dc44d8997943e731 (patch)
tree53cfa1ccd7cb966da064b1c27aee963f11e9fdd1 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent88cca0d976bdd6fbe07c8646939fc1512e97cf72 (diff)
downloadhercules-2a6299822436e560319fd288dc44d8997943e731.tar.gz
hercules-2a6299822436e560319fd288dc44d8997943e731.tar.bz2
hercules-2a6299822436e560319fd288dc44d8997943e731.tar.xz
hercules-2a6299822436e560319fd288dc44d8997943e731.zip
Update HPM Hooks
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 5c1e2a2c0..e05000c1f 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -3134,6 +3134,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(skill->attack_combo2_unknown, HP_skill_attack_combo2_unknown) },
{ HP_POP(skill->attack_display_unknown, HP_skill_attack_display_unknown) },
{ HP_POP(skill->attack_copy_unknown, HP_skill_attack_copy_unknown) },
+ { HP_POP(skill->attack_dir_unknown, HP_skill_attack_dir_unknown) },
{ HP_POP(skill->attack_blow_unknown, HP_skill_attack_blow_unknown) },
{ HP_POP(skill->attack_post_unknown, HP_skill_attack_post_unknown) },
{ HP_POP(skill->timerskill_dead_unknown, HP_skill_timerskill_dead_unknown) },
@@ -3477,24 +3478,24 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(unit->bl2ud2, HP_unit_bl2ud2) },
{ HP_POP(unit->init_ud, HP_unit_init_ud) },
{ HP_POP(unit->attack_timer, HP_unit_attack_timer) },
- { HP_POP(unit->walktoxy_timer, HP_unit_walktoxy_timer) },
- { 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->walk_toxy_timer, HP_unit_walk_toxy_timer) },
+ { HP_POP(unit->walk_toxy_sub, HP_unit_walk_toxy_sub) },
+ { HP_POP(unit->delay_walk_toxy_timer, HP_unit_delay_walk_toxy_timer) },
+ { HP_POP(unit->walk_toxy, HP_unit_walk_toxy) },
{ 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) },
{ HP_POP(unit->escape, HP_unit_escape) },
{ HP_POP(unit->movepos, HP_unit_movepos) },
- { HP_POP(unit->setdir, HP_unit_setdir) },
+ { HP_POP(unit->set_dir, HP_unit_set_dir) },
{ HP_POP(unit->getdir, HP_unit_getdir) },
{ HP_POP(unit->blown, HP_unit_blown) },
{ HP_POP(unit->warp, HP_unit_warp) },
{ HP_POP(unit->warpto_master, HP_unit_warpto_master) },
{ HP_POP(unit->stop_walking, HP_unit_stop_walking) },
{ HP_POP(unit->skilluse_id, HP_unit_skilluse_id) },
- { HP_POP(unit->step_timer, HP_unit_step_timer) },
+ { HP_POP(unit->steptimer, HP_unit_steptimer) },
{ HP_POP(unit->stop_stepaction, HP_unit_stop_stepaction) },
{ HP_POP(unit->is_walking, HP_unit_is_walking) },
{ HP_POP(unit->can_move, HP_unit_can_move) },