From 71553572b998e8b290e58119885fbc639d26d548 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 29 Aug 2013 07:06:01 +0400 Subject: [PATCH] Fix mail bug --- ElvUI_SLE/modules/datatexts/mail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/datatexts/mail.lua b/ElvUI_SLE/modules/datatexts/mail.lua index 07f7c2e..eff62ab 100644 --- a/ElvUI_SLE/modules/datatexts/mail.lua +++ b/ElvUI_SLE/modules/datatexts/mail.lua @@ -74,7 +74,7 @@ local function OnEnter(self) if not Read then DT.tooltip:AddLine(HAVE_MAIL_FROM) - DT.tooltip:AddLine(" "..sender1) + if sender1 then DT.tooltip:AddLine(" "..sender1) end if sender2 then DT.tooltip:AddLine(" "..sender2) end if sender3 then DT.tooltip:AddLine(" "..sender3) end -- 1.7.9.5