Skip to content

Commit

Permalink
fixed a verify failure
Browse files Browse the repository at this point in the history
  • Loading branch information
theelk801 committed Aug 27, 2021
1 parent bbcccf4 commit 389a019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mage.Sets/src/mage/cards/g/GaleaKindlerOfHope.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 389a019

Please sign in to comment.