BNet App is on the list of realms now
Darthpred [04-04-14 - 16:21]
BNet App is on the list of realms now
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