From 386074d497e86511a0c219d25ee1b2142140f8a2 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Mon, 8 Apr 2024 17:35:50 +0200 Subject: [PATCH] Added missing npc --- src/data/Characters.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/Characters.ts b/src/data/Characters.ts index afecf49..4986176 100644 --- a/src/data/Characters.ts +++ b/src/data/Characters.ts @@ -38,6 +38,7 @@ export const charactersList: Character[] = [ // "Les Milles Cages" { name: 'Ernestin Pomel', birth: { day: 11, month: 2, year: 3179, period: 'nante' } }, { name: 'Quacille Lévios', birth: { day: 3, month: 6, year: 3162, period: 'nante' } }, + { name: 'Morel Lévios', birth: { day: 26, month: 3, year: 3157, period: 'nante' } }, { name: 'Anastael Simon', birth: { day: 32, month: 2, year: 3166, period: 'nante' } }, { name: 'Grestain', birth: { day: 9, month: 2, year: 3162, period: 'nante' } }, { name: 'Lucien Malanth', birth: { day: 31, month: 4, year: 3167, period: 'nante' } },