diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-17 21:19:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-17 21:19:56 +0300 |
commit | 6c31865241d01c3e960c84ed1949477d140b892a (patch) | |
tree | d9cf53bb2a28e27e9fa13618ad2721f9a40b2af1 /conf/map/battle/items.conf | |
parent | 1501211419288803f459243c4ad645b0a1aa9639 (diff) | |
download | serverdata-s20180419.tar.gz serverdata-s20180419.tar.bz2 serverdata-s20180419.tar.xz serverdata-s20180419.zip |
Update from hercules.s20180419
Add new configuration options into conf/map/battle/*.
Add new messages into messages.conf.
Add new db attendance_db.conf.
Convert pet db into libconfig format.
Add sql update for attendance db.
Diffstat (limited to 'conf/map/battle/items.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 f7ffd3f3..135df710 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 |