Removal of ensoul system.

This commit is contained in:
MobiusDevelopment
2020-07-14 02:35:59 +00:00
parent 00c3cca0e0
commit 7ca604fe73
173 changed files with 8803 additions and 7874 deletions

View File

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