mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add W Promotional variant (#183)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
import { Set } from '../../interfaces'
|
||||
import serie from '../Base'
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* Will be removed in V3
|
||||
*/
|
||||
const wp: Set = {
|
||||
id: "wp",
|
||||
|
||||
@ -13,7 +17,7 @@ const wp: Set = {
|
||||
serie: serie,
|
||||
|
||||
cardCount: {
|
||||
official: 53
|
||||
official: 7
|
||||
},
|
||||
|
||||
releaseDate: "1999-09-01"
|
||||
|
Reference in New Issue
Block a user