void Aggro(Unit *who)
 {
     InitialYell();
 }
 void EnterCombat(Unit *who)
 {
     InitialYell();
 }