Skip to content

Commit

Permalink
ItemLevel: significantly increased the "Mininum level" range.
Browse files Browse the repository at this point in the history
  • Loading branch information
Talyrius committed Oct 29, 2016
1 parent 0ea0fe3 commit 7694f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ItemLevel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ function mod:GetOptions()
desc = L['Do not show levels under this threshold.'],
type = 'range',
min = 1,
max = 600,
max = 1000,
step = 1,
bigStep = 5,
bigStep = 10,
order = 30,
},
ignoreJunk = {
Expand Down

0 comments on commit 7694f4a

Please sign in to comment.