mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -19,7 +19,12 @@ const bwp: Set = {
|
||||
official: 101
|
||||
},
|
||||
|
||||
releaseDate: "2011-04-26"
|
||||
releaseDate: "2011-04-26",
|
||||
|
||||
abbreviations: {
|
||||
official: "BWP",
|
||||
fr: "PBW"
|
||||
}
|
||||
}
|
||||
|
||||
export default bwp
|
||||
|
Reference in New Issue
Block a user