mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -17,7 +17,12 @@ const s2017sm: Set = {
|
||||
official: 12
|
||||
},
|
||||
|
||||
releaseDate: "2017-08-03"
|
||||
releaseDate: "2017-08-03",
|
||||
|
||||
abbreviations: {
|
||||
official: "MCD17",
|
||||
fr: "M17"
|
||||
}
|
||||
}
|
||||
|
||||
export default s2017sm
|
||||
|
Reference in New Issue
Block a user