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 ex6: Set = {
|
||||
official: 112
|
||||
},
|
||||
|
||||
releaseDate: "2004-09-01"
|
||||
releaseDate: "2004-09-01",
|
||||
|
||||
abbreviations: {
|
||||
official: "RG",
|
||||
fr: "RFV"
|
||||
}
|
||||
}
|
||||
|
||||
export default ex6
|
||||
|
Reference in New Issue
Block a user