return;
}
for (NpcLocation loc : monsterList)
{
NpcTemplate template = NpcHolder.getInstance().getTemplate(loc.npcId);
SepulcherMonsterInstance mob = new SepulcherMonsterInstance(IdFactory.getInstance().getNextId(), template);
mob.setSpawnedLoc(loc);
mob.spawnMe(loc);
mob.mysteriousBoxId = npcId;
_allMobs.add(mob);
}
_archonSpawned.put(npcId, true);
}