{
master = ((L2MinionInstance)this).getLeader();
if (!master.isInCombat()&&!master.isDead()) master.addDamage(attacker, 1);
}
if (master.hasMinions())
master.callMinionsToAssist(attacker);
}
// Reduce the current HP of the L2Attackable and launch the doDie Task if necessary
super.reduceCurrentHp(damage, attacker, awake);
}