Can you give me the aura that player have something like the old content where we need to attack friend.
I am not sure, it's called Touch of Y'Shaarj.
Maybe you can add:
Touch of Y'Shaarj
Empowered Touch of Y'Shaarj
to the aura list.
I will test it next ID...
Thank you!
EDIT:
If you code it like:
if (UnitHasAura("Reshape Life", target) || //Reshape Life
UnitHasAura("Convert", target)) //Convert
{
return true;
}
=> Do I need to use the english client?