Added Compare between segments in the Breakdown Compare tab

This commit is contained in:
Tercio Jose
2024-02-28 12:43:59 -03:00
parent 32adc61608
commit ac57a39c70
6 changed files with 1247 additions and 891 deletions
+1 -1
View File
@@ -6543,7 +6543,7 @@ local buildSegmentTooltip = function(self, deltaTime)
if (combatInstanceType == "party") then
local combatName, r, g, b = thisCombat:GetCombatName()
gameCooltip:AddLine(combatName, _, 1, r or dungeonColor, b, g, 1)
gameCooltip:AddLine(combatName, _, 1, dungeonColor)
elseif (bossInfo.killed) then
gameCooltip:AddLine(thisCombat:GetCombatName(), _, 1, "lime")