mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
Small progress with vehicles
This commit is contained in:
parent
204b61c220
commit
871d5f8c99
18 changed files with 175 additions and 21 deletions
|
|
@ -1696,7 +1696,7 @@ void Creature::CallAssistence()
|
|||
|
||||
void Creature::SaveRespawnTime()
|
||||
{
|
||||
if(isPet() || !m_DBTableGuid)
|
||||
if(isPet() || isVehicle() || !m_DBTableGuid)
|
||||
return;
|
||||
|
||||
if(m_respawnTime > time(NULL)) // dead (no corpse)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue