From 7aec3d5b13c88ec07a4128d58649abd1e084975a Mon Sep 17 00:00:00 2001 From: rarified Date: Mon, 13 Jan 2020 15:50:48 -0700 Subject: [PATCH] Update STATUS_PATH per current Cyan server organization: support.cyanworlds.com -> account.mystonline.com --- .../Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp | 2 +- .../Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp index 06f9a76d..75e88d7b 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plClient/winmain.cpp @@ -91,7 +91,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #if BUILD_TYPE == BUILD_TYPE_DEV #define STATUS_PATH L"www2.cyanworlds.com" #else - #define STATUS_PATH L"support.cyanworlds.com" + #define STATUS_PATH L"account.mystonline.com" #endif diff --git a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp index b5f3896e..4f2d3ef0 100644 --- a/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp +++ b/MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/Apps/plUruLauncher/Main.cpp @@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #if BUILD_TYPE == BUILD_TYPE_DEV #define STATUS_PATH L"www2.cyanworlds.com" #else - #define STATUS_PATH L"support.cyanworlds.com" + #define STATUS_PATH L"account.mystonline.com" #endif