Revert "Feat: Add Official Multicharacter"

This reverts commit e6dd5a5f2c.
This commit is contained in:
Mycroft
2022-03-23 16:04:38 +00:00
parent e6dd5a5f2c
commit b9232a2533
73 changed files with 50 additions and 1902 deletions
-14
View File
@@ -112,19 +112,6 @@ CREATE TABLE `cardealer_vehicles` (
-- --------------------------------------------------------
--
-- Table structure for table `multicharacter_slots`
--
CREATE TABLE `multicharacter_slots` (
`identifier` VARCHAR(60) NOT NULL,
`slots` INT(11) NOT NULL,
PRIMARY KEY (`identifier`) USING BTREE,
INDEX `slots` (`slots`) USING BTREE
) ENGINE=InnoDB;
-- --------------------------------------------------------
--
-- Table structure for table `datastore`
--
@@ -514,7 +501,6 @@ CREATE TABLE `users` (
`status` longtext DEFAULT NULL,
`is_dead` tinyint(1) DEFAULT 0,
`id` int(11) NOT NULL,
`disabled` TINYINT(1) NULL DEFAULT '0',
`last_property` varchar(255) DEFAULT NULL
) ENGINE=InnoDB;