if (_activeChar.equals(summon.getOwner()))
{
_activeChar.sendPacket(new PetInfo(summon));
if (summon instanceof L2PetInstance)
_activeChar.sendPacket(new PetItemList((L2PetInstance) summon));
}
else
_activeChar.sendPacket(new NpcInfo(summon, _activeChar));
// The PetInfo packet wipes the PartySpelled (list of active spells' icons). Re-add them