temporary disable nil errors

This commit is contained in:
Crum
2018-08-06 21:24:57 -05:00
parent 9d77866577
commit fe8a34cd12
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ E.PopupDialogs["APPLY_FONT_WARNING"] = {
E.db.unitframe.fontSize = fontSize
E.db.unitframe.units.party.rdebuffs.font = font
E.db.unitframe.units.raid.rdebuffs.font = font
E.db.unitframe.units.raid40.rdebuffs.font = font
-- E.db.unitframe.units.raid40.rdebuffs.font = font
E:UpdateAll(true)
end,