mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
missing change
This commit is contained in:
@@ -670,7 +670,7 @@ CREATE TABLE `creature_text` (
|
||||
`BroadcastTextId` mediumint(6) NOT NULL DEFAULT '0',
|
||||
`TextRange` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`comment` varchar(255) DEFAULT '',
|
||||
PRIMARY KEY (`entry`,`groupid`,`id`)
|
||||
PRIMARY KEY (`CreatureID`,`GroupID`,`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user