View Single Post
01-18-23, 03:49 AM   #14
Vremon
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jan 2022
Posts: 14
Originally Posted by Lesteryoung View Post
I've been looking for almost exactly what OP describes since 10.0. My old code showed on all targets though.

Phantom, would it be possible to edit your code above to show the stealable glow on all targets, not just enemies. IE, friendly/enemy/self/npc/everything.

If possible, thanks.
u replace this line if UnitIsEnemy("player",self.unit) then
with if UnitIsUnit(self.unit) then
  Reply With Quote