From fcf552371e1a155da2f8975dad7dbaa248b07c22 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 14 Dec 2014 16:17:04 +0400 Subject: [PATCH] Apparently this doesn't work O_o --- ElvUI_SLE/modules/sledatatexts/lfr.lua | 4 ++-- ElvUI_SLE/options/datatexts_c.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = { -- 1.7.9.5