Skip to content

Commit

Permalink
Update changelog, tweak option description
Browse files Browse the repository at this point in the history
  • Loading branch information
parnic committed Sep 12, 2022
1 parent a656745 commit f71b527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Breakables.lua
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ function Breakables:GetOptions()
opts.args.ignoreEnchantingSkillLevel = {
type = "toggle",
name = L["Ignore Enchanting skill level"],
desc = L["If checked, items won't be hidden if Breakables thinks you don't have the appropriate skill level to disenchant it."],
desc = L["Whether or not items should be shown when Breakables thinks you don't have the appropriate skill level to disenchant it."],
get = function(info)
return self.settings.ignoreEnchantingSkillLevel
end,
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v1.8.6:

- Improve enchanting level detection for Wrath Classic
- Add option to ignore enchanting skill level for showing disenchantable items

v1.8.5:

Expand Down

0 comments on commit f71b527

Please sign in to comment.