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

This reverts commit 4b0acb7432.

Co-authored-by: kaelima <kaelima@live.se>
# Conflicts:
#	src/server/game/Spells/Auras/SpellAuras.cpp
This commit is contained in:
Gildor
2022-02-01 17:09:28 +01:00
committed by Ovahlord
parent f63d798ed7
commit ffb22996b1

View File

@@ -1393,7 +1393,6 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
break;
target->CastSpell(target, 32612, GetEffect(EFFECT_1));
target->CombatStop();
break;
}
default: