summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-08-14 17:57:35 +0200
committerGitHub <noreply@github.com>2016-08-14 17:57:35 +0200
commita737812d7ceadb8ee02dae88131b968f459c0fe3 (patch)
tree6ca3bf5dd7272a54843962b8ed6c9b81fd8338f5 /src/map/battle.c
parent4693faa69c40fb3f202351558ed5fce2866496ae (diff)
parentb3df179f705b0a4fe99b0d6e81878251692843f1 (diff)
downloadhercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.tar.gz
hercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.tar.bz2
hercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.tar.xz
hercules-a737812d7ceadb8ee02dae88131b968f459c0fe3.zip
Merge pull request #1396 from Emistry/on_pc_event
Enable @b/joblvl trigger OnPCLvUpEvent
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 79048457c..908f0364b 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7248,6 +7248,7 @@ static const struct battle_data {
{ "max_body_style", &battle_config.max_body_style, 4, 0, SHRT_MAX, },
{ "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, },
};
#ifndef STATS_OPT_OUT
/**