Skip to content

Commit

Permalink
Add missing spells for Cataclysm Classic
Browse files Browse the repository at this point in the history
Closes #703
Closes #718
Closes #720
  • Loading branch information
jordonwow committed May 28, 2024
1 parent 6df3b3f commit dab1264
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BigDebuffs_Cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,12 @@ addon.Spells = {
[64346] = { type = CROWD_CONTROL, }, -- Fiery Payback (Fire Mage Disarm)
[82691] = { type = CROWD_CONTROL, }, -- Ring of Frost
[83302] = { type = ROOT, }, -- Improved Cone of Cold
[116] = { type = ROOT }, -- Frostbolt
[44614] = { type = ROOT }, -- Frostfire Bolt
[7321] = { type = ROOT }, -- Chilled
[120] = { type = ROOT }, -- Cone of Cold
[12486] = { type = ROOT }, -- Chilled
[12487] = { type = ROOT }, -- Ice Shards

[18469] = { type = CROWD_CONTROL }, -- Improved Counterspell
[118] = { type = CROWD_CONTROL }, -- Polymorph
Expand Down Expand Up @@ -365,6 +371,7 @@ addon.Spells = {
[55694] = { type = BUFF_DEFENSIVE }, -- Enraged Regeneration
[60503] = { type = BUFF_OFFENSIVE, }, -- Taste for Blood
[65925] = { type = BUFF_OFFENSIVE, }, -- Unrelenting Assault (2/2)
[85388] = { type = CROWD_CONTROL }, -- Throwdown

[18498] = { type = CROWD_CONTROL }, -- Improved Shield Bash
[20230] = { type = IMMUNITY }, -- Retaliation
Expand Down

0 comments on commit dab1264

Please sign in to comment.