I tried to do a commit today, I guess I have never had the ability to do this. Can someone do this for me ?
special_attacks.cpp
Code:
//general stuff, for all classes....
//only gets used when their primary ability get used too
if (taunting && HasOwner() && target->IsNPC() && target->GetBodyType() != BT_Undead && taunt_time) {
Say("Taunting %s, Master.", target->GetCleanName());
Taunt(target->CastToNPC(), false);
}