mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 07:37:02 +00:00
[12212] Fix CMSG_MOVE_SPLINE_DONE
Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
parent
257afbf540
commit
0182d3e409
5 changed files with 78 additions and 8 deletions
|
|
@ -195,13 +195,8 @@ void WorldSession::HandleMoveSplineDoneOpcode(WorldPacket& recv_data)
|
|||
{
|
||||
DEBUG_LOG("WORLD: Received CMSG_MOVE_SPLINE_DONE");
|
||||
|
||||
ObjectGuid guid; // used only for proper packet read
|
||||
MovementInfo movementInfo; // used only for proper packet read
|
||||
|
||||
recv_data >> guid.ReadAsPacked();
|
||||
recv_data >> movementInfo;
|
||||
recv_data >> Unused<uint32>(); // unk
|
||||
|
||||
|
||||
// in taxi flight packet received in 2 case:
|
||||
// 1) end taxi path in far (multi-node) flight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue