1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-03 08:02:10 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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