Skip to content

Commit

Permalink
Fixed Hand of Gul'dan/Chaos Bolt bug
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed May 29, 2024
1 parent 72aefcf commit c672771
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ Spell( 30283, { name = "Shadowfury", duration = 3, multiTarget = true })
Spell( 29341, { name = "Shadowburn", duration = 5, scale = 0.5, color = colors.DPURPLE }) -- Soul Shard debuff

Cooldown( 17962, { name = "Conflagrate", ghost = true, priority = 5, color = colors.PINK })
Cooldown( 50796, { name = "Chaos Bolt", color = colors.TEAL3 })

Cooldown( 50796, { name = "Chaos Bolt", color = colors.TEAL3, isknowncheck = function() return IsPlayerSpell(50796) end })

Cooldown( 71521, { name = "Hand of Gul'dan", color = colors.TEAL3, isknowncheck = function() return IsPlayerSpell(71521) end })

Spell( 47241 ,{ name = "Metamorphosis", group = "buffs", priority = -8, duration = 30, shine = true, color = colors.CURSE })
Spell({ 47383,71162,71165 }, { name = "Molten Core", duration = 18, group = "buffs", color = colors.PURPLE })
Expand Down

0 comments on commit c672771

Please sign in to comment.