Kakaroto Posted March 24, 2017 Share Posted March 24, 2017 Hello folks, can someone tell me how do I change the color of the clothes of all characters to 0 using a SQL command? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
0 n0tttt Posted March 25, 2017 Share Posted March 25, 2017 UPDATE `char` SET `clothes_color` = '0' WHERE `clothes_color` <> '0' Quote Link to comment Share on other sites More sharing options...
Hello folks, can someone tell me how do I change the color of the clothes of all characters to 0 using a SQL command?
Thanks in advance!
Link to comment
Share on other sites