From 52c11eb0bfa8d4a508c3c02eee4f94c1bb21d00e Mon Sep 17 00:00:00 2001 From: jamessl154 <64977718+jamessl154@users.noreply.github.com> Date: Sun, 1 Oct 2023 22:51:41 +0100 Subject: [PATCH] Add intimidating shout --- BigDebuffs_Vanilla.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BigDebuffs_Vanilla.lua b/BigDebuffs_Vanilla.lua index 4192690..2af5dac 100644 --- a/BigDebuffs_Vanilla.lua +++ b/BigDebuffs_Vanilla.lua @@ -327,6 +327,8 @@ addon.Spells = { -- Warrior [18498] = { type = CROWD_CONTROL }, -- Improved Shield Bash + [5246] = { type = CROWD_CONTROL }, -- Intimidating Shout (Other targets) + [20511] = { type = CROWD_CONTROL, parent = 5246 }, -- (Main target) [20230] = { type = IMMUNITY }, -- Retaliation [1719] = { type = BUFF_OFFENSIVE }, -- Recklessness [871] = { type = BUFF_DEFENSIVE }, -- Shield Wall