aboutsummaryrefslogtreecommitdiff
path: root/src/game/ScriptedEscortAI.cpp
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-01-26 04:24:43 -0700
committerBrian <runningnak3d@gmail.com>2010-01-26 04:24:43 -0700
commit6e0125a695a124e1c68574f023adc13ac8c259b5 (patch)
tree00da9b255fe92bdcca24be03b19806832698ff7b /src/game/ScriptedEscortAI.cpp
parent32793941f706792700b0ead1011d89d54936032f (diff)
parentf107f9f8eb4098b0d481dfafdef5429df943308c (diff)
* merge
--HG-- branch : trunk
Diffstat (limited to 'src/game/ScriptedEscortAI.cpp')
-rw-r--r--src/game/ScriptedEscortAI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ScriptedEscortAI.cpp b/src/game/ScriptedEscortAI.cpp
index ae94dd3eea3..e170926bbbb 100644
--- a/src/game/ScriptedEscortAI.cpp
+++ b/src/game/ScriptedEscortAI.cpp
@@ -340,7 +340,7 @@ void npc_escortAI::MovementInform(uint32 uiMoveType, uint32 uiPointId)
//Make sure that we are still on the right waypoint
if (CurrentWP->id != uiPointId)
{
- error_log("TSCR ERROR: EscortAI reached waypoint out of order %u, expected %u", uiPointId, CurrentWP->id);
+ error_log("TSCR ERROR: EscortAI reached waypoint out of order %u, expected %u, creature entry %u", uiPointId, CurrentWP->id, m_creature->GetEntry());
return;
}