Revert "Core/Spells: Force Invisibility (mage) to leave combat."

Port From (https://github.com/TrinityCore/TrinityCore/commit/2065e0620704bf9ae7f0d25a7111ec2f65cdcde5)
This commit is contained in:
hondacrx
2022-05-30 15:12:14 -04:00
parent af29d3158e
commit 5575703997
-1
View File
@@ -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;