summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-25 05:26:11 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-10-25 05:26:11 +0000
commitfd6d268638658dbf8c7e2ee1c8657f0f1932146f (patch)
tree69d5ad36720ce39934b3b1c71e34dbc3f555fe99 /src/map/atcommand.c
parent44ddfa3599ec6f49df9a5cd6e0936fc522b1bf0b (diff)
downloadhercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.tar.gz
hercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.tar.bz2
hercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.tar.xz
hercules-fd6d268638658dbf8c7e2ee1c8657f0f1932146f.zip
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
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c4
1 files changed, 2 insertions, 2 deletions
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;