Skip to content

Commit f0fe0e8

Browse files
committed
fix quarry camps liberation in pit
1 parent 8093020 commit f0fe0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Display.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ function MPT:UpdateBosses(Start, count, preview)
580580
self:ApplyTextSettings(frame["BossSplit"..i], self.BossSplit, prefix..self:FormatTime(diff), splitcolor)
581581
end
582582
self.BossSplitted[i] = true
583-
elseif self.cmap == 556 and i == 3 then -- Quarry Camps in Pit of Saron
583+
elseif self.cmap == 556 and i == 3 and not self.BossSplitted[i] then -- Quarry Camps in Pit of Saron
584584
local frame = self:CreateBossFrame(i)
585585
self:ApplyTextSettings(frame["BossTimer"..i], self.BossTimer, criteria.quantityString.."/"..criteria.totalQuantity, self.BossName.Color)
586586
end

0 commit comments

Comments
 (0)