Skip to content

Commit

Permalink
🔄 Synced local 'core.lua' with remote 'wow/core.lua'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 16, 2022
1 parent 4fc7fb3 commit 2c9da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ end

-- START HERE
-- This will cycle thru each expansion listed in expansion.lua and run the database for that expansion.
for key, value in ipairs(addonTable.expansion) do
for key, value in pairs(addonTable.expansion) do
db = addonTable[value]
if (db ~= nil) then
AllFilters(db)
Expand Down

0 comments on commit 2c9da83

Please sign in to comment.