mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
renamed WPN sets to match new scryfall names
This commit is contained in:
parent
eb3e8d5ae9
commit
0d3c4a946b
5 changed files with 8 additions and 8 deletions
|
@ -189,7 +189,7 @@ public class ScryfallImageSupportCards {
|
|||
add("ALA"); // Shards of Alara
|
||||
add("PALA"); // Shards of Alara Promos
|
||||
add("DD2"); // Duel Decks: Jace vs. Chandra
|
||||
add("PWP09"); // Wizards Play Network 2009
|
||||
add("PW09"); // Wizards Play Network 2009
|
||||
add("PDTP"); // Duels of the Planeswalkers 2009 Promos
|
||||
//add("PMPS09"); // Magic Premiere Shop 2009
|
||||
add("P09"); // Magic Player Rewards 2009
|
||||
|
@ -209,7 +209,7 @@ public class ScryfallImageSupportCards {
|
|||
add("DDD"); // Duel Decks: Garruk vs. Liliana
|
||||
add("H09"); // Premium Deck Series: Slivers
|
||||
add("PDP10"); // Duels of the Planeswalkers 2010 Promos
|
||||
add("PWP10"); // Wizards Play Network 2010
|
||||
add("PW10"); // Wizards Play Network 2010
|
||||
//add("PMPS10"); // Magic Premiere Shop 2010
|
||||
add("P10"); // Magic Player Rewards 2010
|
||||
add("G10"); // Judge Gift Cards 2010
|
||||
|
@ -230,7 +230,7 @@ public class ScryfallImageSupportCards {
|
|||
add("TD0"); // Magic Online Theme Decks
|
||||
add("PD2"); // Premium Deck Series: Fire and Lightning
|
||||
//add("PMPS11"); // Magic Premiere Shop 2011
|
||||
add("PWP11"); // Wizards Play Network 2011
|
||||
add("PW11"); // Wizards Play Network 2011
|
||||
//add("PS11"); // Salvat 2011
|
||||
add("P11"); // Magic Player Rewards 2011
|
||||
add("G11"); // Judge Gift Cards 2011
|
||||
|
@ -252,7 +252,7 @@ public class ScryfallImageSupportCards {
|
|||
add("ISD"); // Innistrad
|
||||
add("PD3"); // Premium Deck Series: Graveborn
|
||||
add("PIDW"); // IDW Comics 2012
|
||||
add("PWP12"); // Wizards Play Network 2012
|
||||
add("PW12"); // Wizards Play Network 2012
|
||||
add("PDP12"); // Duels of the Planeswalkers 2012 Promos
|
||||
add("J12"); // Judge Gift Cards 2012
|
||||
add("F12"); // Friday Night Magic 2012
|
||||
|
|
|
@ -16,7 +16,7 @@ public class WizardsPlayNetwork2009 extends ExpansionSet {
|
|||
}
|
||||
|
||||
private WizardsPlayNetwork2009() {
|
||||
super("Wizards Play Network 2009", "PWP09", ExpansionSet.buildDate(2009, 1, 1), SetType.PROMOTIONAL);
|
||||
super("Wizards Play Network 2009", "PW09", ExpansionSet.buildDate(2009, 1, 1), SetType.PROMOTIONAL);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = false;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ public class WizardsPlayNetwork2010 extends ExpansionSet {
|
|||
}
|
||||
|
||||
private WizardsPlayNetwork2010() {
|
||||
super("Wizards Play Network 2010", "PWP10", ExpansionSet.buildDate(2010, 1, 1), SetType.PROMOTIONAL);
|
||||
super("Wizards Play Network 2010", "PW10", ExpansionSet.buildDate(2010, 1, 1), SetType.PROMOTIONAL);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = false;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ public class WizardsPlayNetwork2011 extends ExpansionSet {
|
|||
}
|
||||
|
||||
private WizardsPlayNetwork2011() {
|
||||
super("Wizards Play Network 2011", "PWP11", ExpansionSet.buildDate(2011, 1, 1), SetType.PROMOTIONAL);
|
||||
super("Wizards Play Network 2011", "PW11", ExpansionSet.buildDate(2011, 1, 1), SetType.PROMOTIONAL);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = false;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ public class WizardsPlayNetwork2012 extends ExpansionSet {
|
|||
}
|
||||
|
||||
private WizardsPlayNetwork2012() {
|
||||
super("Wizards Play Network 2012", "PWP12", ExpansionSet.buildDate(2012, 1, 1), SetType.PROMOTIONAL);
|
||||
super("Wizards Play Network 2012", "PW12", ExpansionSet.buildDate(2012, 1, 1), SetType.PROMOTIONAL);
|
||||
this.hasBoosters = false;
|
||||
this.hasBasicLands = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue