|
@@ -8258,7 +8258,7 @@ static const struct _battle_data {
|
|
|
{ "ksprotection", &battle_config.ksprotection, 5000, 0, INT_MAX, },
|
|
|
{ "auction_feeperhour", &battle_config.auction_feeperhour, 12000, 0, INT_MAX, },
|
|
|
{ "auction_maximumprice", &battle_config.auction_maximumprice, 500000000, 0, MAX_ZENY, },
|
|
|
- { "homunculus_auto_vapor", &battle_config.homunculus_auto_vapor, 1, 0, 1, },
|
|
|
+ { "homunculus_auto_vapor", &battle_config.homunculus_auto_vapor, 80, 0, 100, },
|
|
|
{ "display_status_timers", &battle_config.display_status_timers, 1, 0, 1, },
|
|
|
{ "skill_add_heal_rate", &battle_config.skill_add_heal_rate, 7, 0, INT_MAX, },
|
|
|
{ "eq_single_target_reflectable", &battle_config.eq_single_target_reflectable, 1, 0, 1, },
|