Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpw committed Oct 21, 2023
1 parent 8327b33 commit a37e2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Skins/Blizzard/Friends.lua
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ local function FriendsFrameTooltip_Show(self)
anchor = FriendsFrameTooltip_SetLine(FriendsTooltipHeader, nil, name)
if connected then
FriendsTooltipHeader:SetTextColor(FRIENDS_WOW_NAME_COLOR.r, FRIENDS_WOW_NAME_COLOR.g, FRIENDS_WOW_NAME_COLOR.b)
local str = string.format(FRIENDS_LEVEL_TEMPLATE, level, class)
local str = string.format(FRIENDS_LEVEL_TEMPLATE or "%s %s", level, class)
local catID = GetGuildCharacterCategory(name)
if catID then
str = (GetSpellInfo(catID) or "").."\n\n"..(str or "")
Expand Down

0 comments on commit a37e2b4

Please sign in to comment.