khanat-opennel-code/code/ryzom/server/used_continents.cfg

15 lines
404 B
INI
Raw Normal View History

2010-05-20 08:27:57 +00:00
// This is the mapping for logical continent to physical one (server_share/used_continent.cpp)
ContinentNameTranslator =
{
"matis_newbie", "matis",
"zorai_newbie", "zorai",
"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", "20",
};