summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorskyleo <skyleo@skyleo.de>2019-09-08 19:37:45 +0200
committerHaru <haru@dotalux.com>2020-03-08 20:56:27 +0100
commit5ab1da123f7bdad1aa448eb4552c44913855279c (patch)
tree9b28a4bae62caaaaa6869e910f71cbe95e8e68b9 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentd13b24a62ac933364839c7ece1f70eba001e7c2d (diff)
downloadhercules-5ab1da123f7bdad1aa448eb4552c44913855279c.tar.gz
hercules-5ab1da123f7bdad1aa448eb4552c44913855279c.tar.bz2
hercules-5ab1da123f7bdad1aa448eb4552c44913855279c.tar.xz
hercules-5ab1da123f7bdad1aa448eb4552c44913855279c.zip
Update HPM Hooks
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 6d8776f18..3e1b8af78 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -6130,8 +6130,6 @@ struct {
struct HPMHookPoint *HP_skill_attack_display_unknown_post;
struct HPMHookPoint *HP_skill_attack_copy_unknown_pre;
struct HPMHookPoint *HP_skill_attack_copy_unknown_post;
- struct HPMHookPoint *HP_skill_attack_dir_unknown_pre;
- struct HPMHookPoint *HP_skill_attack_dir_unknown_post;
struct HPMHookPoint *HP_skill_attack_blow_unknown_pre;
struct HPMHookPoint *HP_skill_attack_blow_unknown_post;
struct HPMHookPoint *HP_skill_attack_post_unknown_pre;
@@ -6820,6 +6818,8 @@ struct {
struct HPMHookPoint *HP_unit_blown_post;
struct HPMHookPoint *HP_unit_warp_pre;
struct HPMHookPoint *HP_unit_warp_post;
+ struct HPMHookPoint *HP_unit_warpto_master_pre;
+ struct HPMHookPoint *HP_unit_warpto_master_post;
struct HPMHookPoint *HP_unit_stop_walking_pre;
struct HPMHookPoint *HP_unit_stop_walking_post;
struct HPMHookPoint *HP_unit_skilluse_id_pre;
@@ -13001,8 +13001,6 @@ struct {
int HP_skill_attack_display_unknown_post;
int HP_skill_attack_copy_unknown_pre;
int HP_skill_attack_copy_unknown_post;
- int HP_skill_attack_dir_unknown_pre;
- int HP_skill_attack_dir_unknown_post;
int HP_skill_attack_blow_unknown_pre;
int HP_skill_attack_blow_unknown_post;
int HP_skill_attack_post_unknown_pre;
@@ -13691,6 +13689,8 @@ struct {
int HP_unit_blown_post;
int HP_unit_warp_pre;
int HP_unit_warp_post;
+ int HP_unit_warpto_master_pre;
+ int HP_unit_warpto_master_post;
int HP_unit_stop_walking_pre;
int HP_unit_stop_walking_post;
int HP_unit_skilluse_id_pre;