mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Virovent",
|
||||
es: "Bramblin",
|
||||
it: "Bramblin",
|
||||
pt: "Bramblin"
|
||||
pt: "Bramblin",
|
||||
de: "Weherba"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Pic Piquant",
|
||||
es: "Picotazo Púas",
|
||||
it: "Aculeopuntura",
|
||||
pt: "Ferroada de Espinhos"
|
||||
pt: "Ferroada de Espinhos",
|
||||
de: "Stachelstich"
|
||||
},
|
||||
|
||||
damage: 30
|
||||
|
Reference in New Issue
Block a user