diff options
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index 69728dd68..3e779c212 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -467,8 +467,10 @@ extern struct Battle_Config int bg_magic_damage_rate; int bg_misc_damage_rate; int bg_flee_penalty; + // rAthena int max_third_parameter; + int max_baby_third_parameter; int atcommand_max_stat_bypass; } battle_config; |