Core: Updated to 10.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e98e1283ea0034baf6be9aa2ffb386eb5582801b)
This commit is contained in:
@@ -806,9 +806,17 @@ CharactersPerAccount = 50
|
||||
# CharactersPerRealm
|
||||
# Description: Limit number of characters per account on this realm.
|
||||
# Range: 1-200
|
||||
# Default: 50
|
||||
# Default: 60
|
||||
|
||||
CharactersPerRealm = 50
|
||||
CharactersPerRealm = 60
|
||||
|
||||
#
|
||||
# CharacterCreating.EvokersPerRealm
|
||||
# Description: Limit number of death knight characters per account on this realm.
|
||||
# Range: 1-60
|
||||
# Default: 1
|
||||
|
||||
CharacterCreating.EvokersPerRealm = 1
|
||||
|
||||
#
|
||||
# CharacterCreating.MinLevelForDemonHunter
|
||||
@@ -819,6 +827,15 @@ CharactersPerRealm = 50
|
||||
|
||||
CharacterCreating.MinLevelForDemonHunter = 0
|
||||
|
||||
#
|
||||
# CharacterCreating.MinLevelForEvoker
|
||||
# Description: Limit creating demon hunters only for account with another
|
||||
# character of specific level.
|
||||
# Default: 50 - (Enabled, Requires at least another level 50 character)
|
||||
# 0 - (Disabled, No requirement)
|
||||
|
||||
CharacterCreating.MinLevelForEvoker = 0
|
||||
|
||||
#
|
||||
# CharacterCreating.DisableAlliedRaceAchievementRequirement
|
||||
# Description: Disable achievement requirements for allied race character creation
|
||||
|
||||
Reference in New Issue
Block a user