Skip to content

Commit

Permalink
Push this change to git to test signing
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed May 21, 2019
1 parent a298c32 commit 57118d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DBM-Draenor/Drov.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local specWarnCallofEarth = mod:NewSpecialWarningSpell(175827)
local timerColossalSlamCD = mod:NewCDTimer(16, 175791, nil, nil, nil, 3)--16-35 second variation? Then again was a bad pull with no tank, boss running loose so may have affected timer
local timerCallofEarthCD = mod:NewCDTimer(90, 175827, nil, nil, nil, 1)

--mod:AddReadyCheckOption(37460, false)
--mod:AddReadyCheckOption(37460, false, 100)

function mod:OnCombatStart(delay, yellTriggered)
--[[ if yellTriggered then
Expand Down
2 changes: 1 addition & 1 deletion DBM-Draenor/Kazzak.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local yellMark = mod:NewYell(187668)
local timerDoomD = mod:NewCDTimer(51, 187466, nil, nil, nil, 3)
local timerBreathCD = mod:NewCDTimer(22, 187664, nil, nil, nil, 5)

--mod:AddReadyCheckOption(37462, false)--Unknown quest flag
--mod:AddReadyCheckOption(37462, false, 100)--Unknown quest flag
mod:AddRangeFrameOption(8, 187668)

function mod:OnCombatStart(delay, yellTriggered)
Expand Down
2 changes: 1 addition & 1 deletion DBM-Draenor/Tarlna.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local timerGenesis = mod:NewCastTimer(14, 169613)
local timerGenesisCD = mod:NewCDTimer(45, 169613, nil, nil, nil, 5)--45-60 variation
local timerGrowUntamedMandragoraCD = mod:NewCDTimer(30, 176013, nil, nil, nil, 1)

--mod:AddReadyCheckOption(37462, false)
--mod:AddReadyCheckOption(37462, false, 100)
--mod:AddRangeFrameOption(8, 175979)

local debuffName = DBM:GetSpellInfo(176004)
Expand Down

0 comments on commit 57118d0

Please sign in to comment.