mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -19,7 +19,12 @@ const ex9: Set = {
|
||||
official: 106
|
||||
},
|
||||
|
||||
releaseDate: "2005-05-09"
|
||||
releaseDate: "2005-05-09",
|
||||
|
||||
abbreviations: {
|
||||
official: "EM",
|
||||
fr: "EME"
|
||||
}
|
||||
}
|
||||
|
||||
export default ex9
|
||||
|
Reference in New Issue
Block a user