wrong db exported

This commit is contained in:
Yehonal 2016-08-14 12:58:39 +02:00
parent fc05c82f65
commit f178841a3a
32 changed files with 112 additions and 481 deletions

View file

@ -21,12 +21,6 @@ CREATE TABLE `character_inventory`
LOCK TABLES `character_inventory` WRITE;
/*!40000 ALTER TABLE `character_inventory` DISABLE KEYS */;
INSERT INTO `character_inventory` VALUES
(1,0,3,2),
(1,0,6,4),
(1,0,7,6),
(1,0,15,8),
(1,0,23,10);
/*!40000 ALTER TABLE `character_inventory` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;