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.HookingPoints.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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index d6a6a4af2..8693f6b0f 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -2237,6 +2237,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(skill->chk, HP_skill_chk) }, { HP_POP(skill->get_casttype, HP_skill_get_casttype) }, { HP_POP(skill->get_casttype2, HP_skill_get_casttype2) }, + { HP_POP(skill->is_combo, HP_skill_is_combo) }, { HP_POP(skill->name2id, HP_skill_name2id) }, { HP_POP(skill->isammotype, HP_skill_isammotype) }, { HP_POP(skill->castend_id, HP_skill_castend_id) }, |