diff options
author | Haru <haru@dotalux.com> | 2018-10-21 20:37:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-21 20:37:28 +0200 |
commit | bfea70b8f5b7e9fe266f08a4944f5b637da90ad2 (patch) | |
tree | 8aa1279ecabfe2ce0229ee01837e2a08030dd2af /conf | |
parent | baeb7a1742b0fd7ac5d3a4cecd90f74d461895fe (diff) | |
parent | d2c21b1e412a7a2f3c965a3335ea78a992e7b873 (diff) | |
download | hercules-bfea70b8f5b7e9fe266f08a4944f5b637da90ad2.tar.gz hercules-bfea70b8f5b7e9fe266f08a4944f5b637da90ad2.tar.bz2 hercules-bfea70b8f5b7e9fe266f08a4944f5b637da90ad2.tar.xz hercules-bfea70b8f5b7e9fe266f08a4944f5b637da90ad2.zip |
Merge pull request #2208 from dastgirp/issue/2177
Changes the item price to 1 if it is 0
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/items.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/map/battle/items.conf b/conf/map/battle/items.conf index 144e04ea4..e834b80f6 100644 --- a/conf/map/battle/items.conf +++ b/conf/map/battle/items.conf @@ -123,3 +123,11 @@ boarding_halter_speed: 25 // Allow to use items when the storage is open? // Official: false (Default) storage_use_item: false + +// Minimum item buy price at shop +// Default: 1 +min_item_buy_price: 1 + +// Minimum item sell price at shop +// Default: 0 +min_item_sell_price: 0 |