mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
fix: Add holo variants for sv03-023 and sv03-027 (#669)
This commit is contained in:
@ -48,7 +48,9 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,9 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user