Skip to content

Commit

Permalink
Apparently this lua error has been there since Legion, and no one rep…
Browse files Browse the repository at this point in the history
…orted it until shadowlands (and they chose to report it on curse which I don't read, oops). This will fix lua errors happening any time Fixate stage starts, as well as now have the timers working on fixate stage starts as well for twins encounter.
  • Loading branch information
MysticalOS committed Dec 27, 2021
1 parent e13175b commit 024cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Challenges/Legion/DPSTwins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function mod:UNIT_SPELLCAST_SUCCEEDED(uId, _, spellId)
if spellId == 202081 then--Fixate (Karam Magespear returning in phase 3 and 5)
specWarnFixate:Show()
specWarnFixate:Play("justrun")
specWarnFixate:ScheduleVoice("keepmove")
specWarnFixate:ScheduleVoice(1.5, "keepmove")
if self.vb.phase >= 2 then--Should filter fixate done on pull
self.vb.phase = self.vb.phase + 1
timerHandCD:Start(9)
Expand Down

0 comments on commit 024cd06

Please sign in to comment.