diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-10-18 18:48:10 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-10-18 18:48:10 +0200 |
commit | ee91838e04388dc9edbe40d4d4dc020581757dfe (patch) | |
tree | bf9a5254e036e5dacb35a0d0c20b6e47b5eecb7b /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 9de926c247a89e0d5d338e26f178aef443b4066d (diff) | |
download | hercules-ee91838e04388dc9edbe40d4d4dc020581757dfe.tar.gz hercules-ee91838e04388dc9edbe40d4d4dc020581757dfe.tar.bz2 hercules-ee91838e04388dc9edbe40d4d4dc020581757dfe.tar.xz hercules-ee91838e04388dc9edbe40d4d4dc020581757dfe.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index d26779ccb..03534821e 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -4511,6 +4511,8 @@ struct { struct HPMHookPoint *HP_skill_maelstrom_suction_post; struct HPMHookPoint *HP_skill_get_new_group_id_pre; struct HPMHookPoint *HP_skill_get_new_group_id_post; + struct HPMHookPoint *HP_skill_check_shadowform_pre; + struct HPMHookPoint *HP_skill_check_shadowform_post; struct HPMHookPoint *HP_status_init_pre; struct HPMHookPoint *HP_status_init_post; struct HPMHookPoint *HP_status_final_pre; @@ -9388,6 +9390,8 @@ struct { int HP_skill_maelstrom_suction_post; int HP_skill_get_new_group_id_pre; int HP_skill_get_new_group_id_post; + int HP_skill_check_shadowform_pre; + int HP_skill_check_shadowform_post; int HP_status_init_pre; int HP_status_init_post; int HP_status_final_pre; |