mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -41,7 +41,12 @@ const card: Card = {
|
||||
cost: ["Darkness", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Sharp Fang"
|
||||
en: "Sharp Fang",
|
||||
fr: "Croc Aiguisé",
|
||||
de: "Scharfe Fänge",
|
||||
es: "Colmillo Afilado",
|
||||
pt: "Presa Afiada",
|
||||
it: "Zannaffilata"
|
||||
},
|
||||
|
||||
damage: 70
|
||||
|
Reference in New Issue
Block a user