From ba61a08f05a496e45afa32264e4c18c0cc786533 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 15 Jan 2023 16:32:30 -0600 Subject: [PATCH] Add detection of profession tools --- Breakables.lua | 2 +- changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Breakables.lua b/Breakables.lua index bd51160..72bdfec 100644 --- a/Breakables.lua +++ b/Breakables.lua @@ -199,7 +199,7 @@ local OreCombineItems = { local DisenchantId = 13262 local DisenchantTypes = {babbleInv["Armor"], babbleInv["Weapon"]} -local DisenchantEquipSlots = {"INVTYPE_PROFESSION_GEAR"} +local DisenchantEquipSlots = {"INVTYPE_PROFESSION_GEAR", "INVTYPE_PROFESSION_TOOL"} local CanDisenchant = false local EnchantingProfessionId = 333 diff --git a/changelog.txt b/changelog.txt index 31a7594..fceb36b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.9.12: + +- Add detection of Dragonflight profession tools as disenchantable. + v1.9.11: - Add detection of Dragonflight profession gear as disenchantable.