mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Swap CMSG_MOVE_SET_FACING and CMSG_MOVE_SET_FACING_HEARTBEAT
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user