-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 Created local 'Global-dbs.lua' from remote 'wow/Global-dbs.lua'
- Loading branch information
N6REJ
committed
Dec 16, 2022
1 parent
e2be3e3
commit e498342
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |