Skip to content

Commit

Permalink
WarWithin/CinderbrewMeadery/BrewMasterAldryr: Timer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Jul 27, 2024
1 parent cac8c0e commit 5eea30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WarWithin/CinderbrewMeadery/BrewMasterAldryr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ do
self:SetStage(1)
self:Message(args.spellId, "green", CL.removed_after:format(args.spellName, args.time - happyHourStart))
self:PlaySound(args.spellId, "info")
self:CDBar(432229, 9.3) -- Keg Smash
self:CDBar(432179, 14.2) -- Throw Cinderbrew
self:CDBar(432198, 17.8) -- Blazing Belch
self:CDBar(432229, 9.1) -- Keg Smash
self:CDBar(432179, 14.0) -- Throw Cinderbrew
self:CDBar(432198, 17.6) -- Blazing Belch
-- cast at 100 energy, 2.4s delay + 45s energy gain + runs to bar + 1.5s delay
self:CDBar(args.spellId, 48.9, CL.count:format(args.spellName, happyHourCount))
end
Expand Down

0 comments on commit 5eea30f

Please sign in to comment.