Added Overwatch players in the social
Mikeprod [08-05-16 - 11:56]
Added Overwatch players in the social
diff --git a/modules/social.lua b/modules/social.lua
index 0f70414..cb89212 100644
--- a/modules/social.lua
+++ b/modules/social.lua
@@ -178,7 +178,11 @@ friendFrame:SetScript("OnEnter", function()
elseif client == "WTCG" then
gameIcon = "Interface\\FriendsFrame\\Battlenet-WTCGicon.blp"
client = "Heartstone"
+ elseif client == "Pro" then
+ gameIcon = "Interface\\FriendsFrame\\Battlenet-OVERWATCHicon.blp"
+ client = "Overwatch"
end
+
if client == "WoW" then
toonname = ("(|cffecd672"..toonname.."|r)")
else