diff --git a/Source/Game/Spells/Auras/AuraEffect.cs b/Source/Game/Spells/Auras/AuraEffect.cs index 8d191aec2..ac614ced3 100644 --- a/Source/Game/Spells/Auras/AuraEffect.cs +++ b/Source/Game/Spells/Auras/AuraEffect.cs @@ -5883,7 +5883,7 @@ namespace Game.Spells if (target == null) return; - if (!apply) + if (!apply && aurApp.GetRemoveMode() != AuraRemoveMode.Default) { GameObject gameObjectCaster = target.GetMap().GetGameObject(GetCasterGUID()); if (gameObjectCaster != null)