Added a auto increment 'start' value in the main.sql file ^^[Sirius]
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1071 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
34e0b5d240
commit
0ff0152526
@ -70,7 +70,7 @@ CREATE TABLE `char` (
|
||||
PRIMARY KEY (`char_id`),
|
||||
KEY `party_id` (`party_id`),
|
||||
KEY `guild_id` (`guild_id`)
|
||||
) TYPE=MyISAM;
|
||||
) TYPE=MyISAM AUTO_INCREMENT=15000;
|
||||
|
||||
# Database: Ragnarok
|
||||
# Table: 'charlog'
|
||||
|
Loading…
x
Reference in New Issue
Block a user