diff --git a/Source/Game/Spells/Auras/Aura.cs b/Source/Game/Spells/Auras/Aura.cs index e01d0e415..be76a5207 100644 --- a/Source/Game/Spells/Auras/Aura.cs +++ b/Source/Game/Spells/Auras/Aura.cs @@ -902,7 +902,7 @@ namespace Game.Spells public bool IsUsingStacks() { - return m_spellInfo.StackAmount > 0; + return m_spellInfo.StackAmount > 0 || m_stackAmount > 1; } public uint CalcMaxStackAmount()