|
@@ -8276,7 +8276,8 @@ static const struct _battle_data {
|
|
{ "hom_rename", &battle_config.hom_rename, 0, 0, 1, },
|
|
{ "hom_rename", &battle_config.hom_rename, 0, 0, 1, },
|
|
{ "homunculus_show_growth", &battle_config.homunculus_show_growth, 0, 0, 1, },
|
|
{ "homunculus_show_growth", &battle_config.homunculus_show_growth, 0, 0, 1, },
|
|
{ "homunculus_friendly_rate", &battle_config.homunculus_friendly_rate, 100, 0, INT_MAX, },
|
|
{ "homunculus_friendly_rate", &battle_config.homunculus_friendly_rate, 100, 0, INT_MAX, },
|
|
- { "vending_tax", &battle_config.vending_tax, -1, -1, 10000, },
|
|
|
|
|
|
+ { "vending_tax", &battle_config.vending_tax, 0, 0, 10000, },
|
|
|
|
+ { "vending_tax_min", &battle_config.vending_tax_min, 0, 0, MAX_ZENY, },
|
|
{ "day_duration", &battle_config.day_duration, 0, 0, INT_MAX, },
|
|
{ "day_duration", &battle_config.day_duration, 0, 0, INT_MAX, },
|
|
{ "night_duration", &battle_config.night_duration, 0, 0, INT_MAX, },
|
|
{ "night_duration", &battle_config.night_duration, 0, 0, INT_MAX, },
|
|
{ "mob_remove_delay", &battle_config.mob_remove_delay, 60000, 1000, INT_MAX, },
|
|
{ "mob_remove_delay", &battle_config.mob_remove_delay, 60000, 1000, INT_MAX, },
|