Core/Guilds: Guild bank tabs are now purchased only using money deposited in the bank (since 11.1.0)

Port From (https://github.com/TrinityCore/TrinityCore/commit/8f07dce5c128951d80ad86838013e5bba276f3c3)
This commit is contained in:
Hondacrx
2025-08-10 12:48:41 -04:00
parent f8925cd467
commit 3c4f830498
2 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -171,8 +171,8 @@ namespace Framework.Constants
WithdrawMoney = 5,
RepairMoney = 6,
MoveItem2 = 7,
Unk1 = 8,
BuySlot = 9,
WithdrawToBuyTab = 8,
BuyTab = 9,
CashFlowDeposit = 10
}