From 7b53348847a54e431b4be2662b6f2740b4dff750 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Mon, 8 Feb 2010 02:11:15 +0100 Subject: [PATCH] Make sure non-player buffs are shown --- oUF_P3lim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 2855bf5..a242293 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -97,8 +97,8 @@ do } function CustomBuffFilter(element, ...) - local _, _, _, _, _, _, _, _, _, owner, _, _, spell = ... - return spells[spell] and owner == 'player' + local _, _, _, _, _, _, _, _, _, _, _, _, spell = ... + return spells[spell] end end -- 1.7.9.5