mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Fix monsters reloading
Was wrong code applied from develop branch
This commit is contained in:
@@ -207,24 +207,10 @@ CREATE TABLE `myaac_monsters` (
|
|||||||
`use_haste` tinyint(1) NOT NULL,
|
`use_haste` tinyint(1) NOT NULL,
|
||||||
`voices` text NOT NULL,
|
`voices` text NOT NULL,
|
||||||
`immunities` varchar(255) NOT NULL,
|
`immunities` varchar(255) NOT NULL,
|
||||||
`elements` TEXT NOT NULL,
|
|
||||||
`summonable` tinyint(1) NOT NULL,
|
`summonable` tinyint(1) NOT NULL,
|
||||||
`convinceable` 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,
|
`race` varchar(255) NOT NULL,
|
||||||
`loot` text NOT NULL,
|
`loot` text NOT NULL,
|
||||||
`summons` TEXT NOT NULL,
|
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user