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