if(_npc.getNpcId() == 35410)
{
Announce("Siege of Devastated castle is over.");
Announce("Nobody won! ClanHall belong to NPC until next siege.");
ClanHall CH = ClanHallManager.getInstance().getClanHallById(34);
CH.banishForeigners();
CH.spawnDoor();
}
_npc.onDecay();
}