1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

editor: fix some other rarities (#584)

Co-authored-by: Avior <git@avior.me>
This commit is contained in:
TCGdex [Bot] 2024-11-21 01:52:48 +01:00 committed by GitHub
parent 660cccbe97
commit 89e0b8d367
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ const card: Card = {
}],
retreat: 1,
rarity: "None"
rarity: "Crown"
}
export default card

View File

@ -37,7 +37,7 @@ const card: Card = {
}],
retreat: 2,
rarity: "None"
rarity: "Crown"
}
export default card