Mercurial > wow > libmoduledbshare-1-0
changeset 16:2384f5c2a707
passed initialProfile along to DB creation
| author | Andrew Knoll <andrewtknoll@gmail.com> |
|---|---|
| date | Mon, 11 Mar 2013 16:10:39 -0400 |
| parents | 1dd07f05ecac |
| children | 4ed8d6827ef7 |
| files | LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua Sun Mar 10 22:50:29 2013 -0400 +++ b/LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua Mon Mar 11 16:10:39 2013 -0400 @@ -32,7 +32,7 @@ local group = {} group.name = groupName; group.syncDBTable = {}; - group.syncDB = AceDB:New(group.syncDBTable, nil, true); + group.syncDB = AceDB:New(group.syncDBTable, nil, initialProfile); for k, v in pairs(DBGroup) do group[k] = v; end
