Added title to LFR zone on tooltip
Darthpred [02-16-13 - 06:10]
Added title to LFR zone on tooltip
diff --git a/ElvUI_SLE/modules/datatexts/time.lua b/ElvUI_SLE/modules/datatexts/time.lua
index b8b8dbd..02f5957 100644
--- a/ElvUI_SLE/modules/datatexts/time.lua
+++ b/ElvUI_SLE/modules/datatexts/time.lua
@@ -141,6 +141,7 @@ local function OnEnter(self)
local lvl = UnitLevel("player")
local ilvl = GetAverageItemLevel()
DT.tooltip:AddLine(" ")
+ DT.tooltip:AddLine(RAID_FINDER)
if lvl == 85 and ilvl >= 372 then
DT:DragonSoul(416, 417)
elseif lvl == 90 then