1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

Fix evolveFrom for Card 1 of POP Series 3 set (#700)

Updated 
"evolveFrom": "Unown"
to
"evolveFrom": "Wartortle"
This commit is contained in:
Simone Anile
2025-04-30 09:51:44 +02:00
committed by GitHub
parent e749ed01e2
commit 6b223c688d

View File

@ -22,7 +22,7 @@ const card: Card = {
],
evolveFrom: {
en: "Unown",
en: "Wartortle",
},
stage: "Stage2",