*Fix a crash.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-23 23:29:14 -05:00
parent 5f1589d6d1
commit 80508a6fbc

View File

@@ -6019,7 +6019,6 @@ uint32 ObjectMgr::GenerateLowGuid(HighGuid guidhigh)
}
return m_hiPetGuid++;
case HIGHGUID_VEHICLE:
ASSERT(0);
if(m_hiVehicleGuid>=0x00FFFFFF)
{
sLog.outError("Vehicle guid overflow!! Can't continue, shutting down server. ");