From bb0a08a67c73be469c130567ec9e6c5b8a4a2963 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 3 Jul 2006 19:59:48 +0000 Subject: - Char-server SQL won't perform the reconnect cleanup routines when kick_on_disconnect is disabled. - Renamed summons_inherit_effects to summons_trigger_autospells as the setting now only makes the attacks of the slaves trigger the autospells of the master (as it should be). - Corrected code capping no_spawn_on_player to 50 when the max should be 100. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7459 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/login') diff --git a/src/login/login.c b/src/login/login.c index a617c79d9..cf66d10ed 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -3789,7 +3789,6 @@ int login_config_read(const char *cfgName) { } else if(strcmpi(w1,"ip_sync_interval")==0) { ip_sync_interval = 1000*60*atoi(w2); //w2 comes in minutes. } - } } fclose(fp); @@ -4166,7 +4165,6 @@ int do_init(int argc, char **argv) { add_timer_func_list(online_data_cleanup, "online_data_cleanup"); add_timer_interval(gettick() + 600*1000, online_data_cleanup, 0, 0, 600*1000); // every 10 minutes cleanup online account db. - if (ip_sync_interval) { add_timer_func_list(sync_ip_addresses, "sync_ip_addresses"); -- cgit v1.2.3-70-g09d2