mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-11 12:39:31 +01:00
Core/Packets: Fix typo
This commit is contained in:
@@ -441,7 +441,7 @@ enum OpcodeClient : uint32
|
||||
CMSG_MESSAGECHAT_YELL = 0x1481,
|
||||
CMSG_MINIGAME_MOVE = 0xBADD,
|
||||
CMSG_MINIMAP_PING = 0xBADD,
|
||||
CMSG_MISSILE_TRAJECTORY_COLLISION = 0x0C72,
|
||||
CMSG_MISSILE_TRAJECTORY_COLLISION = 0xBADD,
|
||||
CMSG_MOUNT_SET_FAVORITE = 0x15B1,
|
||||
CMSG_MOUNT_SPECIAL_ANIM = 0xBADD,
|
||||
CMSG_MOVE_APPLY_MOVEMENT_FORCE_ACK = 0xBADD,
|
||||
@@ -607,7 +607,7 @@ enum OpcodeClient : uint32
|
||||
CMSG_REQUEST_ACCOUNT_DATA = 0x1934,
|
||||
CMSG_REQUEST_ARTIFACT_COMPLETION_HISTORY = 0xBADD,
|
||||
CMSG_REQUEST_BATTLEFIELD_STATUS = 0x17EC,
|
||||
CMSG_REQUEST_CATEGORY_COOLDOWNS = 0xBADD,
|
||||
CMSG_REQUEST_CATEGORY_COOLDOWNS = 0x0C72,
|
||||
CMSG_REQUEST_CEMETERY_LIST = 0x0421,
|
||||
CMSG_REQUEST_CONQUEST_FORMULA_CONSTANTS = 0x1342,
|
||||
CMSG_REQUEST_FORCED_REACTIONS = 0x012A,
|
||||
|
||||
Reference in New Issue
Block a user