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

View File

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