This commit is contained in:
Shauren
2025-10-11 14:20:43 +02:00
parent 1c487de3b9
commit 35c1d2e989
2 changed files with 5 additions and 2 deletions

View File

@@ -63,7 +63,10 @@ static LPCTSTR DataDirs[] =
NULL,
};
static const LPCTSTR szDefaultCDN = _T("ribbit://us.version.battle.net/v1/products");
// Dead as of September 2025
// static const LPCTSTR szDefaultCDN = _T("ribbit://us.version.battle.net/v1/products");
static const LPCTSTR szDefaultCDN = _T("http://us.patch.battle.net:1119");
static const ULONGLONG ValueOne64 = 1;
//-----------------------------------------------------------------------------

View File

@@ -63,7 +63,7 @@ catch2
CascLib (An open-source implementation of library for reading CASC storage from Blizzard games since 2014)
https://github.com/ladislav-zezula/CascLib
Version: 07ab5f37ad282cc101d5c17793c550a0a6d4637f
Version: 09dd46e59614ee468c290b9002850454990bf15d
rapidjson (A fast JSON parser/generator for C++ with both SAX/DOM style API http://rapidjson.org/)
https://github.com/Tencent/rapidjson