From 97f9a31d19dc2e2e914940a63a3cfe6826e3fecc Mon Sep 17 00:00:00 2001 From: Repooc Date: Tue, 16 Apr 2013 20:46:05 -0400 Subject: [PATCH] Added affinitii blacklist filters in General Filters for his users. --- ElvUI_SLE/modules/imports/options.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ElvUI_SLE/modules/imports/options.lua b/ElvUI_SLE/modules/imports/options.lua index 3345ce4..33ba351 100755 --- a/ElvUI_SLE/modules/imports/options.lua +++ b/ElvUI_SLE/modules/imports/options.lua @@ -88,6 +88,26 @@ local function buffWatch(filter) else print("There is no filter for the class specified.") end + elseif filter == "1Filter" then + E.global.unitframe.aurafilters["Blacklist"] = { + ["spells"] = { + ["Bright Light"] = {["enable"] = true,["priority"] = 0,}, + ["Insanity"] = {["enable"] = true,["priority"] = 0,}, + ["Infrared Light"] = {["enable"] = true,["priority"] = 0,}, + ["Blue Rays"] = {["enable"] = true,["priority"] = 0,}, + ["Demonic Rebirth: Cooldown"] = {["enable"] = true,["priority"] = 0,}, + ["Unleashed Anima"] = {["enable"] = true,["priority"] = 0,}, + ["Recently Bandaged"] = {["enable"] = true,["priority"] = 0,}, + ["Fully Mutated"] = {["enable"] = true,["priority"] = 0,}, + ["Keen Eyesight"] = {["enable"] = true,["priority"] = 0,}, + ["Thick Bones"] = {["enable"] = true,["priority"] = 0,}, + ["Clear Mind"] = {["enable"] = true,["priority"] = 0,}, + ["Improved Synapses"] = {["enable"] = true,["priority"] = 0,}, + ["Perdition"] = {["enable"] = true,["priority"] = 0,}, + ["Void-Touched"] = {["enable"] = true,["priority"] = 0,}, + }, + } + ReloadUI(); else print("This author doesn't have a filter import for that option.") end -- 1.7.9.5