Core/Players: Introduce configurable allied race starting level and fix default level selection for pandaren death knights

Port From (https://github.com/TrinityCore/TrinityCore/commit/bff8f2ff4ebc4144a2c1c31a65b78a1f0ed3f973)
This commit is contained in:
hondacrx
2020-12-31 15:29:16 -05:00
parent 1ddf80bac3
commit 7432ae56a8
7 changed files with 76 additions and 40 deletions
+10 -2
View File
@@ -843,9 +843,9 @@ StartPlayerLevel = 1
# StartDeathKnightPlayerLevel
# Description: Starting level for death knights after creation.
# Range: 1-MaxPlayerLevel
# Default: 10
# Default: 8
StartDeathKnightPlayerLevel = 10
StartDeathKnightPlayerLevel = 8
#
# StartDemonHunterPlayerLevel
@@ -855,6 +855,14 @@ StartDeathKnightPlayerLevel = 10
StartDemonHunterPlayerLevel = 8
#
# StartAlliedRacePlayerLevel
# Description: Staring level for allied races after creation.
# Range: 1-MaxPlayerLevel
# Default: 10
StartAlliedRacePlayerLevel = 10
#
# StartPlayerMoney
# Description: Amount of money (in Copper) that a character has after creation.