Fix a typo in characters_database.sql

This commit is contained in:
Nay
2012-08-08 12:43:29 +01:00
parent 7249992e28
commit a9c37cf76a

View File

@@ -1144,7 +1144,7 @@ CREATE TABLE `character_void_storage` (
-- Dumping data for table `character_void_storage`
--
LOCK TABLES `void_storage` WRITE;
LOCK TABLES `character_set_client` WRITE;
/*!40000 ALTER TABLE `character_void_storage` DISABLE KEYS */;
/*!40000 ALTER TABLE `character_void_storage` ENABLE KEYS */;
UNLOCK TABLES;