summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-04-08 23:06:08 +0200
committerGitHub <noreply@github.com>2017-04-08 23:06:08 +0200
commitcc8262cc21a8fff9a6b2e9c61372c89f5fa2377e (patch)
treeb74fab4a3eb5033c8515e4c8d1fc8c82c116572e /src/map/battle.c
parent5f3d37c89c60ecc89186fa8d6cba333369a8f4cf (diff)
parent176b7f571307000a8a22cf133041a911127fac5b (diff)
downloadhercules-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.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 8b6ac2cc0..827042cce 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7329,6 +7329,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, },
+ { "bow_unequip_arrow", &battle_config.bow_unequip_arrow, 1, 0, 1, },
{ "max_summoner_parameter", &battle_config.max_summoner_parameter, 120, 10, 10000, },
{ "mvp_exp_reward_message", &battle_config.mvp_exp_reward_message, 0, 0, 1, },
};