From e1df36c9d309adfb9ecd5444808ab4d1857aff26 Mon Sep 17 00:00:00 2001 From: Matthew Rodrigues <38044816+mattcapazz@users.noreply.github.com> Date: Sat, 29 Apr 2023 23:23:19 +0100 Subject: [PATCH] + Penance to enemy & friendlySpells (#36) --- ElvUI/Settings/Global.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ElvUI/Settings/Global.lua b/ElvUI/Settings/Global.lua index a623954..ee799c2 100644 --- a/ElvUI/Settings/Global.lua +++ b/ElvUI/Settings/Global.lua @@ -202,6 +202,7 @@ G.unitframe = { [49376] = true, -- Feral Charge (25 yards) }, longEnemySpells = { + [53005] = true, -- Penance (30 yards) [8042] = true, -- Earth Shock (30 yards) [8050] = true, -- Flame Shock (30 yards) [5176] = true, -- Wrath (30 yards) @@ -240,6 +241,7 @@ G.unitframe = { [475] = true, -- Remove Curse (40 yards) [4987] = true, -- Cleanse (40 yards) [47541] = true, -- Death Coil (40 yards) + [53005] = true, -- Penance (30 yards) }, resSpells = { [50769] = true, -- Revive (30 yards) @@ -506,4 +508,4 @@ G.profileCopy = { assist = true } } -} \ No newline at end of file +}