mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
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 =
|
||||
{
|
||||
"302", "Open", "open",
|
||||
"302", "lirria", "open",
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:";
|
||||
|
|
Loading…
Reference in a new issue