mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-25 18:09:50 +00:00
Fixed Zapdos Scrapper error
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -90,7 +90,7 @@ const card: Card = {
|
|||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
|
type: Type.LIGHTNING,
|
||||||
value: "×2",
|
value: "×2",
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -98,7 +98,7 @@ const card: Card = {
|
|||||||
|
|
||||||
resistances: [
|
resistances: [
|
||||||
{
|
{
|
||||||
|
type: Type.FIGHTING,
|
||||||
value: "-20",
|
value: "-20",
|
||||||
|
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user