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