From e1c816ee6cf06c9c4b3e3324a134f13f30f99c28 Mon Sep 17 00:00:00 2001 From: Josh Worden Date: Wed, 26 Oct 2022 19:25:13 -0500 Subject: [PATCH] Update to use new texture function --- functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.lua b/functions.lua index 7261483..e8949c2 100644 --- a/functions.lua +++ b/functions.lua @@ -424,7 +424,7 @@ function addon:renderBattleNet(tooltip, friends, isBnetClient, collapseVar) return "|TInterface\\FriendsFrame\\Battlenet-WoWicon:0|t" end elseif client and client ~= "" then - return "|T"..BNet_GetClientTexture(client)..":0|t" + return "|T"..BNet_GetClientEmbeddedAtlas(client)..":0|t" end return spacer() end