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

@@ -2005,7 +2005,7 @@ void WorldSession::HandleUpdateMissileTrajectory(WorldPacket& recvPacket)
{
uint32 opcode;
recvPacket >> opcode;
recvPacket.SetOpcode(MSG_MOVE_STOP); // always set to MSG_MOVE_STOP in client SetOpcode
recvPacket.SetOpcode(CMSG_MOVE_STOP); // always set to CMSG_MOVE_STOP in client SetOpcode
HandleMovementOpcodes(recvPacket);
}
}