diff --git a/myaccount.php b/myaccount.php index 29ec52f..22e3c21 100644 --- a/myaccount.php +++ b/myaccount.php @@ -213,6 +213,7 @@ if (!empty($_POST['selected_comment'])) { user_delete_character(user_character_id($delete['character_name'])); mysql_update('UPDATE `znote_deleted_characters` SET `done` = 1'); echo 'Character ' . $delete['character_name'] . ' has been deleted. This operation was requested by owner of this account.'; + $char_count--; } } ?>