|
@@ -8392,6 +8392,12 @@ void battle_adjust_conf()
|
|
ShowWarning("conf/battle/feature.conf:feature.auction change value to '2' to silence this warning and maintain it enabled\n");
|
|
ShowWarning("conf/battle/feature.conf:feature.auction change value to '2' to silence this warning and maintain it enabled\n");
|
|
battle_config.feature_auction = 0;
|
|
battle_config.feature_auction = 0;
|
|
}
|
|
}
|
|
|
|
+#elif PACKETVER >= 20141112
|
|
|
|
+ if (battle_config.feature_auction) {
|
|
|
|
+ ShowWarning("conf/battle/feature.conf:feature.auction is enabled but it is not available for clients from 2014-11-12 on, disabling...\n");
|
|
|
|
+ ShowWarning("conf/battle/feature.conf:feature.auction change value to '2' to silence this warning and maintain it enabled\n");
|
|
|
|
+ battle_config.feature_auction = 0;
|
|
|
|
+ }
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#if PACKETVER < 20130724
|
|
#if PACKETVER < 20130724
|