From fd6d268638658dbf8c7e2ee1c8657f0f1932146f Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 25 Oct 2006 05:26:11 +0000 Subject: final clone maps -> original maps change. also fixed novice grounds map in char.c. fixed socked_enchant npc git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9064 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b8f1c6cab..74229a98a 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -3295,7 +3295,7 @@ int atcommand_go( { MAP_UMBALA, 89, 157 }, // 12=Umbala { MAP_NIFLHEIM, 21, 153 }, // 13=Niflheim { MAP_LOUYANG, 217, 40 }, // 14=Lou Yang - { "new_1-1.gat", 53, 111 }, // 15=Training Grounds + { "new_zone01.gat", 53, 111 }, // 15=Training Grounds { MAP_JAIL, 23, 61 }, // 16=Prison { MAP_JAWAII, 249, 127 }, // 17=Jawaii { MAP_AYOTHAYA, 151, 117 }, // 18=Ayothaya @@ -3376,7 +3376,7 @@ int atcommand_go( town = 13; } else if (strncmp(map_name, "louyang.gat", 3) == 0) { // 3 first characters town = 14; - } else if (strncmp(map_name, "new_1-1.gat", 3) == 0 || // 3 first characters (or "newbies") + } else if (strncmp(map_name, "new_zone01.gat", 3) == 0 || // 3 first characters (or "newbies") strncmp(map_name, "startpoint.gat", 3) == 0 || // name of the position (3 first characters) strncmp(map_name, "begining.gat", 3) == 0) { // name of the position (3 first characters) town = 15; -- cgit v1.2.3-70-g09d2