return;
}
for(Location loc : monsterList)
{
L2NpcTemplate template = NpcTable.getTemplate(loc.id);
L2SepulcherMonsterInstance mob = new L2SepulcherMonsterInstance(IdFactory.getInstance().getNextId(), template);
mob.onSpawn();
mob.setSpawnedLoc(loc);
mob.spawnMe(loc);
mob.mysteriousBoxId = npcId;
_allMobs.add(mob);
}
_archonSpawned.put(npcId, true);
}