summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/battle/feature.conf3
-rw-r--r--src/map/battle.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf
index 352163c8e..37b05c657 100644
--- a/conf/battle/feature.conf
+++ b/conf/battle/feature.conf
@@ -24,5 +24,6 @@ feature.atcommand_suggestions: off
feature.banking: on
// Auction (Note 1)
-// Feature became unstable on clients 2012 onwards (exact date not known)
+// Feature became unstable on clients 2012 onwards (exact date not known),
+// it has been fixed on clients 2013-05-15 onwards however.
feature.auction: off \ No newline at end of file
diff --git a/src/map/battle.c b/src/map/battle.c
index 91cb98d14..ef62eb1d2 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -6707,7 +6707,7 @@ void battle_adjust_conf(void) {
}
#endif
-#if PACKETVER > 20120000 /* exact date not known */
+#if PACKETVER > 20120000 && PACKETVER < 20130515 /* exact date (when it started) not known */
if( battle_config.feature_auction == 1 ) {
ShowWarning("conf/battle/feature.conf:feature.auction is enabled but it is not stable on PACKETVER "EXPAND_AND_QUOTE(PACKETVER)", disabling...\n");
ShowWarning("conf/battle/feature.conf:feature.auction change value to '2' to silence this warning and maintain it enabled\n");