mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-22 17:09:50 +00:00
fix: Add normal variant for sv03-062 (#688)
This commit is contained in:
@ -69,7 +69,9 @@ const card: Card = {
|
|||||||
regulationMark: "G",
|
regulationMark: "G",
|
||||||
|
|
||||||
variants: {
|
variants: {
|
||||||
normal: false
|
normal: true,
|
||||||
|
holo: true,
|
||||||
|
reverse: true,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user