[SOI] Updated mtg-cards-data.txt with 3/24 spoilers. Fixed Silverfur Partisan's collector number.

This commit is contained in:
fireshoes 2016-03-24 13:20:39 -05:00
parent a5c2c5b6c8
commit f21bce6a95
2 changed files with 7 additions and 2 deletions

View file

@ -53,7 +53,7 @@ import mage.target.targetpointer.FixedTarget;
public class SilverfurPartisan extends CardImpl {
public SilverfurPartisan(UUID ownerId) {
super(ownerId, 226, "Silverfur Partisan", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{G}");
super(ownerId, 228, "Silverfur Partisan", Rarity.RARE, new CardType[]{CardType.CREATURE}, "{2}{G}");
this.expansionSetCode = "SOI";
this.subtype.add("Wolf");
this.subtype.add("Warrior");