impress-2020/scripts/db/public-data-constants.sql

193 lines
69 KiB
MySQL
Raw Normal View History

-- MariaDB dump 10.18 Distrib 10.4.17-MariaDB, for Linux (x86_64)
2020-09-18 05:24:03 -07:00
--
-- Host: impress.openneo.net Database: openneo_impress
-- ------------------------------------------------------
-- Server version 5.5.62-0ubuntu0.14.04.1-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
2020-09-18 05:24:03 -07:00
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `species`
--
DROP TABLE IF EXISTS `species`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
2020-09-18 05:24:03 -07:00
CREATE TABLE `species` (
`id` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=56 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `species`
--
LOCK TABLES `species` WRITE;
/*!40000 ALTER TABLE `species` DISABLE KEYS */;
INSERT INTO `species` VALUES (1),(2),(3),(4),(5),(6),(7),(8),(9),(10),(11),(12),(13),(14),(15),(16),(17),(18),(19),(20),(21),(22),(23),(24),(25),(26),(27),(28),(29),(30),(31),(32),(33),(34),(35),(36),(37),(38),(39),(40),(41),(42),(43),(44),(45),(46),(47),(48),(49),(50),(51),(52),(53),(54),(55);
/*!40000 ALTER TABLE `species` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `species_translations`
--
DROP TABLE IF EXISTS `species_translations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
2020-09-18 05:24:03 -07:00
CREATE TABLE `species_translations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`species_id` int(11) DEFAULT NULL,
`locale` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_species_translations_on_species_id` (`species_id`),
KEY `index_species_translations_on_locale` (`locale`)
) ENGINE=InnoDB AUTO_INCREMENT=221 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `species_translations`
--
LOCK TABLES `species_translations` WRITE;
/*!40000 ALTER TABLE `species_translations` DISABLE KEYS */;
INSERT INTO `species_translations` VALUES (1,1,'en','acara','2013-01-27 06:10:44','2013-01-27 06:10:44'),(2,2,'en','aisha','2013-01-27 06:10:44','2013-01-27 06:10:44'),(3,3,'en','blumaroo','2013-01-27 06:10:44','2013-01-27 06:10:44'),(4,4,'en','bori','2013-01-27 06:10:44','2013-01-27 06:10:44'),(5,5,'en','bruce','2013-01-27 06:10:44','2013-01-27 06:10:44'),(6,6,'en','buzz','2013-01-27 06:10:44','2013-01-27 06:10:44'),(7,7,'en','chia','2013-01-27 06:10:44','2013-01-27 06:10:44'),(8,8,'en','chomby','2013-01-27 06:10:44','2013-01-27 06:10:44'),(9,9,'en','cybunny','2013-01-27 06:10:44','2013-01-27 06:10:44'),(10,10,'en','draik','2013-01-27 06:10:44','2013-01-27 06:10:44'),(11,11,'en','elephante','2013-01-27 06:10:44','2013-01-27 06:10:44'),(12,12,'en','eyrie','2013-01-27 06:10:44','2013-01-27 06:10:44'),(13,13,'en','flotsam','2013-01-27 06:10:44','2013-01-27 06:10:44'),(14,14,'en','gelert','2013-01-27 06:10:44','2013-01-27 06:10:44'),(15,15,'en','gnorbu','2013-01-27 06:10:44','2013-01-27 06:10:44'),(16,16,'en','grarrl','2013-01-27 06:10:44','2013-01-27 06:10:44'),(17,17,'en','grundo','2013-01-27 06:10:44','2013-01-27 06:10:44'),(18,18,'en','hissi','2013-01-27 06:10:44','2013-01-27 06:10:44'),(19,19,'en','ixi','2013-01-27 06:10:44','2013-01-27 06:10:44'),(20,20,'en','jetsam','2013-01-27 06:10:44','2013-01-27 06:10:44'),(21,21,'en','jubjub','2013-01-27 06:10:44','2013-01-27 06:10:44'),(22,22,'en','kacheek','2013-01-27 06:10:44','2013-01-27 06:10:44'),(23,23,'en','kau','2013-01-27 06:10:44','2013-01-27 06:10:44'),(24,24,'en','kiko','2013-01-27 06:10:44','2013-01-27 06:10:44'),(25,25,'en','koi','2013-01-27 06:10:44','2013-01-27 06:10:44'),(26,26,'en','korbat','2013-01-27 06:10:44','2013-01-27 06:10:44'),(27,27,'en','kougra','2013-01-27 06:10:44','2013-01-27 06:10:44'),(28,28,'en','krawk','2013-01-27 06:10:44','2013-01-27 06:10:44'),(29,29,'en','kyrii','2013-01-27 06:10:44','2013-01-27 06:10:44'),(30,30,'en','lenny','2013-01-27 06:10:44','2013-01-27 06:10:44'),(31,31,'en','lupe','2013-01-27 06:10:44','2013-01-27 06:10:44'),(32,32,'en','lutari','2013-01-27 06:10:44','2013-01-27 06:10:44'),(33,33,'en','meerca','2013-01-27 06:10:44','2013-01-27 06:10:44'),(34,34,'en','moehog','2013-01-27 06:10:44','2013-01-27 06:10:44'),(35,35,'en','mynci','2013-01-27 06:10:44','2013-01-27 06:10:44'),(36,36,'en','nimmo','2013-01-27 06:10:44','2013-01-27 06:10:44'),(37,37,'en','ogrin','2013-01-27 06:10:44','2013-01-27 06:10:44'),(38,38,'en','peophin','2013-01-27 06:10:44','2013-01-27 06:10:44'),(39,39,'en','poogle','2013-01-27 06:10:44','2013-01-27 06:10:44'),(40,40,'en','pteri','2013-01-27 06:10:44','2013-01-27 06:10:44'),(41,41,'en','quiggle','2013-01-27 06:10:44','2013-01-27 06:10:44'),(42,42,'en','ruki','2013-01-27 06:10:44','2013-01-27 06:10:44'),(43,43,'en','scorchio','2013-01-27 06:10:44','2013-01-27 06:10:44'),(44,44,'en','shoyru','2013-01-27 06:10:44','2013-01-27 06:10:44'),(45,45,'en','skeith','2013-01-27 06:10:44','2013-01-27 06:10:44'),(46,46,'en','techo','2013-01-27 06:10:44','2013-01-27 06:10:44'),(47,47,'en','tonu','2013-01-27 06:10:44','2013-01-27 06:10:44'),(48,48,'en','tuskaninny','2013-01-27 06:10:44','2013-01-27 06:10:44'),(49,49,'en','uni','2013-01-27 06:10:44','2013-01-27 06:10:44'),(50,50,'en','usul','2013-01-27 06:10:44','2013-01-27 06:10:44'),(51,51,'en','wocky','2013-01-27 06:10:44','2013-01-27 06:10:44'),(52,52,'en','xweetok','2013-01-27 06:10:44','2013-01-27 06:10:44'),(53,53,'en','yurble','2013-01-27 06:10:44','2013-01-27 06:10:44'),(54,54,'en','zafara','2013-01-27 06:10:44','2013-01-27 06:10:44'),(55,1,'pt','acara','2013-01-27 06:11:49','2013-01-27 06:11:49'),(56,2,'pt','aisha','2013-01-27 06:11:49','2013-01-27 06:11:49'),(57,3,'pt','blumaroo','2013-01-27 06:11:49','2013-01-27 06:11:49'),(58,4,'pt','bori','2013-01-27 06:11:49','2013-01-27 06:11:49'),(59,5,'pt','bruce','2013-01-27 06:11:49','2013-01-27 06:11:49'),(60,6,'pt','buzz','2013-01-27 06:11:49','2013-01-27 06:11:49'),(61,7,'pt','chia','2013-01-27 06:11:49','2013-01-27 06:11:49'),(62,8,'pt','chomby','2013-01-27 06:11:49','2013-01-27 06:11:49'),(63,9,'pt','cybunny'
/*!40000 ALTER TABLE `species_translations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `colors`
--
DROP TABLE IF EXISTS `colors`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
2020-09-18 05:24:03 -07:00
CREATE TABLE `colors` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`basic` tinyint(1) DEFAULT NULL,
`standard` tinyint(1) DEFAULT NULL,
`prank` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=latin1;
2020-09-18 05:24:03 -07:00
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `colors`
--
LOCK TABLES `colors` WRITE;
/*!40000 ALTER TABLE `colors` DISABLE KEYS */;
INSERT INTO `colors` VALUES (-1,0,1,1),(1,0,1,0),(2,0,0,0),(3,0,0,0),(4,0,0,0),(5,0,0,0),(6,0,0,0),(7,0,1,0),(8,1,1,0),(9,0,0,0),(10,0,1,0),(11,0,1,0),(12,0,0,0),(13,0,1,0),(14,0,1,0),(15,0,0,0),(16,0,1,0),(17,0,1,0),(18,0,1,0),(19,0,1,0),(20,0,1,0),(21,0,1,0),(22,0,1,0),(23,0,1,0),(24,0,0,0),(25,0,1,0),(26,0,1,0),(27,0,1,0),(28,0,1,0),(29,0,1,0),(30,0,1,0),(31,0,1,0),(32,0,0,0),(33,0,0,0),(34,1,1,0),(35,0,1,0),(36,0,1,0),(37,0,1,0),(38,0,1,0),(39,0,1,0),(40,0,1,0),(41,0,0,0),(42,0,0,0),(43,0,1,0),(44,0,0,0),(45,0,1,0),(46,0,0,0),(47,0,0,0),(48,0,0,0),(49,0,0,0),(50,0,0,0),(51,0,0,0),(52,0,0,0),(53,0,1,0),(54,0,1,0),(55,0,0,0),(56,0,1,0),(57,0,1,0),(58,0,1,0),(59,0,1,0),(60,0,1,0),(61,1,1,0),(62,0,1,0),(63,0,1,0),(64,0,1,0),(65,0,1,0),(66,0,1,0),(67,0,1,0),(68,0,1,0),(69,0,1,0),(70,0,1,0),(71,0,1,0),(72,0,1,0),(73,0,1,0),(74,0,1,0),(75,0,1,0),(76,0,1,0),(77,0,1,0),(78,0,0,0),(79,0,0,0),(80,0,1,0),(81,0,1,0),(82,0,1,0),(83,0,1,0),(84,1,1,0),(85,0,1,0),(86,0,0,0),(87,0,1,0),(88,0,1,0),(89,0,1,0),(90,0,1,0),(91,0,1,0),(92,0,0,0),(93,0,1,0),(94,0,1,0),(95,0,1,0),(96,0,1,0),(97,0,1,0),(98,0,1,0),(99,0,1,0),(100,0,1,0),(101,0,0,0),(102,0,1,0),(103,0,1,0),(104,0,1,0),(105,0,1,0),(106,0,1,0),(107,NULL,1,0),(108,0,1,0),(109,0,0,0),(110,0,1,0),(111,0,1,0),(112,0,1,0),(114,0,1,0);
2020-09-18 05:24:03 -07:00
/*!40000 ALTER TABLE `colors` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `color_translations`
--
DROP TABLE IF EXISTS `color_translations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
2020-09-18 05:24:03 -07:00
CREATE TABLE `color_translations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`color_id` int(11) DEFAULT NULL,
`locale` varchar(255) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_color_translations_on_color_id` (`color_id`),
KEY `index_color_translations_on_locale` (`locale`)
) ENGINE=InnoDB AUTO_INCREMENT=430 DEFAULT CHARSET=latin1;
2020-09-18 05:24:03 -07:00
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `color_translations`
--
LOCK TABLES `color_translations` WRITE;
/*!40000 ALTER TABLE `color_translations` DISABLE KEYS */;
INSERT INTO `color_translations` VALUES (1,1,'en','alien','2013-01-27 06:10:44','2013-01-27 06:10:44'),(2,2,'en','apple','2013-01-27 06:10:44','2013-01-27 06:10:44'),(3,3,'en','asparagus','2013-01-27 06:10:44','2013-01-27 06:10:44'),(4,4,'en','aubergine','2013-01-27 06:10:44','2013-01-27 06:10:44'),(5,5,'en','avocado','2013-01-27 06:10:44','2013-01-27 06:10:44'),(6,6,'en','baby','2013-01-27 06:10:44','2013-01-27 06:10:44'),(7,7,'en','biscuit','2013-01-27 06:10:44','2013-01-27 06:10:44'),(8,8,'en','blue','2013-01-27 06:10:44','2013-01-27 06:10:44'),(9,9,'en','blueberry','2013-01-27 06:10:44','2013-01-27 06:10:44'),(10,10,'en','brown','2013-01-27 06:10:44','2013-01-27 06:10:44'),(11,11,'en','camouflage','2013-01-27 06:10:44','2013-01-27 06:10:44'),(12,12,'en','carrot','2013-01-27 06:10:44','2013-01-27 06:10:44'),(13,13,'en','checkered','2013-01-27 06:10:44','2013-01-27 06:10:44'),(14,14,'en','chocolate','2013-01-27 06:10:44','2013-01-27 06:10:44'),(15,15,'en','chokato','2013-01-27 06:10:44','2013-01-27 06:10:44'),(16,16,'en','christmas','2013-01-27 06:10:44','2013-01-27 06:10:44'),(17,17,'en','clay','2013-01-27 06:10:44','2013-01-27 06:10:44'),(18,18,'en','cloud','2013-01-27 06:10:44','2013-01-27 06:10:44'),(19,19,'en','coconut','2013-01-27 06:10:44','2013-01-27 06:10:44'),(20,20,'en','custard','2013-01-27 06:10:44','2013-01-27 06:10:44'),(21,21,'en','darigan','2013-01-27 06:10:44','2013-01-27 06:10:44'),(22,22,'en','desert','2013-01-27 06:10:44','2013-01-27 06:10:44'),(23,23,'en','disco','2013-01-27 06:10:44','2013-01-27 06:10:44'),(24,24,'en','durian','2013-01-27 06:10:44','2013-01-27 06:10:44'),(25,25,'en','electric','2013-01-27 06:10:44','2013-01-27 06:10:44'),(26,26,'en','faerie','2013-01-27 06:10:44','2013-01-27 06:10:44'),(27,27,'en','fire','2013-01-27 06:10:44','2013-01-27 06:10:44'),(28,28,'en','garlic','2013-01-27 06:10:44','2013-01-27 06:10:44'),(29,29,'en','ghost','2013-01-27 06:10:44','2013-01-27 06:10:44'),(30,30,'en','glowing','2013-01-27 06:10:44','2013-01-27 06:10:44'),(31,31,'en','gold','2013-01-27 06:10:44','2013-01-27 06:10:44'),(32,32,'en','gooseberry','2013-01-27 06:10:44','2013-01-27 06:10:44'),(33,33,'en','grape','2013-01-27 06:10:44','2013-01-27 06:10:44'),(34,34,'en','green','2013-01-27 06:10:44','2013-01-27 06:10:44'),(35,35,'en','grey','2013-01-27 06:10:44','2013-01-27 06:10:44'),(36,36,'en','halloween','2013-01-27 06:10:44','2013-01-27 06:10:44'),(37,37,'en','ice','2013-01-27 06:10:44','2013-01-27 06:10:44'),(38,38,'en','invisible','2013-01-27 06:10:44','2013-01-27 06:10:44'),(39,39,'en','island','2013-01-27 06:10:44','2013-01-27 06:10:44'),(40,40,'en','jelly','2013-01-27 06:10:44','2013-01-27 06:10:44'),(41,41,'en','lemon','2013-01-27 06:10:44','2013-01-27 06:10:44'),(42,42,'en','lime','2013-01-27 06:10:44','2013-01-27 06:10:44'),(43,43,'en','mallow','2013-01-27 06:10:44','2013-01-27 06:10:44'),(44,44,'en','maraquan','2013-01-27 06:10:44','2013-01-27 06:10:44'),(45,45,'en','msp','2013-01-27 06:10:45','2013-01-27 06:10:45'),(46,46,'en','mutant','2013-01-27 06:10:45','2013-01-27 06:10:45'),(47,47,'en','orange','2013-01-27 06:10:45','2013-01-27 06:10:45'),(48,48,'en','pea','2013-01-27 06:10:45','2013-01-27 06:10:45'),(49,49,'en','peach','2013-01-27 06:10:45','2013-01-27 06:10:45'),(50,50,'en','pear','2013-01-27 06:10:45','2013-01-27 06:10:45'),(51,51,'en','pepper','2013-01-27 06:10:45','2013-01-27 06:10:45'),(52,52,'en','pineapple','2013-01-27 06:10:45','2013-01-27 06:10:45'),(53,53,'en','pink','2013-01-27 06:10:45','2013-01-27 06:10:45'),(54,54,'en','pirate','2013-01-27 06:10:45','2013-01-27 06:10:45'),(55,55,'en','plum','2013-01-27 06:10:45','2013-01-27 06:10:45'),(56,56,'en','plushie','2013-01-27 06:10:45','2013-01-27 06:10:45'),(57,57,'en','purple','2013-01-27 06:10:45','2013-01-27 06:10:45'),(58,58,'en','quigukiboy','2013-01-27 06:10:45','2013-01-27 06:10:45'),(59,59,'en','quigukigirl','2013-01-27 06:10:45','2013-01-27 06:10:45'),(60,60,'en','rainbow','2013-01-27 06:10:45','2013-01-27 06:10:45'),(61,61,'en','red','2013-01-27 06:10:45','2013-01-27 06:10:45'),(62,62,'en','robot','2013-01-27 0
2020-09-18 05:24:03 -07:00
/*!40000 ALTER TABLE `color_translations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `zones`
--
DROP TABLE IF EXISTS `zones`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zones` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`depth` int(11) DEFAULT NULL,
`type_id` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=53 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `zones`
--
LOCK TABLES `zones` WRITE;
/*!40000 ALTER TABLE `zones` DISABLE KEYS */;
INSERT INTO `zones` VALUES (1,1,4),(2,2,4),(3,3,3),(4,6,1),(5,7,1),(6,8,2),(7,9,1),(8,10,2),(9,11,1),(10,12,1),(11,13,2),(12,14,1),(13,15,2),(14,17,1),(15,18,1),(16,19,2),(17,20,1),(18,21,1),(19,22,2),(20,23,1),(21,24,2),(22,25,1),(23,26,2),(24,28,2),(25,29,2),(26,30,2),(27,31,2),(28,32,1),(29,33,1),(30,34,1),(31,35,2),(32,36,1),(33,37,1),(34,38,1),(35,41,2),(36,39,2),(37,40,1),(38,42,1),(39,43,1),(40,44,2),(41,45,2),(42,46,2),(43,47,2),(44,49,3),(45,50,3),(46,48,2),(47,51,3),(48,4,3),(49,5,2),(50,16,2),(51,27,2),(52,52,3);
/*!40000 ALTER TABLE `zones` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `zone_translations`
--
DROP TABLE IF EXISTS `zone_translations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `zone_translations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`zone_id` int(11) DEFAULT NULL,
`locale` varchar(255) DEFAULT NULL,
`label` varchar(255) DEFAULT NULL,
`plain_label` varchar(255) DEFAULT NULL,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `index_zone_translations_on_zone_id` (`zone_id`),
KEY `index_zone_translations_on_locale` (`locale`)
) ENGINE=InnoDB AUTO_INCREMENT=209 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `zone_translations`
--
LOCK TABLES `zone_translations` WRITE;
/*!40000 ALTER TABLE `zone_translations` DISABLE KEYS */;
INSERT INTO `zone_translations` VALUES (1,1,'en','Music','music','2013-01-27 06:10:45','2013-01-27 06:10:45'),(2,2,'en','Sound Effects','soundeffects','2013-01-27 06:10:45','2013-01-27 06:10:45'),(3,3,'en','Background','background','2013-01-27 06:10:45','2013-01-27 06:10:45'),(4,4,'en','Biology Effects','biologyeffects','2013-01-27 06:10:45','2013-01-27 06:10:45'),(5,5,'en','Hind Biology','hindbiology','2013-01-27 06:10:45','2013-01-27 06:10:45'),(6,6,'en','Markings','markings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(7,7,'en','Hind Disease','hinddisease','2013-01-27 06:10:45','2013-01-27 06:10:45'),(8,8,'en','Hind Cover','hindcover','2013-01-27 06:10:45','2013-01-27 06:10:45'),(9,9,'en','Hind Transient Biology','hindtransientbiology','2013-01-27 06:10:45','2013-01-27 06:10:45'),(10,10,'en','Hind Drippings','hinddrippings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(11,11,'en','Backpack','backpack','2013-01-27 06:10:45','2013-01-27 06:10:45'),(12,12,'en','Wings Transient Biology','wingstransientbiology','2013-01-27 06:10:45','2013-01-27 06:10:45'),(13,13,'en','Wings','wings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(14,14,'en','Hair Back','hairback','2013-01-27 06:10:45','2013-01-27 06:10:45'),(15,15,'en','Body','body','2013-01-27 06:10:45','2013-01-27 06:10:45'),(16,16,'en','Markings','markings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(17,17,'en','Body Disease','bodydisease','2013-01-27 06:10:45','2013-01-27 06:10:45'),(18,18,'en','Feet Transient Biology','feettransientbiology','2013-01-27 06:10:45','2013-01-27 06:10:45'),(19,19,'en','Shoes','shoes','2013-01-27 06:10:45','2013-01-27 06:10:45'),(20,20,'en','Lower-body Transient Biology','lowerbodytransientbiology','2013-01-27 06:10:45','2013-01-27 06:10:45'),(21,21,'en','Trousers','trousers','2013-01-27 06:10:45','2013-01-27 06:10:45'),(22,22,'en','Upper-body Transient Biology','upperbodytransientbiology','2013-01-27 06:10:45','2013-01-27 06:10:45'),(23,23,'en','Shirt/Dress','shirtdress','2013-01-27 06:10:45','2013-01-27 06:10:45'),(24,24,'en','Necklace','necklace','2013-01-27 06:10:45','2013-01-27 06:10:45'),(25,25,'en','Gloves','gloves','2013-01-27 06:10:45','2013-01-27 06:10:45'),(26,26,'en','Jacket','jacket','2013-01-27 06:10:45','2013-01-27 06:10:45'),(27,27,'en','Collar','collar','2013-01-27 06:10:45','2013-01-27 06:10:45'),(28,28,'en','Body Drippings','bodydrippings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(29,29,'en','Ruff','ruff','2013-01-27 06:10:45','2013-01-27 06:10:45'),(30,30,'en','Head','head','2013-01-27 06:10:45','2013-01-27 06:10:45'),(31,31,'en','Markings','markings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(32,32,'en','Head Disease','headdisease','2013-01-27 06:10:45','2013-01-27 06:10:45'),(33,33,'en','Eyes','eyes','2013-01-27 06:10:45','2013-01-27 06:10:45'),(34,34,'en','Mouth','mouth','2013-01-27 06:10:45','2013-01-27 06:10:45'),(35,35,'en','Glasses','glasses','2013-01-27 06:10:45','2013-01-27 06:10:45'),(36,36,'en','Earrings','earrings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(37,37,'en','Hair Front','hairfront','2013-01-27 06:10:45','2013-01-27 06:10:45'),(38,38,'en','Head Transient Biology','headtransientbiology','2013-01-27 06:10:45','2013-01-27 06:10:45'),(39,39,'en','Head Drippings','headdrippings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(40,40,'en','Hat','hat','2013-01-27 06:10:45','2013-01-27 06:10:45'),(41,41,'en','Earrings','earrings','2013-01-27 06:10:45','2013-01-27 06:10:45'),(42,42,'en','Right-hand Item','righthanditem','2013-01-27 06:10:45','2014-04-06 04:25:35'),(43,43,'en','Left-hand Item','lefthanditem','2013-01-27 06:10:45','2014-04-06 04:25:35'),(44,44,'en','Higher Foreground Item','higherforegrounditem','2013-01-27 06:10:45','2014-04-06 04:25:35'),(45,45,'en','Lower Foreground Item','lowerforegrounditem','2013-01-27 06:10:45','2014-04-06 04:25:35'),(46,46,'en','Static','static','2013-01-27 06:10:46','2013-01-27 06:10:46'),(47,47,'en','Thought Bubble','thoughtbubble','2013-01-27 06:10:46','2013-01-27 06:10:46'),(48,48,'en','Background Item','backgrounditem','2013-01-27 06:10:46','2014-04-06 04
/*!40000 ALTER TABLE `zone_translations` ENABLE KEYS */;
UNLOCK TABLES;
2020-09-18 05:24:03 -07:00
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2022-12-08 13:32:06