summaryrefslogtreecommitdiff
path: root/src/common/mapindex.h
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-17 12:27:39 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-06-17 12:27:39 +0000
commitf1bff17b3f68e7ba577d62d252cfd0c3b3b747e2 (patch)
tree41228c1ecc8ebbc4b18105a068c7c27804a94bd6 /src/common/mapindex.h
parent93d0e0d978ec3b0a4b1c53ea296af038271fdc7e (diff)
downloadhercules-f1bff17b3f68e7ba577d62d252cfd0c3b3b747e2.tar.gz
hercules-f1bff17b3f68e7ba577d62d252cfd0c3b3b747e2.tar.bz2
hercules-f1bff17b3f68e7ba577d62d252cfd0c3b3b747e2.tar.xz
hercules-f1bff17b3f68e7ba577d62d252cfd0c3b3b747e2.zip
Forgot to commit source modification from r12833 (Updated Novice grounds.)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12844 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r--src/common/mapindex.h2
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);