forked from External/mage
* Jude Promo - Fixed wrong set code (from CMD to JR) that caused that Commander (2012) cards are not available for games.
This commit is contained in:
parent
65974f5aa7
commit
ef55b7fe2e
2 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ public class JudgePromo extends ExpansionSet {
|
|||
}
|
||||
|
||||
private JudgePromo() {
|
||||
super("Judge Promo", "CMD", "mage.sets.judgepromo", new GregorianCalendar(2011, 6, 17).getTime(), SetType.REPRINT);
|
||||
super("Judge Promo", "JR", "mage.sets.judgepromo", new GregorianCalendar(2011, 6, 17).getTime(), SetType.REPRINT);
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue