}
int crestId = 0;
crestId = CrestCache.getInstance().savePledgeCrestLarge(clan.getClanId(), CrestCache.getInstance().crestLargeTmp);
activeChar.sendPacket(Msg.THE_CLANS_EMBLEM_WAS_SUCCESSFULLY_REGISTERED__ONLY_A_CLAN_THAT_OWNS_A_CLAN_HALL_OR_A_CASTLE_CAN_GET_THEIR_EMBLEM_DISPLAYED_ON_CLAN_RELATED_ITEMS);
clan.setCrestLargeId(crestId);
clan.broadcastClanStatus(false, true, false);
}
}
else if (_request == 0 && _data == null)
{
Player activeChar = getClient().getActiveChar();