2010-05-20 08:27:57 +00:00
|
|
|
// This is the mapping for logical continent to physical one (server_share/used_continent.cpp)
|
|
|
|
ContinentNameTranslator =
|
|
|
|
{
|
2016-02-09 20:31:30 +00:00
|
|
|
// "terre", "terre_oubliee",
|
|
|
|
// "sources", "sources_interdites"
|
2010-05-20 08:27:57 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
// This is the list of continent to use with their unique instance number (server_share/used_continent.cpp)
|
|
|
|
UsedContinents =
|
|
|
|
{
|
2016-02-09 20:31:30 +00:00
|
|
|
"newbieland", "2",
|
2010-05-20 08:27:57 +00:00
|
|
|
};
|