summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhemagx <hemagx2@gmail.com>2015-12-15 21:43:57 +0200
committerhemagx <hemagx2@gmail.com>2015-12-15 21:43:57 +0200
commit7a3971571ac2590c6f43a1494b6fcdb6ae632e27 (patch)
treef99caa039323103956bc1628554bddeb92341366 /src
parentd79d3649731a6ff2ad2e1fde32c42a7f7f9012af (diff)
downloadhercules-7a3971571ac2590c6f43a1494b6fcdb6ae632e27.tar.gz
hercules-7a3971571ac2590c6f43a1494b6fcdb6ae632e27.tar.bz2
hercules-7a3971571ac2590c6f43a1494b6fcdb6ae632e27.tar.xz
hercules-7a3971571ac2590c6f43a1494b6fcdb6ae632e27.zip
Fix Dialog being cleaned after timeout on secure npc timeout enabled.
Closes #916
Diffstat (limited to 'src')
-rw-r--r--src/map/npc.c1
1 files changed, 0 insertions, 1 deletions
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.
**/