iZeal Posted August 10, 2014 Posted August 10, 2014 Hello I just notice something weird about my db when i checked the char_id column I notice the start of the value was "1" instead of "150000".. attached is a screen shot.. Quote
Emistry Posted August 10, 2014 Posted August 10, 2014 maybe you accidently changee the auto_increment value ?? Quote
iZeal Posted August 10, 2014 Author Posted August 10, 2014 (edited) never touch anything with the structure :/ anyway to fix this? I'm not sure if it will also affect the new one's Edited August 10, 2014 by iZeal Quote
Emistry Posted August 10, 2014 Posted August 10, 2014 ALTER TABLE `char` AUTO_INCREMENT = 150000; probably the Control Panel that you using changed the original value of 150000. ops..it's char.. somewhere in source defined the default starting value..forget which file...kinda lazy to search..xD Quote
iZeal Posted August 10, 2014 Author Posted August 10, 2014 (edited) can you help me where to find that? hmm what about the previous data? Edited August 10, 2014 by iZeal Quote
CandyCandy Posted August 10, 2014 Posted August 10, 2014 (edited) As I can remember, there's nothing bad to start char_id from "1". Do you really need to start them from "150000"? You can't just change it for existing data without any kind of self-writed parser, which would change char_id for every character on every gameDB table. Edited August 10, 2014 by CandyCandy Quote
iZeal Posted August 10, 2014 Author Posted August 10, 2014 hmm really nothing good bad to happen., it's just that i'm not use to it Quote
Question
iZeal
Hello I just notice something weird about my db when i checked the char_id column I notice the start of the value was "1" instead of "150000".. attached is a screen shot..
6 answers 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.