[svn] * fixed world.sql LOCK/UNLOCK for script_texts table

--HG--
branch : trunk
This commit is contained in:
slg
2008-10-27 16:12:31 -05:00
parent dd97776501
commit f724227f24
+1 -1
View File
@@ -809,7 +809,7 @@ CREATE TABLE `script_texts` (
-- Dumping data for table `script_texts`
--
LOCK TABLES `eventai_texts` WRITE;
LOCK TABLES `script_texts` WRITE;
/*!40000 ALTER TABLE `script_texts` DISABLE KEYS */;
/*!40000 ALTER TABLE `script_texts` ENABLE KEYS */;
UNLOCK TABLES;