Core/Guild: Implement new guild bank swap item opcodes
Port From (https://github.com/TrinityCore/TrinityCore/pull/26351)
This commit is contained in:
@@ -341,6 +341,15 @@ namespace Framework.Constants
|
||||
GuildBankRemainingWithdrawMoneyQuery = 0x3084,
|
||||
GuildBankSetTabText = 0x3087,
|
||||
GuildBankTextQuery = 0x3088,
|
||||
GuildBankTransferItemToBank = 0x34bd,
|
||||
GuildBankTransferItemToPlayer = 0x34be,
|
||||
GuildBankMoveItemInBank = 0x34c1,
|
||||
GuildBankCombineItemStackWithBank = 0x34c2,
|
||||
GuildBankTransferItemStackToBank = 0x34c3,
|
||||
GuildBankCombineItemStackWithPlayer = 0x34c4,
|
||||
GuildBankTransferItemStackToPlayer = 0x34c5,
|
||||
GuildBankTransferItemToPlayerAutostore = 0x34c6,
|
||||
GuildBankCombineItemStackInBank = 0x34c7,
|
||||
GuildBankUpdateTab = 0x34cb,
|
||||
GuildBankWithdrawMoney = 0x34cd,
|
||||
GuildChallengeUpdateRequest = 0x307c,
|
||||
|
||||
Reference in New Issue
Block a user