Skip to content

Commit

Permalink
Fix BWL scaling in Solocraft.conf.dist (#51)
Browse files Browse the repository at this point in the history
BWL instance level and player count were swapped causing the module to incorrectly apply zero scaling to level 60 characters.
  • Loading branch information
Trus3683 committed Sep 8, 2024
1 parent a1902a8 commit e3de031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/Solocraft.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Solocraft.Mauradon = 5.0
Solocraft.OrgrimmarInstance = 5.0
Solocraft.MoltenCore = 40.0
Solocraft.DireMaul = 5.0
Solocraft.BlackwingLair = 60.0
Solocraft.BlackwingLair = 40.0
# Ruins of Ahn'Qiraj
Solocraft.AhnQiraj = 20.0
Solocraft.AhnQirajTemple = 40.0
Expand Down Expand Up @@ -335,7 +335,7 @@ Solocraft.Mauradon.Level = 48
Solocraft.OrgrimmarInstance.Level = 15
Solocraft.MoltenCore.Level = 60
Solocraft.DireMaul.Level = 48
Solocraft.BlackwingLair.Level = 40
Solocraft.BlackwingLair.Level = 60
# Ruins of Ahn'Qiraj
Solocraft.AhnQiraj.Level = 60
Solocraft.AhnQirajTemple.Level = 60
Expand Down

0 comments on commit e3de031

Please sign in to comment.