diff --git a/Source/Game/Spells/Auras/Aura.cs b/Source/Game/Spells/Auras/Aura.cs index 51b4b136c..3c6ca0ae2 100644 --- a/Source/Game/Spells/Auras/Aura.cs +++ b/Source/Game/Spells/Auras/Aura.cs @@ -952,7 +952,7 @@ namespace Game.Spells if (m_spellInfo.StackAmount == 0) stackAmount = 1; else - stackAmount = (int)m_spellInfo.StackAmount; + stackAmount = (int)maxStackAmount; } // we're out of stacks, remove else if (stackAmount <= 0)