mirror of
https://github.com/parnic/breakables.git
synced 2025-06-16 17:40:13 -05:00
Add detection of profession tools
This commit is contained in:
@ -199,7 +199,7 @@ local OreCombineItems = {
|
|||||||
|
|
||||||
local DisenchantId = 13262
|
local DisenchantId = 13262
|
||||||
local DisenchantTypes = {babbleInv["Armor"], babbleInv["Weapon"]}
|
local DisenchantTypes = {babbleInv["Armor"], babbleInv["Weapon"]}
|
||||||
local DisenchantEquipSlots = {"INVTYPE_PROFESSION_GEAR"}
|
local DisenchantEquipSlots = {"INVTYPE_PROFESSION_GEAR", "INVTYPE_PROFESSION_TOOL"}
|
||||||
local CanDisenchant = false
|
local CanDisenchant = false
|
||||||
local EnchantingProfessionId = 333
|
local EnchantingProfessionId = 333
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
v1.9.12:
|
||||||
|
|
||||||
|
- Add detection of Dragonflight profession tools as disenchantable.
|
||||||
|
|
||||||
v1.9.11:
|
v1.9.11:
|
||||||
|
|
||||||
- Add detection of Dragonflight profession gear as disenchantable.
|
- Add detection of Dragonflight profession gear as disenchantable.
|
||||||
|
Reference in New Issue
Block a user