Core/Config: Fixed StartPlayLevels of DK, DH & RAF

Port From (https://github.com/TrinityCore/TrinityCore/commit/c8228392ea19e35ed7f21b1cbf21043d2d8a5320)
This commit is contained in:
hondacrx
2020-12-31 15:07:06 -05:00
parent 6c973300de
commit f57ff15264
+7 -7
View File
@@ -843,17 +843,17 @@ StartPlayerLevel = 1
# StartDeathKnightPlayerLevel # StartDeathKnightPlayerLevel
# Description: Starting level for death knights after creation. # Description: Starting level for death knights after creation.
# Range: 1-MaxPlayerLevel # Range: 1-MaxPlayerLevel
# Default: 55 # Default: 10
StartDeathKnightPlayerLevel = 55 StartDeathKnightPlayerLevel = 10
# #
# StartDemonHunterPlayerLevel # StartDemonHunterPlayerLevel
# Description: Starting level for demon hunters after creation. # Description: Starting level for demon hunters after creation.
# Range: 98-MaxPlayerLevel # Range: 1-MaxPlayerLevel
# Default: 98 # Default: 8
StartDemonHunterPlayerLevel = 98 StartDemonHunterPlayerLevel = 8
# #
# StartPlayerMoney # StartPlayerMoney
@@ -867,9 +867,9 @@ StartPlayerMoney = 0
# RecruitAFriend.MaxLevel # RecruitAFriend.MaxLevel
# Description: Highest level up to which a character can benefit from the Recruit-A-Friend # Description: Highest level up to which a character can benefit from the Recruit-A-Friend
# experience multiplier. # experience multiplier.
# Default: 85 # Default: 60
RecruitAFriend.MaxLevel = 85 RecruitAFriend.MaxLevel = 60
# #
# RecruitAFriend.MaxDifference # RecruitAFriend.MaxDifference