Skip to content

Commit

Permalink
Merge pull request #474 from AEFeinstein/pauper-eternal
Browse files Browse the repository at this point in the history
#473 Made Pauper an eternal format
  • Loading branch information
AEFeinstein authored Jul 12, 2019
2 parents 1c050d0 + e1e8d0d commit ea8e3d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,7 @@ public static int checkLegality(String mCardName, String format, SQLiteDatabase
" WHEN " + format + " = 'Legacy' THEN NULL" +
" WHEN " + format + " = 'Vintage' THEN NULL" +
" WHEN " + format + " = 'Commander' THEN NULL" +
" WHEN " + format + " = 'Pauper' THEN NULL" +
" ELSE 1";
sql += " END END,";

Expand Down

0 comments on commit ea8e3d7

Please sign in to comment.