|
@@ -3481,7 +3481,7 @@ static const struct _battle_data {
|
|
|
{ "summon_flora_setting", &battle_config.summon_flora, 1|2, 0, 1|2, },
|
|
|
{ "clear_skills_on_death", &battle_config.clear_unit_ondeath, BL_NUL, BL_NUL, BL_ALL, },
|
|
|
{ "clear_skills_on_warp", &battle_config.clear_unit_onwarp, BL_ALL, BL_NUL, BL_ALL, },
|
|
|
- { "random_monster_checklv", &battle_config.random_monster_checklv, 1, 0, 1, },
|
|
|
+ { "random_monster_checklv", &battle_config.random_monster_checklv, 0, 0, 1, },
|
|
|
{ "attribute_recover", &battle_config.attr_recover, 1, 0, 1, },
|
|
|
{ "flooritem_lifetime", &battle_config.flooritem_lifetime, 60000, 1000, INT_MAX, },
|
|
|
{ "item_auto_get", &battle_config.item_auto_get, 0, 0, 1, },
|