aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2015-12-28 22:22:35 +0100
committerShauren <shauren.trinity@gmail.com>2015-12-28 22:22:35 +0100
commit46bbcf74e877d5264c3b86388b2acf149c86b2db (patch)
tree41b3129c9fdf918b268bcf8e5010d550c8f80b2c
parent9ab10d6e680ca835d1dfdfbceb9f18f330f994fc (diff)
Core/PacketIO: Corrected swapped opcode values
-rw-r--r--src/server/game/Server/Protocol/Opcodes.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/server/game/Server/Protocol/Opcodes.h b/src/server/game/Server/Protocol/Opcodes.h
index a1aeae899e4..e033aa9712e 100644
--- a/src/server/game/Server/Protocol/Opcodes.h
+++ b/src/server/game/Server/Protocol/Opcodes.h
@@ -152,7 +152,7 @@ enum OpcodeClient : uint32
CMSG_CAST_SPELL = 0x00F5,
CMSG_CHALLENGE_MODE_REQUEST_LEADERS = 0x089E,
CMSG_CHALLENGE_MODE_REQUEST_MAP_STATS = 0x00DA,
- CMSG_CHANGE_BAG_SLOT_FLAG = 0x0035,
+ CMSG_CHANGE_BAG_SLOT_FLAG = 0x0CA2,
CMSG_CHANGE_MONUMENT_APPEARANCE = 0x1086,
CMSG_CHANGE_SUB_GROUP = 0x11B8,
CMSG_CHARACTER_RENAME_REQUEST = 0x05F0,
@@ -573,8 +573,8 @@ enum OpcodeClient : uint32
CMSG_REQUEST_RESEARCH_HISTORY = 0x017A,
CMSG_REQUEST_STABLED_PETS = 0x0456,
CMSG_REQUEST_VEHICLE_EXIT = 0x0DF5,
- CMSG_REQUEST_VEHICLE_NEXT_SEAT = 0x10A6,
- CMSG_REQUEST_VEHICLE_PREV_SEAT = 0x08BB,
+ CMSG_REQUEST_VEHICLE_NEXT_SEAT = 0x08BB,
+ CMSG_REQUEST_VEHICLE_PREV_SEAT = 0x10A6,
CMSG_REQUEST_VEHICLE_SWITCH_SEAT = 0x0C6A,
CMSG_REQUEST_WOW_TOKEN_MARKET_PRICE = 0x0024,
CMSG_RESET_CHALLENGE_MODE = 0x0065,
@@ -604,9 +604,9 @@ enum OpcodeClient : uint32
CMSG_SET_ACTIVE_VOICE_CHANNEL = 0x00FF,
CMSG_SET_ADVANCED_COMBAT_LOGGING = 0x18A2,
CMSG_SET_ASSISTANT_LEADER = 0x04BB,
- CMSG_SET_BACKPACK_AUTOSORT_DISABLED = 0x0906,
- CMSG_SET_BANK_AUTOSORT_DISABLED = 0x142D,
- CMSG_SET_BANK_BAG_SLOT_FLAG = 0x0CA2,
+ CMSG_SET_BACKPACK_AUTOSORT_DISABLED = 0x142D,
+ CMSG_SET_BANK_AUTOSORT_DISABLED = 0x0906,
+ CMSG_SET_BANK_BAG_SLOT_FLAG = 0x0035,
CMSG_SET_CONTACT_NOTES = 0x1030,
CMSG_SET_CURRENCY_FLAGS = 0x1421,
CMSG_SET_DIFFICULTY_ID = 0x08B9,