From faf02100a503f65463492124a94b4b9cf142ffc3 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Wed, 17 Jul 2019 16:04:19 +0200 Subject: [PATCH] add 4BB to nonenglish sets (#3786) --- oracle/src/oracleimporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oracle/src/oracleimporter.h b/oracle/src/oracleimporter.h index ba6e8795..fceca7c8 100644 --- a/oracle/src/oracleimporter.h +++ b/oracle/src/oracleimporter.h @@ -11,7 +11,7 @@ // that way they will be sorted last by default // this will cause their art to not get priority over english cards // users will still be able to find these sets and prioritize them manually -const QStringList nonEnglishSets = {"FBB", "PS11", "PSAL", "REN", "RIN"}; +const QStringList nonEnglishSets = {"4BB", "FBB", "PS11", "PSAL", "REN", "RIN"}; class SetToDownload {