Skip to content

Commit

Permalink
testing a bad change
Browse files Browse the repository at this point in the history
  • Loading branch information
emmericp committed Jan 12, 2025
1 parent dec0677 commit eddc4e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DBM-Raids-Vanilla/AQ40/CThun.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function mod:OnCombatStart(delay)
timerClawTentacle:Start(9-delay) -- Combatlog told me, the first Claw Tentacle spawn in 00:00:09, but need more test.
timerEyeTentacle:Start(45-delay)
timerDarkGlareCD:Start(48-delay)
self:ScheduleMethod(48-delay, "DarkGlare")
self:ScheduleMethod(45-delay, "DarkGlare")
if self.Options.RangeFrame then
DBM.RangeCheck:Show(10)
end
Expand Down Expand Up @@ -166,7 +166,7 @@ function mod:SPELL_CAST_SUCCESS(args)
timerEyeTentacle:Stop()
warnEyeTentacle:Show()
timerEyeTentacle:Start(self:GetStage(2) and 30 or 45)
elseif cid == 15725 then -- Claw Tentacle
elseif cid == 15724 then -- Claw Tentacle
timerClawTentacle:Stop()
warnClawTentacle:Show()
timerClawTentacle:Start()
Expand Down Expand Up @@ -254,3 +254,4 @@ function mod:OnSync(msg)
end
end
end

0 comments on commit eddc4e9

Please sign in to comment.