diff options
author | Haru <haru@dotalux.com> | 2017-04-08 23:06:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-08 23:06:08 +0200 |
commit | cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e (patch) | |
tree | b74fab4a3eb5033c8515e4c8d1fc8c82c116572e /src/map/battle.h | |
parent | 5f3d37c89c60ecc89186fa8d6cba333369a8f4cf (diff) | |
parent | 176b7f571307000a8a22cf133041a911127fac5b (diff) | |
download | hercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.tar.gz hercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.tar.bz2 hercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.tar.xz hercules-cc8262cc21a8fff9a6b2e9c61372c89f5fa2377e.zip |
Merge pull request #1663 from Smokexyz/bow-unequip-fix
Unequip arrows when a bow is unequipped. (RE only)
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 b7bde1aa9..4665847ff 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -545,6 +545,8 @@ struct Battle_Config { int player_warp_keep_direction; int atcommand_levelup_events; // Enable atcommands trigger level up events for NPCs + + int bow_unequip_arrow; int max_summoner_parameter; // Summoner Max Stats int mvp_exp_reward_message; |