Skip to content

Commit

Permalink
Fixed itemlevel range for Dragonflight (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cidan authored Nov 29, 2022
1 parent bd25cbb commit 8272e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/ItemLevel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ do
maxLevelRanges = {
[50] = { 72, 140 }, -- Battle for Azeroth
[60] = { 158, 233 }, -- Shadowlands
[70] = { 252, 434 }, -- Dragonflight
}
else
maxLevelRanges = {
Expand Down

0 comments on commit 8272e2a

Please sign in to comment.