set rename: PWCQ -> WMC

This commit is contained in:
xenohedron 2023-09-12 00:18:00 -04:00
parent 9922c5f7c1
commit 94d65ddad1
2 changed files with 3 additions and 3 deletions

View file

@ -371,7 +371,7 @@ public class ScryfallImageSupportCards {
add("HOU"); // Hour of Devastation
add("PS17"); // San Diego Comic-Con 2017
add("C17"); // Commander 2017
add("PWCQ"); // World Magic Cup Qualifiers
add("WMC"); // World Magic Cup Qualifiers
add("H17"); // HasCon 2017
add("HTR16"); // 2016 Heroes of the Realm
add("PXLN"); // Ixalan Promos

View file

@ -6,7 +6,7 @@ import mage.constants.Rarity;
import mage.constants.SetType;
/**
* https://scryfall.com/sets/pwcq
* https://scryfall.com/sets/wmc
* https://mtg.gamepedia.com/World_Magic_Cup_Qualifiers
* @author fireshoes
*/
@ -19,7 +19,7 @@ public final class WorldMagicCupQualifier extends ExpansionSet {
}
private WorldMagicCupQualifier() {
super("World Magic Cup Qualifier", "PWCQ", ExpansionSet.buildDate(2011, 6, 17), SetType.PROMOTIONAL);
super("World Magic Cup Qualifiers", "WMC", ExpansionSet.buildDate(2011, 6, 17), SetType.PROMOTIONAL);
this.hasBoosters = false;
this.hasBasicLands = false;