summaryrefslogtreecommitdiff
path: root/conf/battle
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-10 18:59:10 -0300
committershennetsind <ind@henn.et>2013-10-10 18:59:10 -0300
commit646f7e2f4ea4bd6b07e66d2949817ebdc18f3484 (patch)
treeb15f69a6934b1148faf398e8b19b710024078b09 /conf/battle
parenta2e01e40c9e60b8b2d75e4faf41d80a7041e8f93 (diff)
downloadhercules-646f7e2f4ea4bd6b07e66d2949817ebdc18f3484.tar.gz
hercules-646f7e2f4ea4bd6b07e66d2949817ebdc18f3484.tar.bz2
hercules-646f7e2f4ea4bd6b07e66d2949817ebdc18f3484.tar.xz
hercules-646f7e2f4ea4bd6b07e66d2949817ebdc18f3484.zip
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 <ind@henn.et>
Diffstat (limited to 'conf/battle')
-rw-r--r--conf/battle/feature.conf6
1 files changed, 5 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