* Fixed wrong card numbers of Origins cards that prevented that this cards were used in drafts/sealed Origins tornaments.

This commit is contained in:
LevelX2 2015-07-09 09:58:27 +02:00
parent 281a3cfa3d
commit 9738f4c0aa
15 changed files with 15 additions and 15 deletions

View file

@ -37,7 +37,7 @@ public class GoldForgedSentinel extends mage.sets.journeyintonyx.GoldForgedSenti
public GoldForgedSentinel(UUID ownerId) {
super(ownerId);
this.cardNumber = 989;
this.cardNumber = 226;
this.expansionSetCode = "ORI";
}

View file

@ -38,7 +38,7 @@ public class JayemdaeTome extends mage.sets.tenthedition.JayemdaeTome {
public JayemdaeTome(UUID ownerId) {
super(ownerId);
this.cardNumber = 988;
this.cardNumber = 231;
this.expansionSetCode = "ORI";
this.rarity = Rarity.UNCOMMON;
}

View file

@ -37,7 +37,7 @@ public class LeafGilder extends mage.sets.lorwyn.LeafGilder {
public LeafGilder(UUID ownerId) {
super(ownerId);
this.cardNumber = 987;
this.cardNumber = 184;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class MaritimeGuard extends mage.sets.magic2011.MaritimeGuard {
public MaritimeGuard(UUID ownerId) {
super(ownerId);
this.cardNumber = 986;
this.cardNumber = 63;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class Meteorite extends mage.sets.magic2015.Meteorite {
public Meteorite(UUID ownerId) {
super(ownerId);
this.cardNumber = 985;
this.cardNumber = 233;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class MightyLeap extends mage.sets.magic2011.MightyLeap {
public MightyLeap(UUID ownerId) {
super(ownerId);
this.cardNumber = 984;
this.cardNumber = 26;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class RunedServitor extends mage.sets.riseoftheeldrazi.RunedServitor {
public RunedServitor(UUID ownerId) {
super(ownerId);
this.cardNumber = 983;
this.cardNumber = 238;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class ScrapskinDrake extends mage.sets.avacynrestored.ScrapskinDrake {
public ScrapskinDrake(UUID ownerId) {
super(ownerId);
this.cardNumber = 982;
this.cardNumber = 69;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class TitanicGrowth extends mage.sets.magic2012.TitanicGrowth {
public TitanicGrowth(UUID ownerId) {
super(ownerId);
this.cardNumber = 981;
this.cardNumber = 201;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class TitansStrength extends mage.sets.theros.TitansStrength {
public TitansStrength(UUID ownerId) {
super(ownerId);
this.cardNumber = 980;
this.cardNumber = 166;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class TowerGeist extends mage.sets.darkascension.TowerGeist {
public TowerGeist(UUID ownerId) {
super(ownerId);
this.cardNumber = 979;
this.cardNumber = 80;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class VastwoodGorger extends mage.sets.zendikar.VastwoodGorger {
public VastwoodGorger(UUID ownerId) {
super(ownerId);
this.cardNumber = 978;
this.cardNumber = 204;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class WeightOfTheUnderworld extends mage.sets.bornofthegods.WeightOfTheUn
public WeightOfTheUnderworld(UUID ownerId) {
super(ownerId);
this.cardNumber = 977;
this.cardNumber = 126;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class YevasForcemage extends mage.sets.magic2013.YevasForcemage {
public YevasForcemage(UUID ownerId) {
super(ownerId);
this.cardNumber = 976;
this.cardNumber = 208;
this.expansionSetCode = "ORI";
}

View file

@ -37,7 +37,7 @@ public class YokedOx extends mage.sets.theros.YokedOx {
public YokedOx(UUID ownerId) {
super(ownerId);
this.cardNumber = 975;
this.cardNumber = 42;
this.expansionSetCode = "ORI";
}