diff options
author | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 04:11:30 +0000 |
---|---|---|
committer | shennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-09 04:11:30 +0000 |
commit | b53b29469f5c27f3715f7f31f61e33a387de7663 (patch) | |
tree | ddad25bf34a0df958fb2d78028606527d18823d1 /src/map/battle.c | |
parent | d0f11e8df04bd9f791e93e616ca816c79c8158ba (diff) | |
download | hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.tar.gz hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.tar.bz2 hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.tar.xz hercules-b53b29469f5c27f3715f7f31f61e33a387de7663.zip |
New Battle Config: gm.conf/atcommand_max_stat_bypass for bugreport:3301
-- Allows you to choose whether your gms can bypass your server's max stat limit or not.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15046 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/battle.c')
-rw-r--r-- | src/map/battle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/battle.c b/src/map/battle.c index 10105ba94..e12caaef8 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4580,9 +4580,10 @@ static const struct _battle_data { { "bg_misc_attack_damage_rate", &battle_config.bg_misc_damage_rate, 60, 0, INT_MAX, }, { "bg_flee_penalty", &battle_config.bg_flee_penalty, 20, 0, INT_MAX, }, /** - * RR-Specific + * rAthena **/ { "max_third_parameter", &battle_config.max_third_parameter, 20, 0, INT_MAX, }, + { "atcommand_max_stat_bypass", &battle_config.atcommand_max_stat_bypass, 0, 0, 100, }, }; |