Jump to content
  • 0

char_id sql weird data


Question

Posted

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..

post-26609-0-48753700-1407677857_thumb.png

 

6 answers to this question

Recommended Posts

Posted (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 by iZeal
Posted
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

Posted (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.

 

2BfB97X.png

Edited by CandyCandy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...