aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AI/ScriptedAI
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2020-04-05 15:23:56 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-01 01:00:26 +0100
commitecdc387df2d4fb9602bb10765898949f99e7c5c5 (patch)
treef6dc7838812dfb60ddd14d898eec5df62085e58b /src/server/game/AI/ScriptedAI
parent4df9ab2a3fe1dde5c0c516fbcb610453f4759cda (diff)
Core/Misc: Remove whitespace at the end of lines
(cherry picked from commit caae3886d24adf0a5fc95454bb1c45477057bde4)
Diffstat (limited to 'src/server/game/AI/ScriptedAI')
-rw-r--r--src/server/game/AI/ScriptedAI/ScriptedEscortAI.cpp4
1 files changed, 2 insertions, 2 deletions
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))