mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
editor: fix some other rarities (#584)
Co-authored-by: Avior <git@avior.me>
This commit is contained in:
@ -29,7 +29,7 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
rarity: "None"
|
||||
rarity: "Crown"
|
||||
}
|
||||
|
||||
export default card
|
@ -37,7 +37,7 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
rarity: "None"
|
||||
rarity: "Crown"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user