Skip to content

Commit

Permalink
Fix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
iam3yal committed Apr 16, 2024
1 parent 2d528fb commit 62096b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Scripts/MythicScore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Unit, function(tool

if GetDungeonScoreRarityColor then
color = GetDungeonScoreRarityColor(score)
else
color = WHITE_FONT_COLOR
end

if not color then
color = HIGHLIGHT_FONT_COLOR
end

tooltip:AddDoubleLine(MYTHIC_PLUS_RATING_LABEL, score, nil, nil, nil, color.r, color.g, color.b)
Expand Down

0 comments on commit 62096b6

Please sign in to comment.