Why find look at rotation doesnt work?

Hello guys, i creating a bullet system that spawn one fake bullet from muzzle and one invisible damaging from eyes, I need them to fly to the same point, I tried to use Find Look At, but it works not the way I want ( you can see it on screenshots). Have any ideas how to fix this? Thanks in advance.

349902-screenshot-2.png

Thats the code:

349904-screenshot-1286.png

This func returns Muzzle location and rotation to spawn the bullet,
End Point is just forward vector*100000 + camera location, it used if line trace didnt work

I solved this problem, i just changed start point of line trace
349908-

This is how it must look like, that what i want