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

fix: Add normal variant for sv03-062 (#688)

This commit is contained in:
Octopixell
2025-03-26 14:54:45 +01:00
committed by GitHub
parent c3cfb2607a
commit a08b8d8cca

View File

@ -69,7 +69,9 @@ const card: Card = {
regulationMark: "G",
variants: {
normal: false
normal: true,
holo: true,
reverse: true,
}
}