summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-02-24 01:09:26 -0300
committershennetsind <ind@henn.et>2013-02-24 01:09:26 -0300
commitd4582e286fa64f469112ff76ecae672ce7c57aa5 (patch)
tree77f0920fab02857f4cdfe02ffdc402d4638419ec /src/map/script.c
parentadda8d74c3280ae1e3745591caafd9ce6e81ded7 (diff)
downloadhercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.gz
hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.bz2
hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.xz
hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.zip
Revert "Fixed Bug #7091"
This reverts commit adda8d74c3280ae1e3745591caafd9ce6e81ded7. Signed-off-by: shennetsind <ind@henn.et>
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 ddffe4425..8827509ba 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 = STOP;
+ st->state = END;
clif_scriptclose(sd, st->oid);
return 0;
}