mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-09 20:24:16 +00:00
add most pet messages
This commit is contained in:
@@ -3823,7 +3823,7 @@ void GameMessages::HandleDespawnPet(RakNet::BitStream& inStream, Entity* entity,
|
||||
if (bDeletePet) {
|
||||
petComponent->Release();
|
||||
} else {
|
||||
petComponent->Deactivate();
|
||||
petComponent->Deactivate(eHelpType::PET_DESPAWN_BY_OWNER_HIBERNATE);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user