diff --git a/Breakables.lua b/Breakables.lua index 64ad571..898211a 100644 --- a/Breakables.lua +++ b/Breakables.lua @@ -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, diff --git a/changelog.txt b/changelog.txt index d10b834..fd643ec 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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: