From c7deeccb20d4db58776cf1775062a7081edd34e5 Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 26 Sep 2007 06:34:42 +0000 Subject: Fixed a typo in the sql login server causing client hang after entering a wrong password. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11305 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login_sql/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login_sql') diff --git a/src/login_sql/login.c b/src/login_sql/login.c index d1b06547d..49f31438d 100644 --- a/src/login_sql/login.c +++ b/src/login_sql/login.c @@ -1457,7 +1457,7 @@ int parse_login(int fd) } } else - memset(WFIFOP(fd,0), '\0', 20); + memset(WFIFOP(fd,3), '\0', 20); WFIFOSET(fd,23); } -- cgit v1.2.3-70-g09d2