Change the special_attacks.cpp to this, and boom, I have pet taunt reporting back. Can someone push this change to the SVN and check it first ? I need someone with 40 more points of IQ than me to do it.
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", target->GetCleanName());
Taunt(target->CastToNPC(), false);
}