server starts now successfully. login is possible

This commit is contained in:
Carbenium
2015-07-24 22:15:10 +02:00
parent e0a660a7a4
commit ad99eb8dfe
4 changed files with 24 additions and 27 deletions

View File

@@ -773,7 +773,7 @@ CREATE TABLE `character_glyphs` (
`glyph7` smallint(5) unsigned DEFAULT '0',
`glyph8` smallint(5) unsigned DEFAULT '0',
`glyph9` smallint(5) unsigned DEFAULT '0',
PRIMARY KEY (`guid`,`spec`)
PRIMARY KEY (`guid`,`talentGroup`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;