summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
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 672b94dd8..2ec13f3ab 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -3134,7 +3134,6 @@ 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) },
@@ -3492,6 +3491,7 @@ struct HookingPointData HookingPoints[] = {
{ 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) },