Navigation Menu

Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
core/movementhandler: Replaced movement packets i left out. :s
Browse files Browse the repository at this point in the history
Signed-off-by: bootz <bootz@projectskyfire.org>
  • Loading branch information
Bootz committed Sep 10, 2012
1 parent c18abc8 commit cc0f310
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/server/game/Handlers/MovementHandler.cpp
Expand Up @@ -494,7 +494,8 @@ void WorldSession::HandleMoveHoverAck(WorldPacket& recv_data)
recv_data.read_skip<uint32>(); // unk

MovementInfo movementInfo;

recv_data >> movementInfo;

recv_data.read_skip<uint32>(); // unk2
}

Expand All @@ -508,7 +509,8 @@ void WorldSession::HandleMoveWaterWalkAck(WorldPacket& recv_data)
recv_data.read_skip<uint32>(); // unk

MovementInfo movementInfo;

recv_data >> movementInfo;

recv_data.read_skip<uint32>(); // unk2
}

Expand Down

0 comments on commit cc0f310

Please sign in to comment.