forked from External/mage
fix verify failure
This commit is contained in:
parent
3e39c6f0fe
commit
accc5d2d0b
2 changed files with 5 additions and 5 deletions
|
|
@ -9,15 +9,15 @@ import mage.constants.SetType;
|
|||
*
|
||||
* @author TheElk801
|
||||
*/
|
||||
public class GameNightFreeForAll extends ExpansionSet {
|
||||
public class GameNightFreeforAll extends ExpansionSet {
|
||||
|
||||
private static final GameNightFreeForAll instance = new GameNightFreeForAll();
|
||||
private static final GameNightFreeforAll instance = new GameNightFreeforAll();
|
||||
|
||||
public static GameNightFreeForAll getInstance() {
|
||||
public static GameNightFreeforAll getInstance() {
|
||||
return instance;
|
||||
}
|
||||
|
||||
private GameNightFreeForAll() {
|
||||
private GameNightFreeforAll() {
|
||||
super("Game Night: Free-for-All", "GN3", ExpansionSet.buildDate(2022, 10, 14), SetType.SUPPLEMENTAL);
|
||||
this.hasBoosters = false;
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ Future Sight|FutureSight|
|
|||
Game Day|GameDay|
|
||||
Game Night|GameNight|
|
||||
Game Night 2019|GameNight2019|
|
||||
Game Night: Free-for-All|GameNightFreeForAll|
|
||||
Game Night: Free-for-All|GameNightFreeforAll|
|
||||
Gatecrash|Gatecrash|
|
||||
Global Series: Jiang Yanggu & Mu Yanling|GlobalSeriesJiangYangguAndMuYanling|
|
||||
Grand Prix|GrandPrixPromos|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue