aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2015-03-15 06:12:52 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2015-03-15 06:12:52 +0100
commit8366ed5a720047102fc44a7ae89adc8ed83f9076 (patch)
treea731abbb48a16bd7678b43b4eb5a8adae41f030e /src/server/game
parentafaa487c6c3afdb0b226b5e1278fc5786ce69183 (diff)
Core/Packets: Fix typo
Diffstat (limited to 'src/server/game')
-rw-r--r--src/server/game/Server/Protocol/Opcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h
index 71416bb91c1..35ebc54c25e 100644
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -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,