-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Craig
committed
Nov 14, 2022
1 parent
944a31d
commit 7a1d4b2
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
build/AdiBags_ByExpansion_Shadowlands/professions/gathering/cloth.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
local AddonName, AddonTable = ... | ||
-- Shadowlands Cloth | ||
AddonTable.cloth = { | ||
173202, | ||
173204, | ||
-- 9.2 | ||
187703, | ||
} |
3 changes: 3 additions & 0 deletions
3
src/AdiBags_ByExpansion_Shadowlands/professions/gathering/cloth.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
local AddonName, AddonTable = ... | ||
|
||
-- Shadowlands Cloth | ||
AddonTable.cloth = { | ||
173202, -- Shrouded Cloth | ||
173204, -- Lightless Silk | ||
-- 9.2 | ||
187703, -- Silken Protofiber | ||
} |