From 413a499aae79bfe6ca63ad326fbab7ff53580575 Mon Sep 17 00:00:00 2001 From: theelk801 Date: Sat, 13 Jul 2024 12:13:38 -0400 Subject: [PATCH] fix verify failure --- Mage.Sets/src/mage/cards/p/PawpatchFormation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/p/PawpatchFormation.java b/Mage.Sets/src/mage/cards/p/PawpatchFormation.java index a6117708b26..2588adc0179 100644 --- a/Mage.Sets/src/mage/cards/p/PawpatchFormation.java +++ b/Mage.Sets/src/mage/cards/p/PawpatchFormation.java @@ -29,7 +29,7 @@ public final class PawpatchFormation extends CardImpl { } public PawpatchFormation(UUID ownerId, CardSetInfo setInfo) { - super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{B}"); + super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{1}{G}"); // Choose one -- // * Destroy target creature with flying.