Thread: oUF_Phanx edit
View Single Post
04-28-13, 01:21 PM   #2
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
Open oUF_Phanx\Frames.lua and search for elseif unit == "target" then. Slightly below that you will find 2 lines containing:
Code:
self.Debuffs.CustomFilter   = ns.CustomAuraFilters.target
and
Code:
self.Buffs.CustomFilter   = ns.CustomAuraFilters.target
respectively. Comment these out (put -- in front of each of them), save the file and reload your interface.
  Reply With Quote