Skip to content

Commit

Permalink
Add special disenchantable items in Dragonflight
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Dec 2, 2022
1 parent ee207d9 commit 70ed869
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions LibProcessable.lua
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,17 @@ data.enchantingItems = {
[182043] = true, -- Antique Necromancer's Staff
[182067] = true, -- Antique Duelist's Rapier
[181991] = true, -- Antique Stalker's Bow

-- Dragonflight profession items
-- https://www.wowhead.com/items?filter=104;0;amount+of+magical+power+can+be+sensed+from+within
[200939] = true, -- Chromatic Pocketwatch
[200940] = true, -- Everflowing Inkwell
[200941] = true, -- Seal of Order
[200942] = true, -- Vibrant Emulsion
[200943] = true, -- Whispering Band
[200945] = true, -- Valiant Hammer
[200946] = true, -- Thunderous Blade
[200947] = true, -- Carving of Awakening
}

-- /run ChatFrame1:Clear(); for _,i in next,{C_TradeSkillUI.GetCategories()} do print(i, C_TradeSkillUI.GetCategoryInfo(i).name) end
Expand Down

0 comments on commit 70ed869

Please sign in to comment.