diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 0f93e915adb..e361f09aa24 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1010,6 +1010,11 @@ void Aura::SetStackAmount(uint8 stackAmount) RefreshAura(); } +void Aura::InitStackAmount(uint8 stackAmount) +{ + m_stackAmount = stackAmount; +} + bool Aura::modStackAmount(int32 num) { // Can`t mod |