diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-24 18:17:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-24 18:17:58 -0300 |
commit | ebf1296e1ae933b979c2e1616ac4a14e964c6f3d (patch) | |
tree | 03f1be3863eda7f29542be0b911bedb0b92a6db1 /conf/map/battle | |
parent | 271597103bef7ce5ff7fcdfcc40f3ab1c630f14e (diff) | |
download | serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.tar.gz serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.tar.bz2 serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.tar.xz serverdata-ebf1296e1ae933b979c2e1616ac4a14e964c6f3d.zip |
disable auction house, it is not supported by M+ :( @4144 aka. {41444d494e}
This reverts commit 271597103bef7ce5ff7fcdfcc40f3ab1c630f14e.
Diffstat (limited to 'conf/map/battle')
-rw-r--r-- | conf/map/battle/feature.conf | 2 | ||||
-rw-r--r-- | conf/map/battle/misc.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf index 305d12892..fc6b49ede 100644 --- a/conf/map/battle/feature.conf +++ b/conf/map/battle/feature.conf @@ -49,7 +49,7 @@ features: { // Auction (Note 1) // Feature became unstable on clients 2012 onwards (exact date not known), // it has been fixed on clients 2013-05-15 onwards however. - auction: true + auction: false // Roulette (Note 1) // Requires: 2014-10-22bRagexe or later diff --git a/conf/map/battle/misc.conf b/conf/map/battle/misc.conf index 339d2b72d..2f88dbe0e 100644 --- a/conf/map/battle/misc.conf +++ b/conf/map/battle/misc.conf @@ -130,7 +130,7 @@ at_mapflag: false at_timeout: 0 // Auction system, fee per hour. Default is 12000 -auction_feeperhour: 200 +auction_feeperhour: 12000 // Auction maximum sell price auction_maximumprice: 500000000 |