UPDATE `players` SET `redskulltime`=0;
If you want to clean deathlists, empty the player_deaths, and finally if you want to remove the deathlist + name of the frager - empty both player_deaths and player_killers.
UPDATE `killers` SET `unjustified` = 0 WHERE `id` IN (SELECT `kill_id` FROM `player_killers` WHERE `player_id` = XXXX);