* Added better log output for escort quests with missing script_waypoint

* entries

--HG--
branch : trunk
This commit is contained in:
Brian
2009-12-12 11:00:58 -07:00
parent 7faa06c308
commit b9935f0432

View File

@@ -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).");
error_db_log("TSCR: EscortAI Start with 0 waypoints (possible missing entry in script_waypoint. Quest: %u).", pQuest);
return;
}