diff options
author | Dastgir Pojee <dastgirp@gmail.com> | 2016-10-03 20:04:01 +0530 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-10-22 02:22:18 +0200 |
commit | 5a40d2dee1ecb45812836a826f9702d073975d70 (patch) | |
tree | 5b2bb0269a2431410ed2904ca10034be3721435c /src/map/battle.h | |
parent | f7babff8a31981508f1c5fff1aefcc6091c85f00 (diff) | |
download | hercules-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.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 ebfa0e305..7e7048a38 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -544,6 +544,8 @@ struct Battle_Config { int player_warp_keep_direction; int atcommand_levelup_events; // Enable atcommands trigger level up events for NPCs + + int max_summoner_parameter; // Summoner Max Stats }; /* criteria for battle_config.idletime_critera */ |