fix profile issues with the pet bar

This commit is contained in:
Hendrik Leppkes
2008-04-09 08:23:38 +00:00
parent 20b6c8a9ed
commit 8b4d98cce6
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ function Bartender4:Lock()
end
function Bartender4:Merge(target, source)
if not target then target = {} end
if type(target) ~= "table" then target = {} end
for k,v in pairs(source) do
if type(v) == "table" then
target[k] = self:Merge(target[k], v)