Skip to content

Commit

Permalink
More clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflame0 committed Oct 21, 2024
1 parent 350abec commit a376cdf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion AtlasLootClassic/Addons/Favourites.lua
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ local function PopulateListBiS(db, dest)
end
else
-- Outfitter not (yet) loaded, add callback to populate database again once Outfitter was loaded
-- TODO: Find a better way to access outfitter data when ready
if not PluginOutfitterLoading then
PluginOutfitterLoading = true
end
Expand Down
1 change: 1 addition & 0 deletions AtlasLootClassic/Data/Recipe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2407,6 +2407,7 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.CATA_VERSION_NUM) then
[70175] = {3,500,100586}, -- Pattern: Triple-Reinforced Mining Bag
[70176] = {8,515,100585}, -- Pattern: Luxurious Silk Gem Bag
--[recipe] = {scroll#,skill,spell},
-- TODO: Add missing recipes
}
end

Expand Down
1 change: 0 additions & 1 deletion AtlasLootClassic_Data/source-cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,6 @@ local SOURCE_DATA = {
[71778] = {[1] = 18,[2] = 8,[3] = 1,[5] = 0},
[71786] = {[1] = 18,[2] = 8,[3] = 1,[5] = 0},
[71784] = {[1] = 18,[2] = 8,[3] = 1,[5] = 0},
[71778] = {[1] = 18,[2] = 8,[3] = 1,[5] = 0},
[71781] = {[1] = 18,[2] = 8,[3] = 1,[5] = 0},
[71777] = {[1] = 18,[2] = 8,[3] = 1,[5] = 0},
[71783] = {[1] = 18,[2] = 8,[3] = 1,[5] = 0},
Expand Down

0 comments on commit a376cdf

Please sign in to comment.