Update changelog, tweak option description

This commit is contained in:
2022-09-12 13:17:49 -05:00
parent a65674510e
commit f71b527f71
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -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: