Bad Hook 'OnCorpsePopulate' in class 'ScarecrowNPC'

The Hook call to 'OnCorpsePopulate' in the class 'ScarecrowNPC' gets called with invalid arguments. It should get passed the reference to the corpse entity as 3rd argument, but it currently gets the prefab path string - so currently the hook doesn't work properly for this entity type.
Would it be possible to fix this in the next release? It's probably just a bad offset, as the string gets assigned to a variable just before the corpse entity gets created.

Unfortunately, this is still not working in the latest release:

Comparison of good and bad hook
1st one is the bad hook, 2nd one is a good hook for comparison