From 7a3971571ac2590c6f43a1494b6fcdb6ae632e27 Mon Sep 17 00:00:00 2001 From: hemagx Date: Tue, 15 Dec 2015 21:43:57 +0200 Subject: Fix Dialog being cleaned after timeout on secure npc timeout enabled. Closes #916 --- src/map/npc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/map/npc.c b/src/map/npc.c index eb0d73ae2..222eee12a 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -293,7 +293,6 @@ int npc_rr_secure_timeout_timer(int tid, int64 tick, int id, intptr_t data) { sd->st->state = END; sd->state.menu_or_input = 0; sd->npc_menu = 0; - clif->scriptmes(sd, sd->npc_id, " "); /** * This guy's been idle for longer than allowed, close him. **/ -- cgit v1.2.3-70-g09d2