mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
fix: Add holo variants for sv03-148 and sv03-149 (#663)
This commit is contained in:
parent
eca49a1bee
commit
28662c55c3
@ -48,7 +48,9 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -61,7 +61,9 @@ const card: Card = {
|
||||
regulationMark: "G",
|
||||
|
||||
variants: {
|
||||
holo: false
|
||||
normal: true,
|
||||
reverse: true,
|
||||
holo: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user