mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
fix: TCGP promos should have a rarity of None
(#657)
Signed-off-by: Avior <git@avior.me>
This commit is contained in:
@ -9,7 +9,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
illustrator: "Krgc",
|
||||
rarity: "One Star",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
types: ["Psychic"],
|
||||
stage: "Basic",
|
||||
|
Reference in New Issue
Block a user