From c0f826d6b01de4804d4848fe3aa4aa525427db72 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 4 Apr 2014 20:21:01 +0400 Subject: [PATCH] BNet App is on the list of realms now --- ElvUI_SLE/modules/datatexts/friends.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ElvUI_SLE/modules/datatexts/friends.lua b/ElvUI_SLE/modules/datatexts/friends.lua index f15e257..dbed35c 100644 --- a/ElvUI_SLE/modules/datatexts/friends.lua +++ b/ElvUI_SLE/modules/datatexts/friends.lua @@ -405,6 +405,11 @@ function LDB.OnEnter(self) if player["CLIENT"] == wtcgString then line = tooltip:SetCell(line, 6, "|cff82c5ffHearthstone|r") end + + if player["CLIENT"] == "App" then + line = tooltip:SetCell(line, 5, "|cff82c5ffDesctop Application|r") + line = tooltip:SetCell(line, 6, "|cff82c5ffBattle.net|r") + end end if not E.db.sle.dt.friends.hideFriendsNotes then -- 1.7.9.5