|
@@ -5017,7 +5017,8 @@ static const struct _battle_data {
|
|
|
/**
|
|
|
* rAthena
|
|
|
**/
|
|
|
- { "max_third_parameter", &battle_config.max_third_parameter, 20, 0, INT_MAX, },
|
|
|
+ { "max_third_parameter", &battle_config.max_third_parameter, 120, 10, 10000, },
|
|
|
+ { "max_baby_third_parameter", &battle_config.max_baby_third_parameter, 108, 10, 10000, },
|
|
|
{ "atcommand_max_stat_bypass", &battle_config.atcommand_max_stat_bypass, 0, 0, 100, },
|
|
|
{ "skill_amotion_leniency", &battle_config.skill_amotion_leniency, 90, 0, 100 },
|
|
|
};
|