From 646f7e2f4ea4bd6b07e66d2949817ebdc18f3484 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 10 Oct 2013 18:59:10 -0300 Subject: Added code to disable auction for clients it is no longer stable Regarding http://hercules.ws/board/topic/414-auction-feature-all-screwed-up Signed-off-by: shennetsind --- conf/battle/feature.conf | 6 +++++- conf/messages.conf | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'conf') 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 -- cgit v1.2.3-60-g2f50