From b8c8db043b72b2ec8e969b820bb99782010d585f Mon Sep 17 00:00:00 2001 From: krekeris Date: Wed, 20 Dec 2017 21:20:46 +0200 Subject: [PATCH] Added Alysia --- src/data/champions.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/data/champions.ts b/src/data/champions.ts index d5cc77b..972fd3b 100644 --- a/src/data/champions.ts +++ b/src/data/champions.ts @@ -95,6 +95,10 @@ export const champions: IChampion[] = [ { id: "44962063", name: "Pearl" + }, + { + id: "613085868", + name: "Alysia" } ];