Core/PacketIO: Fixed swapped values for bank interaction opcodes

This commit is contained in:
Shauren
2021-05-22 23:35:46 +02:00
parent c53c16b3a0
commit daa09f3346

View File

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