fix #79
This commit is contained in:
@@ -671,7 +671,7 @@ local function UpdateFilterGroup()
|
|||||||
name = L["Remove SpellID"],
|
name = L["Remove SpellID"],
|
||||||
desc = L["Remove a spell from the filter."],
|
desc = L["Remove a spell from the filter."],
|
||||||
func = function()
|
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.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."])
|
E:Print(L["You may not remove a spell from a default filter that is not customly added. Setting spell to false instead."])
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user