From 495b75dce33a4a952ef8ba91cc23853cc61a2b69 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 4 May 2015 18:37:15 +0400 Subject: [PATCH] fucked it up even more --- ElvUI_SLE/core/core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() -- 1.7.9.5