mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-11 16:31:58 +00:00
fix: Missing boosters in A4 (#880)
This commit is contained in:
@@ -38,7 +38,8 @@ const card: Card = {
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
retreat: 3,
|
||||
boosters: ["lugia"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user