mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Misc: Remove whitespace at the end of lines
(cherry picked from commit caae3886d2)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user