mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -20,7 +20,12 @@ const bw3: Set = {
|
||||
official: 101
|
||||
},
|
||||
|
||||
releaseDate: "2011-11-16"
|
||||
releaseDate: "2011-11-16",
|
||||
|
||||
abbreviations: {
|
||||
official: "NVI",
|
||||
fr: "NVI"
|
||||
}
|
||||
}
|
||||
|
||||
export default bw3
|
||||
|
Reference in New Issue
Block a user