diff options
| author | megamage <none@none> | 2008-11-30 12:47:26 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-11-30 12:47:26 -0600 |
| commit | bb1ee8a004c79d0f2262820f92df4bd72bdd6587 (patch) | |
| tree | c240378ccc96b12f1f67cc9e096368bc95662a2c /src/game/WaypointMovementGenerator.cpp | |
| parent | 375d3ba4eb986676fc9084a93414083a89d542a0 (diff) | |
*Update to Mangos 6867. Source: Mangos.
*Big changes:
*[6858] Prevent cheating with ignore waiting in login queue.
*[6863] Arena team related clean ups and adding parts of w12x's arena patch.
*Some Config changes and guild changes.
--HG--
branch : trunk
Diffstat (limited to 'src/game/WaypointMovementGenerator.cpp')
| -rw-r--r-- | src/game/WaypointMovementGenerator.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 7969c375e81..3dc3ddebf42 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -52,7 +52,8 @@ WaypointMovementGenerator<Creature>::LoadPath(Creature &c) i_path = WaypointMgr.GetPath(c.GetDBTableGUIDLow()); if(!i_path) { - sLog.outErrorDb("WaypointMovementGenerator::LoadPath: creature %s(%d) doesn't have waypoint path", c.GetName(), c.GetDBTableGUIDLow()); + sLog.outErrorDb("WaypointMovementGenerator::LoadPath: creature %s (Entry: %u GUID: %d) doesn't have waypoint path", + c.GetName(), c.GetEntry(), c.GetDBTableGUIDLow()); return; } |
