diff options
author | hemagx <hemagx2@gmail.com> | 2015-12-15 21:43:57 +0200 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2015-12-15 21:43:57 +0200 |
commit | 7a3971571ac2590c6f43a1494b6fcdb6ae632e27 (patch) | |
tree | f99caa039323103956bc1628554bddeb92341366 | |
parent | d79d3649731a6ff2ad2e1fde32c42a7f7f9012af (diff) | |
download | hercules-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
-rw-r--r-- | src/map/npc.c | 1 |
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. **/ |