If like me, you've updated the parent event only to forget to check the update child events a bunch of times, you can change line 137 on view/event/tmpl/form_recurring settings.php from
Code:
<input type="checkbox" name="update_children_event" value="1" class="inputbox" />
to
Code:
<input type="checkbox" name="update_children_event" value="1" class="inputbox" checked />
hope this helps