mirror of
https://github.com/parnic/breakables.git
synced 2025-06-16 09:30:13 -05:00
Add detection of profession tools
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user