mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
Core/PacketIO: Fixed CMSG_MOVE_SET_COLLISION_HGT_ACK structure after 2d114ea560
This commit is contained in:
@@ -810,10 +810,11 @@ void WorldSession::HandleMoveSetCollisionHgtAck(WorldPacket& recvData)
|
||||
}
|
||||
|
||||
recvData.read_skip<uint32>(); // movement counter
|
||||
recvData >> newValue;
|
||||
|
||||
MovementInfo movementInfo;
|
||||
ReadMovementInfo(recvData, &movementInfo);
|
||||
|
||||
recvData >> newValue;
|
||||
}
|
||||
|
||||
void WorldSession::HandleSummonResponseOpcode(WorldPacket& recvData)
|
||||
|
||||
Reference in New Issue
Block a user