if (!target.isSpoiled(player))
{
activeChar.sendPacket(Msg.THERE_ARE_NO_PRIORITY_RIGHTS_ON_A_SWEEPER);
continue;
}
List<RewardItem> items = target.takeSweep();
if (items == null)
{
activeChar.getAI().setAttackTarget(null);
target.endDecayTask();
continue;