Quantcast

fucked it up even more

Darthpred [05-04-15 - 14:37]
fucked it up even more
Filename
ElvUI_SLE/core/core.lua
diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua
index cf3e264..f36c1f5 100644
--- a/ElvUI_SLE/core/core.lua
+++ b/ElvUI_SLE/core/core.lua
@@ -230,8 +230,8 @@ In case of the third format you should put at least 2 values.|r
 end

 function SLE:FixDatabase() --For when we dramatically change some options
-	if E.db.sle.chat.combathide == true then E.db.sle.chat.combathide == "BOTH" end
-	if E.db.sle.chat.combathide == false then E.db.sle.chat.combathide == "NONE" end
+	if E.db.sle.chat.combathide == true then E.db.sle.chat.combathide = "BOTH" end
+	if E.db.sle.chat.combathide == false then E.db.sle.chat.combathide = "NONE" end
 end

 function SLE:Initialize()