mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[12769] Fixed build
This commit is contained in:
parent
6996f8f221
commit
2ea4d93b73
2 changed files with 2 additions and 2 deletions
|
|
@ -514,7 +514,7 @@ void WorldSession::HandleMoveHoverAck(WorldPacket& recv_data)
|
|||
{
|
||||
DEBUG_LOG("CMSG_MOVE_HOVER_ACK");
|
||||
uint64 guid;
|
||||
recv_data.readPackGUID(guid);
|
||||
guid = recv_data.readPackGUID(); // unused
|
||||
recv_data.read_skip<uint32>();
|
||||
|
||||
MovementInfo movementInfo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue