mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Mystherbe",
|
||||
es: "Oddish",
|
||||
it: "Oddish",
|
||||
pt: "Oddish"
|
||||
pt: "Oddish",
|
||||
de: "Myrapla"
|
||||
},
|
||||
|
||||
rarity: "Shiny rare",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Tranch'Herbe",
|
||||
es: "Hoja Afilada",
|
||||
it: "Foglielama",
|
||||
pt: "Folha Navalha"
|
||||
pt: "Folha Navalha",
|
||||
de: "Rasierblatt"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
|
Reference in New Issue
Block a user