Core/PacketIO: Fixed CMSG_MOVE_SET_COLLISION_HGT_ACK structure after 2d114ea560

This commit is contained in:
Shauren
2021-05-23 12:41:12 +02:00
parent 19fa411431
commit 5a4b20a018

View File

@@ -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)