Kakaroto Posted March 24, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 638 Reputation: 95 Joined: 05/11/12 Last Seen: Tuesday at 10:59 PM 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 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 303 Reputation: 118 Joined: 12/10/16 Last Seen: April 18 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...
Question
Kakaroto
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
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.