diff options
author | Michieru <Michieru@users.noreply.github.com> | 2015-01-10 19:03:17 +0100 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2015-01-10 19:03:17 +0100 |
commit | 9881d5a0554d72be30109dfeee29390fdbdc799a (patch) | |
tree | dabf24321a1c1fff90e6c7f3dae0db6df7f83949 /src/common/mapindex.h | |
parent | a1ab053b3b397e8db27f82c66fb53f51a59ba5e8 (diff) | |
download | hercules-9881d5a0554d72be30109dfeee29390fdbdc799a.tar.gz hercules-9881d5a0554d72be30109dfeee29390fdbdc799a.tar.bz2 hercules-9881d5a0554d72be30109dfeee29390fdbdc799a.tar.xz hercules-9881d5a0554d72be30109dfeee29390fdbdc799a.zip |
Add new eclage skills used in items
Update item_db to episode 14.2
Update eclage mobs spawn to official
Update eclage mobs to official
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' ) |