summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-16 15:57:08 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-16 15:57:08 +0000
commitea003abfbcf5f3ddf982585c5136d7cf343a2b88 (patch)
tree6821aa806e8ae428887e0c11163ee99d6ee53947 /src/map
parent652638cab4034e6ba139837ccfc31207a2252a45 (diff)
downloadhercules-ea003abfbcf5f3ddf982585c5136d7cf343a2b88.tar.gz
hercules-ea003abfbcf5f3ddf982585c5136d7cf343a2b88.tar.bz2
hercules-ea003abfbcf5f3ddf982585c5136d7cf343a2b88.tar.xz
hercules-ea003abfbcf5f3ddf982585c5136d7cf343a2b88.zip
- Partial revert of r16782. (bugreport:6704)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16783 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/atcommand.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 5eaeb2d71..d8f384b94 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -1957,8 +1957,7 @@ ACMD_FUNC(go)
// try to identify the map name
if (strncmp(map_name, "prontera", 3) == 0) {
town = 0;
- } else if (strncmp(map_name, "morocc", 3) == 0 ||
- strncmp(map_name, "morroc", 3) == 0) {
+ } else if (strncmp(map_name, "morocc", 3) == 0) {
town = 1;
} else if (strncmp(map_name, "geffen", 3) == 0) {
town = 2;
@@ -2017,8 +2016,7 @@ ACMD_FUNC(go)
town = 24;
} else if (strncmp(map_name, "moscovia", 3) == 0) {
town = 25;
- } else if (strncmp(map_name, "mid_camp", 3) == 0 ||
- strncmp(map_name, "midgard", 3) == 0) {
+ } else if (strncmp(map_name, "mid_camp", 3) == 0) {
town = 26;
} else if (strncmp(map_name, "manuk", 3) == 0) {
town = 27;