From 1084143cf3b0989fa9541642ebee4ec68d59469a Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Sat, 26 Aug 2023 22:09:17 -0500 Subject: [PATCH 1/2] Add Thunderous Roar --- BigDebuffs_Mainline.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/BigDebuffs_Mainline.lua b/BigDebuffs_Mainline.lua index a69d0ac..ecc0c3a 100644 --- a/BigDebuffs_Mainline.lua +++ b/BigDebuffs_Mainline.lua @@ -624,6 +624,7 @@ addon.Spells = { [202164] = { type = BUFF_SPEED_BOOST }, -- Bounding Stride [376080] = { type = CROWD_CONTROL, nounitFrames = true, nonameplates = true }, -- Spear of Bastion [354788] = { type = DEBUFF_OFFENSIVE, nounitFrames = true, nonameplates = true }, -- Slaughterhouse + [397364] = { type = DEBUFF_OFFENSIVE, nounitFrames = true, nonameplates = true }, -- Thunderous Roar -- Other From ac6594f8d1c6873987f54fbf93bb49b82953725a Mon Sep 17 00:00:00 2001 From: Joshua Harms Date: Sat, 2 Sep 2023 16:37:20 -0500 Subject: [PATCH 2/2] Add Death Wish --- BigDebuffs_Mainline.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/BigDebuffs_Mainline.lua b/BigDebuffs_Mainline.lua index ecc0c3a..a7ef995 100644 --- a/BigDebuffs_Mainline.lua +++ b/BigDebuffs_Mainline.lua @@ -625,6 +625,7 @@ addon.Spells = { [376080] = { type = CROWD_CONTROL, nounitFrames = true, nonameplates = true }, -- Spear of Bastion [354788] = { type = DEBUFF_OFFENSIVE, nounitFrames = true, nonameplates = true }, -- Slaughterhouse [397364] = { type = DEBUFF_OFFENSIVE, nounitFrames = true, nonameplates = true }, -- Thunderous Roar + [199261] = { type = BUFF_OFFENSIVE }, -- Death Wish -- Other