Removal of ensoul system.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
DROP TABLE IF EXISTS `item_special_abilities`;
|
||||
CREATE TABLE IF NOT EXISTS `item_special_abilities` (
|
||||
`objectId` int(10) unsigned NOT NULL,
|
||||
`type` tinyint(1) unsigned NOT NULL DEFAULT 1,
|
||||
`optionId` int(10) unsigned NOT NULL,
|
||||
`position` tinyint(1) unsigned NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`objectId`,`optionId`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
Reference in New Issue
Block a user