Quantcast

Forgot to add this.

Michael Tindal [12-11-14 - 09:50]
Forgot to add this.
Filename
ElvUI_SLE/modules/sledatatexts/lfr.lua
diff --git a/ElvUI_SLE/modules/sledatatexts/lfr.lua b/ElvUI_SLE/modules/sledatatexts/lfr.lua
index b6fa1e9..da8be61 100755
--- a/ElvUI_SLE/modules/sledatatexts/lfr.lua
+++ b/ElvUI_SLE/modules/sledatatexts/lfr.lua
@@ -465,6 +465,8 @@ function DT:LFRShow()
 		DT.tooltip:AddLine(" "..GetMapNameByID(994))
 		if lvl == 100 and ilvl >= 615 then
 			HM(849, 850, 851);
+		else
+			DT.tooltip:AddLine(" "..L["This LFR isn't available for your level/gear."])
 		end
 	end