mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
fix: Add the two missing sets in german (#479)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Rocabot",
|
||||
es: "Rockruff",
|
||||
it: "Rockruff",
|
||||
pt: "Rockruff"
|
||||
pt: "Rockruff",
|
||||
de: "Wuffels"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
@ -26,7 +27,8 @@ const card: Card = {
|
||||
fr: "Coup de Patte",
|
||||
es: "Sacudir y Dar la Patita",
|
||||
it: "Pugno Qua la Zampa",
|
||||
pt: "Dá Soquinho"
|
||||
pt: "Dá Soquinho",
|
||||
de: "Pfötchenhieb"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
|
Reference in New Issue
Block a user