You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -478,6 +478,7 @@ function MPT:UpdateBosses(Start, count, preview)
478
478
fori=1, maxdo
479
479
-- manually offset which bossname we want for megadungeons
480
480
localnum= (self.cmap==370andi+4) or (self.cmap==392andi+5) or (self.cmap==227andi+2) or (self.cmap==234andi+6) or (self.cmap==464andi+4) ori
481
+
num= (self.cmap==556andi==4and3) ornum-- Looking for 3rd Boss in 4th Objective for Pit of Saron
481
482
-- limit how many bosses to show for some of the lower parts of megadungeons
482
483
localmaxbosses= (self.cmap==391and5) or (self.cmap==463and4) or (self.cmap==227and3) or (self.cmap==369and4)
483
484
localname=self.BossNames[num]
@@ -488,6 +489,7 @@ function MPT:UpdateBosses(Start, count, preview)
488
489
break
489
490
end
490
491
end
492
+
ifself.cmap==556andi==3thenname=criteria.descriptionend-- Using Blizzard's name for "Quarry camps liberated" since there is no other translated version to use
491
493
ifself.cmap==227andnum==3thenname="Opera Hall" end
492
494
ifnameandname~="" and ((notmaxbosses) ori<=maxbosses) then
0 commit comments