diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-03-20 23:11:23 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-03-20 23:11:23 +0100 |
commit | 97b2b65cbe62c8e3a6b694bf6f92be8ec3c08475 (patch) | |
tree | df464bcff16b3bd0b658414600fe5e9c7a30a201 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 4acf44f9f74c9b1ef8153e711072769e708b7128 (diff) | |
download | hercules-97b2b65cbe62c8e3a6b694bf6f92be8ec3c08475.tar.gz hercules-97b2b65cbe62c8e3a6b694bf6f92be8ec3c08475.tar.bz2 hercules-97b2b65cbe62c8e3a6b694bf6f92be8ec3c08475.tar.xz hercules-97b2b65cbe62c8e3a6b694bf6f92be8ec3c08475.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 0f1a72d01..3827f3e84 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -4403,6 +4403,8 @@ struct { struct HPMHookPoint *HP_skill_get_casttype_post; struct HPMHookPoint *HP_skill_get_casttype2_pre; struct HPMHookPoint *HP_skill_get_casttype2_post; + struct HPMHookPoint *HP_skill_is_combo_pre; + struct HPMHookPoint *HP_skill_is_combo_post; struct HPMHookPoint *HP_skill_name2id_pre; struct HPMHookPoint *HP_skill_name2id_post; struct HPMHookPoint *HP_skill_isammotype_pre; @@ -9440,6 +9442,8 @@ struct { int HP_skill_get_casttype_post; int HP_skill_get_casttype2_pre; int HP_skill_get_casttype2_post; + int HP_skill_is_combo_pre; + int HP_skill_is_combo_post; int HP_skill_name2id_pre; int HP_skill_name2id_post; int HP_skill_isammotype_pre; |