diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-15 11:41:40 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-15 11:41:40 +0000 |
commit | abfbf381c18d4c17e9594e7e3b903405c20e9f7f (patch) | |
tree | 67bdc8b45f716bd6f3a2b68433337e094b448662 /src/map/script.c | |
parent | c0f2069689110d1df816d52e36d049d4b97a7a22 (diff) | |
download | hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.gz hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.bz2 hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.tar.xz hercules-abfbf381c18d4c17e9594e7e3b903405c20e9f7f.zip |
Cleaning/fixing the previous commits a bit
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13775 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.c')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index a85346218..81cb2933c 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11162,7 +11162,7 @@ BUILDIN_FUNC(npcstop) struct npc_data *nd=(struct npc_data *)map_id2bl(st->oid); if(nd) { - unit_stop_walking(&nd->bl,5); + unit_stop_walking(&nd->bl,1|4); } return 0; |