update tables

This commit is contained in:
Crum
2018-12-06 19:55:03 -06:00
parent cb90d0f1e5
commit 4d0cc6c85c
68 changed files with 705 additions and 597 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ function UF:Construct_RaidFrames()
UF:Update_FontStrings()
self.unitframeType = "raid"
UF:Update_RaidFrames(self, UF.db["units"]["raid"])
UF:Update_RaidFrames(self, UF.db.units.raid)
return self
end
@@ -61,7 +61,7 @@ function UF:Update_RaidHeader(header)
header:RegisterEvent("PARTY_MEMBERS_CHANGED")
header:RegisterEvent("RAID_ROSTER_UPDATE")
header:SetScript("OnEvent", UF["RaidSmartVisibility"])
header:SetScript("OnEvent", UF.RaidSmartVisibility)
header.positioned = true
end
@@ -140,4 +140,4 @@ function UF:Update_RaidFrames(frame, db)
frame:UpdateAllElements("ElvUI_UpdateAllElements")
end
UF["headerstoload"]["raid"] = true
UF.headerstoload.raid = true