From 55757039971b1dd05e556efe09be78f5e1923330 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 30 May 2022 15:12:14 -0400 Subject: [PATCH] Revert "Core/Spells: Force Invisibility (mage) to leave combat." Port From (https://github.com/TrinityCore/TrinityCore/commit/2065e0620704bf9ae7f0d25a7111ec2f65cdcde5) --- Source/Game/Spells/Auras/Aura.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Game/Spells/Auras/Aura.cs b/Source/Game/Spells/Auras/Aura.cs index a0458b927..0de7f14b0 100644 --- a/Source/Game/Spells/Auras/Aura.cs +++ b/Source/Game/Spells/Auras/Aura.cs @@ -1345,7 +1345,6 @@ namespace Game.Spells if (removeMode != AuraRemoveMode.Expire) break; target.CastSpell(target, 32612, new CastSpellExtraArgs(GetEffect(1))); - target.CombatStop(); break; default: break;