Skip to content

Commit

Permalink
Fix Dialog being cleaned after timeout on secure npc timeout enabled.
Browse files Browse the repository at this point in the history
Closes #916
  • Loading branch information
hemagx committed Dec 15, 2015
1 parent d79d364 commit 7a39715
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/map/npc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
**/
Expand Down

0 comments on commit 7a39715

Please sign in to comment.