Skip to content

Commit

Permalink
enable maps load check
Browse files Browse the repository at this point in the history
Signed-off-by: Salja <salja2012@hotmail.de>
  • Loading branch information
Salja committed Aug 5, 2012
1 parent 9d8c211 commit 5e3fd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/World.cpp
Expand Up @@ -939,7 +939,7 @@ void World::SetInitialWorldSettings()
{
sLog.outError("Correct *.map files not found in path '%smaps' or *.vmtree/*.vmtile files in '%svmaps'. Please place *.map and vmap files in appropriate directories or correct the DataDir value in the mangosd.conf file.",m_dataPath.c_str(),m_dataPath.c_str());
Log::WaitBeforeContinueIfNeed();
//exit(1);
exit(1);
}

///- Loading strings. Getting no records means core load has to be canceled because no error message can be output.
Expand Down

0 comments on commit 5e3fd62

Please sign in to comment.