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:
@ -65,7 +65,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
static const wchar * s_authAddrs[] = {
|
static const wchar * s_authAddrs[] = {
|
||||||
|
|
||||||
#if BUILD_TYPE == BUILD_TYPE_DEV
|
#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
|
#elif BUILD_TYPE == BUILD_TYPE_QA
|
||||||
L"marrim"
|
L"marrim"
|
||||||
#elif BUILD_TYPE == BUILD_TYPE_TEST
|
#elif BUILD_TYPE == BUILD_TYPE_TEST
|
||||||
@ -73,7 +73,7 @@ static const wchar * s_authAddrs[] = {
|
|||||||
#elif BUILD_TYPE == BUILD_TYPE_BETA
|
#elif BUILD_TYPE == BUILD_TYPE_BETA
|
||||||
L"beta-auth.urulive.com"
|
L"beta-auth.urulive.com"
|
||||||
#elif BUILD_TYPE == BUILD_TYPE_LIVE
|
#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
|
#else
|
||||||
# error "Unknown build type"
|
# error "Unknown build type"
|
||||||
#endif
|
#endif
|
||||||
@ -91,7 +91,7 @@ static const wchar * s_authAddrsOverride[] = {
|
|||||||
static const wchar * s_fileAddrs[] = {
|
static const wchar * s_fileAddrs[] = {
|
||||||
|
|
||||||
#if BUILD_TYPE == BUILD_TYPE_DEV
|
#if BUILD_TYPE == BUILD_TYPE_DEV
|
||||||
L"shard"
|
L"67.202.54.141" //unused
|
||||||
#elif BUILD_TYPE == BUILD_TYPE_QA
|
#elif BUILD_TYPE == BUILD_TYPE_QA
|
||||||
L"marrim"
|
L"marrim"
|
||||||
#elif BUILD_TYPE == BUILD_TYPE_TEST
|
#elif BUILD_TYPE == BUILD_TYPE_TEST
|
||||||
@ -143,7 +143,7 @@ static const wchar * s_csrAddrsOverride[] = {
|
|||||||
static const wchar * s_gateKeeperAddrs[] = {
|
static const wchar * s_gateKeeperAddrs[] = {
|
||||||
|
|
||||||
#if BUILD_TYPE == BUILD_TYPE_DEV
|
#if BUILD_TYPE == BUILD_TYPE_DEV
|
||||||
L"localhost"
|
L"account.mystonline.com" //was L"184.73.198.22"
|
||||||
#elif BUILD_TYPE == BUILD_TYPE_QA
|
#elif BUILD_TYPE == BUILD_TYPE_QA
|
||||||
L"localhost"
|
L"localhost"
|
||||||
#elif BUILD_TYPE == BUILD_TYPE_TEST
|
#elif BUILD_TYPE == BUILD_TYPE_TEST
|
||||||
@ -151,7 +151,7 @@ static const wchar * s_gateKeeperAddrs[] = {
|
|||||||
#elif BUILD_TYPE == BUILD_TYPE_BETA
|
#elif BUILD_TYPE == BUILD_TYPE_BETA
|
||||||
L"beta-csr.urulive.com"
|
L"beta-csr.urulive.com"
|
||||||
#elif BUILD_TYPE == BUILD_TYPE_LIVE
|
#elif BUILD_TYPE == BUILD_TYPE_LIVE
|
||||||
L"184.73.198.22"
|
L"account.mystonline.com" //was L"184.73.198.22"
|
||||||
#else
|
#else
|
||||||
# error "Unknown build type"
|
# error "Unknown build type"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user