diff --git a/Legion/MawOfSouls/Harbaron.lua b/Legion/MawOfSouls/Harbaron.lua index e748bfdf1..1d68f2d23 100644 --- a/Legion/MawOfSouls/Harbaron.lua +++ b/Legion/MawOfSouls/Harbaron.lua @@ -36,7 +36,9 @@ end function mod:OnEngage() self:Bar(194216, 3.6) -- Cosmic Scythe self:CDBar(194231, 8) -- Summon Shackled Servitor - self:CDBar(194668, 12.5) -- Nether Rip + if not self:Normal() then + self:CDBar(194668, 12.5) -- Nether Rip + end self:CDBar(198551, 18) -- Fragment end diff --git a/Legion/MawOfSouls/Helya.lua b/Legion/MawOfSouls/Helya.lua index ee8f07653..3c3a74783 100644 --- a/Legion/MawOfSouls/Helya.lua +++ b/Legion/MawOfSouls/Helya.lua @@ -68,7 +68,9 @@ function mod:OnEngage() tentacleDeaths = 0 self:CDBar("destructor_tentacle", 26, L.destructor_tentacle, L.destructor_tentacle_icon) - self:CDBar(202088, 40.5) -- Brackwater Barrage + if not self:Normal() then + self:CDBar(202088, 40.5) -- Brackwater Barrage + end -- check on IEEU for changes since IEEU fires before tentacle death events, so they don't have a boss token anymore :\ wipe(seen) diff --git a/Legion/MawOfSouls/Ymiron.lua b/Legion/MawOfSouls/Ymiron.lua index ce59ff1b0..ca60f459e 100644 --- a/Legion/MawOfSouls/Ymiron.lua +++ b/Legion/MawOfSouls/Ymiron.lua @@ -37,7 +37,9 @@ function mod:OnEngage() self:CDBar(193364, 5.9) -- Screams of the Dead self:CDBar(193977, 15.1) -- Winds of Northrend self:CDBar(193460, 22.1) -- Bane - self:CDBar(193566, 41.2) -- Arise, Fallen + if not self:Normal() then + self:CDBar(193566, 41.2) -- Arise, Fallen + end end --------------------------------------------------------------------------------