Replacements for using minimal and maximal words.
This commit is contained in:
@@ -561,7 +561,7 @@ AltClanMembersTimeForBonus = 30mins
|
||||
# Party
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
# Maximal count of players in one party.
|
||||
# Maximum count of players in one party.
|
||||
# WARNING: More than 9 can cause client UI problems.
|
||||
# Default: 9
|
||||
AltPartyMaxMembers = 9
|
||||
@@ -641,7 +641,7 @@ AutoLootSlotLimit = True
|
||||
# Default: 900 (15min)
|
||||
RaidLootRightsInterval = 900
|
||||
|
||||
# Minimal size of Command Channel for apply raid loot privilege
|
||||
# Minimum size of Command Channel for apply raid loot privilege
|
||||
# Default: 45
|
||||
RaidLootRightsCCSize = 45
|
||||
|
||||
|
||||
@@ -12,11 +12,11 @@ MpCostMultipler = 1
|
||||
# Payment for Sell Buff System, can be changed to custom server coin
|
||||
PaymentID = 57
|
||||
|
||||
# Minimal price of every buff
|
||||
MinimalPrice = 100000
|
||||
# Minimum price of every buff
|
||||
MinimumPrice = 100000
|
||||
|
||||
# Maximal price of every buff
|
||||
MaximalPrice = 100000000
|
||||
# Maximum price of every buff
|
||||
MaximumPrice = 100000000
|
||||
|
||||
# Maximum count of buffs in sell list
|
||||
MaxBuffs = 20
|
||||
|
||||
@@ -65,7 +65,7 @@ AltOlyLoserReward = None
|
||||
# Default: 45584
|
||||
AltOlyCompRewItem = 45584
|
||||
|
||||
# The minimal matches you need to participate to receive point rewards
|
||||
# The minimum matches you need to participate to receive point rewards
|
||||
# Default: 10
|
||||
AltOlyMinMatchesForPoints = 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user