222324252627282930
return; } byte[] data = CrestCache.getAllyCrest(_crestId); if(data != null) { AllianceCrest ac = new AllianceCrest(_crestId, data); sendPacket(ac); } }