* Fixed wrong mythic ratio of some sets leading sometimes to missing rare card for booster creation.

This commit is contained in:
LevelX2 2013-08-03 13:33:58 +02:00
parent d2ab0b6bff
commit 41467c09cf
15 changed files with 15 additions and 15 deletions

View file

@ -54,6 +54,6 @@ public class Prophecy extends ExpansionSet {
this.numBoosterCommon = 11;
this.numBoosterUncommon = 3;
this.numBoosterRare = 1;
this.ratioBoosterMythic = 8;
this.ratioBoosterMythic = 0;
}
}