mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/PacketIO: Corrected swapped opcode values
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user