For anyone who want's to update the last updated when you send a reply to a ticket add "$this->lastupdate = SqlFunction::NOW();" to class.ticket.php around line 3665, should look like below.
function save($refetch=false) {
if ($this->dirty) {
$this->updated = SqlFunction::NOW();
$this->lastupdate = SqlFunction::NOW();