diff --git a/Source/Game/Spells/Spell.cs b/Source/Game/Spells/Spell.cs index 0177409de..9727ee546 100644 --- a/Source/Game/Spells/Spell.cs +++ b/Source/Game/Spells/Spell.cs @@ -9196,7 +9196,7 @@ namespace Game.Spells if (effMask != 0) _spellHitTarget._ApplyAura(aurApp, effMask); - if (aurApp.IsNeedClientUpdate() && aurApp.GetRemoveMode() == AuraRemoveMode.None) + if (aurApp.GetSlot() < SpellConst.MaxAuras && aurApp.IsNeedClientUpdate() && aurApp.GetRemoveMode() == AuraRemoveMode.None) { aurApp.ClientUpdate(false); _spellHitTarget.RemoveVisibleAuraUpdate(aurApp);