Skip to content

Commit

Permalink
replace all uses of NewCombatTimer with NewRPTimer
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 5, 2024
1 parent ea3bccb commit aba7d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Draenor/Invasions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ local specWarnSpy = mod:NewSpecialWarning("specWarnSpy")
local specWarnBuilding = mod:NewSpecialWarning("specWarnBuilding")

--Generic
--local timerCombatStart = mod:NewCombatTimer(44)--rollplay for first pull
--local timerCombatStart = mod:NewRPTimer(44)--rollplay for first pull

function mod:SPELL_CAST_SUCCESS(args)
if not self.Options.Enabled then return end
Expand Down

0 comments on commit aba7d4c

Please sign in to comment.