Browse Source

Update Cyan shard server addresses to remove from OU build patch file.

rarified/update-moul-patchbase
rarified 3 years ago
parent
commit
e24cbd91ec
  1. 10
      MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetBase/Private/pnNbSrvs.cpp

10
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

Loading…
Cancel
Save