mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
missed id
This commit is contained in:
parent
94d9bf1766
commit
7ddf5e8074
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ import mage.cards.CardImpl;
|
|||
public class SpectralRider extends CardImpl<SpectralRider> {
|
||||
|
||||
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.subtype.add("Spirit");
|
||||
this.subtype.add("Knight");
|
||||
|
|
Loading…
Reference in a new issue