mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
fixed a verify failure
This commit is contained in:
parent
bbcccf4b58
commit
389a019b3b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue