From c62b5e223fe86a9294f18f39c2b85d82375ab4fe Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 10 Apr 2008 21:45:03 +0000 Subject: [PATCH] Lolwhoops. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12553 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/chrif.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/map/chrif.c b/src/map/chrif.c index cb631a16c1..492f570515 100644 --- a/src/map/chrif.c +++ b/src/map/chrif.c @@ -528,8 +528,10 @@ void chrif_authreq(struct map_session_data *sd) node->login_id1 == sd->login_id1) { //auth ok if (!pc_authok(sd, node->login_id2, node->expiration_time, node->char_dat)) + { chrif_char_offline(sd); //Set client offline chrif_auth_delete(node->account_id, node->char_id, ST_LOGIN); + } else { //char_dat no longer needed, but player auth is not completed yet. aFree(node->char_dat);