Compile fix

This commit is contained in:
tomrus88 2008-11-16 18:13:33 +03:00
parent e738198eb4
commit 427fca695e
7 changed files with 26 additions and 76 deletions

View file

@ -5330,7 +5330,7 @@ uint32 ObjectMgr::GenerateLowGuid(HighGuid guidhigh)
if(m_hiVehicleGuid>=0x00FFFFFF)
{
sLog.outError("Vehicle guid overflow!! Can't continue, shutting down server. ");
sWorld.m_stopEvent = true;
World::StopNow(ERROR_EXIT_CODE);
}
return m_hiVehicleGuid;
case HIGHGUID_PLAYER: