mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
set rename: PWCQ -> WMC
This commit is contained in:
parent
9922c5f7c1
commit
94d65ddad1
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue