diff --git a/install/includes/schema.sql b/install/includes/schema.sql index 7ccf2e7f..96e5216c 100644 --- a/install/includes/schema.sql +++ b/install/includes/schema.sql @@ -207,24 +207,10 @@ CREATE TABLE `myaac_monsters` ( `use_haste` tinyint(1) NOT NULL, `voices` text NOT NULL, `immunities` varchar(255) NOT NULL, - `elements` TEXT NOT NULL, `summonable` tinyint(1) NOT NULL, `convinceable` tinyint(1) NOT NULL, - `pushable` TINYINT(1) NOT NULL DEFAULT '0', - `canpushitems` TINYINT(1) NOT NULL DEFAULT '0', - `canwalkonenergy` TINYINT(1) NOT NULL DEFAULT '0', - `canwalkonpoison` TINYINT(1) NOT NULL DEFAULT '0', - `canwalkonfire` TINYINT(1) NOT NULL DEFAULT '0', - `runonhealth` TINYINT(1) NOT NULL DEFAULT '0', - `hostile` TINYINT(1) NOT NULL DEFAULT '0', - `attackable` TINYINT(1) NOT NULL DEFAULT '0', - `rewardboss` TINYINT(1) NOT NULL DEFAULT '0', - `defense` INT(11) NOT NULL DEFAULT '0', - `armor` INT(11) NOT NULL DEFAULT '0', - `canpushcreatures` TINYINT(1) NOT NULL DEFAULT '0', `race` varchar(255) NOT NULL, `loot` text NOT NULL, - `summons` TEXT NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;