Skip to content

Commit

Permalink
Fixed minor bug where runa way alert for legion flame was not combine…
Browse files Browse the repository at this point in the history
…d iwth other options
  • Loading branch information
MysticalOS committed May 23, 2023
1 parent ac86b3e commit d558ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DBM-Raids-WoTLK/Coliseum/Jaraxxus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local warnVolcanoSoon = mod:NewSoonAnnounce(66258, 3)
local warnFlame = mod:NewTargetAnnounce(66197, 4)
local warnFlesh = mod:NewTargetNoFilterAnnounce(66237, 4, nil, "Healer")

local specWarnFlame = mod:NewSpecialWarningRun(66877, nil, nil, 2, 4, 2)
local specWarnFlame = mod:NewSpecialWarningRun(66197, nil, nil, 2, 4, 2)
local specWarnGTFO = mod:NewSpecialWarningGTFO(66877, nil, nil, 2, 1, 8)
local specWarnFlesh = mod:NewSpecialWarningYou(66237, nil, nil, nil, 1, 2)
local specWarnKiss = mod:NewSpecialWarningCast(66334, "SpellCaster", nil, 2, 1, 2)
Expand Down

0 comments on commit d558ad4

Please sign in to comment.