Core/PacketIO: Swap CMSG_MOVE_SET_FACING and CMSG_MOVE_SET_FACING_HEARTBEAT

This commit is contained in:
Shauren
2022-05-26 20:09:04 +02:00
parent c6802e272b
commit 67823c82c7

View File

@@ -512,8 +512,8 @@ enum OpcodeClient : uint16
CMSG_MOVE_SET_CAN_FLY_ACK = 0x3A28,
CMSG_MOVE_SET_CAN_TURN_WHILE_FALLING_ACK = 0x3A26,
CMSG_MOVE_SET_COLLISION_HEIGHT_ACK = 0x3A3C,
CMSG_MOVE_SET_FACING = 0x3A09,
CMSG_MOVE_SET_FACING_HEARTBEAT = 0x3A0A,
CMSG_MOVE_SET_FACING = 0x3A0A,
CMSG_MOVE_SET_FACING_HEARTBEAT = 0x3A09,
CMSG_MOVE_SET_FLY = 0x3A29,
CMSG_MOVE_SET_IGNORE_MOVEMENT_FORCES_ACK = 0x3A27,
CMSG_MOVE_SET_MOD_MOVEMENT_FORCE_MAGNITUDE_ACK = 0x3A43,