L2Alliance ally = requestor.getAlliance();
activeChar.sendPacket(Msg.YOU_HAVE_ACCEPTED_THE_ALLIANCE);
activeChar.getClan().setAllyId(requestor.getAllyId());
activeChar.getClan().updateClanInDB();
ally.addAllyMember(activeChar.getClan(), true);
ally.broadcastAllyStatus(true);
}
else
{
requestor.sendPacket(Msg.YOU_HAVE_FAILED_TO_INVITE_A_CLAN_INTO_THE_ALLIANCE);
}