View Single Post
01-19-23, 05:02 AM   #2
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,334
I'd add the highlighted part to this line.

Code:
if event == "NAME_PLATE_UNIT_ADDED" and UnitIsFriend("player", unit) and UnitIsPlayer(unit) and not UnitIsUnit(unit,"player") then
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote