diff options
Diffstat (limited to 'src/game/Transports.cpp')
-rw-r--r-- | src/game/Transports.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Transports.cpp b/src/game/Transports.cpp index 58e2447e6c4..11089f053d1 100644 --- a/src/game/Transports.cpp +++ b/src/game/Transports.cpp @@ -93,7 +93,7 @@ void MapManager::LoadTransports() uint32 mapid; x = t->m_WayPoints[0].x; y = t->m_WayPoints[0].y; z = t->m_WayPoints[0].z; mapid = t->m_WayPoints[0].mapid; o = 1; - // creates the Gameobject + // creates the Gameobject if(!t->Create(entry, mapid, x, y, z, o, 100, 0)) { delete t; |