diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-06 10:32:10 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-06 10:32:10 +0000 |
commit | 6533057de1efe36a0c900076a1b4bf207b54994c (patch) | |
tree | a67795128e8c3f5c8d8c392165f828db9d50104c /src/common/mapindex.h | |
parent | a9e29df778514bd1dca21b6a65595410733a0da1 (diff) | |
download | hercules-6533057de1efe36a0c900076a1b4bf207b54994c.tar.gz hercules-6533057de1efe36a0c900076a1b4bf207b54994c.tar.bz2 hercules-6533057de1efe36a0c900076a1b4bf207b54994c.tar.xz hercules-6533057de1efe36a0c900076a1b4bf207b54994c.zip |
Added Moscovia to the list of @go destinations
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12504 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common/mapindex.h')
-rw-r--r-- | src/common/mapindex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h index 99e7de702..9f5d35329 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -36,6 +36,7 @@ extern char mapindex_cfgfile[80]; #define MAP_VEINS "veins" #define MAP_JAIL "sec_pri" #define MAP_NOVICE "new_zone01" +#define MAP_MOSCOVIA "moscovia" const char* mapindex_getmapname(const char* string, char* output); const char* mapindex_getmapname_ext(const char* string, char* output); |