From 6bb274ea2f740e3199aa3f5ab4d2e14035173642 Mon Sep 17 00:00:00 2001 From: Idan Date: Mon, 22 Jul 2024 21:48:45 +0300 Subject: [PATCH] added Combat Readiness and Strength of Soul (#757) https://www.wowhead.com/cata/spell=96267/strength-of-soul https://www.wowhead.com/cata/spell=74001/combat-readiness --- BigDebuffs_Cata.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigDebuffs_Cata.lua b/BigDebuffs_Cata.lua index 2e5def7..e439057 100644 --- a/BigDebuffs_Cata.lua +++ b/BigDebuffs_Cata.lua @@ -173,6 +173,7 @@ addon.Spells = { [33206] = { type = BUFF_DEFENSIVE }, -- Pain Suppression [14751] = { type = BUFF_DEFENSIVE }, -- Inner Focus [87204] = { type = CROWD_CONTROL }, -- Sin and Punishment (VT dispel) + [96267] = { type = BUFF_DEFENSIVE }, -- Strength of Soul -- Warlock @@ -397,6 +398,7 @@ addon.Spells = { [14177] = { type = BUFF_OFFENSIVE }, -- Cold Blood [14251] = { type = BUFF_OTHER }, -- Riposte (Rogue) [86759] = { type = CROWD_CONTROL }, -- Improved Kick (Rank 2) + [74001] = { type = BUFF_DEFENSIVE }, -- Combat Readiness -- Warrior