From c0d762eba9f73c6eb239cd100e32270e44b5fb2d Mon Sep 17 00:00:00 2001 From: epoque11 Date: Wed, 14 Dec 2011 14:07:25 +0000 Subject: - Added new check conditions to prevent abuse from no-delay .act files (bugreport:4249) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15105 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 0df68a572..b1232b488 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4590,8 +4590,9 @@ static const struct _battle_data { /** * 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, }, + { "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, }, + { "skill_amotion_leniency", &battle_config.skill_amotion_leniency, 90, 0, 100 }, }; -- cgit v1.2.3-70-g09d2