Removed class_index field from character_quests table.
Contributed by ReynalDev.
This commit is contained in:
@ -4,6 +4,5 @@ CREATE TABLE IF NOT EXISTS `character_quests` (
|
||||
`name` VARCHAR(60) NOT NULL DEFAULT '',
|
||||
`var` VARCHAR(20) NOT NULL DEFAULT '',
|
||||
`value` VARCHAR(255) ,
|
||||
`class_index` int(1) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`charId`,`name`,`var`,`class_index`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
Reference in New Issue
Block a user