From 4dbea4c5a42e39f46f59826bf7412fdaa38f14ca Mon Sep 17 00:00:00 2001 From: spre123 Date: Sat, 22 Sep 2012 18:20:17 +0000 Subject: Oops I goofed Forgot to resave the File Left out arguements for mora. [Spre] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16791 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 17a20bbff..4f0bad774 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -2027,7 +2027,7 @@ ACMD_FUNC(go) town = 29; } else if (strncmp(map_name, "dicastes01", 3) == 0) { town = 30; - } else if (strncmp(map_name, "mora") == 0) { + } else if (strncmp(map_name, "mora", 4) == 0) { town = 31; } else if (strncmp(map_name, "dewata", 3) == 0) { town = 32; -- cgit v1.2.3-60-g2f50