* 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:
LevelX2 2014-12-28 13:16:57 +01:00
parent 65974f5aa7
commit ef55b7fe2e
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}
}