From a0260eb0b27e660af09320c5f4d308b059e225d6 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Thu, 28 Mar 2019 03:56:52 +0100 Subject: [PATCH] add italian renaissance to nonenglish sets (#3672) --- 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 aa39ba24..133ed72b 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"}; +const QStringList nonEnglishSets = {"FBB", "PS11", "PSAL", "REN", "RIN"}; class SetToDownload {