mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
More work on vehicles
This commit is contained in:
parent
ca33f8a1ab
commit
14d312ad22
7 changed files with 51 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue