diff options
author | dastgirpojee <dastgirpojee@rocketmail.com> | 2015-01-11 10:13:44 +0530 |
---|---|---|
committer | dastgirpojee <dastgirpojee@rocketmail.com> | 2015-01-11 10:13:44 +0530 |
commit | 39318bbcb59a8885ad2df64681945906305b0a12 (patch) | |
tree | de31f9d26e8fd82ae72ed7093e2210fd6147a742 /src/common/mapindex.h | |
parent | e99cbac3f1d0354566da5887ab4f01c6737dd0de (diff) | |
parent | c1c42d4021a9eacd467f2c9a9c10a62c9c1ad7b2 (diff) | |
download | hercules-39318bbcb59a8885ad2df64681945906305b0a12.tar.gz hercules-39318bbcb59a8885ad2df64681945906305b0a12.tar.bz2 hercules-39318bbcb59a8885ad2df64681945906305b0a12.tar.xz hercules-39318bbcb59a8885ad2df64681945906305b0a12.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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 91bf4562e..8e552261a 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -54,6 +54,7 @@ #define MAP_MALANGDO "malangdo" #define MAP_MALAYA "malaya" #define MAP_ECLAGE "eclage" +#define MAP_ECLAGE_IN "ecl_in01" #define mapindex_id2name(n) mapindex->id2name((n),__FILE__, __LINE__, __func__) #define mapindex_exists(n) ( mapindex->list[(n)].name[0] != '\0' ) |