diff options
author | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-12 02:33:14 +0000 |
---|---|---|
committer | jmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-12 02:33:14 +0000 |
commit | c1ccfd841496368ceb104f3d1b9edb54d2dca977 (patch) | |
tree | 4b29b51e84aae4a8ec89610e22bf32ec39913c88 /src/common | |
parent | 25404edf73f8c6e484a2b9c53a94f78558b422f6 (diff) | |
download | hercules-c1ccfd841496368ceb104f3d1b9edb54d2dca977.tar.gz hercules-c1ccfd841496368ceb104f3d1b9edb54d2dca977.tar.bz2 hercules-c1ccfd841496368ceb104f3d1b9edb54d2dca977.tar.xz hercules-c1ccfd841496368ceb104f3d1b9edb54d2dca977.zip |
Corrected an event mob being summoned in Endless tower (bugreport:4942)
Added @go locations for new maps (not official, but they're there) (bugreport:4457)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15070 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/mapindex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/mapindex.h b/src/common/mapindex.h index 854669ea6..36e49072d 100644 --- a/src/common/mapindex.h +++ b/src/common/mapindex.h @@ -36,6 +36,9 @@ extern char mapindex_cfgfile[80]; #define MAP_JAIL "sec_pri" #define MAP_NOVICE "new_1-1" #define MAP_MOSCOVIA "moscovia" +#define MAP_BRASILIS "brasilis" +#define MAP_MANUK "manuk" +#define MAP_SPLENDIDE "splendide" const char* mapindex_getmapname(const char* string, char* output); const char* mapindex_getmapname_ext(const char* string, char* output); |