From cb3c97b72bb6a2aad6e87922facdf7e2dc157492 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 11 Oct 2013 13:20:07 -0300 Subject: Follow up 646f7e2f4ea4bd6b07e66d2949817ebdc18f3484 Adjusted range, thanks to haruna realising the feature had been fixed on recent clients. Special Thanks to ossi0110 for testing the feature on multiple 2013 clients, which allowed us to restrict the date range more accurately. Signed-off-by: shennetsind --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"); -- cgit v1.2.3-70-g09d2