diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-13 06:05:37 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-13 06:05:37 +0000 |
commit | 50c1b03b8979ac793375b26867053f43e4983dc9 (patch) | |
tree | 9338d18d6af889c09a68095b558d3040b83182db /src/map/npc.c | |
parent | 11edd9bd6b905e1da203d49f0646cd9502536f1f (diff) | |
download | hercules-50c1b03b8979ac793375b26867053f43e4983dc9.tar.gz hercules-50c1b03b8979ac793375b26867053f43e4983dc9.tar.bz2 hercules-50c1b03b8979ac793375b26867053f43e4983dc9.tar.xz hercules-50c1b03b8979ac793375b26867053f43e4983dc9.zip |
update
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@550 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index b1f9c54ec..e71fb050b 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2013,7 +2013,7 @@ static int npc_parse_mapflag(char *w1,char *w2,char *w3,char *w4) //マップフラグ if ( strcmpi(w3,"nosave")==0) { if (strcmp(w4,"SavePoint")==0) { - memcpy(map[m].save.map,"SavePoint",16); + memcpy(map[m].save.map,"SavePoint",10); map[m].save.x=-1; map[m].save.y=-1; }else if (sscanf(w4,"%[^,],%d,%d",savemap,&savex,&savey)==3) { |