diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-26 22:14:05 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-26 22:14:05 +0000 |
commit | 2be5a82d3849a499377ece635b4ec3932dfc6ec9 (patch) | |
tree | 832ac26cb7f7b007d7525c2c89cbfa2460823393 /src/map/battle.c | |
parent | 288978d302ad332a8e22766278cb65dbd6f2a746 (diff) | |
download | hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.gz hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.bz2 hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.xz hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.zip |
- Added new settings for autotrade on battle/misc.conf (you can read descriptions there).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12243 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 21c2c751d..a6dad0538 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -3652,6 +3652,8 @@ static const struct _battle_data { { "sg_miracle_skill_duration", &battle_config.sg_miracle_skill_duration, 3600000, 0, INT_MAX, }, { "hvan_explosion_intimate", &battle_config.hvan_explosion_intimate, 45000, 0, 100000, }, { "quest_exp_rate", &battle_config.quest_exp_rate, 100, 0, INT_MAX, }, + { "at_mapflag", &battle_config.autotrade_mapflag, 0, 0, 1, }, + { "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, }, |