mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-13 18:59:05 +00:00
11298004e9
- Adding new actions for guild missions - Adding the guild option for some actions - Adding the nb_guild_members_needed option for the objectives
14 lines
404 B
INI
14 lines
404 B
INI
// 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",
|
|
};
|