diff options
-rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index b4908618ce7..d106a183701 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -6201,7 +6201,7 @@ void AuraEffect::HandleBattlegroundPlayerPosition(AuraApplication const* aurApp, if (!target) return; - if (!apply) + if (!apply && aurApp->GetRemoveMode() != AURA_REMOVE_BY_DEFAULT) { if (GameObject* gameObjectCaster = target->GetMap()->GetGameObject(GetCasterGUID())) { |