From e8bb819257493c7f01f155f655d20f5b722cbe33 Mon Sep 17 00:00:00 2001 From: Dominik Wagner Date: Wed, 6 Nov 2024 01:15:59 +0100 Subject: [PATCH] Change Aura Mastery to only show the kick-immune effect (#810) --- BigDebuffs_Mainline.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigDebuffs_Mainline.lua b/BigDebuffs_Mainline.lua index 9820f2c..24c5afe 100644 --- a/BigDebuffs_Mainline.lua +++ b/BigDebuffs_Mainline.lua @@ -380,7 +380,7 @@ addon.Spells = { [20066] = { type = CROWD_CONTROL }, -- Repentance [10326] = { type = CROWD_CONTROL }, -- Turn Evil [25771] = { type = BUFF_OTHER }, -- Forbearance - [31821] = { type = BUFF_DEFENSIVE }, -- Aura Mastery + [317929] = { type = BUFF_DEFENSIVE }, -- Aura Mastery (Concentration Aura) [31850] = { type = BUFF_DEFENSIVE }, -- Ardent Defender [31884] = { type = BUFF_OFFENSIVE }, -- Avenging Wrath [216331] = { type = BUFF_OFFENSIVE, parent = 31884 }, -- Avenging Crusader (Holy Talent)