aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-23 23:29:14 -0500
committermegamage <none@none>2009-08-23 23:29:14 -0500
commit80508a6fbc416a50cebc04e8b91363acee2a993d (patch)
tree0006f02cf660259d424a7010fcc5177fd2b59db0 /src/game/ObjectMgr.cpp
parent5f1589d6d19bf9d4548e0e9fda97f77bb1240ebf (diff)
*Fix a crash.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r--src/game/ObjectMgr.cpp1
1 files changed, 0 insertions, 1 deletions
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. ");