diff options
| author | Chazy Chaz <ChazyTheBest@hotmail.es> | 2017-03-17 19:00:33 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-03-17 19:00:56 +0100 |
| commit | c31de25627df8267b893dc6bbc49232cf81a07fd (patch) | |
| tree | c7078de03249cbe84ceae061a9c57436a9763e6a /src/server/worldserver | |
| parent | 3df4135173cb8b8393460403417dc242116290bf (diff) | |
Core/Players: Rename "heroic character" to "death knight"
Closes #19286
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index e8e61f4ead9..31609770c38 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -798,22 +798,22 @@ CharactersPerAccount = 50 CharactersPerRealm = 12 # -# HeroicCharactersPerRealm -# Description: Limit number of heroic class characters per account on this realm. +# DeathKnightsPerRealm +# Description: Limit number of death knight characters per account on this realm. # Range: 1-12 # Default: 1 -HeroicCharactersPerRealm = 1 +DeathKnightsPerRealm = 1 # -# CharacterCreating.MinLevelForHeroicCharacter -# Description: Limit creating heroic characters only for account with another +# CharacterCreating.MinLevelForDeathKnight +# Description: Limit creating death knights only for account with another # character of specific level (ignored for GM accounts). # Default: 55 - (Enabled, Requires at least another level 55 character) # 0 - (Disabled) # 1 - (Enabled, Requires at least another level 1 character) -CharacterCreating.MinLevelForHeroicCharacter = 55 +CharacterCreating.MinLevelForDeathKnight = 55 # # DemonHuntersPerRealm @@ -868,12 +868,12 @@ MinDualSpecLevel = 30 StartPlayerLevel = 1 # -# StartHeroicPlayerLevel -# Description: Staring level for heroic class characters after creation. +# StartDeathKnightPlayerLevel +# Description: Staring level for death knights after creation. # Range: 1-MaxPlayerLevel # Default: 55 -StartHeroicPlayerLevel = 55 +StartDeathKnightPlayerLevel = 55 # # StartDemonHunterPlayerLevel @@ -2898,12 +2898,12 @@ CharDelete.Method = 0 CharDelete.MinLevel = 0 # -# CharDelete.Heroic.MinLevel -# Description: Required level to use the unlinking method if enabled for heroic classes. +# CharDelete.DeathKnight.MinLevel +# Description: Required level to use the unlinking method if enabled for death knights. # Default: 0 - (Same method for every level) # 1+ - (Only characters with the specified level will use the unlinking method) -CharDelete.Heroic.MinLevel = 0 +CharDelete.DeathKnight.MinLevel = 0 # # CharDelete.KeepDays |
