diff options
author | Dastgir <dastgirp@gmail.com> | 2018-09-02 11:32:03 +0530 |
---|---|---|
committer | Dastgir <dastgirp@gmail.com> | 2018-10-13 16:45:25 +0530 |
commit | d2c21b1e412a7a2f3c965a3335ea78a992e7b873 (patch) | |
tree | c43cd899dbbfaaca7e2d225178d004e5ffe048b3 /conf/map | |
parent | 611bda248b3cb221bef4ad81f74c0508a76095d9 (diff) | |
download | hercules-d2c21b1e412a7a2f3c965a3335ea78a992e7b873.tar.gz hercules-d2c21b1e412a7a2f3c965a3335ea78a992e7b873.tar.bz2 hercules-d2c21b1e412a7a2f3c965a3335ea78a992e7b873.tar.xz hercules-d2c21b1e412a7a2f3c965a3335ea78a992e7b873.zip |
Fixed Issue #2177
If Item Price is 0, it is now changed to 1.
Diffstat (limited to 'conf/map')
-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 |