From b8ee54db25e785caecfaf87ee15a9bd68111df05 Mon Sep 17 00:00:00 2001 From: Michael Tindal Date: Sat, 13 Dec 2014 13:56:46 -0800 Subject: [PATCH] Blizzard does not specify what ilevel you require for these, and neither should we. --- ElvUI_SLE/modules/sledatatexts/lfr.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/sledatatexts/lfr.lua b/ElvUI_SLE/modules/sledatatexts/lfr.lua index 048d33d..aeebe2c 100755 --- a/ElvUI_SLE/modules/sledatatexts/lfr.lua +++ b/ElvUI_SLE/modules/sledatatexts/lfr.lua @@ -472,7 +472,7 @@ function DT:LFRShow() if E.db.sle.lfrshow.hmNormal then DT.tooltip:AddLine(" "..GetMapNameByID(994).." ("..PLAYER_DIFFICULTY1..")") - if lvl == 100 and ilvl >= 627 then + if lvl == 100 then HM(895, 895, 895); else DT.tooltip:AddLine(" "..L["This raid isn't available for your level/gear."]) @@ -481,7 +481,7 @@ function DT:LFRShow() if E.db.sle.lfrshow.hmHeroic then DT.tooltip:AddLine(" "..GetMapNameByID(994).." ("..PLAYER_DIFFICULTY2..")") - if lvl == 100 and ilvl >= 650 then + if lvl == 100 then HM(896, 896, 896); else DT.tooltip:AddLine(" "..L["This raid isn't available for your level/gear."]) -- 1.7.9.5