Changement du nom de shard "Open" en "Lirria"
This commit is contained in:
parent
ce305c7512
commit
5d93d12272
5 changed files with 12 additions and 9 deletions
|
@ -79,7 +79,7 @@ GeorgePaths = { "" };
|
||||||
|
|
||||||
HomeMainlandNames =
|
HomeMainlandNames =
|
||||||
{
|
{
|
||||||
"302", "Open", "open",
|
"302", "lirria", "open",
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -53,9 +53,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)
|
||||||
|
|
||||||
// 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)
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -37,12 +37,13 @@ DontUseSU = 0;
|
||||||
|
|
||||||
HomeMainlandNames =
|
HomeMainlandNames =
|
||||||
{
|
{
|
||||||
"302", "Open", "open",
|
"302", "Lirria", "open",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
// ---- service custom variables (used by CVariable class)
|
// ---- service custom variables (used by CVariable class)
|
||||||
|
|
||||||
DomainName = "ryzom_open";
|
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:";
|
||||||
|
|
Loading…
Reference in a new issue