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