summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorDastgir Pojee <dastgirp@gmail.com>2016-10-03 20:04:01 +0530
committerhemagx <ibrahem.h.basyone@gmail.com>2016-10-22 02:22:18 +0200
commit5a40d2dee1ecb45812836a826f9702d073975d70 (patch)
tree5b2bb0269a2431410ed2904ca10034be3721435c /src/map/battle.c
parentf7babff8a31981508f1c5fff1aefcc6091c85f00 (diff)
downloadhercules-5a40d2dee1ecb45812836a826f9702d073975d70.tar.gz
hercules-5a40d2dee1ecb45812836a826f9702d073975d70.tar.bz2
hercules-5a40d2dee1ecb45812836a826f9702d073975d70.tar.xz
hercules-5a40d2dee1ecb45812836a826f9702d073975d70.zip
Added max_summoner_parameter:
Default max parameter for summoner is 120.
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index f7ac60031..8c1a3f364 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7318,6 +7318,7 @@ static const struct battle_data {
{ "save_body_style", &battle_config.save_body_style, 0, 0, 1, },
{ "player_warp_keep_direction", &battle_config.player_warp_keep_direction, 0, 0, 1, },
{ "atcommand_levelup_events", &battle_config.atcommand_levelup_events, 0, 0, 1, },
+ { "max_summoner_parameter", &battle_config.max_summoner_parameter, 120, 10, 10000, },
};
#ifndef STATS_OPT_OUT
/**