summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-05-19 19:05:26 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-05-19 19:05:26 +0200
commit9a4382017634f93ee0ee4251b3ebb713cbf8f21c (patch)
tree2bee4ad0af4f63a340ad9c5e0de18070c06fe575 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parent4c8d773d72ae134f7cc4d43861104ecd9f4ae134 (diff)
downloadhercules-9a4382017634f93ee0ee4251b3ebb713cbf8f21c.tar.gz
hercules-9a4382017634f93ee0ee4251b3ebb713cbf8f21c.tar.bz2
hercules-9a4382017634f93ee0ee4251b3ebb713cbf8f21c.tar.xz
hercules-9a4382017634f93ee0ee4251b3ebb713cbf8f21c.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.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index b6202d687..57c34db0d 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -4493,6 +4493,10 @@ struct {
struct HPMHookPoint *HP_skill_calc_heal_post;
struct HPMHookPoint *HP_skill_check_cloaking_pre;
struct HPMHookPoint *HP_skill_check_cloaking_post;
+ struct HPMHookPoint *HP_skill_check_cloaking_end_pre;
+ struct HPMHookPoint *HP_skill_check_cloaking_end_post;
+ struct HPMHookPoint *HP_skill_can_cloak_pre;
+ struct HPMHookPoint *HP_skill_can_cloak_post;
struct HPMHookPoint *HP_skill_enchant_elemental_end_pre;
struct HPMHookPoint *HP_skill_enchant_elemental_end_post;
struct HPMHookPoint *HP_skill_not_ok_pre;
@@ -9534,6 +9538,10 @@ struct {
int HP_skill_calc_heal_post;
int HP_skill_check_cloaking_pre;
int HP_skill_check_cloaking_post;
+ int HP_skill_check_cloaking_end_pre;
+ int HP_skill_check_cloaking_end_post;
+ int HP_skill_can_cloak_pre;
+ int HP_skill_can_cloak_post;
int HP_skill_enchant_elemental_end_pre;
int HP_skill_enchant_elemental_end_post;
int HP_skill_not_ok_pre;