Skip to content

Commit

Permalink
Add some LW items.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcraig committed Jan 25, 2024
1 parent 7e858d9 commit e63ac37
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
local AddonName, AddonTable = ...
-- Dragonflight Jewelcrafting
AddonTable.jewelcrafting = {
-- Gems (Uncut)
192866,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ local AddonName, AddonTable = ...
-- Dragonflight Leatherworking
AddonTable.leatherworking = {
-- Leather Armor
193386,
193388,
193390,
-- Mail Armor
193392,
193393,
193394,
-- Profession Equipment
193486,
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
local AddonName, AddonTable = ...

-- Dragonflight Jewelcrafting
AddonTable.jewelcrafting = {
-- Gems (Uncut)
192866, -- Nozdorite [Bronze (1)]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
local AddonName, AddonTable = ...

-- Dragonflight Leatherworking
AddonTable.leatherworking = {
-- Leather Armor
193386, -- Pioneer's Leather Boots
193388, -- Pioneer's Leather Wristguards
193390, -- Pioneer's Leather Tunic
-- Mail Armor
193392, -- Trailblazer's Scale Boots
193393, -- Trailblazer's Scale Bracers
193394, -- Trailblazer's Scale Vest
-- Profession Equipment
193486, -- Resilient Smock
}

0 comments on commit e63ac37

Please sign in to comment.