Skip to content

Commit

Permalink
Firelands/Ragnaros: Silence a spell ID error
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Nov 20, 2024
1 parent 6963f53 commit fabc7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Firelands/Ragnaros.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ function mod:Phase4()
end

function mod:Dreadflame()
if not self:UnitDebuff("player", self:SpellName(100757)) then return end -- No Deluge on you = you don't care
-- 100713 on difficulty 5
if not self:UnitDebuff("player", self:SpellName(100757), 100713) then return end -- No Deluge on you = you don't care
self:MessageOld(100675, "red", "alarm")
self:Bar(100675, dreadflameCD)
if dreadflameCD > 10 then
Expand Down

0 comments on commit fabc7b7

Please sign in to comment.