summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-02 01:00:52 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-06-02 01:00:52 +0000
commit5bc4a89f162a2bc89e14f554da450311287c7d86 (patch)
treed365c1ddb5a5671475e4e2d16e6342460df78bd1 /src/map/battle.c
parentf1c4780376953eae3c5e38b7615c06e07b178431 (diff)
downloadhercules-5bc4a89f162a2bc89e14f554da450311287c7d86.tar.gz
hercules-5bc4a89f162a2bc89e14f554da450311287c7d86.tar.bz2
hercules-5bc4a89f162a2bc89e14f554da450311287c7d86.tar.xz
hercules-5bc4a89f162a2bc89e14f554da450311287c7d86.zip
- Fixed item script of Chicken_Hat (5431). (bugreport:4174)
- Fixed a typo in script_commands.txt (bugreport:4270) - Fixed some links in the README html files. - Fixed the range of 'max_guild_alliance' in battle.c (0 to 3). - Set svn:eol-style=native for some recently added text files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14328 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c2
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, },