· 8 years ago · Apr 20, 2018, 06:20 AM
1--
2-- Table structure for table `worldstate_templates`
3--
4
5DROP TABLE IF EXISTS `worldstate_templates`;
6CREATE TABLE `worldstate_templates` (
7 `map` int(10) unsigned NOT NULL DEFAULT '0',
8 `zone` int(10) unsigned NOT NULL DEFAULT '0',
9 `field` int(10) unsigned NOT NULL DEFAULT '0',
10 `value` int(10) unsigned NOT NULL DEFAULT '0',
11 PRIMARY KEY (`map`,`zone`,`field`)
12) ENGINE=MyISAM DEFAULT CHARSET=latin1;
13
14--
15-- Dumping data for table `worldstate_templates`
16--
17
18LOCK TABLES `worldstate_templates` WRITE;
19/*!40000 ALTER TABLE `worldstate_templates` DISABLE KEYS */;
20INSERT INTO `worldstate_templates` VALUES (530,3483,2476,0),(530,3483,2478,0),(530,3483,2490,1),(530,3483,2489,1),(530,3483,2473,0),(530,3483,2474,0),(530,3483,2472,1),(530,3483,2471,0),(530,3483,2470,0),(530,3483,2482,1),(530,3483,2480,0),(530,3483,2481,0),(530,3483,2485,1),(530,3483,2483,0),(530,3483,2484,0),(530,3518,2502,0),(530,3518,2503,0),(530,3518,2491,0),(530,3518,2493,0);
21/*!40000 ALTER TABLE `worldstate_templates` ENABLE KEYS */;
22UNLOCK TABLES;