diff options
author | Haru <haru@dotalux.com> | 2018-04-07 16:29:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-07 16:29:14 +0200 |
commit | 6e0a40288326495b97e6e5a1435a624defb8ed92 (patch) | |
tree | 77d6e12809290f7c0b54bf2e403b863303368a1b /conf | |
parent | b2f92713a6f0449d4ca319ab178d6391c021f57c (diff) | |
parent | 408982006d7e5695405b043142989a2ecdb9ffbd (diff) | |
download | hercules-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 'conf')
-rw-r--r-- | conf/map/battle/items.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index f7ffd3f32..135df7107 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -119,3 +119,7 @@ bow_unequip_arrow: true // How much should rental mounts increase a player's movement speed? (Note 2) // Official: 25 (Default) boarding_halter_speed: 25 + +// Allow to use items when the storage is open? +// Official: false (Default) +storage_use_item: false |