summaryrefslogtreecommitdiff
path: root/src/map
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/map
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/map')
-rw-r--r--src/map/atcommand.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 9290f844a..03c92c07a 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -2279,6 +2279,9 @@ ACMD_FUNC(go)
{ MAP_RACHEL, 130, 110 }, // 23=Rachel
{ MAP_VEINS, 216, 123 }, // 24=Veins
{ MAP_MOSCOVIA, 223, 184 }, // 25=Moscovia
+ { MAP_BRASILIS, 182, 239 }, // 26=Brasilis
+ { MAP_MANUK, 282, 138 }, // 27=Manuk
+ { MAP_SPLENDIDE, 197, 176 }, // 28=Splendide
};
nullpo_retr(-1, sd);
@@ -2306,7 +2309,8 @@ ACMD_FUNC(go)
clif_displaymessage(fd, " 15=Novice Grounds 16=Prison 17=Jawaii");
clif_displaymessage(fd, " 18=Ayothaya 19=Einbroch 20=Lighthalzen");
clif_displaymessage(fd, " 21=Einbech 22=Hugel 23=Rachel");
- clif_displaymessage(fd, " 24=Veins 25=Moscovia");
+ clif_displaymessage(fd, " 24=Veins 25=Moscovia 26=Brasilis");
+ clif_displaymessage(fd, " 27=Manuk 28=Splendide");
return -1;
}