Skip to content

Commit

Permalink
Deprecate restart object in all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jun 1, 2024
1 parent ba2cfae commit cf2ef0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DBM-Raids-WoTLK/RubySanctum/Halion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ function mod:SPELL_CAST_START(args)
self:SetStage(3)
warnPhase3:Show()
warnPhase3:Play("pthree")
timerFieryConbustionCD:Restart(20)--restart is used purely to avoid false debug on retail when boss is instantly phased into phase 3 in one attack (thus clipping P1 timer)
timerFieryConbustionCD:Stop()
timerFieryConbustionCD:Start(20)--restart is used purely to avoid false debug on retail when boss is instantly phased into phase 3 in one attack (thus clipping P1 timer)
end
end

Expand Down

0 comments on commit cf2ef0c

Please sign in to comment.