fix(Scripts/EscortAI): Do not remove auras on evade (#17542)

This commit is contained in:
avarishd
2023-10-21 02:49:17 +03:00
committed by GitHub
parent fd183a4f96
commit 894732f11e

View File

@@ -200,7 +200,6 @@ void npc_escortAI::ReturnToLastPoint()
void npc_escortAI::EnterEvadeMode(EvadeReason /*why*/)
{
me->RemoveAllAuras();
me->GetThreatMgr().ClearAllThreat();
me->CombatStop(true);
me->SetLootRecipient(nullptr);