Core/Packets: Fix typo

This commit is contained in:
Vincent-Michael
2015-03-15 06:12:52 +01:00
parent afaa487c6c
commit 8366ed5a72

View File

@@ -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,