diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index bc1d71799..e23c1f621 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -1715,7 +1715,7 @@ void Client::Handle_Connect_OP_ZoneEntry(const EQApplicationPacket *app) if (RuleB(NPC, PetZoneWithOwner)) { /* Load Pet */ - database.LoadPetInfo(this); // TODO: Is the pet loading correctly? I don't get any buffs + database.LoadPetInfo(this); if (m_petinfo.SpellID > 1 && !GetPet() && m_petinfo.SpellID <= SPDAT_RECORDS) { MakePoweredPet(m_petinfo.SpellID, spells[m_petinfo.SpellID].teleport_zone, m_petinfo.petpower, m_petinfo.Name, m_petinfo.size);