diff options
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index b31847606..b2c74afaf 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3866,7 +3866,7 @@ static const struct _battle_data { { "at_timeout", &battle_config.at_timeout, 0, 0, INT_MAX, }, { "homunculus_autoloot", &battle_config.homunculus_autoloot, 0, 0, 1, }, { "idle_no_autoloot", &battle_config.idle_no_autoloot, 0, 0, INT_MAX, }, - { "max_guild_alliance", &battle_config.max_guild_alliance, 3, 1, 3, }, + { "max_guild_alliance", &battle_config.max_guild_alliance, 3, 0, 3, }, { "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, }, |