Skip to content

Commit

Permalink
Update to use new texture function
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Oct 27, 2022
1 parent 1ef9b65 commit e1c816e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1c816e

Please sign in to comment.