From 80508a6fbc416a50cebc04e8b91363acee2a993d Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 23 Aug 2009 23:29:14 -0500 Subject: *Fix a crash. --HG-- branch : trunk --- src/game/ObjectMgr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 0cf38f470b3..820e52ec240 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -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. "); -- cgit v1.2.3