diff options
author | shennetsind <ind@henn.et> | 2013-06-06 17:07:43 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-06 17:07:43 -0300 |
commit | 71ac5d07a0d18dc56b73ebc2b2ae095eacd25241 (patch) | |
tree | 7a277f07396a77e8afe624a379cc0f99da5f0a87 /src/map/pc.c | |
parent | b98ea9eb62b4f0c7bf121e2c67638ea7e9726110 (diff) | |
download | hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.tar.gz hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.tar.bz2 hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.tar.xz hercules-71ac5d07a0d18dc56b73ebc2b2ae095eacd25241.zip |
Fixed Bug #7328
Special Thanks to Joseph / j-tkay !
http://hercules.ws/board/tracker/issue-7328-close-and-end/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 241e0fbb3..f6ee257bd 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -1035,6 +1035,8 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t expiration_tim sd->queues = NULL; sd->queues_count = 0; + sd->state.dialog = 0; + // Event Timers for( i = 0; i < MAX_EVENTTIMER; i++ ) sd->eventtimer[i] = INVALID_TIMER; |