Skip to content

Commit

Permalink
Blackwing/Nefarian: Fix the Cinders countdown also counting the coold…
Browse files Browse the repository at this point in the history
…own bar
  • Loading branch information
funkydude committed Jul 4, 2024
1 parent 854da4e commit f598dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Blackwing/Nefarian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function mod:GetOptions()
80734, -- Blast Nova
"stages",
-- Heroic
{79339, "COUNTDOWN", "SAY", "SAY_COUNTDOWN", "ME_ONLY_EMPHASIZE"}, -- Explosive Cinders
{79339, "CASTBAR", "CASTBAR_COUNTDOWN", "SAY", "SAY_COUNTDOWN", "ME_ONLY_EMPHASIZE"}, -- Explosive Cinders
79318, -- Dominion
"berserk",
},{
Expand Down Expand Up @@ -237,7 +237,7 @@ do
if self:Me(args.destGUID) then
self:Say(args.spellId, CL.bomb, nil, "Bomb")
self:SayCountdown(args.spellId, 8, nil, 5)
self:TargetBar(args.spellId, 8, args.destName, CL.bomb)
self:CastBar(args.spellId, 8, CL.explosion)
self:PlaySound(args.spellId, "warning")
end
end
Expand Down

0 comments on commit f598dff

Please sign in to comment.