From 389a019b3b84fbe26268258e046b0fc4a394fc17 Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Fri, 27 Aug 2021 09:36:08 -0400 Subject: [PATCH] fixed a verify failure --- Mage.Sets/src/mage/cards/g/GaleaKindlerOfHope.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/g/GaleaKindlerOfHope.java b/Mage.Sets/src/mage/cards/g/GaleaKindlerOfHope.java index 4730f00e879a..7bf04c3d3fa5 100644 --- a/Mage.Sets/src/mage/cards/g/GaleaKindlerOfHope.java +++ b/Mage.Sets/src/mage/cards/g/GaleaKindlerOfHope.java @@ -40,7 +40,7 @@ public final class GaleaKindlerOfHope extends CardImpl { } public GaleaKindlerOfHope(UUID ownerId, CardSetInfo setInfo) { - super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}{U}{W}"); + super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{1}{G}{W}{U}"); this.addSuperType(SuperType.LEGENDARY); this.subtype.add(SubType.ELF);