From d2c21b1e412a7a2f3c965a3335ea78a992e7b873 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Sun, 2 Sep 2018 11:32:03 +0530 Subject: Fixed Issue #2177 If Item Price is 0, it is now changed to 1. --- conf/map/battle/items.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf') 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 -- cgit v1.2.3-60-g2f50