activeChar.getMenteeMentorList().remove(_charName, true, true);
activeChar.sendPacket(new ExMentorList(activeChar));
if ((menteeChar != null) && menteeChar.isOnline())
{
menteeChar.getMenteeMentorList().remove(activeChar.getName(), false, false);
menteeChar.sendPacket(new ExMentorList(menteeChar));
}
Mentoring.cancelMentorBuffs(activeChar);
Mentoring.cancelMenteeBuffs(menteeChar);
Mentoring.setTimePenalty(activeChar.getObjectId(), System.currentTimeMillis() + (2 * 24 * 3600 * 1000L), -1);
}