Core/Misc: Remove whitespace at the end of lines

(cherry picked from commit caae3886d2)
This commit is contained in:
jackpoz
2020-04-05 15:23:56 +02:00
committed by Shauren
parent 4df9ab2a3f
commit ecdc387df2
11 changed files with 16 additions and 16 deletions

View File

@@ -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))