summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorspre123 <spre123@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-22 18:20:17 +0000
committerspre123 <spre123@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-09-22 18:20:17 +0000
commit4dbea4c5a42e39f46f59826bf7412fdaa38f14ca (patch)
tree694e27edc4d44a9db1b970f619e0951d9ece557d /src/map/atcommand.c
parent8ce8e93e32f312504e8295168c4629b94fe5e962 (diff)
downloadhercules-4dbea4c5a42e39f46f59826bf7412fdaa38f14ca.tar.gz
hercules-4dbea4c5a42e39f46f59826bf7412fdaa38f14ca.tar.bz2
hercules-4dbea4c5a42e39f46f59826bf7412fdaa38f14ca.tar.xz
hercules-4dbea4c5a42e39f46f59826bf7412fdaa38f14ca.zip
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
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
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;