From dab1264cc3573e10f173540691c96362e91d6e39 Mon Sep 17 00:00:00 2001 From: jordonwow <29447509+jordonwow@users.noreply.github.com> Date: Tue, 28 May 2024 02:25:53 -0700 Subject: [PATCH] Add missing spells for Cataclysm Classic Closes #703 Closes #718 Closes #720 --- BigDebuffs_Cata.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BigDebuffs_Cata.lua b/BigDebuffs_Cata.lua index 9160f04..9bc09f3 100644 --- a/BigDebuffs_Cata.lua +++ b/BigDebuffs_Cata.lua @@ -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 @@ -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