Skip to content

Commit

Permalink
BrokenIsles/Levantus: Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 28, 2016
1 parent 666e368 commit 81ddfea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BrokenIsles/Levantus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ do
whirlCount = whirlCount + 1
self:Message(args.spellId, "Urgent", self:Melee() and "Warning", CL.incoming:format(args.spellName))
-- This timer has the potential to go way wrong if you release or miss engage but still better than a static timer
self:CDBar(args.spellId, timers[whirlCount])
self:CDBar(args.spellId, timers[whirlCount] or 66)
end
end

Expand All @@ -87,6 +87,7 @@ end

function mod:BOSS_KILL(_, id)
if id == 1953 then
whirlCount = 0
self:Win()
end
end

0 comments on commit 81ddfea

Please sign in to comment.