He didn't forget them, he just moved the modify rpg.
It's no longer a part of the profile.php it's now headquarters.php
So, edit your USERCP_SHELL template and change this
Code:
<tr>
<td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=updaterpg">Update RPG info</a></td>
</tr>
To this
Code:
<tr>
<td class="$navclass[profilepic]" nowrap="nowrap"><a class="smallfont" href="headquarters.php">Update RPG info</a></td>
</tr>
That'll fix that link.