mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
* 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
|
@ -1,5 +1,5 @@
|
|||
woogerworks (Version 1.3.0 dev 2014-10-29V2) :xmage.woogerworks.com:17171
|
||||
woogerworks (Version 1.3.0 dev 2014-10-29V4) :xmage.woogerworks.com:17171
|
||||
XMage.info 1 (Version 1.3.0 dev 2014-11-29v4) :176.31.186.181:17171
|
||||
XMage.info 2 (Version 1.3.0 dev 2014-11-29V4) :176.31.186.181:17000
|
||||
XMage.info 2 (Version 1.3.0 dev 2014-11-29V5) :176.31.186.181:17000
|
||||
Seedds Server (Version 1.3.0 dev 2014-11-29v2) :115.29.203.80:17171
|
||||
localhost -> connect to your local server (must be started):localhost:17171
|
||||
|
|
|
@ -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…
Reference in a new issue