From d1791351ab291fb71a7c2abc886ef1b5953cef82 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 14 Dec 2014 16:19:42 +0400 Subject: [PATCH] those can't be looted anymore. --- ElvUI_SLE/modules/sledatatexts/time.lua | 4 ++-- ElvUI_SLE/options/datatexts_c.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElvUI_SLE/modules/sledatatexts/time.lua b/ElvUI_SLE/modules/sledatatexts/time.lua index 0e5c5e3..f8b603f 100644 --- a/ElvUI_SLE/modules/sledatatexts/time.lua +++ b/ElvUI_SLE/modules/sledatatexts/time.lua @@ -151,13 +151,13 @@ local function OnEnter(self) end end - local LeiShenKey = IsQuestFlaggedCompleted(32626) + --[[local LeiShenKey = IsQuestFlaggedCompleted(32626) local Trove = IsQuestFlaggedCompleted(32609) if level == 90 and E.db.sle.lfrshow.leishen then DT.tooltip:AddDoubleLine(L["Key to the Palace of Lei Shen:"], LeiShenKey and "\124cffff0000"..L["Looted"].."\124r" or "\124cff00ff00"..L["Not looted"].."\124r", 1, 1, 1, 0.8, 0.8, 0.8) DT.tooltip:AddDoubleLine(L["Trove of the Thunder King:"], Trove and "\124cffff0000"..L["Looted"].."\124r" or "\124cff00ff00"..L["Not looted"].."\124r", 1, 1, 1, 0.8, 0.8, 0.8) - end + end]] local timeText local Hr, Min, AmPm = CalculateTimeValues(true) diff --git a/ElvUI_SLE/options/datatexts_c.lua b/ElvUI_SLE/options/datatexts_c.lua index ee08611..5cbfcdf 100644 --- a/ElvUI_SLE/options/datatexts_c.lua +++ b/ElvUI_SLE/options/datatexts_c.lua @@ -280,7 +280,7 @@ local function configTable() },]] }, }, - hubs = { + --[[hubs = { order = 3, type = "group", name = L["World Loot"], @@ -295,7 +295,7 @@ local function configTable() desc = L["Show/Hide the status of Key to the Palace of Lei Shen and Trove of the Thunder King."], }, }, - }, + },]] }, }, slcurrency = { -- 1.7.9.5