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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user