From 97f9b69d8db8fc17478ade5bd974706b0d1897bc Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Sat, 11 Oct 2025 06:43:14 -0700 Subject: [PATCH] fix #79 --- ElvUI_OptionsUI/Filters.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_OptionsUI/Filters.lua b/ElvUI_OptionsUI/Filters.lua index 883a8e8..6c45552 100644 --- a/ElvUI_OptionsUI/Filters.lua +++ b/ElvUI_OptionsUI/Filters.lua @@ -671,7 +671,7 @@ local function UpdateFilterGroup() name = L["Remove SpellID"], desc = L["Remove a spell from the filter."], func = function() - if G.unitframe.buffwatch[E.myclass][selectedSpell] then + if E.global.unitframe.buffwatch[E.myclass][selectedSpell] then E.global.unitframe.buffwatch[E.myclass][selectedSpell].enabled = false E:Print(L["You may not remove a spell from a default filter that is not customly added. Setting spell to false instead."]) else