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.HookingPoints.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.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 7f7d9d40d..dcd283641 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -2290,6 +2290,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(skill->cooldown_save, HP_skill_cooldown_save) }, { HP_POP(skill->maelstrom_suction, HP_skill_maelstrom_suction) }, { HP_POP(skill->get_new_group_id, HP_skill_get_new_group_id) }, + { HP_POP(skill->check_shadowform, HP_skill_check_shadowform) }, /* status */ { HP_POP(status->init, HP_status_init) }, { HP_POP(status->final, HP_status_final) }, |