Skip to content

Commit

Permalink
Fixed couple errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jun 25, 2019
1 parent 7c1b620 commit 9857df6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DBM-BlackrockFoundry/Oregorger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion DBM-HellfireCitadel/Archimonde.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9857df6

Please sign in to comment.