Skip to content

Commit

Permalink
Firelands/Ragnaros: Improve Magma Trap bars (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
stako authored Nov 26, 2024
1 parent a86a495 commit 593a905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Firelands/Ragnaros.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ end
function mod:OnEngage()
self:Bar(98237, 25, L["hand_bar"])
self:Bar(98710, 30, lavaWaves)
self:CDBar(98164, 15) -- Magma Trap
self:OpenProximity("proximity", 6)
self:Berserk(1080)
lavaWavesCD, dreadflameCD = 30, 40
Expand Down Expand Up @@ -252,6 +253,7 @@ function mod:SplittingBlow(args)
self:StopBar(lavaWaves)
self:StopBar(98263) -- Wrath of Ragnaros
self:StopBar(98498) -- Molten Seed
self:StopBar(98164) -- Magma Trap
end

function mod:SulfurasSmash(args)
Expand Down

0 comments on commit 593a905

Please sign in to comment.