rathena/db/import-tmpl/map_index.txt
Lemongrass3110 85b229d5f4 Added the required import template files
Note: The map_cache.dat is an empty mapcache, it does not contain any map data.
2015-01-06 16:23:02 +01:00

18 lines
848 B
Plaintext

//======================================================================================
// Map Index
//======================================================================================
//Contains the list of maps with their respective IDs for inter-server use.
//IDs must never change, therefore any new maps need to be added at the end,
//and old ones must not be removed, but may be replaced.
//Format:
//mapname<tab>index <- specifies index for this map
//mapname <- map will use index of previous map +1
//Note that map index 0 is special and reserved for "error" status.
//======================================================================================
//Place your custom maps with a starting ID here.
//======================================================================================
//Example:
//
//mymap 1250
//mymap-2