mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB): error on default MySQL install (#2776)
This commit is contained in:
@@ -28,7 +28,7 @@ CREATE TABLE `npc_text_locale`
|
||||
`Text7_0` longtext,
|
||||
`Text7_1` longtext,
|
||||
PRIMARY KEY (`ID`,`Locale`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT;
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
LOCK TABLES `npc_text_locale` WRITE;
|
||||
|
||||
Reference in New Issue
Block a user