diff options
author | QAston <none@none> | 2009-08-17 21:06:01 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-17 21:06:01 +0200 |
commit | 97f0f98ec4a6b5da2490463f51b3775bb7e0c77a (patch) | |
tree | 30bcb56c973f2914a98b9cda4ec0deea4daa3e95 /src/game/SpellAuras.h | |
parent | e27576ab45063dbc79a1f82f1d4a9283d8682bcd (diff) |
*Implement aura type SPELL_AURA_LINKED(284).
--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 d3f3ade9b01..262795077c6 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -328,6 +328,7 @@ class TRINITY_DLL_SPEC AuraEffect void HandleAuraInitializeImages(bool Apply, bool Real, bool changeAmount); void HandleAuraCloneCaster(bool Apply, bool Real, bool changeAmount); void HandleAuraModCritPct(bool Apply, bool Real, bool changeAmount); + void HandleAuraLinked(bool Apply, bool Real, bool changeAmount); void HandleAuraEffectSpecificMods(bool apply, bool Real, bool changeAmount); int32 CalculateCrowdControlAuraAmount(Unit * caster); |