profile handling

This commit is contained in:
Hendrik Leppkes
2008-01-11 15:20:55 +00:00
parent 72b94f4db2
commit 941de6d3db
3 changed files with 112 additions and 3 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ end
function BT4ActionBars:EnableBar(id)
id = tonumber(id)
local bar = self.actionbars[id]
local config = self.db.profile.ActionBars[id]
local config = self.db.profile.actionbars[id]
config.enabled = true
if not bar then
bar = self:Create(id, config)