Changement du nom de shard "Open" en "Lirria"

This commit is contained in:
deed 2016-12-07 21:26:43 +01:00
parent ce305c7512
commit 5d93d12272
5 changed files with 12 additions and 9 deletions

View file

@ -79,7 +79,7 @@ GeorgePaths = { "" };
HomeMainlandNames = HomeMainlandNames =
{ {
"302", "Open", "open", "302", "lirria", "open",
}; };
/* /*

View file

@ -53,10 +53,11 @@ DontUseSU = 0;
HomeMainlandNames = 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) // Set this shard as a ring (1) or mainland (0) shard (main behavior switch)
IsRingShard = 0; IsRingShard = 0;

View file

@ -42,9 +42,10 @@ DontUseSU = 0;
HomeMainlandNames = 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" #include "backup_service_interface.cfg"

View file

@ -37,7 +37,7 @@ DontUseSU = 0;
HomeMainlandNames = HomeMainlandNames =
{ {
"302", "Open", "open", "302", "Lirria", "open",
}; };
// The max number of ring points (aka ring access) for each ecosystem // The max number of ring points (aka ring access) for each ecosystem

View file

@ -37,12 +37,13 @@ DontUseSU = 0;
HomeMainlandNames = 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 // The privileges needed to access any ring session
PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:"; PrivilegeForSessionAccess = ":DEV:SGM:GM:SG:";