diff options
Diffstat (limited to 'src/game/ScriptedEscortAI.cpp')
-rw-r--r-- | src/game/ScriptedEscortAI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedEscortAI.cpp b/src/game/ScriptedEscortAI.cpp index e170926bbbb..445974eedfd 100644 --- a/src/game/ScriptedEscortAI.cpp +++ b/src/game/ScriptedEscortAI.cpp @@ -442,7 +442,7 @@ void npc_escortAI::Start(bool bIsActiveAttacker, bool bRun, uint64 uiPlayerGUID, return; } - if(!ScriptWP) // sd2 never adds wp in script, but tc does + if (!ScriptWP) // sd2 never adds wp in script, but tc does { if (!WaypointList.empty()) |