Skip to content

Commit

Permalink
Fixed: +1 overview not showing class color for DKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargul committed Jun 5, 2024
1 parent 372d9c4 commit 33440c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Interface/PlusOnes/OverView.lua
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ function Overview:addPlayerPlusOneEntries(Parent)

local PlayerName = AceGUI:Create("Label");
PlayerName:SetFontObject(_G["GameFontNormal"]);
PlayerName:SetText(GL:nameFormat(Entry.name));
PlayerName:SetColor(unpack(GL:classRGBColor(Entry.class)))
PlayerName:SetText(GL:nameFormat{ name = Entry.name, colorize = true, });
PlayerName:SetHeight(28);
PlayerName:SetWidth(320);
Row:AddChild(PlayerName);
Expand Down

0 comments on commit 33440c8

Please sign in to comment.