From eadcdc6f7c71ebd584cccf4fb7fe3eb709b3f423 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 3 Nov 2019 04:51:10 +0100 Subject: [PATCH] link to new AllPrintings file (#3851) --- oracle/src/oraclewizard.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oracle/src/oraclewizard.cpp b/oracle/src/oraclewizard.cpp index 3d7a48800..f7a6d3327 100644 --- a/oracle/src/oraclewizard.cpp +++ b/oracle/src/oraclewizard.cpp @@ -37,14 +37,14 @@ #define ZIP_SIGNATURE "PK" // Xz stream header: 0xFD + "7zXZ" #define XZ_SIGNATURE "\xFD\x37\x7A\x58\x5A" -#define ALLSETS_URL_FALLBACK "https://mtgjson.com/json/AllSets.json" +#define ALLSETS_URL_FALLBACK "https://www.mtgjson.com/files/AllPrintings.json" #ifdef HAS_LZMA -#define ALLSETS_URL "https://mtgjson.com/json/AllSets.json.xz" +#define ALLSETS_URL "https://www.mtgjson.com/files/AllPrintings.json.xz" #elif defined(HAS_ZLIB) -#define ALLSETS_URL "https://mtgjson.com/json/AllSets.json.zip" +#define ALLSETS_URL "https://www.mtgjson.com/files/AllPrintings.json.zip" #else -#define ALLSETS_URL "https://mtgjson.com/json/AllSets.json" +#define ALLSETS_URL "https://www.mtgjson.com/files/AllPrintings.json" #endif #define TOKENS_URL "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml"