diff options
| author | Anubisss <none@none> | 2009-12-19 14:48:12 +0100 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-12-19 14:48:12 +0100 |
| commit | ce387859a2d9e139a9216167472d441c475bdeb0 (patch) | |
| tree | c045b383eee5ac0ac63aed5fedf81621f3009404 /src | |
| parent | 735ad900b242f9478197d512c7adfde38124e36e (diff) | |
Partly restore r6605.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/bindings/scripts/base/escort_ai.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/base/escort_ai.cpp b/src/bindings/scripts/base/escort_ai.cpp index 2e22c287be2..87809b935c5 100644 --- a/src/bindings/scripts/base/escort_ai.cpp +++ b/src/bindings/scripts/base/escort_ai.cpp @@ -454,7 +454,7 @@ void npc_escortAI::Start(bool bIsActiveAttacker, bool bRun, uint64 uiPlayerGUID, if (WaypointList.empty()) { - error_db_log("TSCR: EscortAI Start with 0 waypoints (possible missing entry in script_waypoint. Quest: %u).", pQuest->GetQuestId()); + error_db_log("TSCR: EscortAI Start with 0 waypoints (possible missing entry in script_waypoint. Quest: %u).", pQuest ? pQuest->GetQuestId() : 0); return; } |
