From 74aac1368dae2d2a8ed5e3897a3cafb0fc5a8984 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 21 Aug 2006 14:05:24 +0000 Subject: - Fixed the Autosave routine not working when there's only one player online. - Disabled command @rain since the client no longer supports it anyway. - Fixed delitem not checking for the first slot's card, also optimized it so that it doesn't checks on the other slots. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8399 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index befbce5f8..50e97249e 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6858,7 +6858,7 @@ static int pc_autosave_sub(DBKey key,void * data,va_list app) { struct map_session_data *sd = (TBL_PC*)data; - if(sd->bl.id == last_save_id) { + if(sd->bl.id == last_save_id && save_flag != 1) { save_flag = 1; return 1; } -- cgit v1.2.3-70-g09d2