From 2eb8054ba7a75b5d6db7cc78eb12db39bfa28de6 Mon Sep 17 00:00:00 2001 From: kuroppoi <68156848+kuroppoi@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:13:40 +0200 Subject: [PATCH] Make Victini not downloadable --- src/main/resources/dashboard/scripts/pokedata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/dashboard/scripts/pokedata.js b/src/main/resources/dashboard/scripts/pokedata.js index f4866de..60eefc7 100644 --- a/src/main/resources/dashboard/scripts/pokedata.js +++ b/src/main/resources/dashboard/scripts/pokedata.js @@ -509,7 +509,7 @@ const REGION_LIST = []; {id: 493, name: "Arceus", downloadable: true, gender: "unknown", forms: [ "Normal", "Fighting", "Flying", "Poison", "Ground", "Rock", "Bug", "Ghost", "Steel", "Fire", "Water", "Grass", "Electric", "Psychic", "Ice", "Dragon", "Dark"]}, - {id: 494, name: "Victini", downloadable: true, gender: "unknown"}, + {id: 494, name: "Victini", downloadable: false, gender: "unknown"}, {id: 495, name: "Snivy", downloadable: false}, {id: 496, name: "Servine", downloadable: false}, {id: 497, name: "Serperior", downloadable: false},