112113114115116117118119120121122
if(clan.hasCrest()) { crestCache.removePledgeCrest(newId); } if (!crestCache.savePledgeCrest(newId,_data)) { _log.log(Level.INFO, "Error loading crest of clan:" + clan.getName()); return; }