missing change

This commit is contained in:
Aokromes
2017-05-23 19:00:46 +02:00
parent e3717b2546
commit a4d6767fce

View File

@@ -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 */;