Forgot to merge the changes into the main file again.
And also forgot to restore the default values before commiting. It is getting late here. -_- git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17195 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -106,6 +106,7 @@ CREATE TABLE IF NOT EXISTS `char` (
|
||||
`fame` int(11) unsigned NOT NULL default '0',
|
||||
`rename` SMALLINT(3) unsigned NOT NULL default '0',
|
||||
`delete_date` INT(11) UNSIGNED NOT NULL DEFAULT '0',
|
||||
`moves` int(11) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`char_id`),
|
||||
UNIQUE KEY `name_key` (`name`),
|
||||
KEY `account_id` (`account_id`),
|
||||
|
||||
Reference in New Issue
Block a user