mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-12 08:51:57 +00:00
fix: Missing boosters in A4 (#880)
This commit is contained in:
@@ -20,7 +20,20 @@ const set: Set = {
|
||||
official: 161
|
||||
},
|
||||
|
||||
releaseDate: "2025-07-30"
|
||||
releaseDate: "2025-07-30",
|
||||
|
||||
boosters: {
|
||||
lugia: {
|
||||
name: {
|
||||
en: 'Lugia'
|
||||
}
|
||||
},
|
||||
'ho-oh': {
|
||||
name: {
|
||||
en: 'Ho=Oh'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export default set
|
||||
|
Reference in New Issue
Block a user