More work on vehicles

This commit is contained in:
tomrus88 2008-11-12 23:20:59 +03:00
parent ca33f8a1ab
commit 14d312ad22
7 changed files with 51 additions and 13 deletions

View file

@ -1696,7 +1696,7 @@ void Creature::CallAssistence()
void Creature::SaveRespawnTime()
{
if(isPet() || isVehicle() || !m_DBTableGuid)
if(isPet() || !m_DBTableGuid)
return;
if(m_respawnTime > time(NULL)) // dead (no corpse)