mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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,
|
serie: serie,
|
||||||
|
|
||||||
cardCount: {
|
cardCount: {
|
||||||
official: 50
|
official: 25
|
||||||
},
|
},
|
||||||
|
|
||||||
releaseDate: "2021-10-08"
|
releaseDate: "2021-10-08"
|
||||||
|
@ -15,7 +15,7 @@ const set: Set = {
|
|||||||
|
|
||||||
|
|
||||||
cardCount: { // NOT confirmed
|
cardCount: { // NOT confirmed
|
||||||
official: 190
|
official: 198
|
||||||
},
|
},
|
||||||
|
|
||||||
releaseDate: "2021-06-18"
|
releaseDate: "2021-06-18"
|
||||||
|
Reference in New Issue
Block a user