Skip to content

Commit

Permalink
Core/Config: Fixed StartPlayLevels of DK, DH & RAF
Browse files Browse the repository at this point in the history
  • Loading branch information
RealLushen authored and Shauren committed Dec 22, 2020
1 parent 49f8b1d commit c822839
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/server/worldserver/worldserver.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -892,17 +892,17 @@ StartPlayerLevel = 1
# StartDeathKnightPlayerLevel
# Description: Starting level for death knights after creation.
# Range: 1-MaxPlayerLevel
# Default: 55
# Default: 10

StartDeathKnightPlayerLevel = 55
StartDeathKnightPlayerLevel = 10

#
# StartDemonHunterPlayerLevel
# Description: Staring level for demon hunters after creation.
# Range: 98-MaxPlayerLevel
# Default: 98
# Range: 1-MaxPlayerLevel
# Default: 8

StartDemonHunterPlayerLevel = 98
StartDemonHunterPlayerLevel = 8

#
# StartPlayerMoney
Expand All @@ -916,9 +916,9 @@ StartPlayerMoney = 0
# RecruitAFriend.MaxLevel
# Description: Highest level up to which a character can benefit from the Recruit-A-Friend
# experience multiplier.
# Default: 85
# Default: 60

RecruitAFriend.MaxLevel = 85
RecruitAFriend.MaxLevel = 60

#
# RecruitAFriend.MaxDifference
Expand Down

0 comments on commit c822839

Please sign in to comment.