mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 01:37:04 +00:00
[0006] Fix most of movement opcodes. Thx Strawberry & Trinity for MovementStatusElements idea.
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
0e630a3639
commit
4409188546
14 changed files with 2540 additions and 176 deletions
|
|
@ -383,7 +383,6 @@ void Object::BuildMovementUpdate(ByteBuffer * data, uint16 updateFlags) const
|
|||
if (hasTransport)
|
||||
{
|
||||
ObjectGuid tGuid = unit->m_movementInfo.GetTransportGuid();
|
||||
uint8 guidBytes[] = { 5, 7, 3, 0, 1, 6, 2, 4 };
|
||||
|
||||
data->WriteGuidBytes<5, 7>(tGuid);
|
||||
*data << unit->m_movementInfo.GetTransportTime();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue