diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/feature.conf | 6 | ||||
-rw-r--r-- | conf/messages.conf | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf index 2f60f1fff..352163c8e 100644 --- a/conf/battle/feature.conf +++ b/conf/battle/feature.conf @@ -21,4 +21,8 @@ feature.atcommand_suggestions: off // Banking (Note 1) // Requires: 2013-07-24aRagexe or later -feature.banking: on
\ No newline at end of file +feature.banking: on + +// Auction (Note 1) +// Feature became unstable on clients 2012 onwards (exact date not known) +feature.auction: off
\ No newline at end of file diff --git a/conf/messages.conf b/conf/messages.conf index 4b0549bf6..4a08c0893 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1523,5 +1523,8 @@ 1482: You can't withdraw that much money 1483: Banking is disabled +//src/map/atcommand.c::ACMD(auction) +1484: Auction is disabled + //Custom translations import: conf/import/msg_conf.txt |