102103104105106107108109110111112
CrestCache crestCache = CrestCache.getInstance(); int newId = IdFactory.getInstance().getNextId(); if (!crestCache.savePledgeCrestLarge(newId,_data)) { _log.log(Level.INFO, "Error loading large crest of clan:" + clan.getName()); return; }