Added phase and elapsed time for boss wipes on the segment selection menu

This commit is contained in:
Tercio Jose
2024-03-15 15:36:54 -03:00
parent c1458d448f
commit 47bad31a56
4 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ local statusBarBackgroundTable_ForDeathTooltip = {
--expose in case someone want to customize the death tooltip background
Details.StatusBarBackgroundTable_ForDeathTooltip = statusBarBackgroundTable_ForDeathTooltip
function Details.ShowDeathTooltip(instance, lineFrame, combatObject, deathTable)
function Details.ShowDeathTooltip(instance, lineFrame, combatObject, deathTable) --~death
local events = deathTable[1]
local timeOfDeath = deathTable[2]
local maxHP = max(deathTable[5], 0.001)