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

This reverts commit 4b0acb7432.

Co-authored-by: kaelima <kaelima@live.se>
(cherry picked from commit a8475e5d70)
This commit is contained in:
Gildor
2022-02-01 17:09:28 +01:00
committed by Shauren
parent a2236616cc
commit 2065e06207

View File

@@ -1452,7 +1452,6 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
if (removeMode != AURA_REMOVE_BY_EXPIRE)
break;
target->CastSpell(target, 32612, GetEffect(1));
target->CombatStop();
break;
default:
break;