From 77523746c63bc08f261bb68b7aa2492b0ba6546b Mon Sep 17 00:00:00 2001 From: amber Date: Fri, 10 Dec 2004 06:07:36 +0000 Subject: Update git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@530 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/clif.c b/src/map/clif.c index 3143355ca..de64d07b0 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -10111,7 +10111,8 @@ static int clif_parse(int fd) { printf("Player with account [%d] has logged off your server.\n", sd->bl.id); // Player logout display [Yor] } else if (sd) { // not authentified! (refused by char-server or disconnect before to be authentified) printf("Player with account [%d] has logged off your server (not auth account).\n", sd->bl.id); // Player logout display [Yor] - map_deliddb(&sd->bl); // account_id has been included in the DB before auth answer + if (chrif_isconnect()) + clif_quitsave(fd, sd); sd = 0; } close(fd); -- cgit v1.2.3-70-g09d2