mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
Small progress with vehicles
This commit is contained in:
parent
204b61c220
commit
871d5f8c99
18 changed files with 175 additions and 21 deletions
|
|
@ -201,7 +201,7 @@ void WorldSession::HandleMovementOpcodes( WorldPacket & recv_data )
|
|||
recv_data >> movementInfo.t_z;
|
||||
recv_data >> movementInfo.t_o;
|
||||
recv_data >> movementInfo.t_time;
|
||||
recv_data >> movementInfo.t_unk;
|
||||
recv_data >> movementInfo.t_seat;
|
||||
}
|
||||
|
||||
if((MovementFlags & (MOVEMENTFLAG_SWIMMING | MOVEMENTFLAG_FLYING2)) || (movementInfo.unk1 & 0x20))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue