diff --git a/zone/client.cpp b/zone/client.cpp index dbf9508d4..5094328b0 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -549,7 +549,7 @@ bool Client::Save(uint8 iCommitNow) { m_pp.lastlogin = time(nullptr); - if (GetPet() && !GetPet()->IsFamiliar() && GetPet()->CastToNPC()->GetPetSpellID() && !dead) { + if (GetPet() && GetPet()->CastToNPC()->GetPetSpellID() && !dead) { NPC *pet = GetPet()->CastToNPC(); m_petinfo.SpellID = pet->CastToNPC()->GetPetSpellID(); m_petinfo.HP = pet->GetHP();