mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
fix: incorrect card counts (#287)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -16,7 +16,7 @@ const set: Set = {
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 50
|
||||
official: 25
|
||||
},
|
||||
|
||||
releaseDate: "2021-10-08"
|
||||
|
@ -15,7 +15,7 @@ const set: Set = {
|
||||
|
||||
|
||||
cardCount: { // NOT confirmed
|
||||
official: 190
|
||||
official: 198
|
||||
},
|
||||
|
||||
releaseDate: "2021-06-18"
|
||||
|
Reference in New Issue
Block a user