From ecdc387df2d4fb9602bb10765898949f99e7c5c5 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sun, 5 Apr 2020 15:23:56 +0200 Subject: Core/Misc: Remove whitespace at the end of lines (cherry picked from commit caae3886d24adf0a5fc95454bb1c45477057bde4) --- src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server/game/AI/ScriptedAI') diff --git a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp index 10ac56e2eff..354d21d5d9f 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp +++ b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp @@ -81,7 +81,7 @@ void EscortAI::InitializeAI() if (me->GetFaction() != me->GetCreatureTemplate()->faction) me->RestoreFaction(); - + Reset(); } @@ -95,7 +95,7 @@ void EscortAI::EnterEvadeMode(EvadeReason /*why*/) me->RemoveAllAuras(); me->CombatStop(true); me->SetLootRecipient(nullptr); - + EngagementOver(); if (HasEscortState(STATE_ESCORT_ESCORTING)) -- cgit v1.2.3