Fixed wrong name of Isperia's Skywatch.

This commit is contained in:
LevelX2 2013-04-07 20:55:13 +02:00
parent bd08263172
commit 20a99ed894

View file

@ -54,7 +54,7 @@ public class IsperiasSkywatch extends CardImpl<IsperiasSkywatch> {
}
public IsperiasSkywatch(UUID ownerId) {
super(ownerId, 43, "Isperias Skywatch", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{5}{U}");
super(ownerId, 43, "Isperia's Skywatch", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{5}{U}");
this.expansionSetCode = "RTR";
this.subtype.add("Vedalken");
this.subtype.add("Knight");