5152535455565758596061
byte[] data = CrestCache.getInstance().getPledgeCrest(_crestId); if (data != null) { PledgeCrest pc = new PledgeCrest(_crestId, data); sendPacket(pc); } else { if (Config.DEBUG) _log.fine("crest is missing:" + _crestId);