From 78b56b97018f985fd981251ce302d0a7f01f09e1 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 13 Dec 2009 05:55:56 -0700 Subject: * Proper output of quest ID in dubug log for escort quests that have not * waypoints --HG-- branch : trunk --- src/bindings/scripts/base/escort_ai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bindings/scripts/base/escort_ai.cpp b/src/bindings/scripts/base/escort_ai.cpp index fe518b318d1..e751d6c691d 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); + error_db_log("TSCR: EscortAI Start with 0 waypoints (possible missing entry in script_waypoint. Quest: %u).", m_pQuestForEscort->GetQuestId()); return; } -- cgit v1.2.3