Skip to content

Commit 860f3a1

Browse files
committed
another fix to quarry time in pit of saron
1 parent f0fe0e8 commit 860f3a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Display.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ function MPT:UpdateBosses(Start, count, preview)
566566
self.BossTimes[i] = time
567567
if self.cmap == 556 and i == 3 then -- Pit of Saron Quarry returns info about 1/6 instead of 6/6 so gotta store the value on completion.
568568
time = self.QuarryTime or select(2, GetWorldElapsedTime(1))
569+
self.BossTimes[i] = time
569570
self.QuarryTime = time
570571
end
571572
if pb and pb[i] then

0 commit comments

Comments
 (0)