mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
fix: invalid Sword & Shield rarities (#447)
This commit is contained in:
@ -20,7 +20,7 @@ const card: Card = {
|
||||
de: "Regidrago"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
rarity: "Holo Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Dragon"],
|
||||
@ -71,4 +71,4 @@ const card: Card = {
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user