diff options
author | win32 <none@none> | 2009-12-21 15:52:02 +0200 |
---|---|---|
committer | win32 <none@none> | 2009-12-21 15:52:02 +0200 |
commit | 636018ca7e5a76edc9f39a0672861e630374ec07 (patch) | |
tree | 05f75aedefd45227e6eed6fc6667003dc3e0fb49 /src/game/SpellAuras.h | |
parent | c92fbc0dfbe4218f9fad46e9a2b7164df7bd7049 (diff) |
Implement aura 304.
--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..83576d6be34 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -333,6 +333,7 @@ class TRINITY_DLL_SPEC AuraEffect 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 HandleAuraModInebriation(bool apply, bool Real, bool changeAmount); void HandleAuraEffectSpecificMods(bool apply, bool Real, bool changeAmount); int32 CalculateCrowdControlAuraAmount(Unit * caster); |