mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
make travis happy
This commit is contained in:
@@ -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 '',
|
||||
|
||||
Reference in New Issue
Block a user