diff options
author | n0n4m3 <none@none> | 2009-12-17 12:23:01 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-17 12:23:01 +0100 |
commit | 772cf54fb5c2976887433a0daa586f05b28bd747 (patch) | |
tree | 1ce21fde0701d059d0fac6d07f86a345e9aa0f2e /src/game/SpellAuras.h | |
parent | 515cf192efc6c3714d905fe8f46d1ec9f26e2738 (diff) |
Update Spell code for 322a. Part 2
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index 3730107461a..9fdff04f05f 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -321,6 +321,7 @@ class TRINITY_DLL_SPEC AuraEffect void HandleForceMoveForward(bool apply, bool Real, bool changeAmount); void HandleAuraModResistenceOfStatPercent(bool apply, bool Real, bool changeAmount); void HandleAuraPowerBurn(bool apply, bool Real, bool changeAmount); + void HandleSchoolAbsorb(bool apply, bool Real, bool changeAmount); void HandlePreventFleeing(bool apply, bool Real, bool changeAmount); void HandleArenaPreparation(bool apply, bool Real, bool changeAmount); void HandleAuraConvertRune(bool apply, bool Real, bool changeAmount); |