-
-
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 2, 2022
1 parent
ae076f2
commit b06b084
Showing
11 changed files
with
69 additions
and
2 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
build/AdiBags_ByExpansion_Dragonflight/categories/trade.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
2 changes: 2 additions & 0 deletions
2
build/AdiBags_ByExpansion_Dragonflight/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,4 +1,6 @@ | ||
local AddonName, AddonTable = ... | ||
-- Dragonflight Cloth | ||
AddonTable.cloth = { | ||
193938, | ||
193939, | ||
} |
1 change: 1 addition & 0 deletions
1
build/AdiBags_ByExpansion_Dragonflight/professions/gathering/mining.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,4 +1,5 @@ | ||
local AddonName, AddonTable = ... | ||
-- Dragonflight Mining | ||
AddonTable.mining = { | ||
188658, | ||
} |
1 change: 1 addition & 0 deletions
1
build/AdiBags_ByExpansion_Dragonflight/professions/gathering/skinning.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,4 +1,5 @@ | ||
local AddonName, AddonTable = ... | ||
-- Dragonflight Skinning | ||
AddonTable.skinning = { | ||
193208, | ||
} |
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 |
---|---|---|
|
@@ -7,7 +7,6 @@ AddonTable.fishing = { | |
111650, | ||
111651, | ||
111652, | ||
-- 111655, | ||
111656, | ||
111658, | ||
111659, | ||
|
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
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
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
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ local AddonName, AddonTable = ... | |
|
||
-- Dragonflight Mining | ||
AddonTable.mining = { | ||
188658, -- Draconium Ore | ||
} |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ local AddonName, AddonTable = ... | |
|
||
-- Dragonflight Skinning | ||
AddonTable.skinning = { | ||
193208, -- Resilient Leather | ||
} |
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