Results: 2Comments by: Weiry
File: Stuf Unit Frames (and Raid)07-21-18
I've updated my earlier post to (i...
Posted By: Weiry
I've updated my earlier post to (i believe) fix the auras error, at least for target unit frames.
File: Stuf Unit Frames (and Raid)07-19-18
Here is what I've found so far for...
Posted By: Weiry
Here is what I've found so far for fixing Stuf Fixing Auras on target unit frame for 8.0.1: aura.lua line 455: From name, _, icon, count, atype = UnitDebuff(unit, i) To name, icon, count, atype = UnitDebuff(unit, i) aura.lua line 464: From name, _, icon, count, atype = UnitDebuff(unit, 1, "RAID") To name, icon, c...