diff --git a/DBM-BlackTemple/ShadeOfAkama.lua b/DBM-BlackTemple/ShadeOfAkama.lua index 8d80d43..6c15a87 100644 --- a/DBM-BlackTemple/ShadeOfAkama.lua +++ b/DBM-BlackTemple/ShadeOfAkama.lua @@ -219,7 +219,7 @@ function mod:SPELL_AURA_APPLIED(args) if self.Options.SetIconOnBeacon then self:ScanForMobs(args.destGUID, 1, 3, 1, 0.01, 20, "SetIconOnBeacon") end - elseif args:IsSpellID(371509) and self:AntiSpam(3, 1) then + elseif args:IsSpellID(371509) and self:AntiSpam(8, 1) then specWarnReflect:Show(args.destName) timerReflectBuff:Start() elseif args:IsSpellID(322732) then diff --git a/DBM-TheEye/KaelThas.lua b/DBM-TheEye/KaelThas.lua index 5abfa63..1112ac6 100644 --- a/DBM-TheEye/KaelThas.lua +++ b/DBM-TheEye/KaelThas.lua @@ -261,9 +261,9 @@ function mod:CHAT_MSG_MONSTER_YELL(msg) timerConflagrateCD:Cancel() timerMCCD:Start(40) timerBarrierCD:Start(60) - timerPhoenixCD:Start(50) + timerPhoenixCD:Start(45) warnBarrierSoon:Schedule(55) - warnPhoenixSoon:Schedule(45) + warnPhoenixSoon:Schedule(40) warnMCSoon:Schedule(35) elseif msg == L.YellPhase5 or msg:find(L.YellPhase5) then self:SetStage(5) @@ -271,6 +271,7 @@ function mod:CHAT_MSG_MONSTER_YELL(msg) timerMCCD:Cancel() warnMCSoon:Cancel() timerGravityCD:Start() + timerPhoenixCD:Start(128) warnGravitySoon:Schedule(85) end end