|
@@ -9815,6 +9815,7 @@ static const struct _battle_data {
|
|
{ "mobs_level_up_exp_rate", &battle_config.mobs_level_up_exp_rate, 1, 1, INT_MAX, },
|
|
{ "mobs_level_up_exp_rate", &battle_config.mobs_level_up_exp_rate, 1, 1, INT_MAX, },
|
|
{ "pk_min_level", &battle_config.pk_min_level, 55, 1, INT_MAX, },
|
|
{ "pk_min_level", &battle_config.pk_min_level, 55, 1, INT_MAX, },
|
|
{ "skill_steal_max_tries", &battle_config.skill_steal_max_tries, 0, 0, UCHAR_MAX, },
|
|
{ "skill_steal_max_tries", &battle_config.skill_steal_max_tries, 0, 0, UCHAR_MAX, },
|
|
|
|
+ { "skill_steal_random_options", &battle_config.skill_steal_random_options, 0, 0, 1, },
|
|
{ "motd_type", &battle_config.motd_type, 0, 0, 1, },
|
|
{ "motd_type", &battle_config.motd_type, 0, 0, 1, },
|
|
{ "finding_ore_rate", &battle_config.finding_ore_rate, 100, 0, INT_MAX, },
|
|
{ "finding_ore_rate", &battle_config.finding_ore_rate, 100, 0, INT_MAX, },
|
|
{ "exp_calc_type", &battle_config.exp_calc_type, 0, 0, 1, },
|
|
{ "exp_calc_type", &battle_config.exp_calc_type, 0, 0, 1, },
|