diff options
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r-- | src/common/mapindex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h index 9f5d35329..3a9ff3537 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -35,7 +35,7 @@ extern char mapindex_cfgfile[80]; #define MAP_RACHEL "rachel" #define MAP_VEINS "veins" #define MAP_JAIL "sec_pri" -#define MAP_NOVICE "new_zone01" +#define MAP_NOVICE "new_1-1" #define MAP_MOSCOVIA "moscovia" const char* mapindex_getmapname(const char* string, char* output); |