Why do my decorators keep breaking?

I have this decorator that I’ve put to abort it’s cell when close to the player, but for some reason, the ID of execution is being set to 0 and breaks the whole tree. It affects all the decorators in the tree, and when fixing one, the others IDs fix themselves too. Am I doing something wrong, or is it a bug behavior trees have?