mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Fixed swapped values for bank interaction opcodes
This commit is contained in:
@@ -87,10 +87,10 @@ enum OpcodeClient : uint16
|
||||
CMSG_AUCTION_SET_FAVORITE_ITEM = 0x3735,
|
||||
CMSG_AUTH_CONTINUED_SESSION = 0x3766,
|
||||
CMSG_AUTH_SESSION = 0x3765,
|
||||
CMSG_AUTOBANK_ITEM = 0x3996,
|
||||
CMSG_AUTOBANK_REAGENT = 0x3998,
|
||||
CMSG_AUTOSTORE_BANK_ITEM = 0x3997,
|
||||
CMSG_AUTOSTORE_BANK_REAGENT = 0x3999,
|
||||
CMSG_AUTOBANK_ITEM = 0x3997,
|
||||
CMSG_AUTOBANK_REAGENT = 0x3999,
|
||||
CMSG_AUTOSTORE_BANK_ITEM = 0x3996,
|
||||
CMSG_AUTOSTORE_BANK_REAGENT = 0x3998,
|
||||
CMSG_AUTO_EQUIP_ITEM = 0x399A,
|
||||
CMSG_AUTO_EQUIP_ITEM_SLOT = 0x399F,
|
||||
CMSG_AUTO_STORE_BAG_ITEM = 0x399B,
|
||||
|
||||
Reference in New Issue
Block a user