mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
feat(Core/conf): Move arena charters cost to config (#2790)
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
committed by
GitHub
parent
dc0891a2f5
commit
c9b7c75e1e
@@ -988,6 +988,22 @@ MinCharterName = 2
|
||||
|
||||
MinPetName = 2
|
||||
|
||||
#
|
||||
# Guild.CharterCost
|
||||
# ArenaTeam.CharterCost.2v2
|
||||
# ArenaTeam.CharterCost.3v3
|
||||
# ArenaTeam.CharterCost.5v5
|
||||
# Description: Amount of money (in Copper) the petitions costs.
|
||||
# Default: 1000 - (10 Silver)
|
||||
# 800000 - (80 Gold)
|
||||
# 1200000 - (120 Gold)
|
||||
# 2000000 - (200 Gold)
|
||||
|
||||
Guild.CharterCost = 1000
|
||||
ArenaTeam.CharterCost.2v2 = 800000
|
||||
ArenaTeam.CharterCost.3v3 = 1200000
|
||||
ArenaTeam.CharterCost.5v5 = 2000000
|
||||
|
||||
#
|
||||
# MaxWhoListReturns
|
||||
# Description: Set the max number of players returned in the /who list and interface.
|
||||
|
||||
Reference in New Issue
Block a user