From e88785b181f800189c9d5db662ab0f2555d0d203 Mon Sep 17 00:00:00 2001 From: Sader Fawall Date: Fri, 29 Dec 2017 15:41:54 +0200 Subject: [PATCH] Resolved a compile error (#2743) --- src/map/battle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/battle.cpp b/src/map/battle.cpp index 4bdaa9661e..8841e61109 100644 --- a/src/map/battle.cpp +++ b/src/map/battle.cpp @@ -8582,7 +8582,7 @@ void battle_adjust_conf() #if PACKETVER > 20120000 && PACKETVER < 20130515 /* Exact date (when it started) not known */ if (battle_config.feature_auction) { - 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 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"); battle_config.feature_auction = 0; }