mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-27 21:56:50 +01: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