mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-07 01:37:52 +00:00
Fix evolveFrom for Card 1 of POP Series 3 set (#700)
Updated "evolveFrom": "Unown" to "evolveFrom": "Wartortle"
This commit is contained in:
parent
e749ed01e2
commit
6b223c688d
@ -22,7 +22,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
|
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Unown",
|
en: "Wartortle",
|
||||||
},
|
},
|
||||||
|
|
||||||
stage: "Stage2",
|
stage: "Stage2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user