Results: 1Comments by: blackytemp/Nīm
File: PhanxTooltip07-31-16
Update for 7.0.3
Posted By: blackytemp/Nīm
Here are some quick fixes to stop the error flood in 7.0.3: Line numbers are for the unmodified, downloaded addon. Core.lua LINE 375 Old code: local tapped = UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit) and not UnitIsTappedByAllThreatList(unit) Change to: local tapped = UnitIsTapDenied(unit) LINE 475 Old c...