mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -20,7 +20,12 @@ const xy7: Set = {
|
||||
official: 98
|
||||
},
|
||||
|
||||
releaseDate: "2015-08-12"
|
||||
releaseDate: "2015-08-12",
|
||||
|
||||
abbreviations: {
|
||||
official: "AOR",
|
||||
fr: "ORA"
|
||||
}
|
||||
}
|
||||
|
||||
export default xy7
|
||||
|
Reference in New Issue
Block a user