Skip to content

Commit

Permalink
Merge pull request #79 from Thekinghim/Larsj02-patch-1
Browse files Browse the repository at this point in the history
Update dungeonTimer.lua
  • Loading branch information
Thekinghim committed May 14, 2024
2 parents 6c4c54a + dc915a1 commit eabf9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/dungeonTimer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function addon:TimerInit()
local liveIndex = 0
for bossIndex = 1, self.runData.maxCriteria - 1 do
local bossBar = self.bosses[bossIndex]
local dead = select(10, C_Scenario.GetCriteriaInfo(bossIndex))
local dead = select(11, C_Scenario.GetCriteriaInfo(bossIndex))
if dead and dead > 0 and not bossBar.dead then
bossBar.dead = dead
local deathTime = dead - currentTime
Expand Down

0 comments on commit eabf9bb

Please sign in to comment.