Skip to content

Commit

Permalink
🔄 Created local 'Global-dbs.lua' from remote 'wow/Global-dbs.lua'
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Dec 16, 2022
1 parent e2be3e3 commit e498342
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Global-dbs.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
--@type
local addonName, addonTable = ...

--[[
Put the code below...
-- now that db is populated lets pass it on.
addonTable.DFGlobal = db
at the end of each global database file where the first 2 letters ( DF ) are the expansion and then add that name to the list below.
The globals should only have the db.Filters not the db.name or db.desc. See "DF-Global.lua" for an example.
This file should be listed in the .toc just after "expansion.lua"
--]]

addonTable.Globaldbs = {
DFGlobal = "DFGlobal"
}

0 comments on commit e498342

Please sign in to comment.