diff --git a/ElvUI/Mainline/Modules/DataTexts/DungeonScore.lua b/ElvUI/Mainline/Modules/DataTexts/DungeonScore.lua index 480260691a..277ea3c49c 100644 --- a/ElvUI/Mainline/Modules/DataTexts/DungeonScore.lua +++ b/ElvUI/Mainline/Modules/DataTexts/DungeonScore.lua @@ -21,9 +21,9 @@ local function OnEnter() local color = GetDungeonScoreRarityColor(score) or HIGHLIGHT_FONT_COLOR local classColor = E:ClassColor(E.myclass) - DT.tooltip:AddLine(format('|c%s%s|r', classColor.colorStr, E.myname), E.myLocalizedClass, 1, 1, 1, true) + DT.tooltip:AddLine(format('|c%s%s|r', classColor.colorStr, E.myname), 1, 1, 1, true) DT.tooltip:AddLine(E.myLocalizedClass, 1, 1, 1, true) - DT.tooltip:AddLine(format('%s|c%s%s|r', DUNGEON_SCORE_LINK_RATING, E:RGBToHex(color.r, color.g, color.b, 'ff'), score)) + DT.tooltip:AddLine(format('%s|c%s%s|r', DUNGEON_SCORE_LINK_RATING, E:RGBToHex(color.r, color.g, color.b, 'ff'), score), nil, nil, nil, true) local summary = GetPlayerMythicPlusRatingSummary('player') if summary and summary.runs then