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() { private Guru() {
//TODO find correct release date, wiki don't known anything about this expansion //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) { public Forest(UUID ownerId) {
super(ownerId, 1); super(ownerId, 1);
this.expansionSetCode = "GURU"; this.expansionSetCode = "GUR";
} }
public Forest(final Forest card) { public Forest(final Forest card) {

View file

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

View file

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

View file

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

View file

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