Fixed both Runed Servitors (wrong sets and collector ids).

This commit is contained in:
magenoxx 2011-06-10 12:04:26 +04:00
parent b235f31fa7
commit ec60feadd8
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ public class RunedServitor extends mage.sets.riseoftheeldrazi.RunedServitor {
public RunedServitor(UUID ownerId) { public RunedServitor(UUID ownerId) {
super(ownerId); super(ownerId);
this.cardNumber = 42; this.cardNumber = 42;
this.expansionSetCode = "ROE"; this.expansionSetCode = "DDF";
} }
public RunedServitor(final RunedServitor card) { public RunedServitor(final RunedServitor card) {

View file

@ -43,7 +43,7 @@ public class RunedServitor extends CardImpl<RunedServitor> {
public RunedServitor(UUID ownerId) { public RunedServitor(UUID ownerId) {
super(ownerId, 224, "Runed Servitor", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}"); super(ownerId, 224, "Runed Servitor", Rarity.UNCOMMON, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{2}");
this.expansionSetCode = "DDF"; this.expansionSetCode = "ROE";
this.subtype.add("Construct"); this.subtype.add("Construct");
this.power = new MageInt(2); this.power = new MageInt(2);