Core/PacketIO: Typo fix, thanks Zakamurite for noticing

This commit is contained in:
Shauren
2012-07-13 11:59:27 +02:00
parent 0b22b329d6
commit dfe7238d89

View File

@@ -476,7 +476,7 @@ void Object::_BuildMovementUpdate(ByteBuffer* data, uint16 flags) const
data->WriteByteSeq(guid[0]);
data->WriteByteSeq(guid[3]);
*data << self->GetSpeed(MOVE_SWIM);
*data << float(self->GetPositionX());
*data << float(self->GetPositionY());
data->WriteByteSeq(guid[7]);
data->WriteByteSeq(guid[1]);
data->WriteByteSeq(guid[2]);