Skip to content

Commit

Permalink
Add more items.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcraig committed Jan 24, 2024
1 parent a9b6aa2 commit 7702121
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ AddonTable.blacksmithing = {
205145,
-- Knowledge
192132,
-- Vendor Bought
190452,
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ local AddonName, AddonTable = ...
-- Dragonflight Engineering
AddonTable.engineering = {
198183,
198184,
198186,
198192,
-- Vendor Bought
201832,
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ local AddonName, AddonTable = ...
AddonTable.mining = {
189143,
188658,
190311,
190312,
190313,
190394,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ local AddonName, AddonTable = ...
AddonTable.skinning = {
193208,
193210,
193211,
193213,
193214,
193215,
193216,
193217,
193223,
193252,
193258,
193259,
}
4 changes: 4 additions & 0 deletions build/AdiBags_ByExpansion_Legion/categories/transmog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,9 @@ AddonTable.transmog = {
121265,
121272,
141577,
144399,
144400,
144401,
144403,
144404,
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ AddonTable.blacksmithing = {
205145, -- Plans: Shadowed Impact Buckler
-- Knowledge
192132, -- Draconium Blade Sharpener

-- Vendor Bought
190452, -- Primal Flux
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ local AddonName, AddonTable = ...

-- Dragonflight Engineering
AddonTable.engineering = {
198183, -- Handful of Serevite Bolts
198183, -- Handful of Serevite Bolts (Bronze [1])
198184, -- Handful of Serevite Bolts (Silver [2])
198186, -- Shock-Spring Coil
198192, -- Greased-Up Gears

-- Vendor Bought
201832, -- Smudged Lens
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local AddonName, AddonTable = ...
AddonTable.mining = {
189143, -- Draconium Ore (Bronze [1])
188658, -- Draconium Ore (Silver [2])
190311, -- Draconium Ore (Gold [3])
190312, -- Khaz'gorite Ore (Bronze [1])
190313, -- Khaz'gorite Ore (Silver [2])
190394, -- Severite Ore (Gold [3])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ local AddonName, AddonTable = ...
AddonTable.skinning = {
193208, -- Resilient Leather [Bronze (1)]
193210, -- Resilient Leather [Silver (2)]
193211, -- Resilient Leather [Gold (3)]
193213, -- Adamant Scales [Bronze (1)]
193214, -- Adamant Scales [Silver (2)]
193215, -- Adamant Scales [Gold (3)]
193216, -- Dense Hide [Bronze (1)]
193217, -- Dense Hide [Silver (2)]
193223, -- Lustrous Scaled Hide [Silver (2)]
193252, -- Salamanther Scales
193258, -- Fire-Infused Hide
193259, -- Flawless Proto Dragon Scale
}
6 changes: 5 additions & 1 deletion src/AdiBags_ByExpansion_Legion/categories/transmog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ AddonTable.transmog = {
121272, -- Moonfall Robe

141577, -- Fists of Thane Kray-Tan


144399, -- Aristocrat's Winter Drape
144400, -- Feathermane Feather Cloak
144401, -- Cloak of Multitudinous Sheaths
144403, -- Fashionable Autumn Cloak
144404, -- Mana-Cord of Deception
}

0 comments on commit 7702121

Please sign in to comment.