From e24cbd91eca7380befeac45f22bd31a2cde6436d Mon Sep 17 00:00:00 2001 From: rarified Date: Tue, 29 Dec 2020 11:15:22 -0700 Subject: [PATCH] Update Cyan shard server addresses to remove from OU build patch file. --- .../Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp index 61c45a11..e8576f16 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp @@ -65,7 +65,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com static const wchar * s_authAddrs[] = { #if BUILD_TYPE == BUILD_TYPE_DEV - L"shard" + L"account.mystonline.com" // was L"184.73.198.22" //L"auth.urulive.com" #elif BUILD_TYPE == BUILD_TYPE_QA L"marrim" #elif BUILD_TYPE == BUILD_TYPE_TEST @@ -73,7 +73,7 @@ static const wchar * s_authAddrs[] = { #elif BUILD_TYPE == BUILD_TYPE_BETA L"beta-auth.urulive.com" #elif BUILD_TYPE == BUILD_TYPE_LIVE - L"184.73.198.22" //L"auth.urulive.com" + L"account.mystonline.com" // was L"184.73.198.22" //L"auth.urulive.com" #else # error "Unknown build type" #endif @@ -91,7 +91,7 @@ static const wchar * s_authAddrsOverride[] = { static const wchar * s_fileAddrs[] = { #if BUILD_TYPE == BUILD_TYPE_DEV - L"shard" + L"67.202.54.141" //unused #elif BUILD_TYPE == BUILD_TYPE_QA L"marrim" #elif BUILD_TYPE == BUILD_TYPE_TEST @@ -143,7 +143,7 @@ static const wchar * s_csrAddrsOverride[] = { static const wchar * s_gateKeeperAddrs[] = { #if BUILD_TYPE == BUILD_TYPE_DEV - L"localhost" + L"account.mystonline.com" //was L"184.73.198.22" #elif BUILD_TYPE == BUILD_TYPE_QA L"localhost" #elif BUILD_TYPE == BUILD_TYPE_TEST @@ -151,7 +151,7 @@ static const wchar * s_gateKeeperAddrs[] = { #elif BUILD_TYPE == BUILD_TYPE_BETA L"beta-csr.urulive.com" #elif BUILD_TYPE == BUILD_TYPE_LIVE - L"184.73.198.22" + L"account.mystonline.com" //was L"184.73.198.22" #else # error "Unknown build type" #endif