diff options
author | Euphy <euphy@rathena.org> | 2013-06-22 11:29:06 -0400 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-22 11:29:06 -0400 |
commit | f5b942ffa9df2a0067915726590b9fd6eed1aaeb (patch) | |
tree | d16096a063fb18a4b8309b282b22159ed608e654 /src/map/pc.c | |
parent | 093193bd26b87f6afc876fd96b46271bd4e2ed81 (diff) | |
parent | 7649864de078d9d72f0a554439562c883a77d64b (diff) | |
download | hercules-f5b942ffa9df2a0067915726590b9fd6eed1aaeb.tar.gz hercules-f5b942ffa9df2a0067915726590b9fd6eed1aaeb.tar.bz2 hercules-f5b942ffa9df2a0067915726590b9fd6eed1aaeb.tar.xz hercules-f5b942ffa9df2a0067915726590b9fd6eed1aaeb.zip |
Merge remote-tracking branch 'upstream/master'
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 c2d50a7ce..d8e2a0537 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -986,6 +986,8 @@ bool pc_authok(struct map_session_data *sd, int login_id2, time_t expiration_tim sd->cansendmail_tick = tick; sd->hchsysch_tick = tick; + sd->idletime = last_tick; + for(i = 0; i < MAX_SPIRITBALL; i++) sd->spirit_timer[i] = INVALID_TIMER; for(i = 0; i < ARRAYLENGTH(sd->autobonus); i++) |