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:
(no author) 2005-02-10 20:28:32 +00:00
parent 34e0b5d240
commit 0ff0152526

View File

@ -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'