summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2009-11-08 06:25:42 -0500
committerMadCamel <madcamel@gmail.com>2009-11-08 06:25:42 -0500
commit6e42644247e80667db4d39c3a0e543d9476f9c87 (patch)
tree483cd44a8e4bd1587b3c1c51e8bad5f9d30da7c8 /src/map/pc.c
parent35044714f13629ee6951aaa7a03d409428fdd4e4 (diff)
parentd90bbe7517fd3bd51d4893cced5f20bcf314e601 (diff)
downloadtmwa-6e42644247e80667db4d39c3a0e543d9476f9c87.tar.gz
tmwa-6e42644247e80667db4d39c3a0e543d9476f9c87.tar.bz2
tmwa-6e42644247e80667db4d39c3a0e543d9476f9c87.tar.xz
tmwa-6e42644247e80667db4d39c3a0e543d9476f9c87.zip
Merge branch 'master' of git://gitorious.org/tmw-eathena/mainline
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 0b251cc..75ae42c 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -841,6 +841,8 @@ int pc_authok(int id, int login_id2, time_t connect_until_time, short tmw_versio
}
}
+ sd->auto_ban_info.in_progress = 0;
+
// Initialize antispam vars
sd->chat_reset_due = sd->chat_lines_in = sd->chat_total_repeats = sd->chat_repeat_reset_due = 0;
sd->chat_lastmsg[0] = '\0';