make travis happy

This commit is contained in:
Aokromes
2017-05-23 18:16:48 +02:00
parent 6c5ab2277f
commit e3717b2546

View File

@@ -657,16 +657,16 @@ DROP TABLE IF EXISTS `creature_text`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `creature_text` (
`entry` mediumint(8) unsigned NOT NULL DEFAULT '0',
`groupid` tinyint(3) unsigned NOT NULL DEFAULT '0',
`id` tinyint(3) unsigned NOT NULL DEFAULT '0',
`text` longtext,
`type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`language` tinyint(3) unsigned NOT NULL DEFAULT '0',
`probability` float NOT NULL DEFAULT '0',
`emote` mediumint(8) unsigned NOT NULL DEFAULT '0',
`duration` mediumint(8) unsigned NOT NULL DEFAULT '0',
`sound` mediumint(8) unsigned NOT NULL DEFAULT '0',
`CreatureID` mediumint(8) unsigned NOT NULL DEFAULT '0',
`GroupID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`ID` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Text` longtext,
`Type` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Language` tinyint(3) unsigned NOT NULL DEFAULT '0',
`Probability` float NOT NULL DEFAULT '0',
`Emote` mediumint(8) unsigned NOT NULL DEFAULT '0',
`Duration` mediumint(8) unsigned NOT NULL DEFAULT '0',
`Sound` mediumint(8) unsigned NOT NULL DEFAULT '0',
`BroadcastTextId` mediumint(6) NOT NULL DEFAULT '0',
`TextRange` tinyint(3) unsigned NOT NULL DEFAULT '0',
`comment` varchar(255) DEFAULT '',