From 137cc4396d651798a95641d529955845a25a56e1 Mon Sep 17 00:00:00 2001 From: malufett Date: Sun, 24 Feb 2013 20:06:01 +0800 Subject: Fixed Bug #7092 -Follow up adda8d74c3280ae1e3745591caafd9ce6e81ded7 where 'close2' is not working properly. Signed-off-by: malufett --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 8827509ba..c4ee96feb 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 = CLOSE; clif_scriptclose(sd, st->oid); return 0; } -- cgit v1.2.3-70-g09d2