Filename | |
---|---|
oUF_P3lim.lua |
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