mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[0035] Typos in movement update
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
6acaba5954
commit
27f2d4ce1c
2 changed files with 5 additions and 5 deletions
|
|
@ -469,16 +469,16 @@ void Object::BuildMovementUpdate(ByteBuffer * data, uint16 updateFlags) const
|
|||
{
|
||||
ObjectGuid transGuid;
|
||||
|
||||
data->WriteGuidMask<0, 5>(transGuid);
|
||||
data->WriteGuidBytes<0, 5>(transGuid);
|
||||
if (hasTransportTime3)
|
||||
*data << uint32(0);
|
||||
|
||||
data->WriteGuidMask<3>(transGuid);
|
||||
data->WriteGuidBytes<3>(transGuid);
|
||||
*data << float(0.0f); // x offset
|
||||
data->WriteGuidMask<4, 6, 1>(transGuid);
|
||||
data->WriteGuidBytes<4, 6, 1>(transGuid);
|
||||
*data << uint32(0); // transport time
|
||||
*data << float(0.0f); // y offset
|
||||
data->WriteGuidMask<2, 7>(transGuid);
|
||||
data->WriteGuidBytes<2, 7>(transGuid);
|
||||
*data << float(0.0f); // z offset
|
||||
*data << int8(-1); // transport seat
|
||||
*data << float(0.0f); // o offset
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0034"
|
||||
#define REVISION_NR "0035"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue