mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: InstallStatsUrl points to a wrong URL but needs to be defined
--HG-- branch : compatibility-develop
This commit is contained in:
parent
c1799e95d8
commit
7e0e11ef3d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ BackgroundDownloader = 0;
|
||||||
PatchServer = "http://dl.ryzom.com/patch_live";
|
PatchServer = "http://dl.ryzom.com/patch_live";
|
||||||
StartupHost = "shard.ryzom.com:40916";
|
StartupHost = "shard.ryzom.com:40916";
|
||||||
StartupPage = "/login/r2_login.php";
|
StartupPage = "/login/r2_login.php";
|
||||||
InstallStatsUrl = "http://shard.ryzom.com:50000/stats/stats.php";
|
InstallStatsUrl = "";
|
||||||
|
|
||||||
ConditionsTermsURL = "http://app.ryzom.com/app_forum/index.php?page=topic/view/21885/1&post148782=en#1";
|
ConditionsTermsURL = "http://app.ryzom.com/app_forum/index.php?page=topic/view/21885/1&post148782=en#1";
|
||||||
LoginSupportURL = "http://app.ryzom.com/app_forum/index.php?page=topic/view/22047/1&post149889=en#1";
|
LoginSupportURL = "http://app.ryzom.com/app_forum/index.php?page=topic/view/22047/1&post149889=en#1";
|
||||||
|
|
Loading…
Reference in a new issue