mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
feat(Core/Conf): allow to change the cost of the guild bank tabs (#4240)
This commit is contained in:
@@ -3295,6 +3295,23 @@ NoResetTalentsCost = 0
|
||||
|
||||
Guild.AllowMultipleGuildMaster = 0
|
||||
|
||||
#
|
||||
# Guild.BankTabCost0-5
|
||||
# Description: Changes the price of the guild tabs. Note that the client will still show the default values.
|
||||
# Default: 1000000 - (100 Gold)
|
||||
# 2500000 - (250 Gold)
|
||||
# 5000000 - (500 Gold)
|
||||
# 10000000 - (1000 Gold)
|
||||
# 25000000 - (2500 Gold)
|
||||
# 50000000 - (5000 Gold)
|
||||
|
||||
Guild.BankTabCost0 = 1000000
|
||||
Guild.BankTabCost1 = 2500000
|
||||
Guild.BankTabCost2 = 5000000
|
||||
Guild.BankTabCost3 = 10000000
|
||||
Guild.BankTabCost4 = 25000000
|
||||
Guild.BankTabCost5 = 50000000
|
||||
|
||||
#
|
||||
# ShowKickInWorld
|
||||
# Description: Determines whether a message is broadcast to the entire server when a
|
||||
|
||||
Reference in New Issue
Block a user