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. --- src/map/battle.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/battle.h') diff --git a/src/map/battle.h b/src/map/battle.h index 9f5207e95..4472c0c52 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -570,6 +570,9 @@ struct Battle_Config { int feature_enable_attendance_system; int feature_attendance_endtime; + + int min_item_buy_price; + int min_item_sell_price; }; /* criteria for battle_config.idletime_critera */ -- cgit v1.2.3-60-g2f50