diff options
author | Marek Madejski <marekmadejski@yandex.com> | 2023-10-11 20:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 20:39:44 +0200 |
commit | 35d6afcb63218b2794a13e8bb255523d752880bc (patch) | |
tree | 2bb1e194c7689bcbffdec2bd70a02e9329ec6cb0 /src | |
parent | ab2b5f68588ea8681232f7b16ae1f47a24062ff3 (diff) |
Misc/Config: Fixed comment for CharacterCreating.EvokersPerRealm and CharacterCreating.MinLevelForEvoker (#29361)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 07d2a5a1f8a..a1c6cb9b4d0 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -841,7 +841,7 @@ CharactersPerRealm = 60 # # CharacterCreating.EvokersPerRealm -# Description: Limit number of death knight characters per account on this realm. +# Description: Limit number of evokers per account on this realm. # Range: 1-60 # Default: 1 @@ -858,7 +858,7 @@ CharacterCreating.MinLevelForDemonHunter = 0 # # CharacterCreating.MinLevelForEvoker -# Description: Limit creating demon hunters only for account with another +# Description: Limit creating evokers only for account with another # character of specific level. # Default: 50 - (Enabled, Requires at least another level 50 character) # 0 - (Disabled, No requirement) |