From f1bff17b3f68e7ba577d62d252cfd0c3b3b747e2 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 17 Jun 2008 12:27:39 +0000 Subject: Forgot to commit source modification from r12833 (Updated Novice grounds.) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12844 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 2c80db37c..3338a3b04 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -2251,7 +2251,7 @@ int atcommand_go(const int fd, struct map_session_data* sd, const char* command, town = 13; } else if (strncmp(map_name, "louyang", 3) == 0) { town = 14; - } else if (strncmp(map_name, "new_zone01", 3) == 0 || + } else if (strncmp(map_name, "new_1-1", 3) == 0 || strncmp(map_name, "startpoint", 3) == 0 || strncmp(map_name, "begining", 3) == 0) { town = 15; -- cgit v1.2.3-70-g09d2