diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 9fdedb6f430..9e56b7e2bdb 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1085,6 +1085,8 @@ void Aura::SetStackAmount(uint8 stackAmount) void Aura::InitStackAmount(uint8 stackAmount) { m_stackAmount = stackAmount; + Modifier* mod = GetModifier(); + mod->m_amount*=m_stackAmount; } bool Aura::modStackAmount(int32 num) |