summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-10-21 20:37:28 +0200
committerGitHub <noreply@github.com>2018-10-21 20:37:28 +0200
commitbfea70b8f5b7e9fe266f08a4944f5b637da90ad2 (patch)
tree8aa1279ecabfe2ce0229ee01837e2a08030dd2af /src/map/battle.h
parentbaeb7a1742b0fd7ac5d3a4cecd90f74d461895fe (diff)
parentd2c21b1e412a7a2f3c965a3335ea78a992e7b873 (diff)
downloadhercules-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 'src/map/battle.h')
-rw-r--r--src/map/battle.h3
1 files changed, 3 insertions, 0 deletions
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 */