mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
fixed #79 by increasing loot column size
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user