From a99c1a28bd05d650a266ed99e51a9aac099c353b Mon Sep 17 00:00:00 2001 From: Antz Date: Sat, 2 May 2020 00:55:43 +0100 Subject: [PATCH] fix build error --- src/game/Server/DBCStores.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/game/Server/DBCStores.cpp b/src/game/Server/DBCStores.cpp index 0c3d05c85..39b654d26 100644 --- a/src/game/Server/DBCStores.cpp +++ b/src/game/Server/DBCStores.cpp @@ -929,7 +929,8 @@ void LoadDBCStores(const std::string& dataPath) if(startupFailed) { sLog.outError("\nYou have mixed version DBC files. Please re-extract DBC files for one from client build: %s", AcceptableClientBuildsListStr().c_str()); - sLog.outError("\nThe Following modules failed the checksum: %s", failedModules); + // TODO: Need to fix this: + // sLog.outError("\nThe Following modules failed the checksum: %s", failedModules); Log::WaitBeforeContinueIfNeed(); exit(1); }