how to reset , only hair , hairstyle , cloth color in phpmyadmin

UPDATE `char` SET = hair = 1, hair_color = 0, clothes_color = 0;
might do the trick, not tested tho

 
Back
Top