missed id

This commit is contained in:
Loki 2011-09-20 23:05:38 +03:00
parent 94d9bf1766
commit 7ddf5e8074

View file

@ -41,7 +41,7 @@ import mage.cards.CardImpl;
public class SpectralRider extends CardImpl<SpectralRider> { public class SpectralRider extends CardImpl<SpectralRider> {
public SpectralRider(UUID ownerId) { public SpectralRider(UUID ownerId) {
super(ownerId, , "Spectral Rider", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}{W}"); super(ownerId, 35, "Spectral Rider", Rarity.UNCOMMON, new CardType[]{CardType.CREATURE}, "{W}{W}");
this.expansionSetCode = "ISD"; this.expansionSetCode = "ISD";
this.subtype.add("Spirit"); this.subtype.add("Spirit");
this.subtype.add("Knight"); this.subtype.add("Knight");