summaryrefslogtreecommitdiff
path: root/src/common/mapindex.h
diff options
context:
space:
mode:
authorjmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-12 02:33:14 +0000
committerjmanfffreak <jmanfffreak@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-12 02:33:14 +0000
commitc1ccfd841496368ceb104f3d1b9edb54d2dca977 (patch)
tree4b29b51e84aae4a8ec89610e22bf32ec39913c88 /src/common/mapindex.h
parent25404edf73f8c6e484a2b9c53a94f78558b422f6 (diff)
downloadhercules-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/mapindex.h')
-rw-r--r--src/common/mapindex.h3
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);