summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-07 16:29:14 +0200
committerGitHub <noreply@github.com>2018-04-07 16:29:14 +0200
commit6e0a40288326495b97e6e5a1435a624defb8ed92 (patch)
tree77d6e12809290f7c0b54bf2e403b863303368a1b /src/map/battle.c
parentb2f92713a6f0449d4ca319ab178d6391c021f57c (diff)
parent408982006d7e5695405b043142989a2ecdb9ffbd (diff)
downloadhercules-6e0a40288326495b97e6e5a1435a624defb8ed92.tar.gz
hercules-6e0a40288326495b97e6e5a1435a624defb8ed92.tar.bz2
hercules-6e0a40288326495b97e6e5a1435a624defb8ed92.tar.xz
hercules-6e0a40288326495b97e6e5a1435a624defb8ed92.zip
Merge pull request #1868 from Jedzkie/2017-StorageFix
Fixes #1806
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 bd7e31d05..8c0beede2 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -7319,6 +7319,7 @@ static const struct battle_data {
{ "features/rodex", &battle_config.feature_rodex, 1, 0, 1, },
{ "features/rodex_use_accountmail", &battle_config.feature_rodex_use_accountmail, 0, 0, 1, },
{ "features/enable_homun_autofeed", &battle_config.feature_enable_homun_autofeed, 1, 0, 1, },
+ { "storage_use_item", &battle_config.storage_use_item, 0, 0, 1, },
};
#ifndef STATS_OPT_OUT
/**