From 98fe3a286c904cfa0e08294369e4c2c27528139b Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 1 Feb 2024 10:15:00 -0500 Subject: [PATCH] Misc/Config: Fixed comment for CharacterCreating.EvokersPerRealm and CharacterCreating.MinLevelForEvoker Port From (https://github.com/TrinityCore/TrinityCore/commit/35d6afcb63218b2794a13e8bb255523d752880bc) --- Source/WorldServer/WorldServer.conf.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/WorldServer/WorldServer.conf.dist b/Source/WorldServer/WorldServer.conf.dist index 71dde85a6..eceffda03 100644 --- a/Source/WorldServer/WorldServer.conf.dist +++ b/Source/WorldServer/WorldServer.conf.dist @@ -813,7 +813,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 @@ -830,7 +830,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)