forked from External/mage
* Fixed a bug that prevented that cards from Classic Six Edition were shown in mage.
This commit is contained in:
parent
22c1631587
commit
a02c0fac2f
3 changed files with 9 additions and 10 deletions
|
|
@ -1,12 +1,12 @@
|
|||
package mage.sets;
|
||||
|
||||
import java.util.GregorianCalendar;
|
||||
import mage.constants.SetType;
|
||||
import mage.cards.ExpansionSet;
|
||||
import mage.constants.SetType;
|
||||
|
||||
public class FifthEdition extends ExpansionSet {
|
||||
|
||||
private static final FifthEdition fINSTANCE = new FifthEdition();
|
||||
private static final FifthEdition fINSTANCE = new FifthEdition();
|
||||
|
||||
public static FifthEdition getInstance() {
|
||||
return fINSTANCE;
|
||||
|
|
@ -19,7 +19,7 @@ public class FifthEdition extends ExpansionSet {
|
|||
this.numBoosterCommon = 11;
|
||||
this.numBoosterUncommon = 3;
|
||||
this.numBoosterRare = 1;
|
||||
this.ratioBoosterMythic = 0;
|
||||
this.ratioBoosterMythic = 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue