diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp index 469a837cb..5cea9ed93 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -101,7 +101,7 @@ void WaypointManager::Load() node.y = fields[1].GetFloat(); node.z = fields[2].GetFloat(); node.orientation = fields[3].GetFloat(); - node.delay = fields[6].GetUInt16(); + node.delay = fields[6].GetUInt32(); // prevent using invalid coordinates if(!MaNGOS::IsValidMapCoord(node.x, node.y, node.z, node.orientation)) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 100378932..2f7a0fd1a 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7591" + #define REVISION_NR "7592" #endif // __REVISION_NR_H__