summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2013-02-24 06:25:33 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2013-02-24 06:25:33 +0800
commitadda8d74c3280ae1e3745591caafd9ce6e81ded7 (patch)
tree92bed0c62e31f392098c529184f78848dc9d6d05 /src/map/script.c
parent6c6fbf026f039eeeaab4d1e6dd14155067b8075e (diff)
downloadhercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.tar.gz
hercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.tar.bz2
hercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.tar.xz
hercules-adda8d74c3280ae1e3745591caafd9ce6e81ded7.zip
Fixed Bug #7091
-Updated SN_SIGHT to its RE behavior. -Updated RE behavior that deals with NPC dialogs and using items/skills. Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 8827509ba..ddffe4425 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -4392,7 +4392,7 @@ BUILDIN_FUNC(close)
if( sd == NULL )
return 0;
- st->state = END;
+ st->state = STOP;
clif_scriptclose(sd, st->oid);
return 0;
}