summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;