fixed #79 by increasing loot column size

This commit is contained in:
tobi132
2019-07-17 22:21:07 +02:00
parent 49fe7a4b38
commit d79ae8e927
3 changed files with 5 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ CREATE TABLE `myaac_monsters` (
`summonable` tinyint(1) NOT NULL,
`convinceable` tinyint(1) NOT NULL,
`race` varchar(255) NOT NULL,
`loot` varchar(500) NOT NULL,
`loot` varchar(10000) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;