mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
fix build error
This commit is contained in:
parent
bd4f8a8f40
commit
a99c1a28bd
1 changed files with 2 additions and 1 deletions
|
|
@ -929,7 +929,8 @@ void LoadDBCStores(const std::string& dataPath)
|
||||||
if(startupFailed)
|
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("\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();
|
Log::WaitBeforeContinueIfNeed();
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue