From ea003abfbcf5f3ddf982585c5136d7cf343a2b88 Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 16 Sep 2012 15:57:08 +0000 Subject: - Partial revert of r16782. (bugreport:6704) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16783 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/map') 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; -- cgit v1.2.3-70-g09d2