All pastes #2106382 Raw Edit

worldstate_templates

public sql v1 · immutable
#2106382 ·published 2012-01-26 11:53 UTC
rendered paste body
/*Navicat MySQL Data TransferSource Server         : localhostSource Server Version : 50519Source Host           : localhost:3306Source Database       : worldTarget Server Type    : MYSQLTarget Server Version : 50519File Encoding         : 65001Date: 2012-01-26 15:49:12*/SET FOREIGN_KEY_CHECKS=0;-- ------------------------------ Table structure for `worldstate_templates`-- ----------------------------DROP TABLE IF EXISTS `worldstate_templates`;CREATE TABLE `worldstate_templates` (  `map` int(10) unsigned NOT NULL DEFAULT '0',  `zone` int(10) unsigned NOT NULL DEFAULT '0',  `field` int(10) unsigned NOT NULL DEFAULT '0',  `value` int(10) unsigned NOT NULL DEFAULT '0',  PRIMARY KEY (`map`,`zone`,`field`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;-- ------------------------------ Records of worldstate_templates-- ----------------------------INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2476', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2478', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2490', '1');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2489', '1');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2473', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2474', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2472', '1');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2471', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2470', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2482', '1');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2480', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2481', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2485', '1');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2483', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3483', '2484', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3518', '2502', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3518', '2503', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3518', '2491', '0');INSERT INTO `worldstate_templates` VALUES ('530', '3518', '2493', '0');