fix verify failure

This commit is contained in:
Evan Kranzler 2022-11-07 22:09:07 -05:00
parent 3e39c6f0fe
commit accc5d2d0b
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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|