From caae3886d24adf0a5fc95454bb1c45477057bde4 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 --- src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 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 a4da6d466cc..691ca506ede 100644 --- a/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp +++ b/src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp @@ -83,7 +83,7 @@ void EscortAI::InitializeAI() if (me->GetFaction() != me->GetCreatureTemplate()->faction) me->RestoreFaction(); - + Reset(); } @@ -97,7 +97,7 @@ void EscortAI::EnterEvadeMode(EvadeReason /*why*/) me->RemoveAllAuras(); me->CombatStop(true); me->SetLootRecipient(nullptr); - + EngagementOver(); if (HasEscortState(STATE_ESCORT_ESCORTING)) @@ -300,7 +300,7 @@ void EscortAI::Start(bool isActiveAttacker /* = true*/, bool run /* = false */, } _running = run; - + if (!_manualPath && resetWaypoints) FillPointMovementListForCreature(); -- cgit v1.2.3