diff options
| author | n0n4m3 <none@none> | 2009-12-18 07:36:30 +0100 |
|---|---|---|
| committer | n0n4m3 <none@none> | 2009-12-18 07:36:30 +0100 |
| commit | 7ad293b4e70b043fb8eef22b4ecac3df05a08156 (patch) | |
| tree | f2b6b110ec6542d2dcf55507968637bd8d973c7a /src/bindings/scripts/base | |
| parent | e699949274ae6688bdb90787b6391933fb98fdc2 (diff) | |
| parent | 274a9ee77cc1221857fc2ba391286bcaa0fb0df5 (diff) | |
merge
--HG--
branch : trunk
Diffstat (limited to 'src/bindings/scripts/base')
| -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 9b31d032a71..07f0778389e 100644 --- a/src/bindings/scripts/base/escort_ai.cpp +++ b/src/bindings/scripts/base/escort_ai.cpp @@ -456,7 +456,7 @@ void npc_escortAI::Start(bool bIsActiveAttacker, bool bRun, uint64 uiPlayerGUID, { if (pQuest != NULL) { - error_db_log("TSCR: EscortAI Start with 0 waypoints (possible missing entry in script_waypoint. Quest: %u).", m_pQuestForEscort->GetQuestId()); + error_db_log("TSCR: EscortAI Start with 0 waypoints (possible missing entry in script_waypoint. Quest: %u).", pQuest->GetQuestId()); return; } else |
