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:
@ -22,7 +22,7 @@ const card: Card = {
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Unown",
|
||||
en: "Wartortle",
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
Reference in New Issue
Block a user