Add detection of profession tools

This commit is contained in:
2023-01-15 16:32:30 -06:00
parent 7396b7189a
commit ba61a08f05
2 changed files with 5 additions and 1 deletions

View File

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

View File

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