From 379d757aaf859c0cb511933d225c5b63da4c3003 Mon Sep 17 00:00:00 2001 From: celest Date: Mon, 27 Dec 2004 05:27:27 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@806 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/map.c b/src/map/map.c index 4e7223d11..cb3a3a0a9 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1057,7 +1057,7 @@ int map_quit(struct map_session_data *sd) { //double connect bug fix by Valaris if(sd->alive_timer) { delete_timer(sd->alive_timer,pc_alive_timer); - sd->alive_timer = 0; + sd->alive_timer = -1; // not 0, the server will assume it's still active } if( sd->npc_stackbuf && sd->npc_stackbuf != NULL) { -- cgit v1.2.3-70-g09d2