diff options
author | Haru <haru@dotalux.com> | 2016-08-14 17:57:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-14 17:57:35 +0200 |
commit | a737812d7ceadb8ee02dae88131b968f459c0fe3 (patch) | |
tree | 6ca3bf5dd7272a54843962b8ed6c9b81fd8338f5 /src/map/battle.h | |
parent | 4693faa69c40fb3f202351558ed5fce2866496ae (diff) | |
parent | b3df179f705b0a4fe99b0d6e81878251692843f1 (diff) | |
download | hercules-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.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 1a23870e7..e04a713ae 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -542,6 +542,8 @@ struct Battle_Config { // Warp Face Direction int player_warp_keep_direction; + + int atcommand_levelup_events; // Enable atcommands trigger level up events for NPCs }; /* criteria for battle_config.idletime_critera */ |