5556575859606162636465
if (castle == null || !checkIfOkToCastSealOfRule(player, castle, true)) return; try { if(targets[0] instanceof L2ArtefactInstance) castle.Engrave(player.getClan(), targets[0].getObjectId()); } catch(Exception e) {} }