diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-03-27 21:36:16 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-03-27 21:36:16 +0100 |
| commit | 729f419af10f3fbac0d77319f7244bfbe2a443c0 (patch) | |
| tree | 39a0fd6477ca22f5961bc7a83294f8c150a872ee /src/server/game/Movement/Waypoints | |
| parent | 8e87fe27443213ca3c312cf8078a44403542aa75 (diff) | |
Core/DBLayer: Correct few more wrong read types (No. 4)
DB/World: Some consistency in the ints "length" field (not really a length)
All world dbs checked
Diffstat (limited to 'src/server/game/Movement/Waypoints')
| -rwxr-xr-x | src/server/game/Movement/Waypoints/WaypointManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Movement/Waypoints/WaypointManager.cpp b/src/server/game/Movement/Waypoints/WaypointManager.cpp index 2c3a58f55a3..93d9e2290c1 100755 --- a/src/server/game/Movement/Waypoints/WaypointManager.cpp +++ b/src/server/game/Movement/Waypoints/WaypointManager.cpp @@ -43,6 +43,7 @@ void WaypointMgr::Load() { uint32 oldMSTime = getMSTime(); + // 0 1 2 3 4 5 6 7 8 9 QueryResult result = WorldDatabase.Query("SELECT id, point, position_x, position_y, position_z, orientation, move_flag, delay, action, action_chance FROM waypoint_data ORDER BY id, point"); if (!result) |
