Core/NetworkIO: updated CMSG_REORDER_CHARACTERS packet and other opcode values

This commit is contained in:
joschiwald
2014-11-06 02:59:59 +01:00
parent 3cb4b7359e
commit db7c07246a
10 changed files with 72 additions and 62 deletions

View File

@@ -348,7 +348,7 @@ void WorldSession::HandleMovementOpcodes(WorldPacket& recvPacket)
plrMover->m_transport->RemovePassenger(plrMover);
// fall damage generation (ignore in flight case that can be triggered also at lags in moment teleportation to another map).
if (opcode == MSG_MOVE_FALL_LAND && plrMover && !plrMover->IsInFlight())
if (opcode == CMSG_MOVE_FALL_LAND && plrMover && !plrMover->IsInFlight())
plrMover->HandleFall(movementInfo);
if (plrMover && ((movementInfo.flags & MOVEMENTFLAG_SWIMMING) != 0) != plrMover->IsInWater())