Skip to content

Commit

Permalink
table merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 15, 2022
1 parent edabe24 commit 33d89e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DF-db.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,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 33d89e8

Please sign in to comment.