Skip to content

Commit 458637d

Browse files
committed
bump scmodel database url (#778)
1 parent e82bf36 commit 458637d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Plugins/SCModelDownloader/SCModelDatabase.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -889,11 +889,13 @@ class CSCModelQueryDatabase : public CSCModelQueryBase
889889
{
890890
CSCModelQueryBase::StartQuery();
891891

892-
m_Url = "https://raw.githubusercontent.com/wootguy/scmodels/master/database/sc/models.json";
892+
//Deprecated: "https://raw.githubusercontent.com/wootguy/scmodels/master/database/sc/models.json";
893+
894+
m_Url = "https://raw.githubusercontent.com/wootguy/pmodels/master/database/sc/models.json";
893895

894896
if (SCModel_CDN() == 1)
895897
{
896-
m_Url = "https://cdn.jsdelivr.net/gh/wootguy/scmodels@master/database/sc/models.json";
898+
m_Url = "https://cdn.jsdelivr.net/gh/wootguy/pmodels@master/database/sc/models.json";
897899
}
898900

899901
auto pRequestInstance = UtilHTTPClient()->CreateAsyncStreamRequest(m_Url.c_str(), UtilHTTPMethod::Get, new CUtilHTTPCallbacks(this));

0 commit comments

Comments
 (0)