diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 1 |
1 files changed, 0 insertions, 1 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, }, |