From 5d93d12272a7a2abfdc6280642f1e3288e6a25f1 Mon Sep 17 00:00:00 2001 From: deed Date: Wed, 7 Dec 2016 21:26:43 +0100 Subject: [PATCH] Changement du nom de shard "Open" en "Lirria" --- code/ryzom/server/entities_game_service.cfg | 2 +- code/ryzom/server/input_output_service.cfg | 5 +++-- code/ryzom/server/logger_service.cfg | 5 +++-- code/ryzom/server/session_browser_server.cfg | 2 +- code/ryzom/server/shard_unifier_service.cfg | 7 ++++--- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/code/ryzom/server/entities_game_service.cfg b/code/ryzom/server/entities_game_service.cfg index b6c8a0f99..e3e1b7cf0 100644 --- a/code/ryzom/server/entities_game_service.cfg +++ b/code/ryzom/server/entities_game_service.cfg @@ -79,7 +79,7 @@ GeorgePaths = { "" }; HomeMainlandNames = { -"302", "Open", "open", +"302", "lirria", "open", }; /* diff --git a/code/ryzom/server/input_output_service.cfg b/code/ryzom/server/input_output_service.cfg index dbc9f339b..ad1b986ad 100644 --- a/code/ryzom/server/input_output_service.cfg +++ b/code/ryzom/server/input_output_service.cfg @@ -53,10 +53,11 @@ DontUseSU = 0; HomeMainlandNames = { -"302", "Open", "open", +"302", "Lirria", "open", }; - // ---- service custom variables (used by CVariable class) + +// ---- service custom variables (used by CVariable class) // Set this shard as a ring (1) or mainland (0) shard (main behavior switch) IsRingShard = 0; diff --git a/code/ryzom/server/logger_service.cfg b/code/ryzom/server/logger_service.cfg index 4f6dd85c6..5a38e5182 100644 --- a/code/ryzom/server/logger_service.cfg +++ b/code/ryzom/server/logger_service.cfg @@ -42,9 +42,10 @@ DontUseSU = 0; HomeMainlandNames = { -"302", "Open", "open", +"302", "Lirria", "open", }; - // ---- service custom variables (used by CVariable class) + +// ---- service custom variables (used by CVariable class) #include "backup_service_interface.cfg" diff --git a/code/ryzom/server/session_browser_server.cfg b/code/ryzom/server/session_browser_server.cfg index 05a05c6e2..3fd03bff9 100644 --- a/code/ryzom/server/session_browser_server.cfg +++ b/code/ryzom/server/session_browser_server.cfg @@ -37,7 +37,7 @@ DontUseSU = 0; HomeMainlandNames = { - "302", "Open", "open", + "302", "Lirria", "open", }; // The max number of ring points (aka ring access) for each ecosystem diff --git a/code/ryzom/server/shard_unifier_service.cfg b/code/ryzom/server/shard_unifier_service.cfg index 9b37f063b..b207596e5 100644 --- a/code/ryzom/server/shard_unifier_service.cfg +++ b/code/ryzom/server/shard_unifier_service.cfg @@ -37,12 +37,13 @@ DontUseSU = 0; HomeMainlandNames = { -"302", "Open", "open", +"302", "Lirria", "open", }; - // ---- service custom variables (used by CVariable class) -DomainName = "ryzom_open"; +// ---- service custom variables (used by CVariable class) + +DomainName = "Lirria"; // The privileges needed to access any ring session PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:";