mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add abbreviations to the database (#534)
This commit is contained in:
@ -18,7 +18,12 @@ const neo3: Set = {
|
||||
official: 64
|
||||
},
|
||||
|
||||
releaseDate: "2001-09-21"
|
||||
releaseDate: "2001-09-21",
|
||||
|
||||
abbreviations: {
|
||||
official: "N3",
|
||||
fr: "NRE"
|
||||
}
|
||||
}
|
||||
|
||||
export default neo3
|
||||
|
Reference in New Issue
Block a user