1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-19 11:49:09 +00:00

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

This commit is contained in:
rarified
2020-12-29 11:15:22 -07:00
parent bcecd851b6
commit e24cbd91ec

View File

@ -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