Attempt to fix BoosterUtils Extended format issue in quests

This commit is contained in:
austinio7116
2018-05-20 17:55:45 +01:00
committed by maustin
parent 07c29999c6
commit 2b49f70ae3
2 changed files with 8 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ public class GameFormat implements Comparable<GameFormat> {
coreFormats.add("Legacy.txt");
coreFormats.add("Vintage.txt");
coreFormats.add("Commander.txt");
coreFormats.add("Extended.txt");
coreFormats.add("Brawl.txt");
}