diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 887ef6993df..832e2e6fff4 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -13546,7 +13546,7 @@ void Unit::BuildMovementPacket(ByteBuffer *data) const else if(GetTransport()) *data << (uint64)GetTransport()->GetGUID(); else - *data << (uint64)0; + *data << (uint64)0; //This will cause client crash *data << float (GetTransOffsetX()); *data << float (GetTransOffsetY()); *data << float (GetTransOffsetZ()); |