summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-31 20:33:14 +0000
committergepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-31 20:33:14 +0000
commitf7d5467fe7dedb73784adebd9a7b31a906692a23 (patch)
treeffcd7db730a739852370df11076bcadb1d4dbdd2 /src
parent93c79a7017522d87e06b67af1959ecccff32cb7e (diff)
downloadhercules-f7d5467fe7dedb73784adebd9a7b31a906692a23.tar.gz
hercules-f7d5467fe7dedb73784adebd9a7b31a906692a23.tar.bz2
hercules-f7d5467fe7dedb73784adebd9a7b31a906692a23.tar.xz
hercules-f7d5467fe7dedb73784adebd9a7b31a906692a23.zip
Removed obsolete `mob_clear_delay` config (since r5707) (bugreport:137)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15532 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src')
-rw-r--r--src/map/battle.c1
-rw-r--r--src/map/battle.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 11e9fb81f..a384b2f2a 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -4669,7 +4669,6 @@ static const struct _battle_data {
{ "show_hp_sp_drain", &battle_config.show_hp_sp_drain, 0, 0, 1, },
{ "show_hp_sp_gain", &battle_config.show_hp_sp_gain, 1, 0, 1, },
{ "mob_npc_event_type", &battle_config.mob_npc_event_type, 1, 0, 1, },
- { "mob_clear_delay", &battle_config.mob_clear_delay, 0, 0, INT_MAX, },
{ "character_size", &battle_config.character_size, 1|2, 0, 1|2, },
{ "mob_max_skilllvl", &battle_config.mob_max_skilllvl, MAX_SKILL_LEVEL, 1, MAX_SKILL_LEVEL, },
{ "retaliate_to_master", &battle_config.retaliate_to_master, 1, 0, 1, },
diff --git a/src/map/battle.h b/src/map/battle.h
index de59f5717..46d785a2b 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -410,7 +410,6 @@ extern struct Battle_Config
int show_hp_sp_drain, show_hp_sp_gain; //[Skotlex]
int mob_npc_event_type; //Determines on who the npc_event is executed. [Skotlex]
- int mob_clear_delay; // [Valaris]
int character_size; // if riders have size=2, and baby class riders size=1 [Lupus]
int mob_max_skilllvl; // Max possible skill level [Lupus]