Skip to content

Commit

Permalink
🔄 Synced local 'DF-Vendor.lua' with remote 'wow/DF-Vendor.lua'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 15, 2022
1 parent 6e0f4cc commit 9292c24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DF-Vendor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ db.Filters = {
}

-- now that db is populated lets pass it on.
addonTable.Dragonflight = db
for _,v in ipairs(db) do
table.insert(addonTable.Dragonflight, v)
end

0 comments on commit 9292c24

Please sign in to comment.