|
@@ -5329,7 +5329,7 @@ static const struct _battle_data {
|
|
{ "skill_amotion_leniency", &battle_config.skill_amotion_leniency, 90, 0, 100 },
|
|
{ "skill_amotion_leniency", &battle_config.skill_amotion_leniency, 90, 0, 100 },
|
|
{ "mvp_tomb_enabled", &battle_config.mvp_tomb_enabled, 1, 0, 1 },
|
|
{ "mvp_tomb_enabled", &battle_config.mvp_tomb_enabled, 1, 0, 1 },
|
|
{ "feature.atcommand_suggestions", &battle_config.atcommand_suggestions_enabled, 0, 0, 1 },
|
|
{ "feature.atcommand_suggestions", &battle_config.atcommand_suggestions_enabled, 0, 0, 1 },
|
|
- { "min_npc_vending_distance", &battle_config.min_npc_vending_distance, 0, 0, 100 },
|
|
|
|
|
|
+ { "min_npc_vending_distance", &battle_config.min_npc_vending_distance, 3, 0, 100 },
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|