mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
Compile fix
This commit is contained in:
parent
e738198eb4
commit
427fca695e
7 changed files with 26 additions and 76 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue