diff --git a/DBM-BlackrockFoundry/Oregorger.lua b/DBM-BlackrockFoundry/Oregorger.lua index 0d386ce..fd5e450 100644 --- a/DBM-BlackrockFoundry/Oregorger.lua +++ b/DBM-BlackrockFoundry/Oregorger.lua @@ -37,7 +37,7 @@ local specWarnHungerDrive = mod:NewSpecialWarningSpell("ej9964", nil, nil, nil local specWarnHungerDriveEnded = mod:NewSpecialWarningFades("ej9964", nil, nil, nil, 1, 2) local timerBlackrockSpinesCD = mod:NewCDTimer(18.5, 156834, nil, nil, nil, 4, nil, DBM_CORE_INTERRUPT_ICON)--20-23 (cd for barrages themselves too inconsistent and useless. but CD for when he recharges his spines, quite consistent) -local timerAcidTorrentCD = mod:NewCDCountTimer(13, 156240, nil, "Tank|Healer", 2, 5, nil, DBM_CORE_TANK_ICON, nil 2, 4) +local timerAcidTorrentCD = mod:NewCDCountTimer(13, 156240, nil, "Tank|Healer", 2, 5, nil, DBM_CORE_TANK_ICON, nil, 2, 4) local timerExplosiveShardCD = mod:NewCDTimer(12, 156390, nil, "MeleeDps", 3, 3)--Every 12-20 seconds local timerExplosiveShard = mod:NewCastTimer(3.5, 156390, nil, "MeleeDps") local timerRetchedBlackrockCD = mod:NewCDTimer(15.5, 156179, nil, "Ranged", 2, 3) diff --git a/DBM-HellfireCitadel/Archimonde.lua b/DBM-HellfireCitadel/Archimonde.lua index 62f9b87..3174603 100644 --- a/DBM-HellfireCitadel/Archimonde.lua +++ b/DBM-HellfireCitadel/Archimonde.lua @@ -108,7 +108,7 @@ local timerLightCD = mod:NewNextTimer(10, 183963, nil, nil, nil, 5) local timerShadowBlastCD = mod:NewCDTimer(7.3, 183864, nil, "Tank", nil, 5) --Phase 2: Hand of the Legion mod:AddTimerLine(SCENARIO_STAGE:format(2)) -local timerShackledTormentCD = mod:NewCDCountTimer(31.5, 184931, nil, nil, nil, 3, nil, nil, nil, not mod:IsTank() 3, 3) +local timerShackledTormentCD = mod:NewCDCountTimer(31.5, 184931, nil, nil, nil, 3, nil, nil, nil, not mod:IsTank() and 3, 3) local timerWroughtChaosCD = mod:NewCDTimer(51.7, 184265, nil, nil, nil, 3, nil, DBM_CORE_DEADLY_ICON) --Phase 2.5 local timerFelborneOverfiendCD = mod:NewNextCountTimer(44.3, "ej11603", nil, nil, nil, 1, 186662)