Skip to content

Commit

Permalink
- Fix "auto" mode (should've been "automatic").
Browse files Browse the repository at this point in the history
- Allow minimum targets to be set up to 10 in specialization settings (Balance Druid uses SF at 6+ targets, generally).
  • Loading branch information
Hekili committed Jan 17, 2020
1 parent 719b43f commit 3ce8471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ function Hekili:GetDefaults()
mode = {
key = "ALT-SHIFT-N",
-- type = "AutoSingle",
auto = true,
automatic = true,
single = true,
value = "automatic",
},
Expand Down Expand Up @@ -4166,7 +4166,7 @@ do
desc = "When the AOE Display is shown, its recommendations will be made assuming this many targets are available.",
width = "full",
min = 2,
max = 5,
max = 10,
step = 1,
order = 10,
},
Expand Down

0 comments on commit 3ce8471

Please sign in to comment.