}
L2NpcTemplate template = NpcTable.getTemplate(_victim.get(npc.getNpcId()));
L2SepulcherMonsterInstance npc2 = new L2SepulcherMonsterInstance(IdFactory.getInstance().getNextId(), template);
npc2.onSpawn();
npc2.setSpawnedLoc(npc.getLoc());
npc2.spawnMe(npc.getLoc());
_allMobs.add(npc2);
}
public static void spawnKeyBox(L2NpcInstance npc)
{