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 1d412863c67..e45a0369d33 100644 --- a/src/game/Transports.cpp +++ b/src/game/Transports.cpp @@ -176,7 +176,7 @@ bool Transport::Create(uint32 guidlow, uint32 mapid, float x, float y, float z, SetUInt32Value(GAMEOBJECT_DISPLAYID, goinfo->displayId); - SetGoState(1); + SetGoState(GO_STATE_READY); SetGoType(GameobjectTypes(goinfo->type)); SetGoAnimProgress(animprogress); |