1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-07 13:49:54 +00:00

Fix swsh2

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-03-11 15:34:22 +01:00
parent e8ab37a28a
commit c280411122
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16

View File

@ -8,7 +8,7 @@ const swsh2: Set = {
expansion: swsh, expansion: swsh,
expansionCode: "swsh", expansionCode: "swsh",
code: "swsh1", code: "swsh2",
// tcgoCode // tcgoCode
cardCount: { cardCount: {
@ -16,7 +16,7 @@ const swsh2: Set = {
official: 192 official: 192
}, },
releaseDate: "2020-06-01", releaseDate: "2020-05-01",
legal: { legal: {
standard: true, standard: true,
@ -24,8 +24,8 @@ const swsh2: Set = {
}, },
images: { images: {
symbol: "https://assets.tcgdex.net/univ/sets/swsh/swsh1/symbol", symbol: "https://assets.tcgdex.net/univ/sets/swsh/swsh2/symbol",
logo: "https://assets.tcgdex.net/en/sets/swsh/swsh1/logo" logo: "https://assets.tcgdex.net/en/sets/swsh/swsh2/logo"
} }
} }