Quantcast

Now reccomended version is 3.89

Darthpred [07-25-12 - 07:48]
Now reccomended version is 3.89
Filename
ElvUI_SLE/ElvUI_SLE.lua
diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua
index 03b4397..91cbd34 100644
--- a/ElvUI_SLE/ElvUI_SLE.lua
+++ b/ElvUI_SLE/ElvUI_SLE.lua
@@ -27,7 +27,7 @@ StaticPopupDialogs["VERSION_MISMATCH"] = {
 }

 --Showing warning message about too old versions of ElvUI
-	if tonumber(E.version) < 3.86 then
+	if tonumber(E.version) < 3.89 then
 		StaticPopup_Show("VERSION_MISMATCH")
 	end