diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-10-13 17:52:46 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-10-13 17:52:46 +0200 |
commit | 9ab4f84a2892d5fe82ffc63ea73f5f1b0080515e (patch) | |
tree | ae4d6f59ef70a3c5c22837152e0f712e845519a6 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | b5a92f944f126e920442307bebd3c2b53c9b0d54 (diff) | |
download | hercules-9ab4f84a2892d5fe82ffc63ea73f5f1b0080515e.tar.gz hercules-9ab4f84a2892d5fe82ffc63ea73f5f1b0080515e.tar.bz2 hercules-9ab4f84a2892d5fe82ffc63ea73f5f1b0080515e.tar.xz hercules-9ab4f84a2892d5fe82ffc63ea73f5f1b0080515e.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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 69913405a..083e50cd8 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1764,6 +1764,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(path->search_long, HP_path_search_long) }, { HP_POP(path->check_distance, HP_path_check_distance) }, { HP_POP(path->distance, HP_path_distance) }, + { HP_POP(path->check_distance_client, HP_path_check_distance_client) }, + { HP_POP(path->distance_client, HP_path_distance_client) }, /* pcg */ { HP_POP(pcg->init, HP_pcg_init) }, { HP_POP(pcg->final, HP_pcg_final) }, @@ -2526,6 +2528,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(unit->warp, HP_unit_warp) }, { 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->stop_stepaction, HP_unit_stop_stepaction) }, { HP_POP(unit->is_walking, HP_unit_is_walking) }, { HP_POP(unit->can_move, HP_unit_can_move) }, { HP_POP(unit->resume_running, HP_unit_resume_running) }, |