BlackStonedLover / fluxcp

Automatically exported from code.google.com/p/fluxcp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Changing starting Account ID when creating #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Recompile eAthena with START_ACCOUNT_NUM set to 2000000
2. Register with FluxCP will always start with default 2000000001

What version of the product are you using? On what operating system?
948

Please provide any additional information below.

How do I go about changing the default Account ID when registering through 
FluxCP?  I've looked through the config files and haven't found anything 
related to starting account ID.

Original issue reported on code.google.com by Unwanted...@gmail.com on 9 Mar 2010 at 6:41

GoogleCodeExporter commented 8 years ago
This issue does not relate to FluxCP.
Account IDs are automatically incremented in the SQL `login` table by nature of 
it's
AUTO_INCREMENT setting. You will have to run an ALTER query and reset the
AUTO_INCREMENT = 2000000 if you wish to reset it.

Original comment by Paradox924X on 6 Apr 2010 at 6:39