HoTS in the friendlist
Darthpred [10-10-14 - 18:47]
diff --git a/ElvUI_SLE/modules/sledatatexts/friends.lua b/ElvUI_SLE/modules/sledatatexts/friends.lua
index c99959b..a1c326e 100644
--- a/ElvUI_SLE/modules/sledatatexts/friends.lua
+++ b/ElvUI_SLE/modules/sledatatexts/friends.lua
@@ -435,7 +435,9 @@ function LDB.OnEnter(self)
if player["CLIENT"] == wtcgString then
line = tooltip:SetCell(line, 6, "|cff82c5ffHearthstone|r")
end
-
+ if player["CLIENT"] == "Hero" then
+ line = tooltip:SetCell(line, 6, "|cff82c5ffHeroes of The Storm|r")
+ end
end
if not E.db.sle.dt.friends.hideFriendsNotes then