Quantcast

Apparently this doesn't work O_o

Darthpred [12-14-14 - 12:17]
Apparently this doesn't work O_o
Filename
ElvUI_SLE/modules/sledatatexts/lfr.lua
ElvUI_SLE/options/datatexts_c.lua
diff --git a/ElvUI_SLE/modules/sledatatexts/lfr.lua b/ElvUI_SLE/modules/sledatatexts/lfr.lua
index aeebe2c..b7d96ef 100755
--- a/ElvUI_SLE/modules/sledatatexts/lfr.lua
+++ b/ElvUI_SLE/modules/sledatatexts/lfr.lua
@@ -470,7 +470,7 @@ function DT:LFRShow()
 		end
 	end

-	if E.db.sle.lfrshow.hmNormal then
+	--[[if E.db.sle.lfrshow.hmNormal then
 		DT.tooltip:AddLine(" "..GetMapNameByID(994).." ("..PLAYER_DIFFICULTY1..")")
 		if lvl == 100 then
 			HM(895, 895, 895);
@@ -486,7 +486,7 @@ function DT:LFRShow()
 		else
 			DT.tooltip:AddLine(" "..L["This raid isn't available for your level/gear."])
 		end
-	end
+	end]]

 	if not E.db.sle.lfrshow.ds and not E.db.sle.lfrshow.mv and not E.db.sle.lfrshow.hof and not E.db.sle.lfrshow.toes and not E.db.sle.lfrshow.tot and not E.db.sle.lfrshow.soo and not E.db.sle.lfrshow.hm then
 		DT.tooltip:AddLine(" "..L["You didn't select any instance to track."])
diff --git a/ElvUI_SLE/options/datatexts_c.lua b/ElvUI_SLE/options/datatexts_c.lua
index 3e56039..ee08611 100644
--- a/ElvUI_SLE/options/datatexts_c.lua
+++ b/ElvUI_SLE/options/datatexts_c.lua
@@ -268,7 +268,7 @@ local function configTable()
 								type = "toggle",
 								name = GetMapNameByID(994),
 							},
-							hmNormal = {
+							--[[hmNormal = {
 								order = 8,
 								type = "toggle",
 								name = GetMapNameByID(994).." ("..PLAYER_DIFFICULTY1..")",
@@ -277,7 +277,7 @@ local function configTable()
 								order = 9,
 								type = "toggle",
 								name = GetMapNameByID(994).." ("..PLAYER_DIFFICULTY2..")",
-							},
+							},]]
 						},
 					},
 					hubs = {