* Elspeth, Sun's Champion - Fixed wrong subtype from Elsepth to Elspeth.

This commit is contained in:
LevelX2 2014-08-29 17:59:29 +02:00
parent 28057fff80
commit c1fd249c97

View file

@ -65,7 +65,7 @@ public class ElspethSunsChampion extends CardImpl {
public ElspethSunsChampion(UUID ownerId) {
super(ownerId, 9, "Elspeth, Sun's Champion", Rarity.MYTHIC, new CardType[]{CardType.PLANESWALKER}, "{4}{W}{W}");
this.expansionSetCode = "THS";
this.subtype.add("Elsepth");
this.subtype.add("Elspeth");
this.color.setWhite(true);