mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
12 lines
355 B
INI
12 lines
355 B
INI
// This is the mapping for logical continent to physical one (server_share/used_continent.cpp)
|
|
ContinentNameTranslator =
|
|
{
|
|
// "terre", "terre_oubliee",
|
|
// "sources", "sources_interdites"
|
|
};
|
|
|
|
// This is the list of continent to use with their unique instance number (server_share/used_continent.cpp)
|
|
UsedContinents =
|
|
{
|
|
"newbieland", "2",
|
|
};
|