From 6e6392051525d22b1e089fd3810a4a63befcef56 Mon Sep 17 00:00:00 2001 From: Josh Worden Date: Wed, 26 Oct 2022 22:10:22 -0500 Subject: [PATCH] Fix text formatting for game icon texture --- functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.lua b/functions.lua index e8949c2..0642e6f 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_GetClientEmbeddedAtlas(client)..":0|t" + return BNet_GetClientEmbeddedAtlas(client) end return spacer() end