From b7a4cc94bd1ae292600e0e73ff034ee414cf5d5a Mon Sep 17 00:00:00 2001 From: Adrian Lund-Lange Date: Fri, 20 Jan 2012 23:46:51 +0100 Subject: [PATCH] Update debuff filter --- oUF_P3lim.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 05707bd..e6813f3 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -134,13 +134,21 @@ end local FilterTargetDebuffs do local spells = { - [770] = true, -- Faerie Fire + -- Armor [7386] = true, -- Sunder Armor + [8647] = true, -- Expose Armor + [91565] = true, -- Faerie Fire + + -- Bleed [16511] = true, -- Hemorrhage - [16857] = true, -- Faerie Fire (Feral) [33876] = true, -- Mangle (Cat) [33878] = true, -- Mangle (Bear) [46857] = true, -- Trauma + + -- Vulnerability + [30070] = true, -- Blood Frenzy + [58683] = true, -- Savage Combat + [81326] = true, -- Brittle Bones } function FilterTargetDebuffs(...) -- 1.7.9.5