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/map/battle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index 6f59f2204..a2a9a2943 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -157,7 +157,7 @@ extern struct Battle_Config { unsigned short mob_spawn_delay, plant_spawn_delay, boss_spawn_delay; // [Skotlex] unsigned short slaves_inherit_mode; unsigned short slaves_inherit_speed; - unsigned short summons_inherit_effects; + unsigned short summons_trigger_autospells; unsigned short pc_walk_delay_rate; //Adjusts can't walk delay after being hit for players. [Skotlex] unsigned short walk_delay_rate; //Adjusts can't walk delay after being hit. [Skotlex] unsigned short multihit_delay; //Adjusts can't walk delay per hit on multi-hitting skills. [Skotlex] -- cgit v1.2.3-60-g2f50