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); }