[9726] Restore map outdated format protection and copyright years.

Tom, please update in UpdateFields.h generator 2009->2010 ;)
This commit is contained in:
VladimirMangos 2010-04-11 08:08:26 +04:00
parent 53eeebf2fe
commit 49f6a53187
3 changed files with 3 additions and 3 deletions

View file

@ -883,7 +883,7 @@ void World::SetInitialWorldSettings()
!MapManager::ExistMapAndVMap(530,10349.6f,-6357.29f) || !MapManager::ExistMapAndVMap(530,-3961.64f,-13931.2f) ) )
{
sLog.outError("Correct *.map files not found in path '%smaps' or *.vmap/*vmdir files in '%svmaps'. Please place *.map/*.vmap/*.vmdir files in appropriate directories or correct the DataDir value in the mangosd.conf file.",m_dataPath.c_str(),m_dataPath.c_str());
//exit(1);
exit(1);
}
///- Loading strings. Getting no records means core load has to be canceled because no error message can be output.