changed set code

This commit is contained in:
BetaSteward 2011-04-02 23:08:36 -04:00
parent cec6a73971
commit 96481ca9ee
6 changed files with 6 additions and 6 deletions

View file

@ -14,6 +14,6 @@ public class Guru extends ExpansionSet {
private Guru() {
//TODO find correct release date, wiki don't known anything about this expansion
super("Guru", "GURU", "", "mage.sets.guru", new GregorianCalendar(2000, 1, 1).getTime(), Constants.SetType.REPRINT);
super("Guru", "GUR", "", "mage.sets.guru", new GregorianCalendar(2000, 1, 1).getTime(), Constants.SetType.REPRINT);
}
}

View file

@ -37,7 +37,7 @@ public class Forest extends mage.cards.basiclands.Forest {
public Forest(UUID ownerId) {
super(ownerId, 1);
this.expansionSetCode = "GURU";
this.expansionSetCode = "GUR";
}
public Forest(final Forest card) {

View file

@ -38,7 +38,7 @@ public class Island extends mage.cards.basiclands.Island {
public Island(UUID ownerId) {
super(ownerId, 2);
this.expansionSetCode = "GURU";
this.expansionSetCode = "GUR";
}
public Island(final Island card) {

View file

@ -38,7 +38,7 @@ public class Mountain extends mage.cards.basiclands.Mountain {
public Mountain(UUID ownerId) {
super(ownerId, 3);
this.expansionSetCode = "GURU";
this.expansionSetCode = "GUR";
}
public Mountain(final Mountain card) {

View file

@ -38,7 +38,7 @@ public class Plains extends mage.cards.basiclands.Plains {
public Plains(UUID ownerId) {
super(ownerId, 4);
this.expansionSetCode = "GURU";
this.expansionSetCode = "GUR";
}
public Plains(final Plains card) {

View file

@ -38,7 +38,7 @@ public class Swamp extends mage.cards.basiclands.Swamp {
public Swamp(UUID ownerId) {
super(ownerId, 5);
this.expansionSetCode = "GURU";
this.expansionSetCode = "GUR";
}
public Swamp(final Swamp card) {