-- --------------------------------------------------------
-- Host: 127.0.0.1
-- Server Version: 5.5.42-1 - (Debian)
-- Server Betriebssystem: debian-linux-gnu
-- HeidiSQL Version: 9.3.0.4984
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8mb4 */;
/*!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' */;
-- Exportiere Datenbank Struktur für host_mojotrollz
CREATE DATABASE IF NOT EXISTS `host_mojotrollz` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `host_mojotrollz`;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_achievement
CREATE TABLE IF NOT EXISTS `mojotrollz_achievement` (
`id` int(10) NOT NULL DEFAULT '0',
`timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`group` int(10) DEFAULT NULL,
`name` tinytext,
`txt` tinytext,
`ico` tinytext,
`counter` int(11) DEFAULT NULL,
`stage_1_count` int(11) DEFAULT NULL,
`stage_2_count` int(11) DEFAULT NULL,
`stage_3_count` int(11) DEFAULT NULL,
`stage_4_count` int(11) DEFAULT NULL,
`stage_5_count` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_achievement: ~2 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_achievement` DISABLE KEYS */;
INSERT INTO `mojotrollz_achievement` (`id`, `timestamp`, `group`, `name`, `txt`, `ico`, `counter`, `stage_1_count`, `stage_2_count`, `stage_3_count`, `stage_4_count`, `stage_5_count`) VALUES
(1, '2014-11-19 20:55:55', 1, 'created account', 'sign up your account on mojotrollz.eu', 'http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=default.png', 1, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `mojotrollz_achievement` (`id`, `timestamp`, `group`, `name`, `txt`, `ico`, `counter`, `stage_1_count`, `stage_2_count`, `stage_3_count`, `stage_4_count`, `stage_5_count`) VALUES
(2, '2014-11-19 21:12:00', 3, 'Killer', 'kill 1 hostile Player', 'http://www.mojotrollz.eu/web/mojotrollz/api.php?call=files&cat=wowicons&id=default.png', 51, 1, 50, 200, 1000, 10000);
/*!40000 ALTER TABLE `mojotrollz_achievement` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_beta
CREATE TABLE IF NOT EXISTS `mojotrollz_beta` (
`code` char(12) NOT NULL,
`user` int(11) NOT NULL,
`user_new` int(11) DEFAULT NULL,
PRIMARY KEY (`code`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_beta: ~4 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_beta` DISABLE KEYS */;
INSERT INTO `mojotrollz_beta` (`code`, `user`, `user_new`) VALUES
('0c37ff1f21c1', 10, 21);
INSERT INTO `mojotrollz_beta` (`code`, `user`, `user_new`) VALUES
('4a1a7f5175c0', 10, 30);
INSERT INTO `mojotrollz_beta` (`code`, `user`, `user_new`) VALUES
('51d70fcbf88f', 13, 29);
INSERT INTO `mojotrollz_beta` (`code`, `user`, `user_new`) VALUES
('8ec75e475558', 11, 28);
/*!40000 ALTER TABLE `mojotrollz_beta` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_tags
CREATE TABLE IF NOT EXISTS `mojotrollz_tags` (
`id` int(10) NOT NULL DEFAULT '0',
`table` int(10) NOT NULL DEFAULT '0',
`type` int(10) NOT NULL DEFAULT '0',
`value` int(10) DEFAULT NULL,
`comment` tinytext,
PRIMARY KEY (`table`,`id`,`type`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_tags: ~43.585 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_tags` DISABLE KEYS */;
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1, 1, 2, -1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1, 1, 3, -1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1, 1, 10, -1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(30, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(30, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(46, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(46, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(54, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(54, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(66, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(66, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(68, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(68, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(68, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(78, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(78, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(79, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(79, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(80, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(80, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(89, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(95, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(95, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(99, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(99, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(100, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(100, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(114, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(115, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(116, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(117, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(118, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(121, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(122, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(125, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(127, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(154, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(190, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(193, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(193, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(196, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(197, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(197, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(198, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(199, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(202, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(203, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(203, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(205, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(205, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(206, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(206, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(210, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(210, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(212, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(212, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(213, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(213, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(215, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(215, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(217, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(218, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(222, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(222, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(223, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(223, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(223, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(223, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(223, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(225, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(225, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(226, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(226, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(227, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(227, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(228, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(228, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(232, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(233, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(233, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(234, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(234, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(235, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(235, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(237, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(237, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(238, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(238, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(239, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(239, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(240, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(240, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(241, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(244, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(246, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(246, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(247, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(247, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(248, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(248, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(250, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(250, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(251, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(252, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(253, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(253, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(255, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(255, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(257, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(257, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(258, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(258, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(261, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(263, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(263, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(264, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(264, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(265, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(265, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(266, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(267, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(267, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(268, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(268, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(269, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(269, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(270, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(270, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(271, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(271, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(272, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(272, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(273, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(273, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(274, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(274, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(275, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(275, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(276, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(277, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(278, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(278, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(279, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(279, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(284, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(285, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(285, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(288, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(288, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(289, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(289, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(294, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(294, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(295, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(295, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(297, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(299, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(299, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(302, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(302, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(304, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(308, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(311, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(311, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(313, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(313, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(314, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(315, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(315, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(325, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(325, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(327, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(327, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(328, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(329, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(330, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(330, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(331, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(331, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(332, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(332, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(334, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(334, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(335, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(335, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(338, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(340, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(340, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(341, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(341, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(342, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(342, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(343, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(343, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(344, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(344, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(345, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(345, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(346, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(346, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(347, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(347, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(347, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(347, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(347, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(348, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(348, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(349, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(349, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(352, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(352, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(372, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(374, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(375, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(376, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(377, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(379, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(381, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(381, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(382, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(383, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(383, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(384, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(384, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(385, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(390, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(391, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(391, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(392, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(395, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(397, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(397, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(412, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(415, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(415, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(417, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(417, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(422, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(422, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(423, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(424, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(424, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(426, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(426, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(428, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(429, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(430, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(431, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(432, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(432, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(433, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(433, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(434, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(435, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(435, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(436, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(436, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(437, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(437, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(440, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(440, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(441, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(442, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(445, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(445, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(446, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(446, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(448, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(448, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(449, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(449, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(450, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(452, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(452, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(453, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(454, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(456, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(458, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(459, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(460, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(461, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(461, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(462, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(462, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(464, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(464, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(465, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(466, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(466, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(466, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(467, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(467, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(468, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(468, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(469, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(469, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(471, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(471, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(472, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(472, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(473, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(473, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(474, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(474, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(475, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(475, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(476, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(476, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(478, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(478, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(480, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(481, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(482, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(482, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(483, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(483, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(485, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(486, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(486, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(487, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(487, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(488, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(488, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(489, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(490, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(490, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(491, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(491, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(494, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(494, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(495, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(499, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(499, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(500, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(500, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(501, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(502, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(502, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(503, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(503, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(504, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(505, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(506, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(506, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(507, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(507, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(511, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(511, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(513, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(513, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(514, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(515, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(515, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(517, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(517, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(518, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(518, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(519, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(519, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(520, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(520, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(521, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(521, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(522, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(522, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(523, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(523, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(524, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(524, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(525, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(525, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(531, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(531, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(533, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(533, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(534, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(534, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(539, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(539, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(541, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(543, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(544, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(545, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(547, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(548, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(550, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(568, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(569, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(570, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(572, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(572, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(573, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(573, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(574, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(574, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(575, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(576, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(576, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(578, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(579, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(579, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(580, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(580, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(582, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(582, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(583, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(584, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(584, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(587, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(587, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(588, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(588, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(589, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(589, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(590, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(590, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(594, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(594, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(595, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(595, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(596, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(596, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(597, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(597, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(598, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(598, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(599, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(599, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(603, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(604, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(604, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(615, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(615, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(616, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(616, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(619, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(619, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(620, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(622, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(622, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(622, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(623, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(623, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(624, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(624, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(625, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(625, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(626, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(626, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(628, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(628, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(633, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(633, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(634, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(634, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(634, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(636, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(636, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(636, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(639, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(639, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(639, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(641, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(641, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(641, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(642, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(642, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(642, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(643, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(644, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(644, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(644, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(645, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(645, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(645, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(646, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(646, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(646, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(647, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(647, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(647, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(656, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(657, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(657, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(657, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(658, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(660, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(661, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(663, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(663, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(664, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(667, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(669, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(669, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(670, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(671, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(671, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(672, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(672, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(674, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(674, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(675, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(676, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(677, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(677, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(678, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(678, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(679, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(679, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(680, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(680, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(681, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(682, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(683, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(684, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(685, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(686, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(686, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(687, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(687, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(688, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(689, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(690, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(691, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(691, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(694, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(696, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(697, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(698, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(699, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(701, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(702, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(702, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(703, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(703, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(704, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(704, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(705, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(706, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(707, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(708, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(709, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(709, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(710, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(710, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(711, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(711, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(712, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(712, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(713, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(714, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(714, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(715, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(715, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(716, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(716, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(717, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(718, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(721, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(723, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(724, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(724, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(727, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(727, 1, 2, 1537, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(728, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(728, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(729, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(729, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(730, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(730, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(731, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(731, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(732, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(733, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(734, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(734, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(735, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(735, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(736, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(737, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(738, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(739, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(740, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(741, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(741, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(742, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(742, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(743, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(743, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(744, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(744, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(745, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(745, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(746, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(746, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(747, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(747, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(750, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(750, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(751, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(751, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(752, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(752, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(754, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(754, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(755, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(755, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(756, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(756, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(757, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(757, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(759, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(759, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(760, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(760, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(761, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(761, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(762, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(762, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(763, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(763, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(764, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(764, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(765, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(766, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(767, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(768, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(768, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(769, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(769, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(770, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(770, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(771, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(771, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(772, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(772, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(773, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(773, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(775, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(777, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(777, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(780, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(781, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(782, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(783, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(784, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(785, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(786, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(787, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(789, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(790, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(790, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(791, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(793, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(793, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(794, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(794, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(795, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(796, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(797, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(797, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(798, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(798, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(799, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(800, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(800, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(801, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(801, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(802, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(802, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(804, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(804, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(805, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(805, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(806, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(807, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(807, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(808, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(808, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(810, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(810, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(811, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(811, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(812, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(812, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(813, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(813, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(814, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(814, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(815, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(818, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(818, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(819, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(819, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(820, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(820, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(821, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(821, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(822, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(822, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(823, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(823, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(824, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(824, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(826, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(826, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(827, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(827, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(828, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(828, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(829, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(829, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(830, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(830, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(831, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(831, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(832, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(832, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(833, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(833, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(834, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(834, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(836, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(837, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(840, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(840, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(842, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(842, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(843, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(844, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(844, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(846, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(847, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(847, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(848, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(848, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(849, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(849, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(850, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(850, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(851, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(851, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(852, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(853, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(853, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(854, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(854, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(855, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(855, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(856, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(857, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(857, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(858, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(858, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(859, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(859, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(861, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(861, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(862, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(862, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(863, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(863, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(864, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(864, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(865, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(865, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(866, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(866, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(867, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(867, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(868, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(868, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(869, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(869, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(870, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(870, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(871, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(871, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(873, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(873, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(874, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(874, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(875, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(875, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(876, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(877, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(877, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(878, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(879, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(879, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(880, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(881, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(883, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(885, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(885, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(886, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(887, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(887, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(888, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(889, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(889, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(890, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(890, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(891, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(891, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(892, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(892, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(893, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(893, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(894, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(894, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(895, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(895, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(896, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(896, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(898, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(898, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(900, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(900, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(903, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(903, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(905, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(905, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(906, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(906, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(907, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(907, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(908, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(908, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(909, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(910, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(910, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(911, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(911, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(912, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(912, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(913, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(914, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(914, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(915, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(916, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(917, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(918, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(920, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(920, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(921, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(922, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(923, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(925, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(925, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(926, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(926, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(927, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(927, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(928, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(928, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(930, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(930, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(931, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(931, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(932, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(932, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(933, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(933, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(934, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(934, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(935, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(935, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(936, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(937, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(937, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(938, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(938, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(939, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(939, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(940, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(941, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(942, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(942, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(943, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(944, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(945, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(945, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(946, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(947, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(947, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(948, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(948, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(949, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(949, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(950, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(951, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(952, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(954, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(954, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(955, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(955, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(956, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(957, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(958, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(959, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(959, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(960, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(960, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(963, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(963, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(976, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(977, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(978, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(979, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(980, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(981, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(982, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(982, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(983, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(984, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(985, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(985, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(986, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(987, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(987, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(988, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(989, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(989, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(999, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(999, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1000, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1001, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1007, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1007, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1008, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1008, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1009, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1009, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1010, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1010, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1011, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1011, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1012, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1013, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1013, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1014, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1014, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1015, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1015, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1016, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1017, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1018, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1018, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1019, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1020, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1020, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1021, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1022, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1023, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1023, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1024, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1025, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1026, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1026, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1027, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1028, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1028, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1029, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1029, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1030, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1030, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1031, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1032, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1032, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1033, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1033, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1034, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1035, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1035, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1036, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1036, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1037, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1037, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1038, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1039, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1039, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1040, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1040, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1041, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1042, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1043, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1043, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1044, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1044, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1045, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1045, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1046, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1046, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1047, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1047, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1048, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1048, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1049, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1049, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1050, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1050, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1051, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1051, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1052, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1052, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1053, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1053, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1054, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1054, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1057, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1057, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1059, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1059, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1060, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1060, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1061, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1061, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1062, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1062, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1063, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1063, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1064, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1064, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1065, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1065, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1068, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1068, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1069, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1070, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1070, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1071, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1071, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1072, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1073, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1073, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1074, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1074, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1075, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1075, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1076, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1077, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1078, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1081, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1082, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1082, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1083, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1083, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1084, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1084, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1085, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1085, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1087, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1088, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1088, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1089, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1090, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1091, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1091, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1092, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1092, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1093, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1094, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1094, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1095, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1095, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1096, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1097, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1097, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1098, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1100, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1101, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1103, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1104, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1104, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1105, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1105, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1106, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1106, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1108, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1108, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1109, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1109, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1110, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1111, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1112, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1112, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1114, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1115, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1116, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1117, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1118, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1119, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1119, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1120, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1121, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1122, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1123, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1124, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1125, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1126, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1127, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1128, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1128, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1129, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1130, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1130, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1131, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1131, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1132, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1132, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1133, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1133, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1134, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1134, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1135, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1135, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1137, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1137, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1138, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1139, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1140, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1140, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1141, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1142, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1144, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1144, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1146, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1146, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1147, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1147, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1148, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1148, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1149, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1149, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1150, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1151, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1152, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1152, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1153, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1153, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1154, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1155, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1156, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1156, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1157, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1158, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1159, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1160, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1161, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1161, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1162, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1162, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1163, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1163, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1164, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1164, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1165, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1165, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1166, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1167, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1169, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1169, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1172, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1173, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1173, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1174, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1174, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1175, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1175, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1176, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1177, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1178, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1178, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1179, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1179, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1180, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1180, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1181, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1181, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1182, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1182, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1183, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1183, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1184, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1184, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1185, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1185, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1186, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1186, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1187, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1188, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1189, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1190, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1191, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1191, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1192, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1192, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1193, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1193, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1194, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1194, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1195, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1195, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1196, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1197, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1197, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1198, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1199, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1200, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1200, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1201, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1201, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1202, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1203, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1204, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1205, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1205, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1206, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1206, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1207, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1207, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1210, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1210, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1211, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1211, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1212, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1212, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1213, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1213, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1214, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1214, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1215, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1215, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1216, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1217, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1218, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1222, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1222, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1224, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1224, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1225, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1225, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1226, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1226, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1228, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1228, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1229, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1229, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1231, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1231, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1232, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1234, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1234, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1236, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1237, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1237, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1238, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1238, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1239, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1239, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1240, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1240, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1241, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1242, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1242, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1243, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1243, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1244, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1245, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1245, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1246, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1246, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1247, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1247, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1249, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1250, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1250, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1251, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1252, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1253, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1253, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1254, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1254, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1255, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1255, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1256, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1256, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1257, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1257, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1258, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1258, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1259, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1259, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1260, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1260, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1261, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1263, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1263, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1265, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1265, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1266, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1267, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1267, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1268, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1268, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1269, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1269, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1270, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1270, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1271, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1271, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1273, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1273, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1274, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1274, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1275, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1275, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1276, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1277, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1278, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1278, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1279, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1279, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1280, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1280, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1281, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1281, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1282, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1282, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1283, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1283, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1284, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1284, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1285, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1285, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1286, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1286, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1287, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1287, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1289, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1289, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1291, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1291, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1292, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1292, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1294, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1294, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1295, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1295, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1296, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1296, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1297, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1298, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1298, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1299, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1299, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1300, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1300, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1301, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1301, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1302, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1302, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1303, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1303, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1304, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1304, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1305, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1307, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1308, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1308, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1309, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1310, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1310, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1311, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1311, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1312, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1312, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1313, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1313, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1314, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1314, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1315, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1315, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1316, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1317, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1317, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1318, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1318, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1319, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1319, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1320, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1320, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1321, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1321, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1322, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1322, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1323, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1323, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1324, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1324, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1325, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1325, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1326, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1326, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1327, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1327, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1328, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1329, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1329, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1330, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1330, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1331, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1331, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1332, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1332, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1333, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1333, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1334, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1334, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1335, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1335, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1336, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1337, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1338, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1339, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1339, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1340, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1340, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1341, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1341, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1342, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1342, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1343, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1343, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1344, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1344, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1345, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1345, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1346, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1346, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1347, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1347, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1348, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1348, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1349, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1349, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1350, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1350, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1351, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1351, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1352, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1352, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1353, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1353, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1354, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1354, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1355, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1355, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1356, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1358, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1360, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1362, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1364, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1364, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1365, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1365, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1366, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1367, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1367, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1368, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1370, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1370, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1371, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1371, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1373, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1374, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1375, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1376, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1377, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1378, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1379, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1381, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1381, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1382, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1383, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1383, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1383, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1383, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1383, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1383, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1385, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1386, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1387, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1387, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1388, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1388, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1393, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1393, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1395, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1397, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1398, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1398, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1399, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1399, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1400, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1400, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1402, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1402, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1404, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1404, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1405, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1405, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1407, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1407, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1411, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1412, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1412, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1413, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1413, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1414, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1414, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1415, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1415, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1416, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1417, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1417, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1418, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1419, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1419, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1420, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1420, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1421, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1422, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1422, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1423, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1423, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1424, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1424, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1425, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1425, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1426, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1426, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1427, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1427, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1428, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1429, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1430, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1431, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1432, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1432, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1433, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1434, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1435, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1435, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1437, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1437, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1439, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1439, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1440, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1440, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1441, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1442, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1443, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1443, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1444, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1444, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1445, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1445, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1446, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1446, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1447, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1447, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1448, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1448, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1449, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1449, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1450, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1450, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1451, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1451, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1452, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1452, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1453, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1454, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1456, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1457, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1457, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1458, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1459, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1460, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1461, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1461, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1462, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1462, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1463, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1463, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1464, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1464, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1465, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1466, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1469, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1469, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1470, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1470, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1471, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1471, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1472, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1472, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1473, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1473, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1474, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1474, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1475, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1476, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1476, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1477, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1477, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1478, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1478, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1479, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1479, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1480, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1481, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1482, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1482, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1483, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1483, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1484, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1484, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1487, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1487, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1488, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1488, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1489, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1490, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1490, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1491, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1491, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1492, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1492, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1493, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1493, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1494, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1495, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1496, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1497, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1497, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 1, 32, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 1, 33, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1499, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1499, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1500, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1500, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1501, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1502, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1502, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1504, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1505, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1506, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1506, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1507, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1507, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1508, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1509, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1511, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1512, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1512, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1513, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1513, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1515, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1515, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1516, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1518, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1518, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1519, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1519, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1520, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1520, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1521, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1521, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1522, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1522, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1523, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1525, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1525, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1526, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1526, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1527, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1527, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1528, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1528, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1529, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1529, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1530, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1530, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1531, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1531, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1532, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1532, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1533, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1533, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1534, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1534, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1535, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1535, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1536, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1536, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1537, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1537, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1538, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1538, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1539, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1539, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1540, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1540, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1543, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1544, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1545, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1547, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1548, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1549, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1550, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1551, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1552, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1552, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1553, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1554, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1555, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1557, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1558, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1559, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1559, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1560, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1561, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1562, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1563, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1564, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1568, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1569, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1570, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1571, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1571, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1572, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1572, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1573, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1573, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1632, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1632, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1642, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1642, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1645, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1645, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1646, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1646, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1650, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1650, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1651, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1651, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1652, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1652, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1653, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1653, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1654, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1654, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1655, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1655, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1656, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1657, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1658, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1660, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1661, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1662, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1662, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1663, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1663, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1663, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1664, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1665, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1665, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1666, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1666, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1666, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1667, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1668, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1669, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1669, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1670, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1671, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1671, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1672, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1672, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1673, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1673, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1674, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1674, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1675, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1676, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1678, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1679, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1679, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1680, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1680, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1681, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1682, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1683, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1684, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1685, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1686, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1686, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1687, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1687, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1688, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1689, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1690, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1691, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1691, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1692, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1692, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1693, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1693, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1694, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1695, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1695, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1696, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1696, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1696, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1697, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1698, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1699, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1700, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1700, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1701, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1702, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1702, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1703, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1703, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1706, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1706, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1706, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1707, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1707, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1707, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1708, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1708, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1708, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1711, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1711, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1711, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1713, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1715, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1715, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1715, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1716, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1716, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1716, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1717, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1717, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1717, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1718, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1719, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1720, 1, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1720, 1, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1720, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1721, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1725, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1725, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1725, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1726, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1726, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1727, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1729, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1729, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1729, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1731, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1731, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1731, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1732, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1732, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1732, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1733, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1735, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1735, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1736, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1737, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1738, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1739, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1740, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1741, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1741, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1742, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1742, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1743, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1743, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1744, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1744, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1745, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1745, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1746, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1746, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1747, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1747, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1747, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1748, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1748, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1749, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1749, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1750, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1750, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1751, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1751, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1752, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1752, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1753, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1753, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1754, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1754, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1755, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1756, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1756, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1756, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1763, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1763, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1763, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1764, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1765, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1766, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1767, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1768, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1768, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1769, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1769, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1770, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1770, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1772, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1772, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1773, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1773, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1775, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1775, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1776, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1777, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1777, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1778, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1779, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1780, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1781, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1782, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1783, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1784, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1785, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1787, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1788, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1788, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1789, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1791, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1793, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1793, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1794, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1794, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1795, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1795, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1796, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1797, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1797, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1800, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1801, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1802, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1802, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1804, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1804, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1805, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1805, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1806, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1808, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1808, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1809, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1809, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1812, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1812, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1813, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1813, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1815, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1815, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1816, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1817, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1817, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1821, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1821, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1822, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1822, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1824, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1824, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1826, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1826, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1827, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1827, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1831, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1831, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1832, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1832, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1833, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1833, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1834, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1834, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1835, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1835, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1836, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1836, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1837, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1837, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1838, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1838, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1839, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1839, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1840, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1841, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1841, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1842, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1842, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1843, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1843, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1844, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1844, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1845, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1845, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1846, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1846, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1847, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1847, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1848, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1848, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1850, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1850, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1851, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1851, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1852, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1852, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1853, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1854, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1854, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1855, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1855, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1860, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1863, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1865, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1865, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1866, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1866, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1867, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1867, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1868, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1868, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1869, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1869, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1870, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1870, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1871, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1872, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1872, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1883, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1884, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1885, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1885, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1888, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1889, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1889, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1890, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1890, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1891, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1891, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1892, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1892, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1893, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1893, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1894, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1894, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1895, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1895, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1896, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1896, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1901, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1907, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1907, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1908, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1908, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1909, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1910, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1910, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1911, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1911, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1912, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1912, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1913, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1914, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1914, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1915, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1916, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1917, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1918, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1919, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1919, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1920, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1920, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1922, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1923, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1924, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1924, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1931, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1931, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1933, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1933, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1934, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1934, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1935, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1935, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1936, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1936, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1937, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1937, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1938, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1938, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1939, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1939, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1940, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1941, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1942, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1942, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1943, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1944, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1944, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1947, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1947, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1948, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1948, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1949, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1949, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1950, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1951, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1952, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1953, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1953, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1954, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1954, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1955, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1955, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1956, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1957, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1958, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1959, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1959, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1960, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1960, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1961, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1963, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1963, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1964, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1965, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1965, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1971, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1971, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1972, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1972, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1973, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1973, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1974, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1974, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1975, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1975, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1976, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1976, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1977, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1978, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1983, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1984, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1985, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1985, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1986, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1988, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1989, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1989, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1992, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1992, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1993, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1993, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1994, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1994, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1995, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1995, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1996, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1997, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1998, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1999, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1999, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2000, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2000, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2001, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2001, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2002, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2002, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2003, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2003, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2004, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2004, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2005, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2005, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2006, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2006, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2007, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2007, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2008, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2008, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2009, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2009, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2010, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2010, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2011, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2011, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2012, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2013, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2013, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2014, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2014, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2015, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2015, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2017, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2018, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2018, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2020, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2020, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2021, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2022, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2025, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2027, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2029, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2029, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2030, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2030, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2031, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2032, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2032, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2033, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2033, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2034, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2038, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2039, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2039, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2041, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2042, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2043, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2043, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2044, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2046, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2050, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2050, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2050, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2050, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2050, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2053, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2053, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2054, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2054, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2055, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2055, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2055, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2055, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2056, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2057, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2057, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2058, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2058, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2060, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2061, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2062, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2063, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2064, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2065, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2066, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2067, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2068, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2069, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2070, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2070, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2071, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2071, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2077, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2078, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2079, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2080, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2080, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2081, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2082, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2082, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2083, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2083, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2084, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2084, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2086, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2089, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2090, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2090, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2091, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2091, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2092, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2092, 1, 2, 1537, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2092, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2093, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2094, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2094, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2096, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2097, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2097, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2098, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2098, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2099, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2102, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2102, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2103, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2104, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2104, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2105, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2105, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2106, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2106, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2107, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2107, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2108, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2108, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2110, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2111, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2112, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2112, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2113, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2114, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2115, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2116, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2117, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2118, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2119, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2120, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2121, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2122, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2123, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2124, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2126, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2127, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2128, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2128, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2129, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2129, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2130, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2130, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2131, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2131, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2132, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2132, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2134, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2134, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2135, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2135, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2136, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2137, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2140, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2142, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2149, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2150, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2151, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2152, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2152, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2153, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2153, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2155, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2156, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2156, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2157, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2162, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2162, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2163, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2163, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2164, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2164, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2165, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2165, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2166, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2166, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2167, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2168, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2168, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2169, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2169, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2170, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2170, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2171, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2171, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2172, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2172, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2173, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2173, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2174, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2174, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2175, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2175, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2176, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2177, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2178, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2179, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2180, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2180, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2181, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2181, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2182, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2182, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2183, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2183, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2184, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2184, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2185, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2185, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2186, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2186, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2187, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2189, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2190, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2191, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2191, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2192, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2192, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2198, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2201, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2201, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2202, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2203, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2203, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2204, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2204, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2205, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2205, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2206, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2206, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2207, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2207, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2208, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2208, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2209, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2209, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2210, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2210, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2211, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2211, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2212, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2212, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2214, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2214, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2215, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2215, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2216, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2224, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2225, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2225, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2225, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2226, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2226, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2227, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2227, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2227, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2227, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2227, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2228, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2228, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2229, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2229, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2230, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2230, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2231, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2231, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2232, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2233, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2233, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2234, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2234, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2235, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2235, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2236, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2237, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2237, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2238, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2238, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2239, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2239, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2240, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2240, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2241, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2242, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2242, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2243, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2243, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2244, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2245, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2245, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2246, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2246, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2247, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2247, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2248, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2248, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2249, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2250, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2250, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2251, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2252, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2253, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2253, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2254, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2254, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2255, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2255, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2256, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2256, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2257, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2257, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2258, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2258, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2260, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2260, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2261, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2263, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2263, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2264, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2264, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2265, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2265, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2266, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2267, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2267, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2268, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2268, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2269, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2269, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2270, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2270, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2271, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2271, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2272, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2272, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2274, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2274, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2275, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2276, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2276, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2277, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2278, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2278, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2283, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2283, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2284, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2284, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2285, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2285, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2287, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2287, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2299, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2299, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2302, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2302, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2303, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2303, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2304, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2304, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2305, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2306, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2307, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2308, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2308, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2309, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2310, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2310, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2311, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2311, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2314, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2314, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2315, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2315, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2316, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2317, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2317, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2318, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2318, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2319, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2319, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2320, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2320, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2321, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2321, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2322, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2322, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2323, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2323, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2324, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2324, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2326, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2326, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2327, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2327, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2329, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2329, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2330, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2330, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2331, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2331, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2332, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2332, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2333, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2333, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2334, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2334, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2335, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2335, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2336, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2337, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2338, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2339, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2339, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2344, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2344, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2345, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2345, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2346, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2346, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2347, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2347, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2348, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2348, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2349, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2349, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2350, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2350, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2351, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2351, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2352, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2352, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2354, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2354, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2356, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2357, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2357, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2358, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2359, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2360, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2361, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2362, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2363, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2364, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2365, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2365, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2366, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2367, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2367, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2368, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2369, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2369, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2370, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2370, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2371, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2371, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2372, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2373, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2374, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2375, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2376, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2377, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2378, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2379, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2380, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2381, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2381, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2382, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2383, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2383, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2384, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2384, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2385, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2386, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2387, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2388, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2388, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2389, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2389, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2390, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2391, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2391, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2392, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2393, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2393, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2394, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2395, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2396, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2396, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2397, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2398, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2398, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2399, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2399, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2400, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2400, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2401, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2401, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2402, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2402, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2403, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2403, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2404, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2404, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2405, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2405, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2406, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2406, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2407, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2407, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2408, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2408, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2409, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2409, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2410, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2410, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2411, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2412, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2412, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2413, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2413, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2414, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2414, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2415, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2415, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2416, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2416, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2417, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2417, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2418, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2419, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2419, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2420, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2420, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2421, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2421, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2422, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2422, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2423, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2425, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2425, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2425, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2425, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2425, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2427, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2427, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2428, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2429, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2430, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2431, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2432, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2432, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2433, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2435, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2436, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2437, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2437, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2438, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2438, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2439, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2439, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2439, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2440, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2440, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2442, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2447, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2447, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2448, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2448, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2449, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2449, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2450, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2450, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2451, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2451, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2452, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2452, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2453, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2453, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2455, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2455, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2456, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2457, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2457, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2458, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2458, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2458, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2458, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2459, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2459, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2459, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2459, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2460, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2461, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2461, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2462, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2464, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2464, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2465, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2466, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2468, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2468, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2469, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2469, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2470, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2470, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2473, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2473, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2474, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2474, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2475, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2476, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2476, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2477, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2477, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2478, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2478, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2479, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2480, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2481, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2482, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2482, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2483, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2483, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2485, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2486, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2486, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2487, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2487, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2488, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2488, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2489, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2490, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2490, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2491, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2491, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 1, 33, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2493, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2493, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2494, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2494, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2495, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2496, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2497, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2497, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2498, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2499, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2499, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2500, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2500, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2501, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2502, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2502, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2503, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2503, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2504, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2505, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2506, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2506, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2507, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2507, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2508, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2509, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2510, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2511, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2511, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2512, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2512, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2513, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2513, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2514, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2515, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2515, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2516, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2516, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2517, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2517, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2518, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2518, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2519, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2519, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2520, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2521, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2521, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2522, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2522, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2524, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2524, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2525, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2525, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2526, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2526, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2527, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2527, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2528, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2528, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2529, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2529, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2529, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2530, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2530, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2531, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2532, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2532, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2533, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2533, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2534, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2534, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2535, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2535, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2536, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2536, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2537, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2537, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2540, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2541, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2541, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2542, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2542, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2543, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2544, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2545, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2546, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2547, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2548, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2549, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2550, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2551, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2552, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2553, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2554, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2555, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2556, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2557, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2558, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2558, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2559, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2560, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2561, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2562, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2563, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2564, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2566, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2567, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2569, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2569, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2570, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2570, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2571, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2571, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2572, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2572, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2573, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2573, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2574, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2574, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2575, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2575, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2577, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2577, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2578, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2579, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2579, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2580, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2580, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2581, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2581, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2582, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2582, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2583, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2583, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2584, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2584, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2585, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2585, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2586, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2586, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2587, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2587, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2588, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2588, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2589, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2589, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2590, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2590, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2591, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2591, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2592, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2592, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2594, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2594, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2595, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2595, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2596, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2596, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2597, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2597, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2598, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2598, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2599, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2599, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2600, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2600, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2601, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2601, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2602, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2602, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2603, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2603, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2604, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2604, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2605, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2605, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2606, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2606, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2607, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2607, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2608, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2608, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2609, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2609, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2610, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2610, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2611, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2611, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2612, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2612, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2616, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2618, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2618, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2619, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2619, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2620, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2621, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2621, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2622, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2622, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2623, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2624, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2625, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2625, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2626, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2626, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2627, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2627, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2628, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2628, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2630, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2634, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2634, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2635, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2635, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2636, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2636, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2638, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2639, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2639, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2640, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2640, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2641, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2641, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2642, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2642, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2643, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2643, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2644, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2644, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2645, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2645, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2646, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2646, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2647, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2647, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2648, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2648, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2649, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2649, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2650, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2650, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2651, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2651, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2652, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2652, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2653, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2653, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2654, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2654, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2655, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2655, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2656, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2657, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2658, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2659, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2663, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2663, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2664, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2668, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2669, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2669, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2670, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2671, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2672, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2672, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2673, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2674, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2676, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2679, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2679, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2680, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2680, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2681, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2681, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2682, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2684, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2685, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2686, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2686, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2687, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2687, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2688, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2691, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2691, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2692, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2692, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2693, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2693, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2694, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2695, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2695, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2696, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2697, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2698, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2699, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2700, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2700, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2701, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2703, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2703, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2704, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2704, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2704, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2704, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2704, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2704, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2705, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2706, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2707, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2708, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2711, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2711, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2712, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2712, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2713, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2714, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2714, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2715, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2715, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2716, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2716, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2717, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2718, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2719, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2720, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2721, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2723, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2723, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2725, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2725, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2726, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2726, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2727, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2728, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2728, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2729, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2729, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2730, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2730, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2731, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2731, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2732, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2733, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2734, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2734, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2735, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2735, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2736, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2737, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2738, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2738, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2739, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2740, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2742, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2742, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2743, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2743, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2744, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2744, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2745, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2745, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2748, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2748, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2748, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2749, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2749, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2751, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2751, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2752, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2752, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2753, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2753, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2754, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2754, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2755, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2757, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2759, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2760, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2760, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2761, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2761, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2762, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2762, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2763, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2764, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2764, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2765, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2766, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2767, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2768, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2768, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2769, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2769, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2770, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2770, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2771, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2771, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2772, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2772, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2773, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2773, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2774, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2774, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2775, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2778, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2779, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2779, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2780, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2780, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2781, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2781, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2782, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2782, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2783, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2783, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2784, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2784, 1, 2, 1537, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2784, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2785, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2786, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2787, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2788, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2788, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2789, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2790, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2790, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2791, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2792, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2792, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2793, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2793, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2794, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2795, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2796, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2798, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2798, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2799, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2799, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2799, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2799, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2801, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2802, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2802, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2802, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2802, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2802, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2803, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2803, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2804, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2804, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2804, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2804, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2804, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2805, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2805, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2806, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2808, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2808, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2810, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2810, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2812, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2812, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2814, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2814, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2816, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2817, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2817, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2818, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2818, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2819, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2819, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2820, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2820, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2821, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2821, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2829, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2829, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2830, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2830, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2831, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2831, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2832, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2832, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2834, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2834, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2835, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2835, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2836, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2837, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2838, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2838, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2839, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2839, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2840, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2840, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2842, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2842, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2843, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2844, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2844, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2845, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2845, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2846, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2846, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2847, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2847, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2848, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2848, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2849, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2849, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2850, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2850, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2851, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2851, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2852, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2852, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2853, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2856, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2858, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2858, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2859, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2859, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2860, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2860, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2861, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2861, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2870, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2870, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2878, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2879, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2887, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2888, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2892, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2892, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2893, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2893, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2894, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2894, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2906, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2906, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2907, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2907, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2908, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2908, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2909, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2910, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2910, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2911, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2911, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2912, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2912, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2913, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2914, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2914, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2916, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2917, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2918, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2919, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2920, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2920, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2921, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2922, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2923, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2924, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2924, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2925, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2925, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2926, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2926, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2927, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2927, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2928, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2928, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2929, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2929, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2930, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2930, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2931, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2931, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2932, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2932, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2934, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2934, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2934, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2934, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2934, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2937, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2941, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2941, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2943, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2944, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2945, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2945, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2947, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2947, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2948, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2948, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2949, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2949, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2950, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2951, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2952, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2953, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2953, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2954, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2954, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2955, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2955, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2956, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2957, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2958, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2959, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2959, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2960, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2960, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2961, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2962, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2962, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2963, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2963, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2964, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2964, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2965, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2965, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2966, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2966, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2967, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2967, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2968, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2968, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2969, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2969, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2970, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2970, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2971, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2971, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2972, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2972, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2973, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2973, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2974, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2974, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2975, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2975, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2976, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2977, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2978, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2979, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2980, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2981, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2982, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2982, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2984, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2985, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2985, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2986, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2987, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2987, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2988, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2989, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2989, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2990, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2990, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2991, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2991, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2992, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2993, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2993, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2994, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2994, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2995, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2995, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2996, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2997, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2998, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2999, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2999, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3000, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3000, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3001, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3001, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3002, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3002, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3003, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3003, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3004, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3004, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3005, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3005, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3007, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3007, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3008, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3008, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3009, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3009, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3010, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3010, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3011, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3011, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3012, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3013, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3013, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3014, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3014, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3015, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3015, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3016, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3017, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3018, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3018, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3020, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3020, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3021, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3022, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3023, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3023, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3024, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3025, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3026, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3026, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3027, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3028, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3028, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3029, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3029, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3030, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3030, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3031, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3032, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3032, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3033, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3033, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3034, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3035, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3035, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3036, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3036, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3037, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3037, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3038, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3039, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3039, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3040, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3040, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3041, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3042, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3043, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3043, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3044, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3044, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3045, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3045, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3046, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3047, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3048, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3049, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3049, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3050, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3050, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3051, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3051, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3052, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3052, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3053, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3053, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3054, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3054, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3055, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3056, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3056, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3057, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3057, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3058, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3058, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3059, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3059, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3060, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3060, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3061, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3061, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3062, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3062, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3063, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3063, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3064, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3064, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3065, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3065, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3066, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3066, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3067, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3067, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3068, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3068, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3069, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3072, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3073, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3073, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3074, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3074, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3075, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3075, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3076, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3077, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3078, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3079, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3080, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3080, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3081, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3083, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3083, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3084, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3084, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3085, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3085, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3086, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3087, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3088, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3088, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3089, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3090, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3091, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3091, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3092, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3092, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3093, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3094, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3095, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3095, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3096, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3097, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3097, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3098, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3098, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3098, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3098, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3098, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3098, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3099, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3099, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3099, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3099, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3099, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3100, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3100, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3100, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3100, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3100, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3100, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3101, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3101, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3101, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3101, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3101, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3101, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3102, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3102, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3102, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3102, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3102, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3102, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3103, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3103, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3103, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3103, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3103, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3104, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3104, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3104, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3104, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3104, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3104, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3105, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3105, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3106, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3106, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3106, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3106, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3106, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3106, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3107, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3107, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3107, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3107, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3107, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3107, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3108, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3108, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3108, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3108, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3108, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3108, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3110, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3110, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3110, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3110, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3110, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3111, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3111, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3111, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3111, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3111, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3112, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3112, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3112, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3112, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3112, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3112, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3113, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3113, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3113, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3113, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3113, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3114, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3114, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3114, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3114, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3114, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3115, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3115, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3115, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3115, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3115, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3116, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3116, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3116, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3116, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3116, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3117, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3117, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3117, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3117, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3117, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3118, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3118, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3118, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3118, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3119, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3119, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3119, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3119, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3119, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3120, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3120, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3120, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3120, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3120, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3121, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3121, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3121, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3121, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3121, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3122, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3122, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3122, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3122, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3122, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3123, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3123, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3123, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3123, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3123, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3124, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3124, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3124, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3124, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3124, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3125, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3125, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3125, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3125, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3125, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3126, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3126, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3126, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3126, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3126, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3127, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3127, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3127, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3127, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3127, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3128, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3128, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3128, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3128, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3128, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3128, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3129, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3129, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3129, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3129, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3129, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3129, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3130, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3130, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3130, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3130, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3130, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3130, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3131, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3131, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3131, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3131, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3131, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3131, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3133, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3133, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3134, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3134, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3135, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3135, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3136, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3137, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3138, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3139, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3139, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3139, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3139, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3139, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3140, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3140, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3140, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3140, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3140, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3141, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3142, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3142, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3142, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3142, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3142, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3143, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3143, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3143, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3143, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3143, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3143, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3144, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3144, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3144, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3144, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3144, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3144, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3145, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3145, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3145, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3145, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3145, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3145, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3147, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3147, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3147, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3147, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3147, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3147, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3149, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3149, 1, 2, 33, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3149, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3149, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3149, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3150, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3150, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3150, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3150, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3153, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3153, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3153, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3154, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3154, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3155, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3155, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3156, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3156, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3156, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3157, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3157, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3158, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3158, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3159, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3159, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3160, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3160, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3161, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3161, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3161, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3162, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3162, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3163, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3163, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3163, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3163, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3163, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3163, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3164, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3164, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3164, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3164, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3164, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3164, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3165, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3165, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3165, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3165, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3165, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3165, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3166, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3166, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3166, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3166, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3166, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3167, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3167, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3167, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3167, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3167, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3168, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3168, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3168, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3168, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3168, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3168, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3169, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3169, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3169, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3169, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3169, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3169, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3170, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3170, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3170, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3170, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3170, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3170, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3171, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3171, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3171, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3171, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3171, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3171, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3172, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3172, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3172, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3172, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3172, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3173, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3173, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3173, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3174, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3174, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3174, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3174, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3174, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3174, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3175, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3175, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3175, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3175, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3175, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3175, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3177, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3178, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3179, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3180, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3180, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3181, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3181, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3182, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3182, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3183, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3183, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3183, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3184, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3184, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3184, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3185, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3185, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3185, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3186, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3186, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3186, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3187, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3187, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3188, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3188, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3189, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3189, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3189, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3189, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3189, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3190, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3190, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3190, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3190, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3190, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3191, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3191, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3191, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3191, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3191, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3191, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3192, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3192, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3192, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3193, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3193, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3193, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3193, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3193, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3194, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3194, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3194, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3195, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3195, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3195, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3195, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3195, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3196, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3196, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3196, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3196, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3197, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3197, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3197, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3197, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3197, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3197, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3198, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3198, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3198, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3198, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3198, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3199, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3199, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3199, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3199, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3203, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3203, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3203, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3203, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3203, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3203, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3204, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3204, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3204, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3204, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3204, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3204, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3205, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3205, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3205, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3206, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3206, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3206, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3207, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3207, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3207, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3208, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3208, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3208, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3208, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3208, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3208, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3209, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3209, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3210, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3210, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3211, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3211, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3212, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3212, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3213, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3213, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3214, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3214, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3215, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3215, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3216, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3216, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3216, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3216, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3216, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3217, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3218, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3219, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3219, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3220, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3220, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3221, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3221, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3222, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3222, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3223, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3223, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3224, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3224, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3225, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3225, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3226, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3226, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3226, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3226, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3226, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3226, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3227, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3227, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3228, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3228, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3229, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3229, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3230, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3230, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3230, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3230, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3230, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3230, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3231, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3231, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3231, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3231, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3231, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3231, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3232, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3233, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3233, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3234, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3234, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3234, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3234, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3234, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3235, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3235, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3236, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3237, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3237, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3238, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3238, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3239, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3239, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3240, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3240, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3241, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3241, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3241, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3241, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3242, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3242, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3242, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3242, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3242, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3243, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3243, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3243, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3243, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3243, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3244, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3244, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3244, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3244, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3245, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3245, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3245, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3245, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3245, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3246, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3246, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3246, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3246, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3246, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3247, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3247, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3248, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3248, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3248, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3248, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3248, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3249, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3250, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3250, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3251, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3252, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3253, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3253, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3254, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3254, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3254, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3254, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3254, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3255, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3255, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3255, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3255, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3255, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3256, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3256, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3256, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3256, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3256, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3257, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3258, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3258, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3260, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3260, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3261, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3263, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3263, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3265, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3265, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3265, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3265, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3265, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3266, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3266, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3266, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3266, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3267, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3267, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3267, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3267, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3267, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3268, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3268, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3268, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3268, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3268, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3269, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3269, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3269, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3269, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3269, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3270, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3270, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3270, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3270, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3270, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3271, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3271, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3271, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3271, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3271, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3272, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3272, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3272, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3272, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3272, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3273, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3273, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3273, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3273, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3273, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3274, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3274, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3274, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3274, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3274, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3275, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3275, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3275, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3275, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3275, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3276, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3276, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3276, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3276, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3277, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3277, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3277, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3277, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3278, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3278, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3278, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3278, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3278, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3279, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3279, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3279, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3279, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3279, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3280, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3280, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3280, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3280, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3280, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3281, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3281, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3281, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3282, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3282, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3282, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3282, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3282, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3283, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3283, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3283, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3283, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3283, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3284, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3284, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3284, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3284, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3284, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3285, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3285, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3285, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3285, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3285, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3286, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3286, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3286, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3286, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3286, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3287, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3287, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3287, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3289, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3290, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3290, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3291, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3291, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3292, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3292, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3292, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3292, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3292, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3293, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3293, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3293, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3293, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3293, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3294, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3294, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3294, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3294, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3294, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3294, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3295, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3295, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3296, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3296, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3296, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3296, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3296, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3296, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3297, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3297, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3298, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3298, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3300, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3300, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3301, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3304, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3304, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3304, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3305, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3305, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3306, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3309, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3309, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3309, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3309, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3309, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3310, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3310, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3310, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3310, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3310, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3310, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3312, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3312, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3312, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3312, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3312, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3312, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3313, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3313, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3313, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3313, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3313, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3313, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3314, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3314, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3314, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3314, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3314, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3314, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3315, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3315, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3315, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3315, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3315, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3315, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3316, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3316, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3316, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3316, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3316, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3317, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3317, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3317, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3317, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3317, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3317, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3318, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3318, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3318, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3318, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3318, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3318, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3319, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3319, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3319, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3319, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3319, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3319, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3320, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3320, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3320, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3320, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3320, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3320, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3321, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3321, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3321, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3321, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3321, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3321, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3322, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3322, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3322, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3322, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3322, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3322, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3323, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3323, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3323, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3323, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3323, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3323, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3324, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3324, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3324, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3324, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3324, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3324, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3325, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3325, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3325, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3325, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3325, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3325, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3326, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3326, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3326, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3326, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3326, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3326, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3327, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3327, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3327, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3327, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3327, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3327, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3328, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3328, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3328, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3328, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3328, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3329, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3329, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3329, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3329, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3329, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3329, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3330, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3330, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3330, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3330, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3330, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3330, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3331, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3331, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3331, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3331, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3331, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3331, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3332, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3332, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3332, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3332, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3332, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3332, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3333, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3333, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3333, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3333, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3333, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3333, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3334, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3334, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3334, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3334, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3334, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3334, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3335, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3335, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3335, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3335, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3335, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3335, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3336, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3336, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3336, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3336, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3336, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3337, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3337, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3337, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3337, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3338, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3338, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3338, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3338, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3338, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3339, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3339, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3339, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3339, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3339, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3341, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3341, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3342, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3342, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3342, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3342, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3342, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3342, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3343, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3343, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3343, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3344, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3344, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3344, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3344, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3344, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3344, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3345, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3345, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3345, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3345, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3345, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3345, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3346, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3346, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3346, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3346, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3346, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3346, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3347, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3347, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3347, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3347, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3347, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3347, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3348, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3348, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3348, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3348, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3348, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3348, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3349, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3349, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3349, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3349, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3349, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3349, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3350, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3350, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3350, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3350, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3350, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3350, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3351, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3351, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3351, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3351, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3351, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3351, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3352, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3352, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3352, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3352, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3352, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3352, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3353, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3353, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3353, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3353, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3353, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3353, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3354, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3354, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3354, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3354, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3354, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3354, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3355, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3355, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3355, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3355, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3355, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3355, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3356, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3356, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3356, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3356, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3356, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3357, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3357, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3357, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3357, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3357, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3357, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3358, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3358, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3358, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3358, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3358, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3359, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3359, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3359, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3359, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3359, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3360, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3360, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3360, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3360, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3360, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3361, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3361, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3361, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3361, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3361, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3362, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3362, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3362, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3362, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3362, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3363, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3363, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3363, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3363, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3363, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3364, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3364, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3364, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3364, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3364, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3365, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3365, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3365, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3365, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3365, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3365, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3366, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3366, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3366, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3366, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3366, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3367, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3367, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3367, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3367, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3367, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3367, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3368, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3368, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3368, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3368, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3368, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3369, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3369, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3369, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3369, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3369, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3369, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3370, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3370, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3370, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3370, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3370, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3370, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3371, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3371, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3371, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3371, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3371, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3371, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3372, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3372, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3372, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3372, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3372, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3373, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3373, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3373, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3373, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3373, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3374, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3375, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3376, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3377, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3378, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3379, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3379, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3379, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3379, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3380, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3380, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3380, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3380, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3381, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3381, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3382, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3383, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3383, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3384, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3384, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3385, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3386, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3387, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3388, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3388, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3389, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3389, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3389, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3389, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3389, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3390, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3390, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3390, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3390, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3391, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3391, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3391, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3391, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3391, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3392, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3393, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3393, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3394, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3394, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3394, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3394, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3396, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3396, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3397, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3397, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3397, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3397, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3398, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3398, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3399, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3399, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3399, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3399, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3399, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3399, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3400, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3400, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3400, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3400, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3400, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3400, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3401, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3401, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3401, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3401, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3401, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3401, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3402, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3402, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3402, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3402, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3402, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3402, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3403, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3403, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3403, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3403, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3403, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3403, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3404, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3404, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3404, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3404, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3404, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3404, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3405, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3405, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3405, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3405, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3405, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3405, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3406, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3406, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3406, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3406, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3406, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3406, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3407, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3407, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3407, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3407, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3407, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3407, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3408, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3408, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3408, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3408, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3408, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3408, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3409, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3409, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3409, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3409, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3409, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3409, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3410, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3410, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3410, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3410, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3410, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3410, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3411, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3412, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3412, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3412, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3412, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3412, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3412, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3413, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3413, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3413, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3413, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3413, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3413, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3414, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3414, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3415, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3415, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3415, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3415, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3415, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3416, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3416, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3416, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3416, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3416, 1, 30, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3417, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3418, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3419, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3419, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3421, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3421, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3424, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3424, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3425, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3425, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3425, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3425, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3425, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3426, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3426, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3426, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3426, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3426, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3428, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3428, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3428, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3428, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3429, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3429, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3429, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3429, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3430, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3431, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3431, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3431, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3431, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3432, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3432, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3432, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3432, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3432, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3433, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3433, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3434, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3435, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3435, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3436, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3438, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3438, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3438, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3438, 1, 10, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3438, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3439, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3439, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3441, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3442, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3442, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3442, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3442, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3443, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3443, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3443, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3443, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3443, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3444, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3444, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3445, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3445, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3446, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3446, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3446, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3446, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3446, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3447, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3447, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3448, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3448, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3448, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3448, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3448, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3449, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3449, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3449, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3449, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3449, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3450, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3450, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3450, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3451, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3452, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3452, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3452, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3452, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3452, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3453, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3453, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3453, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3453, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3454, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3455, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3455, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3456, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3457, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3457, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3458, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3459, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3461, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3461, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3461, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3461, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3461, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3463, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3463, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3464, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3464, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3464, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3464, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3464, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3465, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3466, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3467, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3467, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3468, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3468, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3469, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3469, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3470, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3470, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3470, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3470, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3470, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3471, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3471, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3471, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3471, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3471, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3472, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3472, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3473, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3473, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3474, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3474, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3475, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3476, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3476, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3477, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3477, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3477, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3477, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3477, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3478, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3478, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3478, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3478, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3478, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3479, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3479, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3479, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3479, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3479, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3480, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3480, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3480, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3480, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3481, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3481, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3481, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3481, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3482, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3482, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3482, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3482, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3482, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3483, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3483, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3483, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3483, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3483, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3484, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3484, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3484, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3484, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3484, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3485, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3485, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3485, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3485, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3486, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3486, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3486, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3486, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3486, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3487, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3487, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3487, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3487, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3487, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3488, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3488, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3488, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3488, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3488, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3489, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3489, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3489, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3489, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3490, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3490, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3490, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3490, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3490, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3491, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3491, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3491, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3491, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3491, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3492, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3492, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3492, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3492, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3492, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3493, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3493, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3493, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3493, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3493, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3494, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3494, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3494, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3494, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3494, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3495, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3495, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3495, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3495, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3496, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3496, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3496, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3496, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3497, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3497, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3497, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3497, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3497, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3498, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3498, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3498, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3498, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3499, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3499, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3499, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3499, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3499, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3500, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3500, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3501, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3501, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3501, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3501, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3502, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3502, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3502, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3502, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3502, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3503, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3503, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3504, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3505, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3507, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3507, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3508, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3510, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3511, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3511, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3512, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3512, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3513, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3513, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3514, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3515, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3515, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3516, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3516, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3517, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3517, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3518, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3518, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3519, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3519, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3520, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3520, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3521, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3521, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3521, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3521, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3521, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3522, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3522, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3523, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3524, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3527, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3528, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3528, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3529, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3529, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3530, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3530, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3531, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3531, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3532, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3532, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3533, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3533, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3534, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3534, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3535, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3535, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3536, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3536, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3537, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3537, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3538, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3538, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3539, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3539, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3540, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3540, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3541, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3541, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3542, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3542, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3543, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3544, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3545, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3546, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3547, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3548, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3549, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3550, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3551, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3552, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3553, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3554, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3555, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3556, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3557, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3561, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3562, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3566, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3567, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3568, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3571, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3571, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3572, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3572, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3572, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3572, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3572, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3573, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3574, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3577, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3577, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3578, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3579, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3581, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3581, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3582, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3583, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3583, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3584, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3584, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3585, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3585, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3586, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3586, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3586, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3587, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3587, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3588, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3588, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3589, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3589, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3590, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3590, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3591, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3591, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3592, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3592, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3593, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3593, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3594, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3594, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3595, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3595, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3596, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3596, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3597, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3597, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3598, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3599, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3599, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3600, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3600, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3601, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3601, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3602, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3602, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3603, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3604, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3604, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3605, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3605, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3606, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3607, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3607, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3608, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3608, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3609, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3609, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3610, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3610, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3611, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3611, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3612, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3612, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3613, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3613, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3614, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3614, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3615, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3615, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3615, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3615, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3615, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3616, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3617, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3619, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3620, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3620, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3620, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3620, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3620, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3621, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3621, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3622, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3622, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3624, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3624, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3625, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3625, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3625, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3626, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3626, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3627, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3627, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3628, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3628, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3629, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3629, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3630, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3630, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3631, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3631, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3632, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3632, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3633, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3633, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3634, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3634, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3636, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3636, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3636, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3637, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3637, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3637, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3638, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3638, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3639, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3639, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3640, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3640, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3640, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3641, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3641, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3644, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3644, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3649, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3649, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3650, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3650, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3652, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3653, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3653, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3653, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3654, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3655, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3655, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3657, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3658, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3658, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3658, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3658, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3659, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3659, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3659, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3659, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3660, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3661, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3662, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3662, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3663, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3663, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3664, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3665, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3665, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3665, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3665, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3665, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3666, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3667, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3669, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3669, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3669, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3670, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3670, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3670, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3671, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3671, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3671, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3672, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3672, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3673, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3673, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3673, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3674, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3674, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3674, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3678, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3678, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3678, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3679, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3679, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3679, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3680, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3681, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3682, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3682, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3682, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3682, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3683, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3684, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3685, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3688, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3689, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3690, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3691, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3691, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3692, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3692, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3693, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3693, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3695, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3695, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3696, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3698, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3700, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3700, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3701, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3702, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3702, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3703, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3703, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3704, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3704, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3705, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3706, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3706, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3706, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3706, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3706, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3707, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3708, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3711, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3711, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3712, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3712, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3713, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3715, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3715, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3717, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3721, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3722, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3725, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3725, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3727, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3728, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3728, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3730, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3730, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3732, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3733, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3734, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3734, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3735, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3735, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3736, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3737, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3739, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3740, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3742, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3742, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3743, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3743, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3745, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3745, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3746, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3746, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3748, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3748, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3749, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3749, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3750, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3750, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3752, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3752, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3754, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3754, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3755, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3755, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3757, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3757, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3758, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3758, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3759, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3759, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3762, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3762, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3763, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3763, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3765, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3767, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3770, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3770, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3771, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3771, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3772, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3772, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3773, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3773, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3774, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3774, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3779, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3780, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3781, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3782, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3783, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3784, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3789, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3791, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3792, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3792, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3797, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3797, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3801, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3801, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3802, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3802, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3803, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3803, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3804, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3804, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3806, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3807, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3807, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3808, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3808, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3809, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3809, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3810, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3810, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3811, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3811, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3812, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3812, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3814, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3814, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3815, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3815, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3816, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3817, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3817, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3818, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3818, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3819, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3819, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3820, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3820, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3821, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3821, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3823, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3823, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3824, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3824, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3825, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3825, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3833, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3833, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3834, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3834, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3835, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3835, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3835, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3836, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3838, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3838, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3840, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3840, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3840, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3841, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3841, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3842, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3842, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3844, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3845, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3845, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3846, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3846, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3847, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3847, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3848, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3848, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3849, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3849, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3849, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3850, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3850, 1, 2, 236, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3850, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3851, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3851, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3851, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3853, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3853, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3853, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3854, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3854, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3854, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3855, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3855, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3855, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3857, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3857, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3857, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3859, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3859, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3859, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3861, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3861, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3861, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3862, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3862, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3862, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3863, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3863, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3863, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3864, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3864, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3864, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3865, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3866, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3866, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3866, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3868, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3868, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3868, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3872, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3872, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3872, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3873, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3873, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3873, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3875, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3875, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3875, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3877, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3877, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3877, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3880, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3881, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3881, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3881, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3881, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3881, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3882, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3882, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3882, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3883, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3884, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3885, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3885, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3886, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3886, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3886, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3887, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3887, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3887, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3888, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3891, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3891, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3892, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3892, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3893, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3894, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3894, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3897, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3897, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3898, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3899, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3900, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3901, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3902, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3903, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3904, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3906, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3907, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3908, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3911, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3912, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3914, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3914, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3914, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3915, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3916, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3917, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3919, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3919, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3920, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3920, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3921, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3922, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3923, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3924, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3924, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3925, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3925, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3926, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3926, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3927, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3927, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3927, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3928, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3928, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3931, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3931, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3932, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3932, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3933, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3933, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3933, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3934, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3934, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3934, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3934, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3934, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3935, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3935, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3936, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3937, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3937, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3939, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3939, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3939, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3939, 1, 10, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3939, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3940, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3941, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3942, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3942, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3943, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3944, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3945, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3945, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3947, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3947, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3947, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3948, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3948, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3951, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3952, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3953, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3953, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3954, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3954, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3955, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3955, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3956, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3958, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3959, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3959, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3960, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3960, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3961, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3962, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3962, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3963, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3963, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3964, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3964, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3965, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3965, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3967, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3967, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3968, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3969, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3969, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3970, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3970, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3974, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3974, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3974, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3975, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3975, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3975, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3976, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3976, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3976, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3977, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3977, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3977, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3978, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3979, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3980, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3981, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3981, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3982, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3982, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3983, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3983, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3983, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3984, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3984, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3985, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3985, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3986, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3986, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3986, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3986, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3987, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3987, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3988, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3989, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3989, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3991, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3991, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3992, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3992, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3993, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3993, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3994, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3994, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3995, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3995, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3996, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3999, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3999, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4001, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4002, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4003, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4003, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4004, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4004, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4005, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4005, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4006, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4006, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4007, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4007, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4008, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4008, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4009, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4009, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4011, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4011, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4012, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4013, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4013, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4014, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4014, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4015, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4015, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4016, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4017, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4018, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4018, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4020, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4020, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4021, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4022, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4023, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4023, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4024, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4025, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4026, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4026, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4027, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4028, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4028, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4029, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4029, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4030, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4030, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4031, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4032, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4032, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4034, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4035, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4035, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4036, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4036, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4037, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4037, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4038, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4040, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4040, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4041, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4042, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4043, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4043, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4043, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4043, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4043, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4043, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4044, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4044, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4046, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4047, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4047, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4047, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4047, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4047, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4048, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4049, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4049, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4049, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4049, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4049, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4050, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4050, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4051, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4051, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4052, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4052, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4053, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4053, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4054, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4054, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4056, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4056, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4057, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4057, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4059, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4061, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4061, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4062, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4062, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4063, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4063, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4064, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4064, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4065, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4065, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4066, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4066, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4067, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4067, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4068, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4070, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4070, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4072, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4073, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4073, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4074, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4074, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4075, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4075, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4076, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4077, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4078, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4079, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4080, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4080, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4081, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4082, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4082, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4083, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4083, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4084, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4084, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4085, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4085, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4086, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4087, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4088, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4088, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4089, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4090, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4091, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4091, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4092, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4092, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4093, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4094, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4094, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4095, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4095, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4096, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4097, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4097, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4099, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4100, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4100, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4101, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4101, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4104, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4104, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4107, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4107, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4109, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4109, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4110, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4111, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4112, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4112, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4114, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4116, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4117, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4119, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4120, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4124, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4126, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4127, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4127, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4127, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4127, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4128, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4128, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4129, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4129, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4130, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4130, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4131, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4131, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4132, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4132, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4133, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4133, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4138, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4139, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4140, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4142, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4143, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4143, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4144, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4144, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4146, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4146, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4147, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4147, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4150, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4151, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4154, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4155, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4156, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4156, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4158, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4159, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4160, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4161, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4161, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4163, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4163, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4164, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4164, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4165, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4165, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4166, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4167, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4168, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4168, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4169, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4169, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4170, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4170, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4171, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4171, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4172, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4173, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4173, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4175, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4175, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4177, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4180, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4180, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4181, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4181, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4182, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4182, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4183, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4183, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4184, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4184, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4185, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4185, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4186, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4186, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4187, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4188, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4189, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4190, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4191, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4191, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4192, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4192, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4193, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4193, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4194, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4194, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4195, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4195, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4197, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4197, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4198, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4200, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4200, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4201, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4201, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4202, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4203, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4203, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4204, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4204, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4205, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4205, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4208, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4208, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4209, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4209, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4210, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4210, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4211, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4211, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4212, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4212, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4213, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4213, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4214, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4214, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4215, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4215, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4216, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4217, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4218, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4219, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4219, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4220, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4220, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4221, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4221, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4222, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4222, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4223, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4223, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4225, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4225, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4226, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4226, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4228, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4228, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4229, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4229, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4230, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4230, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4231, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4231, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4232, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4233, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4233, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4234, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4234, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4235, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4235, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4236, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4240, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4240, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4241, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4242, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4242, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4243, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4243, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4244, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4248, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4248, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4249, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4250, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4250, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4251, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4252, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4253, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4254, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4254, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4255, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4255, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4255, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4256, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4256, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4257, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4257, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4257, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4258, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4258, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4259, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4259, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4260, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4260, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4262, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4262, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4263, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4264, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4265, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4265, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4266, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4267, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4267, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4268, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4269, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4270, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4271, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4272, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4273, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4273, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4274, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4274, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4274, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4275, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4275, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4275, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4276, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4278, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4278, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4278, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4279, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4279, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4279, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4280, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4280, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4281, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4281, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4282, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4282, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4283, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4283, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4283, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4284, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4284, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4285, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4285, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4286, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4286, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4286, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4287, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4287, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4287, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4288, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4288, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4288, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4289, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4289, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4289, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4290, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4290, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4290, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4291, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4291, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4291, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4292, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4292, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4292, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4293, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4294, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4294, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4294, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4295, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4295, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4295, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4296, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4296, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4296, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4297, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4297, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4297, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4298, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4298, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4298, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4299, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4299, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4299, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4300, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4300, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4300, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4301, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4301, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4301, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4302, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4302, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4302, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4303, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4303, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4303, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4304, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4304, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4304, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4305, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4306, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4306, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4306, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4307, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4308, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4308, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4308, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4309, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4310, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4310, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4311, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4311, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4311, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4311, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4311, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4311, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4312, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4312, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4314, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4314, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4316, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4316, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4316, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4316, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4317, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4317, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4319, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4319, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4320, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4320, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4321, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4321, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4323, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4323, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4324, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4324, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4328, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4328, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4329, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4329, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4331, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4331, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4334, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4334, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4339, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4339, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4341, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4341, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4342, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4343, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4343, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4344, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4344, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4345, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4345, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4346, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4346, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4347, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4347, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4348, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4348, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4351, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4351, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4352, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4352, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4355, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4356, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4357, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4357, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4359, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4361, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4362, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4363, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4364, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4364, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4366, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4366, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4368, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4368, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4370, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4370, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4371, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4371, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4374, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4374, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4376, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4378, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4379, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4380, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4380, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4382, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4385, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4387, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4388, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4388, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4389, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4389, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4390, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4391, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4393, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4393, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4394, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4396, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4397, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4398, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4399, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4400, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4401, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4401, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4402, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4403, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4403, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4404, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4404, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4405, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4407, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4407, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4408, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4409, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4409, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4410, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4412, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4412, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4413, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4414, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4414, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4415, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4415, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4416, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4416, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4417, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4417, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4417, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4418, 1, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4418, 1, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4418, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4419, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4419, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4420, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4420, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4420, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4421, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4421, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4421, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4422, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4422, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4422, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4423, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4424, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4424, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4424, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4425, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4425, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4425, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4427, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4427, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4427, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4428, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4428, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4428, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4429, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4430, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4435, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4435, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4435, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4436, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4436, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4436, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4437, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4437, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4437, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4438, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4438, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4438, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4440, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4440, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4440, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4442, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4442, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4442, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4444, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4444, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4444, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4451, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4451, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4452, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4452, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4453, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4454, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4455, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4455, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4456, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4457, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4457, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4458, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4459, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4460, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4461, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4461, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4462, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4462, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4463, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4463, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4464, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4464, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4465, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4465, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4466, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4467, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4467, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4468, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4468, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4469, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4469, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4472, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4472, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4474, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4474, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4475, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4475, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4479, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4479, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4480, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4481, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4483, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4483, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4484, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4484, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4485, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4485, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4485, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4485, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4485, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4486, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4486, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4486, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4486, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4486, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4488, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4488, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4488, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4488, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4488, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4489, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4490, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4493, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4493, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4494, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4494, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4495, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4496, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4498, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4499, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4499, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4500, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4500, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4501, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4502, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4502, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4503, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4503, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4505, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4506, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4506, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4507, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4507, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4508, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4508, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4508, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4510, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4510, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4511, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4511, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4511, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4512, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4512, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4512, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4514, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4514, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4514, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4515, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4515, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4515, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4516, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4516, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4516, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4517, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4517, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4517, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4518, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4518, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4518, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4519, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4519, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4519, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4520, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4520, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4520, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4521, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4521, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4522, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4522, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4522, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4523, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4523, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4523, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4525, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4525, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4525, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4526, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4528, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4530, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4530, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4530, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4531, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4531, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4531, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4532, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4532, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4532, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4534, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4535, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4538, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4538, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4538, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4539, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4539, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4539, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4540, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4540, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4540, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4541, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4541, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4541, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4542, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4542, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4542, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4543, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4543, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4543, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4544, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4545, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4546, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4547, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4548, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4549, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4549, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4549, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4549, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4550, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4550, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4550, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4550, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4551, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4551, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4551, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4551, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4551, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4552, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4552, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4552, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4552, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4553, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4553, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4553, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4553, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4554, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4555, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4555, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4555, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4555, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4556, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4556, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4556, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4556, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4557, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4557, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4557, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4557, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4558, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4558, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4558, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4558, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4559, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4559, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4559, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4559, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4560, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4560, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4560, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4560, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4561, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4561, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4561, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4561, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4562, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4562, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4562, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4562, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4563, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4563, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4563, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4563, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4563, 1, 33, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4563, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4564, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4564, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4564, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4564, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4564, 1, 33, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4564, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4565, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4565, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4565, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4565, 1, 33, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4565, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4566, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4566, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4566, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4566, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4566, 1, 33, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4566, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4567, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4567, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4567, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4567, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4567, 1, 33, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4567, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4568, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4568, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4568, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4568, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4568, 1, 33, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4568, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4569, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4569, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4569, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4569, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4570, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4570, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4570, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4570, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4571, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4571, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4571, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4571, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4571, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4572, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4572, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4573, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4573, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4573, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4573, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4573, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4574, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4574, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4574, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4574, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4574, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4575, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4575, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4575, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4575, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4575, 1, 35, 12, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4576, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4576, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4576, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4576, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4576, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4577, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4577, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4577, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4577, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4577, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4578, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4578, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4578, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4578, 1, 32, 13, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4578, 1, 33, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4578, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4580, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4580, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4580, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4580, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4580, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4581, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4581, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4581, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4581, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4581, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4582, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4582, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4582, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4582, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4582, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4583, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4583, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4583, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4583, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4583, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4584, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4584, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4584, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4584, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4584, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4585, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4585, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4585, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4585, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4585, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4586, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4586, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4586, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4586, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4586, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4587, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4587, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4587, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4587, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4587, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4588, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4588, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4588, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4588, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4588, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4589, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4589, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4589, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4589, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4589, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4590, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4590, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4590, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4590, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4590, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4591, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4591, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4591, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4591, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4591, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4592, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4592, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4592, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4592, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4592, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4593, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4593, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4593, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4593, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4594, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4594, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4594, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4594, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4595, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4595, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4596, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4596, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4596, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4596, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4596, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4597, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4597, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4597, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4597, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4597, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4598, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4598, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4598, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4598, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4599, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4599, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4599, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4599, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4599, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4600, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4600, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4600, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4600, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4600, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4601, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4601, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4601, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4601, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4601, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4602, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4602, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4602, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4602, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4602, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4603, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4603, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4603, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4603, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4604, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4604, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4604, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4604, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4604, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4605, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4605, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4605, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4605, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4605, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4606, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4606, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4606, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4606, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4606, 1, 33, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4606, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4607, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4607, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4607, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4607, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4607, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4607, 1, 33, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4607, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 1, 33, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4609, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4609, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4609, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4609, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4609, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4610, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4610, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4610, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4610, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4610, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4611, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4611, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4611, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4611, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4611, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4612, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4612, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4612, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4612, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4612, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4613, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4613, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4613, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4613, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4613, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4614, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4614, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4614, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4614, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4614, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4615, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4615, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4615, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4615, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4615, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4616, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4616, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4616, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4616, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4617, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4617, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4617, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4617, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4617, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4618, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4618, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4619, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4619, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4620, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4623, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4623, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4623, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4624, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4624, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4625, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4625, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4625, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4627, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4629, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4629, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4630, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4630, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4631, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4631, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4632, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4632, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4633, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4633, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4634, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4634, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4635, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4635, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4636, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4636, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4637, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4637, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4638, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4638, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4639, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4639, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4640, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4640, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4641, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4641, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4642, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4642, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4643, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4643, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4644, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4644, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4645, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4645, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4646, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4646, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4647, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4647, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4648, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4648, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4649, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4649, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4651, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4651, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4652, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4652, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4653, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4653, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4654, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4654, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4655, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4655, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4656, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4657, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4658, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4659, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4662, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4662, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4663, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4663, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4664, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4665, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4665, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4666, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4667, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4668, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4670, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4671, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4671, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4672, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4672, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4673, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4673, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4674, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4674, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4675, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4676, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4677, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4677, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4678, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4679, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4679, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4680, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4680, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4681, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4682, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4684, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4685, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4686, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4686, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4687, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4687, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4688, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4689, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4690, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4692, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4692, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4693, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4693, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4694, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4695, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4695, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4696, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4697, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4699, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4700, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4700, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4701, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4702, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4702, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4705, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4706, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4707, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4708, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4709, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4709, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4710, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4711, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4711, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4712, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4712, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4713, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4714, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4714, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4715, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4715, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4716, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4716, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4718, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4719, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4720, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4721, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4722, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4722, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4723, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4723, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4726, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4726, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4727, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4728, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4728, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4729, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4729, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4730, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4730, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4731, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4731, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4732, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4752, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4752, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4752, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4752, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4752, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4752, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4753, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4753, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4772, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4772, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4773, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4773, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4775, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4775, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4775, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4775, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4775, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4777, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4779, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4782, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4783, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4784, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4786, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4787, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4787, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4788, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4788, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4789, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4789, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4791, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4792, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4792, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4794, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4794, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4798, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4798, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4798, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4799, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4799, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4799, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4802, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4802, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4803, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4803, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4805, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4805, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4805, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4807, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4807, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4807, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4809, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4809, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4809, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4810, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4810, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4810, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4811, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4811, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4811, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4812, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4812, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4812, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4813, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4813, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4813, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4814, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4814, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4814, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4815, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4815, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4815, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4818, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4818, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4818, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4819, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4819, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4819, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4820, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4820, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4820, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4821, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4821, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4821, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4822, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4822, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4822, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4823, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4823, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4823, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4824, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4824, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4824, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4825, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4825, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4825, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4827, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4827, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4827, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4829, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4829, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4829, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4830, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4830, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4830, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4831, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4831, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4831, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4832, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4832, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4832, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4834, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4834, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4841, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4841, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4842, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4842, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4842, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4844, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4844, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4845, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4845, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4846, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4846, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4847, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4847, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4847, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4848, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4848, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4848, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4849, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4849, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4849, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4850, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4850, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4850, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4851, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4851, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4852, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4852, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4852, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4853, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4853, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4853, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4854, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4854, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4854, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4855, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4855, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4855, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4856, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4856, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4857, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4857, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4857, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4860, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4860, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4860, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4861, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4861, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4861, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4863, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4863, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4863, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4872, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4872, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4875, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4875, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4876, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4877, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4878, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4879, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4880, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4883, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4884, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4885, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4885, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4886, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4887, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4887, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4887, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4888, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4889, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4889, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4890, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4890, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4891, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4891, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4892, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4892, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4893, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4893, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4894, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4894, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4895, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4895, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4896, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4896, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4897, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4897, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4898, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4898, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4899, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4899, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4900, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4900, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4901, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4902, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4902, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4921, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4922, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4923, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4924, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4924, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4926, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4926, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4941, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4943, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4944, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4945, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4945, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4946, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4947, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4947, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4948, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4948, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4949, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4949, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4949, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4949, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4949, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4949, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4950, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4951, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4952, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4953, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4953, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4954, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4954, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4959, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4959, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4960, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4960, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4961, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4962, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4962, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4963, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4963, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4964, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4964, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4965, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4965, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4966, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4966, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4967, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4967, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4968, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4968, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4969, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4971, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4972, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4973, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4973, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4974, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4974, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4978, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4979, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4980, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4981, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4982, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4982, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4983, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4984, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4995, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4995, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4996, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5042, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5043, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5043, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5044, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5045, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5047, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5048, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5048, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5048, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5049, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5049, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5052, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5052, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5052, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5052, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5052, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5053, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5053, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5053, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5054, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5054, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5055, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5055, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5056, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5056, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5056, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5057, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5057, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5058, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5058, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5058, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5081, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5082, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5082, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5083, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5083, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5085, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5085, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5086, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5087, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5088, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5089, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5090, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5091, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5091, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5092, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5092, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5093, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5094, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5094, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5095, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5095, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5096, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5097, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5099, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5100, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5100, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5101, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5101, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5102, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5102, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5103, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5106, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5106, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5107, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5107, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5108, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5108, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5109, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5109, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5110, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5111, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5112, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5112, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5113, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5114, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5115, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5116, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5117, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5118, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5119, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5120, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5121, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5122, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5123, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5124, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5125, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5126, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5127, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5128, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5128, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5129, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5129, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5130, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5130, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5132, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5132, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5133, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5133, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5134, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5134, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5134, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5135, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5135, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5135, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5137, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5138, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5139, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5139, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5140, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5141, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5142, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5143, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5143, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5144, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5144, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5145, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5145, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5146, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5146, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5147, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5147, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5148, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5148, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5149, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5149, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5150, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5151, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5152, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5152, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5153, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5153, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5154, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5155, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5156, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5156, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5157, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5157, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5158, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5159, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5160, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5161, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5161, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5162, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5162, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5163, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5163, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5164, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5164, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5165, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5165, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5166, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5167, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5169, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5169, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5170, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5170, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5171, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5171, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5172, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5173, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5173, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5174, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5174, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5175, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5175, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5177, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5178, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5184, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5184, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5185, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5186, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5186, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5188, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5188, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5188, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5188, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5188, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5189, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5190, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5190, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5190, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5190, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5191, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5191, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5193, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5193, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5194, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5195, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5195, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5195, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5195, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5195, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5195, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5197, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5198, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5198, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5198, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5198, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5199, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5200, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5200, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5202, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5204, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5204, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5204, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5204, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5204, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5224, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5224, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5225, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5225, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5226, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5226, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5226, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5228, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5228, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5228, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5229, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5229, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5232, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5234, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5234, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5235, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5235, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5236, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5237, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5237, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5238, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5238, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5239, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5239, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5240, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5240, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5241, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5243, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5243, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5244, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5245, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5245, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5246, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5246, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5247, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5247, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5249, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5251, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5253, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5253, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5254, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5254, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5255, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5255, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5256, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5256, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5256, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5258, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5258, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5259, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5259, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5259, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5260, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5260, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5261, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5261, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5262, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5262, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5263, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5263, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5267, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5267, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5267, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5268, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5268, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5269, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5269, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5270, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5270, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5270, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5271, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5271, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5271, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5272, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5272, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5273, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5273, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5273, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5274, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5274, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5276, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5277, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5277, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5277, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5278, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5278, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5280, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5280, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5280, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5283, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5283, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5283, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5286, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5286, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5287, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5287, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5288, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5288, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5291, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5291, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5291, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5292, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5292, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5293, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5293, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5295, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5295, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5296, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5296, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5297, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5299, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5299, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5300, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5300, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5304, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5304, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5305, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5306, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5307, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5308, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5308, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5312, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5312, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5314, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5314, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5317, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5317, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5319, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5319, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5320, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5320, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5327, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5327, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5328, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5331, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5331, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5332, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5332, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5333, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5333, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5334, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5334, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5335, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5335, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5336, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5337, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5343, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5343, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5345, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5345, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5346, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5346, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5347, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5347, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5349, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5349, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5350, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5350, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5352, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5352, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5353, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5353, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5354, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5354, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5356, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5356, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5357, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5357, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5358, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5358, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5359, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5359, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5360, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5360, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5361, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5361, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5362, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5363, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5364, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5366, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5384, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5384, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5385, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5386, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5387, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5388, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5388, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5389, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5389, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5390, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5391, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5391, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5392, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5393, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5393, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5394, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5395, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5396, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5396, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5397, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5398, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5398, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5399, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5400, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5401, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5401, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5402, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5403, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5403, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5404, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5404, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5405, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5405, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5406, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5406, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5407, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5409, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5411, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5412, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5412, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5413, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5413, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5414, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5414, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5416, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5418, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5419, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5419, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5420, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5420, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5421, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5421, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5422, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5422, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5423, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5424, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5424, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5425, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5425, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5426, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5426, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5427, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5427, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5428, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5429, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5430, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5431, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5432, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5434, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5435, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5441, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5450, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5450, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5451, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5451, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5452, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5452, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5453, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5454, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5455, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5455, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5456, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5457, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5457, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5458, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5459, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5460, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5461, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5461, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5462, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5462, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5464, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5464, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5465, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5466, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5466, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5467, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5467, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5469, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5469, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5470, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5471, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5471, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5472, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5472, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5473, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5473, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5474, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5474, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5475, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5475, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5476, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5476, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5477, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5477, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5479, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5479, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5480, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5481, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5482, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5482, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5483, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5483, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5484, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5484, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5485, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5489, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5490, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5490, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5491, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5491, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5492, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5492, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5493, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5493, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5494, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5494, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5495, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5496, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5497, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5497, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5498, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5499, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5499, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5500, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5500, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5501, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5502, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5502, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5503, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5503, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5504, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5505, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5506, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5506, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5508, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5509, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5510, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5511, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5511, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5512, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5512, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5513, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5513, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5514, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5515, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5515, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5516, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5516, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5517, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5517, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5518, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5518, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5519, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5519, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5520, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5520, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5523, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5543, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5546, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5547, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5564, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5566, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5567, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5568, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5570, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5591, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5591, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5592, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5592, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5593, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5593, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5594, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5594, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5595, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5595, 1, 2, 1537, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5595, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5597, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5597, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5597, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5597, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5597, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5597, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5598, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5599, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5599, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5600, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5600, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5601, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5601, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5602, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5602, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5603, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5605, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5605, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5606, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5606, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5606, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5606, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5606, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5607, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5607, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5608, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5608, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5609, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5609, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5609, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5609, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5609, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5609, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5610, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5610, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5610, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5610, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5610, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5610, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5611, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5611, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5611, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5611, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5611, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5611, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5612, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5612, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5613, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5613, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5613, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5613, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5613, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5613, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5614, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5614, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5614, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5614, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5614, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5614, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5615, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5615, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5616, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5617, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5617, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5618, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5618, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5620, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5622, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5622, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5623, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5623, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5624, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5624, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5624, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5624, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5624, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5634, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5634, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5635, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5635, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5636, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5636, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5637, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5637, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5638, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5638, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5639, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5639, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5639, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5639, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5639, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5639, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5640, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5640, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5640, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5640, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5640, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5640, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5641, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5641, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5642, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5642, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5643, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5643, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5644, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5644, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5645, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5645, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5646, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5646, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5647, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5647, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5648, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5648, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5648, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5649, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5649, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5649, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5650, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5650, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5650, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5651, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5651, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5651, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5651, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5651, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5652, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5652, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5652, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5652, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5652, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5653, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5653, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5654, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5654, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5655, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5655, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5656, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5657, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5658, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5659, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5660, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5661, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5662, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5662, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5663, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5663, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5664, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5665, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5665, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5667, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5668, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5668, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5668, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5668, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5669, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5669, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5669, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5669, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5669, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5670, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5670, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5670, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5670, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5674, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5674, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 31, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 32, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 33, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5677, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5679, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5679, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5680, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5680, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5681, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5682, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5683, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5685, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5686, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5686, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5687, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5687, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5688, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5690, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5691, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5692, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5693, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5693, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5693, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5693, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5693, 1, 32, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5693, 1, 33, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5693, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5694, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5695, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5695, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5696, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5696, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5696, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5696, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5697, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5697, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5697, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5697, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5698, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5698, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5698, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5698, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5699, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5699, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5699, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5699, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5700, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5700, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5700, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5700, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5700, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5701, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5701, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5701, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5701, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5702, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5702, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5702, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5702, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5702, 1, 32, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5702, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5703, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5703, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5703, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5703, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5704, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5704, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5704, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5704, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5705, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5705, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5705, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5706, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5706, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5706, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5706, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5707, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5707, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5707, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5707, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5708, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5708, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5708, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5709, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5709, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5709, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5710, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5710, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5710, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5711, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5711, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5711, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5712, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5712, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5712, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5713, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5713, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5713, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5714, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5714, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5714, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5715, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5715, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5715, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5716, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5716, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5716, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5717, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5717, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5717, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5718, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5718, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5719, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5719, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5719, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5720, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5721, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5722, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5722, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5722, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5723, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5724, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5724, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5725, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5725, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5726, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5726, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5726, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5726, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5726, 1, 31, 2, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5726, 1, 32, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5728, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5729, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5729, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5729, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5729, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5729, 1, 31, 2, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5729, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 1, 31, 2, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 1, 32, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 1, 35, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5731, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5731, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5731, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5731, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5731, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5732, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5732, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5732, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5732, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5733, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5733, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5733, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5733, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5734, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5734, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5734, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5734, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5734, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5735, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5735, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5735, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5735, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5735, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5736, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5736, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5736, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5736, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5738, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5739, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5741, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5742, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5743, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5744, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5744, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5744, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5744, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5744, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5747, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5747, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5747, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5747, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5747, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5748, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5748, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5749, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5749, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5750, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5750, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5752, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5752, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 31, 5, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 32, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 33, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5753, 1, 35, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5754, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5754, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5754, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5754, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5754, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5755, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5755, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5755, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5756, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5756, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5756, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5757, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5757, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5758, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5758, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5759, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5759, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5760, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5760, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5761, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5761, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5761, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5762, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5763, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5764, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5765, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5765, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5766, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5766, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5766, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5766, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5767, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5768, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5768, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5769, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5769, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5770, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5770, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5771, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5771, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5772, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5773, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5774, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5774, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5774, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5774, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5774, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5775, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5775, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5775, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5780, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5782, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5782, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5783, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5784, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5785, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5785, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5786, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5786, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5787, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5787, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5791, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5792, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5792, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5797, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5797, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5798, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5798, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5799, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5799, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5800, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5800, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5806, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5807, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5807, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5808, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5808, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5808, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5809, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5809, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5809, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5810, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5810, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5811, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5811, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5811, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5811, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5811, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5811, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5812, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5812, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5812, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5812, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5812, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5812, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5814, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5814, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5815, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5815, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5815, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5815, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5815, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5815, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5816, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5816, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5816, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5816, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5816, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5817, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5817, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5817, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5817, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5817, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5817, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5819, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5819, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5819, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5819, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5819, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5820, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5820, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5820, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5820, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5820, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5821, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5821, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5821, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5821, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5821, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5822, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5822, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5823, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5823, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5824, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5824, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5824, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5824, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5824, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5824, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5826, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5826, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5827, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5827, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5828, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5828, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5829, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5829, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5830, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5830, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5830, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5830, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5830, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5831, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5831, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5832, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5832, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5833, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5833, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5834, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5834, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5835, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5835, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5835, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5835, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5835, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5836, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5836, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5836, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5836, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5836, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5837, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5837, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5838, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5838, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5838, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5838, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5838, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5839, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5839, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5840, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5840, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5841, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5841, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5842, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5842, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5842, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5842, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5842, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5843, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5844, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5844, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5846, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5846, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5847, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5847, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5848, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5848, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5849, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5849, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5850, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5850, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5851, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5851, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5852, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5852, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5853, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5853, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5854, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5854, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5855, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5855, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5856, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5857, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5858, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5858, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5859, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5859, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5860, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5860, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5861, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5861, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5862, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5862, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5863, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5863, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5864, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5864, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5865, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5865, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5870, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5870, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5871, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5871, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5871, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5871, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5871, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5872, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5873, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5874, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5875, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5875, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5875, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5875, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5875, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5875, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5878, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5878, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5878, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5878, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5880, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5880, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5881, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5882, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5882, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5882, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5882, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5882, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5882, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5883, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5883, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5883, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5883, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5883, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5884, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5884, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5885, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5885, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5885, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5885, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5885, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5885, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5886, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5887, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5887, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5887, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5888, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5889, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5890, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5890, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5891, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5891, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5893, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5893, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5894, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5894, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5895, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5896, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5897, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5897, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5898, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5899, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5899, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5900, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5900, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5900, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5900, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5900, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5900, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5901, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5902, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5905, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5905, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5906, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5906, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5907, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5907, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5907, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5907, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5907, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5908, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5908, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5909, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5909, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5909, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5909, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5909, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5910, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5910, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5910, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5910, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5910, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5910, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5911, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5911, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5912, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5912, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5912, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5914, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5915, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5915, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5916, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5916, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5917, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5918, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5919, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5920, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5924, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5925, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5926, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5927, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5928, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5928, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5929, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5930, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5930, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5931, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5931, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5932, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5932, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5933, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5933, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5934, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5934, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5935, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5935, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5937, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5937, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5938, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5938, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5939, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5939, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5940, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5941, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5941, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5942, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5942, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5942, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5943, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5943, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5943, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5943, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5943, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5944, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5947, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5948, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5949, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5951, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5952, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5952, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5953, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5953, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5953, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5955, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5955, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5957, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5958, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5958, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5958, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5958, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5958, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5974, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5974, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5975, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5975, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5976, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5977, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5978, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5979, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5982, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5982, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5983, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5984, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5985, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5985, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5988, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5990, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5990, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5991, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5991, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5992, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5992, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5993, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5993, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5994, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5994, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5994, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5994, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5994, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5994, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5996, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5997, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5998, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5999, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5999, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6000, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6000, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6001, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6001, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6002, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6002, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6003, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6003, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6004, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6004, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6005, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6005, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6006, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6006, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6007, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6007, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6008, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6008, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6009, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6009, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6010, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6010, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6011, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6011, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6013, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6014, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6014, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6014, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6014, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6014, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6014, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6015, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6015, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6018, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6018, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6018, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6018, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6018, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6018, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6020, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6020, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6021, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6026, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6026, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6027, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6027, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6027, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6027, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6027, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6028, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6028, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6030, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6030, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6031, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6033, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6033, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6034, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6035, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6035, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6035, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6066, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6068, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6068, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6070, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6071, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6072, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6073, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6073, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6074, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6075, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6086, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6087, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6089, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6090, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6091, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6091, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6093, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6094, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6094, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6109, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6109, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6112, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6113, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6114, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6115, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6116, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6117, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6118, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6119, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6120, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6121, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6122, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6123, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6124, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6125, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6126, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6127, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6128, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6128, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6129, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6129, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6130, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6130, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6131, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6131, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6132, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6132, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6133, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6133, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6134, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6134, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6135, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6135, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6136, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6137, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6138, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6139, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6140, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6140, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6141, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6142, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6143, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6143, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6144, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6144, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6145, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6145, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6146, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6146, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6147, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6147, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6148, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6148, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6166, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6167, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6168, 1, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6168, 1, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6168, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6169, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6169, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6170, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6170, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6171, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6171, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6172, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6173, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6173, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6174, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6174, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6175, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6175, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6176, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6177, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6178, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6179, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6180, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6181, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6181, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6182, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6182, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6184, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6184, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6185, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6185, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6186, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6186, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6187, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6188, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6189, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6190, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6193, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6193, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6194, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6194, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6195, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6195, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6196, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6198, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6199, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6200, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6200, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6201, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6201, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6202, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6206, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6206, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6206, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6207, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6207, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6207, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6208, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6208, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6209, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6209, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6210, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6210, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6211, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6211, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6211, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6212, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6212, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6212, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6213, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6213, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6215, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6218, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6218, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6218, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6219, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6219, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6219, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6220, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6220, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6220, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6221, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6221, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6222, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6222, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6222, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6223, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6223, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6223, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6224, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6224, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6224, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6225, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6225, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6225, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6226, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6226, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6226, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6227, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6227, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6227, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6228, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6228, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6228, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6229, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6229, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6229, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6230, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6230, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6230, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6231, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6231, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6232, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6232, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6232, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6233, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6233, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6233, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6234, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6234, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6234, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6235, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6235, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6235, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6236, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6237, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6237, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6238, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6239, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6240, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6241, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6243, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6243, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6243, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6244, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6245, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6246, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6247, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6247, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6248, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6248, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6249, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6250, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6251, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6251, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6251, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6251, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6252, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6252, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6252, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6252, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6253, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6253, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6253, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6253, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6253, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6254, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6254, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6254, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6254, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6254, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6266, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6266, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6266, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6266, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6267, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6267, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6268, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6271, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6271, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6272, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6272, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6286, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6286, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6287, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6287, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6288, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6288, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6289, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6289, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6290, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6290, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6291, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6291, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6292, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6292, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6293, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6293, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6293, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6293, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6293, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6294, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6294, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6295, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6295, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6297, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6298, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6298, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6299, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6299, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6300, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6300, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6301, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6301, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6306, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6328, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6329, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6329, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6329, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6347, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6347, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6348, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6348, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6349, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6349, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6350, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6350, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6351, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6351, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6352, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6352, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6366, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6367, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6367, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6368, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6369, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6369, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6370, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6370, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6371, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6371, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6372, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6373, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6374, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6375, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6376, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6377, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6378, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6379, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6380, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6382, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6387, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6388, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6389, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6389, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6391, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6391, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6391, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6392, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6392, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6392, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6393, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6393, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6394, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6395, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6407, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6407, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6407, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6408, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6408, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6410, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6410, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6411, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6411, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6411, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6411, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6412, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6426, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6426, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6426, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6427, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6427, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6427, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6446, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6446, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6446, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6446, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6446, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6446, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6466, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6466, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6466, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6466, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6466, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6467, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6467, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6467, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6467, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6467, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6486, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6487, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6487, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6487, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6488, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6488, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6488, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6489, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6489, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6489, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6490, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6491, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6491, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6492, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6493, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6494, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6494, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6495, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6496, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6497, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6497, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6498, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6498, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6499, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6499, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6500, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6500, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6501, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6501, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6502, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6502, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6503, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6503, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6504, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6504, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6505, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6506, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6506, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6507, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6507, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6508, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6509, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6510, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6511, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6511, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6512, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6512, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6513, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6513, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6514, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6516, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6516, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6517, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6517, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6518, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6518, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6519, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6519, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6520, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6520, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6521, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6521, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6522, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6522, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6522, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6522, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6522, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6523, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6523, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6527, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6527, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6546, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6547, 1, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6547, 1, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6548, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6549, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6551, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6552, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6553, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6554, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6555, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6556, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6557, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6559, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6560, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6560, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6566, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6566, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6566, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6566, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6567, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6568, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6569, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6570, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6571, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6572, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6573, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6574, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6574, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6575, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6576, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6576, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6577, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6577, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6579, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6579, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6581, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6581, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6582, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6582, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6583, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6583, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6584, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6584, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6585, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6585, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6586, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6586, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6586, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6586, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6586, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6606, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6607, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6607, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6607, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6607, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6607, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6626, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6626, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6646, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6646, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6647, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6647, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6648, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6648, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6649, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6649, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6650, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6650, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6651, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6651, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6652, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6652, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6653, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6653, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6667, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6668, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6669, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6669, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6670, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6706, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6706, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6707, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6726, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6726, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6727, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6728, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6728, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6729, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6729, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6729, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6730, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6730, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6731, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6731, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6732, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6733, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6733, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6734, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6734, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6735, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6735, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6736, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6737, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6738, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6739, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6740, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6741, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6741, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6741, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6741, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6741, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6746, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6746, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6747, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6747, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6748, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6749, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6749, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6766, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6768, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6768, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6771, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6771, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6774, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6774, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6775, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6775, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6776, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6777, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6777, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6778, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6779, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6780, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6781, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6782, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6784, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6785, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6786, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6786, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6787, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6787, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6787, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6787, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6787, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6788, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6788, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6789, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6790, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6790, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6791, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6791, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6791, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6791, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6806, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6807, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6807, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6826, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6826, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6846, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6846, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6866, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6867, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6868, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6868, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6886, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6887, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6887, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6906, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6906, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6906, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6907, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6907, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6907, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6908, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6908, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6908, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6909, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6910, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6910, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6910, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6911, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6912, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6912, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6912, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6927, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6927, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6928, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6928, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6928, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6928, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6928, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6928, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6929, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6929, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6929, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6929, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6929, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6929, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6930, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6930, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6932, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6946, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6966, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6966, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6986, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6986, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6986, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6986, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6986, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6987, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6987, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6987, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6987, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6987, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6987, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7007, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7007, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7009, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7009, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7010, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7010, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7010, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7010, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7010, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7010, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7011, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7011, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7011, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7012, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7012, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7015, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7015, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7016, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7016, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7017, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7017, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7022, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7022, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7022, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7023, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7023, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7023, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7024, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7025, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7026, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7026, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7027, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7028, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7028, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7029, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7029, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7030, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7030, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7030, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7031, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7032, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7032, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7033, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7033, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7034, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7035, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7035, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7036, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7036, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7037, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7037, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7038, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7039, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7039, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7040, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7040, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7041, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7041, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7042, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7042, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7043, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7043, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7044, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7044, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7045, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7045, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7046, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7046, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7047, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7048, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7049, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7049, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7050, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7050, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7051, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7051, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7052, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7052, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7053, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7053, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7055, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7056, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7056, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7057, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7057, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7067, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7067, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7067, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7067, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7067, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7068, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7068, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7069, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7069, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7070, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7070, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7071, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7071, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7072, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7072, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7075, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7075, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7076, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7076, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7077, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7077, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7078, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7078, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7079, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7079, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7079, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7086, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7087, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7087, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7087, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7087, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7088, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7088, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7088, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7088, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7088, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7088, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7089, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7091, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7092, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7092, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7093, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7097, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7097, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7098, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7098, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7099, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7100, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7100, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7101, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7101, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7104, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7104, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7105, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7105, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7106, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7106, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7107, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7107, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7108, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7108, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7109, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7109, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7110, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7111, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7112, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7112, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7113, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7114, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7114, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7115, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7120, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7125, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7126, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7132, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7132, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7135, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7136, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7136, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7137, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7137, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7138, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7139, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7149, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7149, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7153, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7153, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7154, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7155, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7156, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7156, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7157, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7158, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7161, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7161, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7161, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7161, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7161, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7166, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7166, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7166, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7166, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7168, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7170, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7170, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7175, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7175, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7175, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7206, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7206, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7206, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7207, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7207, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7208, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7208, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7209, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7226, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7228, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7230, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7230, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7230, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7230, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7230, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7230, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7231, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7231, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7231, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7231, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7231, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7231, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7232, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7233, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7233, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7233, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7233, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7233, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7234, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7234, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7235, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7235, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7246, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7246, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7246, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7247, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7247, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7247, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7267, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7267, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7267, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7268, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7268, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7268, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7269, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7269, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7269, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7271, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7271, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7271, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7272, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7272, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7272, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7273, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7274, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7274, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7274, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7275, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7276, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7286, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7287, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7287, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7287, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7287, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7287, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7288, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7288, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7288, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7288, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7288, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7290, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7290, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7290, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7291, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7291, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7291, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7292, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7292, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7294, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7294, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7294, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7294, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7294, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7294, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7295, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7295, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7296, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7296, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7297, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7297, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7297, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7297, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7298, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7298, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7307, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7307, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7307, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7307, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7308, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7308, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7308, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7308, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7308, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7309, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7309, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7310, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7310, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7310, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7310, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7310, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7311, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7311, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7311, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7311, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7311, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7311, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7312, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7312, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7313, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7313, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7315, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7315, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7316, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7317, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7317, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7318, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7318, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7319, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7319, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7320, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7320, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7320, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7321, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7321, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7321, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7322, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7323, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7323, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7324, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7324, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7325, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7325, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7327, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7327, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7327, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7328, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7328, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7328, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7329, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7329, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7329, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7332, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7332, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7332, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7333, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7333, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7333, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7334, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7334, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7334, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7335, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7335, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7335, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7337, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7337, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7337, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7340, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7341, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7341, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7341, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7342, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7342, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7342, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7343, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7343, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7343, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7344, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7344, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7344, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7345, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7345, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7345, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7346, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7346, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7346, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7347, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7347, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7347, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7348, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7348, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7348, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7349, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7351, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7352, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7352, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7352, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7353, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7353, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7353, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7354, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7354, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7354, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7355, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7356, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7357, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7357, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7357, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7358, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7358, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7358, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7361, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7363, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7365, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7367, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7369, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7369, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7370, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7370, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7371, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7371, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7372, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7376, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7379, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7381, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7381, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7382, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7383, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7384, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7384, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7385, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7389, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7389, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7390, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7391, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7395, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7395, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7395, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7395, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7396, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7396, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7396, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7397, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7397, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7398, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7399, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7400, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7401, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7402, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7403, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7404, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7404, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7405, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7405, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7405, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7406, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7406, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7407, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7407, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7408, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7408, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7409, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7410, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7410, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7412, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7413, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7414, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7415, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7424, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7425, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7427, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7427, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7428, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7428, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7429, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7429, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7430, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7431, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7432, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7432, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7433, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7433, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7434, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7435, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7435, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7436, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7436, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7437, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7437, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7438, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7438, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7439, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7439, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7440, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7440, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7441, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7442, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7443, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7443, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7444, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7444, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7445, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7445, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7446, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7446, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7447, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7447, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7448, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7448, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7449, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7449, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7450, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7450, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7451, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7451, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7452, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7452, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7453, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7454, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7455, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7455, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7456, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7457, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7457, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7458, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7459, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7460, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7461, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7461, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7462, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7462, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7463, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7463, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7464, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7467, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7468, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7469, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7483, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7484, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7485, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7486, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7487, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7489, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7503, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7505, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7506, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7506, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7523, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7524, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7524, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7527, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7553, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7555, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7562, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7562, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7562, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7562, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7562, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7564, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7565, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7565, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7565, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7565, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7565, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7567, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7567, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7567, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7567, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7567, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7572, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7572, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7583, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7583, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7584, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7584, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7603, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7603, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7604, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7604, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7604, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7605, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7605, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7605, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7606, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7606, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7606, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7607, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7607, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7607, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7608, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7608, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7608, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7623, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7623, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7643, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7643, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7664, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7665, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7665, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7666, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7666, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7667, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7667, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7668, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7669, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7669, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7670, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7671, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7671, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7683, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7683, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7683, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7683, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7686, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7687, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7703, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7704, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7709, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7710, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7711, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7712, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7714, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7714, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7724, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7724, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7725, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7725, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7726, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7726, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7727, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7728, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7728, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7729, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7730, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7730, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7731, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7731, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7732, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7733, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7734, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7735, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7736, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7737, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7740, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7744, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7744, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7749, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7750, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7763, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7763, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7764, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7764, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7765, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7766, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7768, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7769, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7770, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7770, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7771, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7771, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7772, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7772, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7773, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7773, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7774, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7774, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7775, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7775, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7776, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7777, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7777, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7778, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7779, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7780, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7783, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7784, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7788, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7789, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7790, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7790, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7790, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7790, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7790, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7790, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7791, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7792, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7792, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7792, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7792, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7792, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7792, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7793, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7793, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7793, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7793, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7793, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7793, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7794, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7794, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7795, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7795, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7795, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7796, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7797, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7797, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7797, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7798, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7798, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7799, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7800, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7800, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7800, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7801, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7801, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7802, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7802, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7803, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7804, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7804, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7805, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7806, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7807, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7807, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7808, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7809, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7823, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7823, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7824, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7824, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7825, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7825, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7825, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7825, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7825, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7826, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7826, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7843, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7844, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7845, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7846, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7846, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7847, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7847, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7848, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7849, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7849, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7849, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7850, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7850, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7850, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7851, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7851, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7852, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7852, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7853, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7853, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7854, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7854, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7855, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7855, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7856, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7857, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7858, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7858, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7863, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7864, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7864, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7865, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7865, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7866, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7866, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7867, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7867, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7868, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7868, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7869, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7869, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7870, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7870, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7871, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7871, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7872, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7872, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7873, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7873, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7874, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7874, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7875, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7875, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7876, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7877, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7878, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7879, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7880, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7881, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7882, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7882, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7883, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7884, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7885, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7885, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7886, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7895, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7895, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7897, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7897, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7897, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7898, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7899, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7900, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7900, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7902, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7903, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7903, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7904, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7904, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7907, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7907, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7916, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7917, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7936, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7937, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7937, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7939, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7939, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7940, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7941, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7942, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7942, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7943, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7944, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7945, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7945, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7946, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7946, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7947, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7947, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7948, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7948, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7949, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7949, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7950, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7951, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7951, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7951, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7951, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7951, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7952, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7952, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7953, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7953, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7953, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7954, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7954, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7955, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7955, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7956, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7957, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7975, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7975, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7976, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7977, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7977, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7978, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7980, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7980, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7980, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7980, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7980, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7995, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7995, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7996, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7996, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7997, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7998, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7998, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7998, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7999, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7999, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8015, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8015, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8016, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8016, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8016, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8016, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8017, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8018, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8018, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8019, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8020, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8020, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8021, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8022, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8023, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8023, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8026, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8026, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8035, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8055, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8075, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8095, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8095, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8095, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8096, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8115, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8119, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8119, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8119, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8119, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8120, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8120, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8120, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8123, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8124, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8125, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8126, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8126, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8127, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8127, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8127, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8128, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8128, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8129, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8129, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8130, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8130, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8130, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8131, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8131, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8136, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8137, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8139, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8140, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8141, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8142, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8143, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8143, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8144, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8144, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8145, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8145, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8146, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8146, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8147, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8147, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8149, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8150, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8151, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8152, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8152, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8153, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8153, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8154, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8155, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8156, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8157, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8158, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8159, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8160, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8161, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8161, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8176, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8177, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8178, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8196, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8196, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8197, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8197, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8198, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8198, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8199, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8199, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8200, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8200, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8201, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8201, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8202, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8202, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8203, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8203, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8204, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8204, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8205, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8205, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8207, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8207, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8208, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8208, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8210, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8210, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8211, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8211, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8212, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8212, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8213, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8213, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8214, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8214, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8215, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8215, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8216, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8216, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8217, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8217, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8218, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8218, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8219, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8219, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8236, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8256, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8256, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8257, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8257, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8257, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8276, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8277, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8277, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8278, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8278, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8279, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8279, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8280, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8280, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8281, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8281, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8282, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8282, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8283, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8283, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8284, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8284, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8296, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8296, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8297, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8297, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8298, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8298, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8299, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8299, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8300, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8300, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8301, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8301, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8302, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8302, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8303, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8303, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8304, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8304, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8305, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8306, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8306, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8306, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8306, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8307, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8307, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8307, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8307, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8308, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8308, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8309, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8310, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8310, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8311, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8311, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8311, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8317, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8318, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8318, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8318, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8319, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8319, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8319, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8320, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8320, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8324, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8336, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8356, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8357, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8357, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8358, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8359, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8360, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8361, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8362, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8363, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8364, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8378, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8379, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8380, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8381, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8381, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8382, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8383, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8383, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8384, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8384, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8384, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8385, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8386, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8388, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8389, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8390, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8390, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8390, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8390, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8391, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8393, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8393, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8393, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8393, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8393, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8395, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8396, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8396, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8397, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8398, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8398, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8399, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8399, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8400, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8400, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8401, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8401, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8402, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8402, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8403, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8403, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8403, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8403, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8403, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8404, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8404, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8404, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8404, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8404, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8404, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8405, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8405, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8408, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8408, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8409, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8409, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8416, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8417, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8417, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8418, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8418, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8418, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8418, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8419, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8419, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8420, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8420, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8421, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8436, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8437, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8438, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8439, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8439, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8440, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8441, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8442, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8443, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8444, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8444, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8446, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8447, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8447, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8477, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8477, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8477, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8478, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8479, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8479, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8480, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8496, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8496, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8496, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8496, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8497, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8497, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8497, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8503, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8503, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8504, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8506, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8506, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8507, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8507, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8508, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8509, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8516, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8516, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8516, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8517, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8517, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8518, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8518, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8519, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8519, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8520, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8520, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8521, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8521, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8522, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8522, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8523, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8524, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8524, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8525, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8525, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8526, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8526, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8527, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8527, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8528, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8528, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8529, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8529, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8530, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8530, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8531, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8531, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8532, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8532, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8534, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8534, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8535, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8535, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8538, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8538, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8539, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8539, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8540, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8540, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8541, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8541, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8542, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8542, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8543, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8544, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8545, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8546, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8547, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8548, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8550, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8551, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8553, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8554, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8555, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8556, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8557, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8558, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8560, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8561, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8562, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8563, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8564, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8566, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8567, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8567, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8567, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8576, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8576, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8579, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8579, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8580, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8581, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8582, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8582, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8582, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8582, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8582, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8583, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8583, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8584, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8584, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8585, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8586, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8586, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8587, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8587, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8588, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8588, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8596, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8596, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8597, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8597, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8598, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8600, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8600, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8601, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8601, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8602, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8602, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8603, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8605, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8605, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8606, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8607, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8607, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8608, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8609, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8609, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8610, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8610, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8611, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8612, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8615, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8617, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8617, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8636, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8636, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8637, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8637, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8659, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8660, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8660, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8661, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8662, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8662, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8662, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8664, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8665, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8665, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8666, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8667, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8669, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8669, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8670, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8670, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8671, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8671, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8672, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8672, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8672, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8672, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8672, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8673, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8673, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8673, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8673, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8673, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8673, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8674, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8674, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8675, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8678, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8679, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8679, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8680, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8681, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8696, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8696, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8716, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8716, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8717, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8717, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8718, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8718, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8719, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8720, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8721, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8721, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8721, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8721, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8722, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8722, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8723, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8723, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8724, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8724, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8724, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8724, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8724, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8724, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8736, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8737, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8738, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8738, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8738, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8738, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8756, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8756, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8757, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8757, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8758, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8758, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8759, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8759, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8760, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8760, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8761, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8761, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8762, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8762, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8763, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8763, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8764, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8764, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8766, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8767, 1, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8767, 1, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8816, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8837, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8856, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8878, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8879, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8881, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8882, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8882, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8883, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8884, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8885, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8885, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8886, 1, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8886, 1, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8887, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8887, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8888, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8889, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8889, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8889, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8890, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8890, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8890, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8891, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8891, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8891, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8892, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8892, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8892, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8893, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8893, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8893, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8894, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8894, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8894, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8895, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8895, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8895, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8896, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8896, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8896, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8897, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8897, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8897, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8898, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8898, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8898, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8899, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8899, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8899, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8900, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8900, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8900, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8901, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8901, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8902, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8902, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8902, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8903, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8903, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8903, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8904, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8904, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8904, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8905, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8905, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8905, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8906, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8906, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8906, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8907, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8907, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8907, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8908, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8908, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8908, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8909, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8909, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8909, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8910, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8910, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8910, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8911, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8911, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8911, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8912, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8912, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8912, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8913, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8913, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8913, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8914, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8914, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8914, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8915, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8915, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8916, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8916, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8917, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8920, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8920, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8920, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8921, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8921, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8922, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8922, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8923, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8924, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8925, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8926, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8927, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8928, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8929, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8929, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8929, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8931, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8931, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8932, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8933, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8934, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8934, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8937, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8956, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8957, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8958, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8959, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8959, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8960, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8960, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8961, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8962, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8962, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8963, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8963, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8964, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8964, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8965, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8965, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8976, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8976, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8977, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8978, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8978, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8979, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8979, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8981, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8981, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8982, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8982, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8982, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8983, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8983, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8983, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8997, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9016, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9016, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9016, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9017, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9017, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9017, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9018, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9018, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9018, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9019, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9019, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9019, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9020, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9020, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9020, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9021, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9021, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9021, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9022, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9022, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9022, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9023, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9023, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9023, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9024, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9024, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9024, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9025, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9025, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9025, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9026, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9026, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9027, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9028, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9029, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9030, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9031, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9032, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9033, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9033, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9033, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9034, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9034, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9034, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9035, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9035, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9035, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9036, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9036, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9036, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9037, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9037, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9037, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9038, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9038, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9038, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9039, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9039, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9039, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9040, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9040, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9040, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9041, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9041, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9041, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9042, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9042, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9042, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9043, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9043, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9044, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9044, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9045, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9045, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9045, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9046, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9046, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9047, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9056, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9056, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9056, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9076, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9077, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9078, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9079, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9080, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9080, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9081, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9082, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9082, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9083, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9083, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9084, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9084, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9085, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9085, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9086, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9087, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9096, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9096, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9096, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9097, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9097, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9097, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9098, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9098, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9098, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9099, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9116, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9117, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9119, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9156, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9156, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9156, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9157, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9162, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9162, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9163, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9163, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9164, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9164, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9165, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9165, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9166, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9167, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9167, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9176, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9177, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9179, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9196, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9196, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9196, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9197, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9197, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9197, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9198, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9198, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9198, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9199, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9199, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9199, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9200, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9200, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9200, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9201, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9201, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9201, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9216, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9216, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9216, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9217, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9217, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9217, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9218, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9218, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9218, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9219, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9219, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9219, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9236, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9236, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9236, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9237, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9237, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9237, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9238, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9238, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9239, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9239, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9239, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9240, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9240, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9240, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9241, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9241, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9241, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9256, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9257, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9257, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9257, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9258, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9258, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9258, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9259, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9259, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9259, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9260, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9260, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9260, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9261, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9261, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9261, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9262, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9262, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9262, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9263, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9263, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9263, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9264, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9264, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9264, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9265, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9265, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9265, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9266, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9266, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9266, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9267, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9267, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9267, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9268, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9268, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9268, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9269, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9269, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9269, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9270, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9270, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9271, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9271, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9272, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9272, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9273, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9273, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9274, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9274, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9296, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9296, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9298, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9298, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9299, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9299, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9316, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9316, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9316, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9316, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9317, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9317, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9317, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9317, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9317, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9317, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9318, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9318, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9319, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9319, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9319, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9336, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9336, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9336, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9336, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9356, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9376, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9376, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9377, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9396, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9397, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9398, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9416, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9416, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9437, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9438, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9439, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9441, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9442, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9443, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9445, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9447, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9447, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9448, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9448, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9449, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9449, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9450, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9450, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9451, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9451, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9452, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9452, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9454, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9457, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9459, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9459, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9460, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9461, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9462, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9462, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9464, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9464, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9465, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9467, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9467, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9476, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9477, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9496, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9499, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9499, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9499, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9500, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9500, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9500, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9501, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9502, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9502, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9502, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9503, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9503, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9503, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9516, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9516, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9517, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9517, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9518, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9518, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9520, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9520, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9521, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9522, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9524, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9525, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9525, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9526, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9527, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9528, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9528, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9529, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9529, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9536, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9536, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9537, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9538, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9539, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9540, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9540, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9541, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9542, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9543, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9543, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9543, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9544, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9545, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9545, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9547, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9547, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9548, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9549, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9550, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9551, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9552, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9553, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9554, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9554, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9554, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9555, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9558, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9558, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9558, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9558, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9559, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9560, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9561, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9562, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9563, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9564, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9564, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9564, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9564, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9566, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9566, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9566, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9566, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9568, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9568, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9568, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9583, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9583, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9583, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9584, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9584, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9596, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9596, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9596, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9599, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9600, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9600, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9601, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9602, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9602, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9604, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9604, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9605, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9616, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9618, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9618, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9619, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9619, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9620, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9621, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9622, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9622, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9623, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9623, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9636, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9636, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9637, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9660, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9662, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9676, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9676, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9677, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9677, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9677, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9678, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9678, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9678, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9679, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9679, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9679, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9680, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9680, 1, 2, 25, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9680, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9681, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9681, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9681, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9682, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9687, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9690, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9691, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9691, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9692, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9692, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9692, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9693, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9693, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9693, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9694, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9695, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9695, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9696, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9696, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9697, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9698, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9699, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9700, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9700, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9706, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9716, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9716, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9716, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9717, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9717, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9717, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9718, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9736, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9736, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9736, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9776, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9777, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9777, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9778, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9779, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9796, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9796, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9816, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9816, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9816, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9817, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9817, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9817, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9818, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9818, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9818, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9819, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9819, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9819, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9836, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9856, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9856, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9856, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9856, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9856, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9857, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9858, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9858, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9859, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9859, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9860, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9860, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9861, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9861, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9862, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9862, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9877, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9878, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9879, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9916, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9937, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9938, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9938, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9938, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9956, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9956, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9976, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9977, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9978, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9979, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9980, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9981, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9981, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9981, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9981, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9982, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9982, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9983, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9984, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9985, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9985, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9986, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9987, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9987, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9987, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9987, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9987, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9987, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9988, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9988, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9988, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9988, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9988, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9989, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9989, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9990, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9990, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9990, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9990, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9990, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9996, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9997, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9998, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9999, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9999, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10000, 1, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10000, 1, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10000, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10016, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10017, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10036, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10036, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10037, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10037, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10038, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10040, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10043, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10043, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10043, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10045, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10045, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10046, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10047, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10048, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10049, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10049, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10050, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10050, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10051, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10051, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10052, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10052, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10053, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10053, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10053, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10053, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10053, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10054, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10054, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10055, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10056, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10056, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10057, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10057, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10058, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10058, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10059, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10059, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10060, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10060, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10061, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10061, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10062, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10062, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10063, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10063, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10063, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10063, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10063, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10076, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10077, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10077, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10078, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10078, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10079, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10080, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10081, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10082, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10083, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10083, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10083, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10085, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10085, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10086, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10088, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10088, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10088, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10088, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10088, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10088, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10089, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10090, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10096, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10116, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10116, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10117, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10117, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10119, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10119, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10120, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10120, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10120, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10136, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10136, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10136, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10136, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10157, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10158, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10159, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10160, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10161, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10162, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10162, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10162, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10176, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10176, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10180, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10181, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10181, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10181, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10181, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10181, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10182, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10182, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10183, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10184, 1, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10184, 1, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10184, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10196, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10196, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10197, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10197, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10198, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10198, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10199, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10199, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10200, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10200, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10201, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10201, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10202, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10202, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10204, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10204, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10216, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10219, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10219, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10220, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10220, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10220, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10221, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10221, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10221, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10257, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10257, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10257, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10258, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10259, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10260, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10260, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10262, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10262, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10263, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10263, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10263, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10264, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10266, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10266, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10266, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10266, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10266, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10267, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10267, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10268, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10276, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10277, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10278, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10278, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10290, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10293, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10293, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10296, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10296, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10296, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10299, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10299, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10299, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10300, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10300, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10301, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10301, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10302, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10302, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10303, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10303, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10304, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10304, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10305, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10306, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10307, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10316, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10316, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10317, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10317, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10317, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10318, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10318, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10318, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10319, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10319, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10319, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10321, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10321, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10322, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10323, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10339, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10340, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10356, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10356, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10357, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10357, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10358, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10358, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10359, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10359, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10360, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10360, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10361, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10363, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10363, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10363, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10364, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10364, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10366, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10366, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10366, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10367, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10367, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10367, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10369, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10369, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10369, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10371, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10371, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10371, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10372, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10372, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10372, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10374, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10374, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10374, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10376, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10376, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10376, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10377, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10377, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10378, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10378, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10379, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10380, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10381, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10381, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10381, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10382, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10382, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10382, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10383, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10384, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10384, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10384, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10385, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10385, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10385, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10388, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10389, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10390, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10390, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10391, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10391, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10391, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10393, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10394, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10398, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10398, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10398, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10399, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10399, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10399, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10400, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10400, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10400, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10405, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10405, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10405, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10406, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10406, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10406, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10407, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10407, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10407, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10408, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10408, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10408, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10409, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10409, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10409, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10411, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10412, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10412, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10412, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10413, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10413, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10413, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10414, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10414, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10414, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10415, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10415, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10415, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10416, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10416, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10416, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10417, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10417, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10417, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10418, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10418, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10418, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10419, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10419, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10419, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10420, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10420, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10420, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10421, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10421, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10421, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10422, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10422, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10422, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10423, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10423, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10423, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10424, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10424, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10424, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10425, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10425, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10425, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10426, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10426, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10426, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10427, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10427, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10428, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10429, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10430, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10430, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10430, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10431, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10432, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10432, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10433, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10433, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10435, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10435, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10435, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10436, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10436, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10436, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10437, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10437, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10437, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10438, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10438, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10438, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10439, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10440, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10440, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10440, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10442, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10442, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10445, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10445, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10447, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10447, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10447, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10455, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10455, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10456, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10460, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10461, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10463, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10463, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10463, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10464, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10464, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10464, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10467, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10468, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10468, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10469, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10469, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10470, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10470, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10471, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10471, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10472, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10472, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10475, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10475, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10476, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10476, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10477, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10477, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10478, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10478, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10479, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10480, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10481, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10482, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10482, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10485, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10486, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10486, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10487, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10487, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10488, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10488, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10489, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10489, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10491, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10491, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10495, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10495, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10497, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10498, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10498, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10499, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10499, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10500, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10500, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10502, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10502, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10503, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10503, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10504, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10504, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10505, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10505, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10506, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10507, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10507, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10508, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10508, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10509, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10509, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10509, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10516, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10536, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10537, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10537, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10538, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10539, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10539, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10540, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10540, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10540, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10540, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10540, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10540, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10541, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10541, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10556, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10556, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10558, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10558, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10558, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10559, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10559, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10577, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10578, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10578, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10579, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10580, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10580, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10581, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10582, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10582, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10583, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10583, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10584, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10596, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10596, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10596, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10599, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10599, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10600, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10600, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10601, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10602, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10604, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10604, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10605, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10605, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10606, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10608, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10608, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10610, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10610, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10611, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10611, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10612, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10612, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10616, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10617, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10617, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10618, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10618, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10619, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10619, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10636, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10636, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10636, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10636, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10636, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10637, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10637, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10638, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10638, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10639, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10639, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10640, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10640, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10641, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10641, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10642, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10642, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10643, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10643, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10644, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10644, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10645, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10645, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10646, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10646, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10647, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10647, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10648, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10648, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10658, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10659, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10660, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10661, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10662, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10662, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10663, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10663, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10664, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10664, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10665, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10665, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10666, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10667, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10668, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10676, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10676, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10676, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10676, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10676, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10678, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10680, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10681, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10682, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10682, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10682, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10682, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10682, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10683, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10684, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10685, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10685, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10685, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10685, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10685, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10696, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10698, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10716, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10721, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10737, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10738, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10738, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10739, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10740, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10740, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10740, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10741, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10742, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10756, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10756, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10757, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10757, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10758, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10758, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10759, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10759, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10760, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10760, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10761, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10761, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10762, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10762, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10762, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10776, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10778, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10779, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10780, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10781, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10781, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10781, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10781, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10782, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10782, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10788, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10790, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10792, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10793, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10794, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10797, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10798, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10799, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10799, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10800, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10801, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10801, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10802, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10802, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10803, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10803, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10804, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10804, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10805, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10805, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10806, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10806, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10807, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10807, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10808, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10809, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10809, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10809, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10811, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10811, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10811, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10812, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10812, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10812, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10813, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10814, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10814, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10814, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10816, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10817, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10817, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10821, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10821, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10822, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10822, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10823, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10823, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10824, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10824, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10825, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10825, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10826, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10826, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10827, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10827, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10828, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10828, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10837, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10838, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10838, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10839, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10839, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10840, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10840, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10856, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10857, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10877, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10878, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10879, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10879, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10879, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10879, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10880, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10880, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10880, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10880, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10880, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10881, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10882, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10896, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10896, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10897, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10897, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10899, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10899, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10899, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10901, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10901, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10902, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10902, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10903, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10903, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10904, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10904, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10905, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10905, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10916, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10917, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10917, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10918, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10919, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10919, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10920, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10920, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10921, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10922, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10923, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10924, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10924, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10925, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10926, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10926, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10927, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10927, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10928, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10929, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10929, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10930, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10930, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10937, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10938, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10939, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10940, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10941, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10942, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10942, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10943, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10944, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10945, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10946, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10947, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10948, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10949, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10950, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10951, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10952, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10953, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10954, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10955, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10956, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10976, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10977, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10978, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10978, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10979, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10981, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10981, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10982, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10982, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10982, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10983, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10984, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10986, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10986, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10987, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10987, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10987, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10990, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10990, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10990, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10991, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10991, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10991, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10992, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10992, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10993, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10993, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10996, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10997, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10997, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10997, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11016, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11017, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11017, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11017, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11017, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11017, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11018, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11020, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11020, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11022, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11022, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11023, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11023, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11024, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11025, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11025, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11025, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11025, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11025, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11026, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11026, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11028, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11028, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11029, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11029, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11030, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11031, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11031, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11031, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11031, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11032, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11032, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11032, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11033, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11033, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11034, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11035, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11035, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11036, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11036, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11037, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11037, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11038, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11039, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11039, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11040, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11040, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11041, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11042, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11043, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11043, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11043, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11044, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11044, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11044, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11044, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11044, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11046, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11046, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11046, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11046, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11046, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11047, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11048, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11048, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11048, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11048, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11049, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11049, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11049, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11049, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11049, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11050, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11050, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11051, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11051, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11052, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11052, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11053, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11053, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11054, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11055, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11056, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11056, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11057, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11057, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11058, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11063, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11063, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11064, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11065, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11065, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11066, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11066, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11066, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11066, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11066, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11066, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11067, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11067, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11067, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11067, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11067, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11068, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11068, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11069, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11070, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11070, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11071, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11071, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11072, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11073, 1, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11073, 1, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11073, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11074, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11074, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11075, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11079, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11081, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11082, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11082, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11082, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11083, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11083, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11084, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11084, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11096, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11097, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11097, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11098, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11098, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11099, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11100, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11101, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11102, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11102, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11103, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11104, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11104, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11105, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11105, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11106, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11106, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11116, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11117, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11118, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11119, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11120, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11121, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11137, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11138, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11138, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11139, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11139, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11140, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11141, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11142, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11143, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11145, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11145, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11146, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11146, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11147, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11148, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11149, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11152, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11152, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11153, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11154, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11155, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11156, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11156, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11176, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11176, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11176, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11176, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11176, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11177, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11177, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11177, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11177, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11177, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11177, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11178, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11178, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11178, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11178, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11178, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11180, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11180, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11181, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11181, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11182, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11182, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11183, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11183, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11184, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11184, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11185, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11185, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11186, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11186, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11187, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11188, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11189, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11190, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11191, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11191, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11192, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11192, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11193, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11193, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11194, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11194, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11195, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11196, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11197, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11198, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11198, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11200, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11216, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11217, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11218, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11219, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11219, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11236, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11256, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11257, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11257, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11258, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11258, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11259, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11259, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11260, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11260, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11261, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11261, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11262, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11263, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11276, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11278, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11278, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11279, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11280, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11281, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11282, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11283, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11284, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11285, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11286, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11286, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11287, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11288, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11288, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11289, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11289, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11290, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11290, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11291, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11291, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11296, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11317, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11317, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11318, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11318, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11318, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11319, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11319, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11319, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11320, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11320, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11320, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11321, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11321, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11321, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11322, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11322, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11322, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11323, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11323, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11323, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11324, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11324, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11324, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11325, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11326, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11327, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11328, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11338, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11338, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11338, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11339, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11339, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11339, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11340, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11340, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11340, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11346, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11346, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11347, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11347, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11347, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11348, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11348, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11348, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11350, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11350, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11350, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11351, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11351, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11351, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11352, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11352, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11352, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11353, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11353, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11353, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11355, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11355, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11356, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11356, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11356, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11357, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11357, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11357, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11359, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11359, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11359, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11360, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11360, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11361, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11361, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11361, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11365, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11365, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11365, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11368, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11368, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11370, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11370, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11370, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11371, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11371, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11371, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11372, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11372, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11372, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11373, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11373, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11373, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11374, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11374, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11374, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11378, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11378, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11380, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11380, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11380, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11382, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11382, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11382, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11383, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11383, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11387, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11387, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11387, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11388, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11388, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11388, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11389, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11389, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11389, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11390, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11390, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11390, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11391, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11391, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11391, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11397, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11401, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11401, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11406, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11406, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11407, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11407, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11437, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11438, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11438, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11439, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11440, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11440, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11441, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11441, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11441, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11442, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11442, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11443, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11443, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11444, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11444, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11444, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11445, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11445, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11445, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11446, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11446, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11446, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11447, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11448, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11448, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11448, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11450, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11451, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11451, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11451, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11452, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11452, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11452, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11453, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11453, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11453, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11454, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11454, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11454, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11455, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11455, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11455, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11456, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11456, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11456, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11457, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11457, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11457, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11458, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11458, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11458, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11459, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11459, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11459, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11460, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11460, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11461, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11461, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11461, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11462, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11462, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11462, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11464, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11464, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11464, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11465, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11465, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11465, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11466, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11466, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11466, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11467, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11469, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11469, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11469, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11470, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11470, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11470, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11471, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11471, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11471, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11472, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11472, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11472, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11473, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11473, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11473, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11475, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11475, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11475, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11476, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11476, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11476, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11477, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11477, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11477, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11480, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11480, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11480, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11483, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11483, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11483, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11484, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11484, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11484, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11486, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11486, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11486, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11487, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11487, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11487, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11488, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11488, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11488, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11489, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11489, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11489, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11490, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11490, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11490, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11491, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11491, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11491, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11492, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11492, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11492, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11494, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11496, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11496, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11496, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11497, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11498, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11501, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11501, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11501, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11502, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11516, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11516, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11517, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11517, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11517, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11518, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11518, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11518, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11519, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11519, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11519, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11520, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11520, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11520, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11521, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11536, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11536, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11546, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11548, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11551, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11551, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11553, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11554, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11555, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11556, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11557, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11558, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11559, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11561, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11562, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11563, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11564, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11576, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11576, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11577, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11577, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11578, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11582, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11582, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11583, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11596, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11596, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11600, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11600, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11600, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11602, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11603, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11603, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11603, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11604, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11604, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11604, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11605, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11605, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11605, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11608, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11608, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11609, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11609, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11610, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11610, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11611, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11611, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11613, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11613, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11614, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11614, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11615, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11615, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11616, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11620, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11621, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11621, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11622, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11622, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11623, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11624, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11624, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11625, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11625, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11626, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11626, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11627, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11628, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11629, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11629, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11636, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11637, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11656, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11657, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11657, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11657, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11658, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11658, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11658, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11659, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11659, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11659, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11661, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11661, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11661, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11662, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11662, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11662, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11663, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11664, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11665, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11665, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11665, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11666, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11666, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11666, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11667, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11667, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11667, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11668, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11668, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11668, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11669, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11669, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11669, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11671, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11671, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11671, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11672, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11672, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11672, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11673, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11673, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11673, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11675, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11675, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11677, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11677, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11677, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11678, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11678, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11679, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11680, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11680, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11681, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11682, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11683, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11684, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11685, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11686, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11686, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11687, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11687, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11688, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11696, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11697, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11698, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11698, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11700, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11700, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11702, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11703, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11703, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11704, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11704, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11705, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11706, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11707, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11707, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11708, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11709, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11709, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11710, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11710, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11711, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11711, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11712, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11712, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11714, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11715, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11715, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11716, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11716, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11717, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11718, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11720, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11721, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11721, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11722, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11722, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11723, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11723, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11724, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11724, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11725, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11725, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11726, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11726, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11727, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11728, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11728, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11729, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11729, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11730, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11730, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11731, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11731, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11732, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11732, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11733, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11733, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11734, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11734, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11735, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11735, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11736, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11737, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11738, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11739, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11740, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11741, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11741, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11744, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11744, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11745, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11745, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11746, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11746, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11747, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11747, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11748, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11748, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11749, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11749, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11750, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11750, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11750, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11750, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11750, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11751, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11751, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11752, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11752, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11753, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11753, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11754, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11754, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11755, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11755, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11756, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11756, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11757, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11757, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11758, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11758, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11776, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11777, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11777, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11778, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11778, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11781, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11781, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11782, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11782, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11783, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11783, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11784, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11784, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11784, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11785, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11785, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11786, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11786, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11787, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11787, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11788, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11788, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11789, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11789, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11790, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11790, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11790, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11791, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11791, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11791, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11792, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11792, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11792, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11793, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11793, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11793, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11794, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11794, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11794, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11795, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11796, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11797, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11797, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11798, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11798, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11799, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11800, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11800, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11801, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11801, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11802, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11802, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11803, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11803, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11804, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11804, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11805, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11805, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11806, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11806, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11807, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11807, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11808, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11808, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11810, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11810, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11811, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11811, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11812, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11812, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11813, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11813, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11814, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11814, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11814, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11815, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11815, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11816, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11817, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11817, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11818, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11818, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11819, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11819, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11820, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11820, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11821, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11821, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11822, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11822, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11823, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11823, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11824, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11824, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11825, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11825, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11826, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11826, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11827, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11827, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11828, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11828, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11829, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11829, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11830, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11830, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11830, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11831, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11831, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11831, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11832, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11832, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11833, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11833, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11834, 1, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11834, 1, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11834, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11835, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11835, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11835, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11835, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11835, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11837, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11837, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11838, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11838, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11838, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11839, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11839, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11839, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11840, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11840, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11840, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11856, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11857, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11857, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11857, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11857, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11858, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11858, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11859, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11860, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11860, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11861, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11861, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11862, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11862, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11863, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11863, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11864, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11864, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11865, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11865, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11866, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11866, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11867, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11867, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11868, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11868, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11868, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11868, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11868, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11868, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11869, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11869, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11870, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11870, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11870, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11870, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11870, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11871, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11871, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11871, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11871, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11871, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11871, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11872, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11872, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11873, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11873, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11874, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11874, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11875, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11877, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11878, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11878, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11880, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11881, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11882, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11882, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11883, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11885, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11885, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11887, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11896, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11896, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11897, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11897, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11898, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11898, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11899, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11899, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11900, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11900, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11901, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11901, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11910, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11910, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11911, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11911, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11912, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11912, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11913, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11914, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11914, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11915, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11916, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11917, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11918, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11920, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11921, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11921, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11936, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11937, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11939, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11939, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11940, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11941, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11942, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11942, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11943, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11943, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11944, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11945, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11945, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11946, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11946, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11946, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11947, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11947, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11947, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11948, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11948, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11948, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11949, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11949, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11949, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11956, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11957, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11979, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11981, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11981, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11981, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11982, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11982, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11982, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11983, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11983, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11983, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11988, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11988, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11988, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11994, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11994, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11996, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11997, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11997, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11998, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11998, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12017, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12017, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12017, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12018, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12021, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12022, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12023, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12023, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12024, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12025, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12026, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12026, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12027, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12027, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12028, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12028, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12029, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12029, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12030, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12030, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12031, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12032, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12032, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12033, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12033, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12034, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12034, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12034, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12034, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12034, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12037, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12037, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12042, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12042, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12043, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12043, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12045, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12045, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12046, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12047, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12048, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12048, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12050, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12050, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12050, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12051, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12051, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12051, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12052, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12052, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12052, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12053, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12053, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12053, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12056, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12056, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12056, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12057, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12057, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12057, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12076, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12076, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12076, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12096, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12096, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12096, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12097, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12097, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12097, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12098, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12098, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12098, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12099, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12099, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12099, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12100, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12100, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12100, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12101, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12101, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12101, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12116, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12118, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12118, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12118, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12119, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12119, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12119, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12120, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12121, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12121, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12121, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12122, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12122, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12122, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12123, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12124, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12125, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12126, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12127, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12127, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12127, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12128, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12129, 1, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12129, 1, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12129, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12136, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12136, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12136, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12136, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12137, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12137, 1, 2, 33, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12137, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12137, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12143, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12144, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12145, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12146, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12147, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12148, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12149, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12150, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12150, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12151, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12152, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12156, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12157, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12157, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12157, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12158, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12159, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12159, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12159, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12160, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12178, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12178, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12179, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12196, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12196, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12197, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12197, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12198, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12198, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12199, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12201, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12201, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12201, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12202, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12203, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12203, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12203, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12204, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12205, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12206, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12206, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12206, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12207, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12207, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12207, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12208, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12216, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12216, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12217, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12217, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12218, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12218, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12219, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12219, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12219, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12220, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12220, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12220, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12221, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12221, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12221, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12222, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12222, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12222, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12223, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12223, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12223, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12224, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12224, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12224, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12225, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12225, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12225, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12236, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12236, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12236, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12237, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12238, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12239, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12239, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12240, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12240, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12241, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12241, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12242, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12242, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12242, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12243, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12243, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12243, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12244, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12244, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12245, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12245, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12246, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12246, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12247, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12247, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12248, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12248, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12249, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12250, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12250, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12251, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12251, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12252, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12253, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12253, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12254, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12254, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12255, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12255, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12256, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12256, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12257, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12258, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12258, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12258, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12259, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12259, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12259, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12260, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12262, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12262, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12263, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12263, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12264, 1, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12264, 1, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12264, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12265, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12277, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12296, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12296, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12296, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12296, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12296, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12297, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12298, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12298, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12299, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12319, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12320, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12321, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12322, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12322, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12336, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12337, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12337, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12338, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12339, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12340, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12340, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12341, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12341, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12342, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12342, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12343, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12343, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12344, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12345, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12346, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12346, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12346, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12347, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12347, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12348, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12349, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12349, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12349, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12350, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12350, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12350, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12351, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12351, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12351, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12351, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12351, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12351, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12352, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12353, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12353, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12353, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12353, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12353, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12353, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12354, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12354, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12355, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12355, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12357, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12358, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12359, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12360, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12360, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12363, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12364, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12365, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12365, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12366, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12367, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12367, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12369, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12370, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12371, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12372, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12373, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12374, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12375, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12376, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12377, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12378, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12378, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12379, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12379, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12380, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12380, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12381, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12382, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12383, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12383, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12384, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12384, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12387, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12387, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12396, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12396, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12397, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12397, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12416, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12418, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12419, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12420, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12422, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12423, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12425, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12425, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12426, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12427, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12427, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12428, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12429, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12430, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12430, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12430, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12430, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12430, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12431, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12431, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12432, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12432, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12433, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12433, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12434, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12434, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12435, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12435, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12435, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12457, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12457, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12457, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12458, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12458, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12458, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12459, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12459, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12459, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12460, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12460, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12460, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12461, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12461, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12461, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12463, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12463, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12463, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12464, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12464, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12464, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12465, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12465, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12465, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12467, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12467, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12467, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12468, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12468, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12468, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12473, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12474, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12474, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12475, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12475, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12476, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12476, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12477, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12477, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12478, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12478, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12479, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12479, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12480, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12481, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12481, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12496, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12496, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12497, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12497, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12498, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12498, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12557, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12557, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12557, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12576, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12576, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12577, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12577, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12578, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12578, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12579, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12579, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12580, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12581, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12596, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12596, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12616, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12616, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12617, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12617, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12636, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12636, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12656, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12657, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12657, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12658, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12658, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12676, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12677, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12677, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12678, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12696, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12716, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12716, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12717, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12718, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12719, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12720, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12721, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12722, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12722, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12723, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12723, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12724, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12724, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12736, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12737, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12737, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12738, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12739, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12740, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12740, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12756, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12757, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12757, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12758, 1, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12758, 1, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12758, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12759, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12759, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12776, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12776, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12777, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12778, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12779, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12780, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12781, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12783, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12784, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12785, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12786, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12787, 1, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12788, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12788, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12788, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12788, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12788, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12788, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12789, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12789, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12789, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12789, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12789, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12790, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12790, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12790, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12790, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12790, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12790, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12791, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12791, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12791, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12791, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12791, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12792, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12793, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12793, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12793, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12793, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12793, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12793, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12794, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12794, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12794, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12794, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12794, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12794, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12795, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12795, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12795, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12795, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12795, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12796, 1, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12796, 1, 2, 2917, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12796, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12796, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12796, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12797, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12798, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12799, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12799, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12799, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12799, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12799, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12800, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12800, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12801, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12801, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12802, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12802, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12803, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12803, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12805, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12805, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12807, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12807, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12816, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12818, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12818, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12819, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12836, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12836, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12837, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12856, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12856, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12858, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12858, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12859, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12859, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12860, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12861, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12862, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12862, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12863, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12863, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12864, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12864, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12865, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12865, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12866, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12866, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12867, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12867, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12876, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12877, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12896, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12896, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12897, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12897, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12898, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12899, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12899, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12900, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12902, 1, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12902, 1, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12902, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12903, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12903, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12904, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12919, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12919, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12920, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12920, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12921, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12923, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12924, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12925, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12937, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12938, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12939, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12939, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12940, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12941, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12941, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12942, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12942, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12943, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12943, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12944, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12944, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12944, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12956, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12956, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12957, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12958, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12958, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12959, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12959, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12960, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12960, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12961, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12962, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12962, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12976, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12977, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12996, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12996, 1, 2, 1537, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12997, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12997, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12999, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12999, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12999, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13000, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13000, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13016, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13017, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13018, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13018, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13019, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13019, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13020, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13020, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13020, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13021, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13021, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13021, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13022, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13022, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13036, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13036, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13036, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13076, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13078, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13078, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13078, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13079, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13079, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13079, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13080, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13080, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13080, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13081, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13082, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13084, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13084, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13085, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13085, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13086, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13086, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13086, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13087, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13088, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13088, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13088, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13089, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13089, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13089, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13096, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13096, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13096, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13097, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13097, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13097, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13098, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13099, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13099, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13099, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13116, 1, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13116, 1, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13116, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13117, 1, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13117, 1, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13117, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13118, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13118, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13137, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13137, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13137, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13138, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13138, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13138, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13139, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13139, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13139, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13140, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13140, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13140, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13141, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13141, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13141, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13142, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13142, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13142, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13143, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13143, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13143, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13144, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13144, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13144, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13145, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13145, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13145, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13146, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13146, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13146, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13147, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13147, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13147, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13148, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13149, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13150, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13151, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13151, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13151, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13152, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13152, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13152, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13153, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13153, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13153, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13154, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13154, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13154, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13155, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13157, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13157, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13158, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13158, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13159, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13159, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13160, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13160, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13160, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13161, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13161, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13161, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13176, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13176, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13176, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13177, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13177, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13178, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13179, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13179, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13179, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13180, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13180, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13180, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13181, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13181, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13181, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13196, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13196, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13196, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13197, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13197, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13197, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13216, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13216, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13216, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13217, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13217, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13218, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13218, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13218, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13219, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13219, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13220, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13220, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13221, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13236, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13236, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13236, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13256, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13257, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13257, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13257, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13276, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13276, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13276, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13277, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13277, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13278, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13278, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13279, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13280, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13280, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13280, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13282, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13282, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13282, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13283, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13283, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13284, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13284, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13284, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13285, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13285, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13285, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13296, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13296, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13296, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13297, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13297, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13297, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13298, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13298, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13298, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13299, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13299, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13299, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13300, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13300, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13300, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13301, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13316, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13316, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13316, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13317, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13317, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13317, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13318, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13318, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13318, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13319, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13319, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13319, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13320, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13320, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13320, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13321, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13321, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13321, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13322, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13322, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13323, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13323, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13323, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13324, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13325, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13325, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13325, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13326, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13326, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13326, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13327, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13327, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13327, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13328, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13328, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13329, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13330, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13331, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13331, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13331, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13332, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13332, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13332, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13333, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13334, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13335, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13335, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13335, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13336, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13336, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13356, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13357, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13358, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13358, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13358, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13359, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13359, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13377, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13377, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13377, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13378, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13396, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13396, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13396, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13397, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13397, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13397, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13416, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13417, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13417, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13417, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13417, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13417, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13417, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13418, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13419, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13420, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13420, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13421, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13421, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13421, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13422, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13422, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13422, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13424, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13425, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13425, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13425, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13426, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13426, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13426, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13427, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13428, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13428, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13428, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13429, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13430, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13432, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13433, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13433, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13434, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13435, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13435, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13436, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13437, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13437, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13437, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13438, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13438, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13438, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13439, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13439, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13439, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13440, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13441, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13441, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13441, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13442, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13442, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13442, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13443, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13443, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13443, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13444, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13444, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13445, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13445, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13446, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13446, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13446, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13447, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13447, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13447, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13448, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13448, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13448, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13449, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13456, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13476, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13476, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13477, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13516, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13517, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13518, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13519, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13520, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13521, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13522, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13523, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13524, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13525, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13525, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13525, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13526, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13527, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13528, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13529, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13530, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13531, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13533, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13533, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13533, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13534, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13535, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13536, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13536, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13536, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13537, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13538, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13539, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13539, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13539, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13540, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13541, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13542, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13543, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13544, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13545, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13545, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13545, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13546, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13546, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13546, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13547, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13548, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13548, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13548, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13549, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13550, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13551, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13551, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13551, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13552, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13553, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13554, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13554, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13554, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13555, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13556, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13557, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13557, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13557, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13576, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13576, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13576, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13577, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13577, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13577, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13596, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13596, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13596, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13597, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13597, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13597, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13598, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13598, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13598, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13599, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13599, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13599, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13601, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13601, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13601, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13602, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13602, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13616, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13616, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13616, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13617, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13617, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13617, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13618, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13618, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13618, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13619, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13620, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13636, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13636, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13656, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13656, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13676, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13676, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13696, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13697, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13697, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13698, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13699, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13716, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13717, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13718, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13718, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13737, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13738, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13739, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13740, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13741, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13742, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13743, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13743, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13743, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13756, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13776, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13776, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13777, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13777, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13796, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13797, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13797, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13797, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13798, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13798, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13798, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13816, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13816, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13817, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13817, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13836, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13836, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13837, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13837, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13839, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13839, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13839, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13839, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13839, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13840, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13840, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13841, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13841, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13842, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13842, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13842, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13842, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13842, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13842, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13843, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13876, 1, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13876, 1, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13896, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13896, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13916, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13916, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13917, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13936, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13936, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13956, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13956, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13956, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13957, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13957, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13957, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13958, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13958, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13958, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13959, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13959, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13959, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13976, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13976, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13976, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13996, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13996, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13996, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14020, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14020, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14020, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14021, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14022, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14022, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14023, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14023, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14023, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14024, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14024, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14024, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14025, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14025, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14025, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14026, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14027, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14028, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14029, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14030, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14031, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14041, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14101, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14121, 1, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14121, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14122, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14123, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14182, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14182, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14182, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14182, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14182, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14182, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14183, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14183, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14185, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14185, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14185, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14186, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14186, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14186, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14187, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14187, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14188, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14188, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14221, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14221, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14222, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14222, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14223, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14223, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14224, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14224, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14225, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14225, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14226, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14226, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14227, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14227, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14228, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14228, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14229, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14229, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14230, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14230, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14231, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14232, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14233, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14234, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14234, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14235, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14236, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14237, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14241, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14261, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14262, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14263, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14264, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14265, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14266, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14266, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14267, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14267, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14268, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14268, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14269, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14269, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14270, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14270, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14271, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14271, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14272, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14272, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14273, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14273, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14274, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14275, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14275, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14276, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14276, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14277, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14277, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14278, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14278, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14279, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14279, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14280, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14280, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14281, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14281, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14282, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14282, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14282, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14283, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14283, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14283, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14284, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14284, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14285, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14285, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14301, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14301, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14302, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14303, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14303, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14303, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14304, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14304, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14304, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14304, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14304, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14304, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14305, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14305, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14307, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14308, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14308, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14308, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14310, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14311, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14312, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14321, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14321, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14321, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14322, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14322, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14322, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14323, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14323, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14323, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14324, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14324, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14324, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14325, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14325, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14325, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14326, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14326, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14326, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14327, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14327, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14327, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14329, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14330, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14331, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14332, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14333, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14334, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14335, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14337, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14338, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14338, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14339, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14339, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14340, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14340, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14342, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14342, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14343, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14343, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14344, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14344, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14345, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14345, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14347, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14347, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14348, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14348, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14349, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14349, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14349, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14350, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14351, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14351, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14351, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14353, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14353, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14353, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14354, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14354, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14354, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14355, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14355, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14356, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14357, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14357, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14358, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14358, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14358, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14361, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14361, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14362, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14363, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14363, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14364, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14365, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14365, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14366, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14366, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14366, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14367, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14367, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14368, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14368, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14368, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14369, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14369, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14369, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14370, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14371, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14371, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14371, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14373, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14374, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14375, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14375, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14376, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14376, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14376, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14376, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14376, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14376, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14377, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14377, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14377, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14377, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14377, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14377, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14378, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14378, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14379, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14379, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14380, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14380, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14381, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14381, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14381, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14382, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14382, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14382, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14383, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14383, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14383, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14386, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14386, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14387, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14387, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14388, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14388, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14389, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14390, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14390, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14392, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14392, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14392, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14392, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14392, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14392, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14393, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14393, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14394, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14394, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14395, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14396, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14397, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14398, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14398, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14398, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14399, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14399, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14399, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14400, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14400, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14400, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14401, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14401, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14401, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14402, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14402, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14403, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14403, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14403, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14403, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14403, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14404, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14404, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14421, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14422, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14423, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14423, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14424, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14424, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14425, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14425, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14426, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14426, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14427, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14427, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14428, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14428, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14429, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14430, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14430, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14431, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14431, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14432, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14432, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14433, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14433, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14435, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14436, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14437, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14437, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14438, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14438, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14439, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14439, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14440, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14440, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14441, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14441, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14442, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14442, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14443, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14444, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14444, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14445, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14445, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14446, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14446, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14447, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14447, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14448, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14448, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14449, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14449, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14449, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14450, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14450, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14451, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14451, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14452, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14453, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14454, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14454, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14455, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14455, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14456, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14456, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14456, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14457, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14457, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14458, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14459, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14459, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14459, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14460, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14460, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14461, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14461, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14462, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14463, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14463, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14464, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14464, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14465, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14467, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14467, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14469, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14469, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14470, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14470, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14471, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14471, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14472, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14472, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14473, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14473, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14474, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14474, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14475, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14475, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14476, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14476, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14477, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14477, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14478, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14478, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14479, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14479, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14480, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14480, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14481, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14481, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14482, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14483, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14484, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14485, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14486, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14487, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14487, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14488, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14488, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14489, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14490, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14490, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14491, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14491, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14492, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14492, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14493, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14494, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14494, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14496, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14496, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14496, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14497, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14497, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14498, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14498, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14498, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14498, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14498, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14499, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14499, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14499, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14499, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14499, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14499, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14500, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14501, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14502, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14503, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14504, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14505, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14506, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14507, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14507, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14507, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14508, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14509, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14509, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14509, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14510, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14510, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14510, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14511, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14512, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14513, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14515, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14516, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14517, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14517, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14517, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14518, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14519, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14520, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14521, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14522, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14522, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14523, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14523, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14524, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14525, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14526, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14527, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14527, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14528, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14528, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14529, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14529, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14530, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14531, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14531, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14532, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14532, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14532, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14533, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14534, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14535, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14536, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14536, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14538, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14539, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14539, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14539, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14539, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14539, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14539, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14540, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14540, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14540, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14540, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14540, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14540, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14541, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14541, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14541, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14541, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14541, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14541, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14542, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14542, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14543, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14543, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14544, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14544, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14544, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14545, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14545, 1, 2, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14546, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14547, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14548, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14549, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14550, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14550, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14551, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14551, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14552, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14553, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14554, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14555, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14555, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14556, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14558, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14559, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14560, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14561, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14567, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14581, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14601, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14601, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14601, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14602, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14602, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14604, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14605, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14621, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14621, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14622, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14622, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14623, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14624, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14624, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14625, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14625, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14626, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14626, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14627, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14627, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14628, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14628, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14629, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14630, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14631, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14632, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14633, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14634, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14634, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14635, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14636, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14637, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14637, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14638, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14639, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14640, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14645, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14646, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14646, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14646, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14661, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14661, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14662, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14663, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14667, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14668, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14682, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14684, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14686, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14690, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14693, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14695, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14697, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14715, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14715, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14717, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14717, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14717, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14717, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14717, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14718, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14718, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14718, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14718, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14720, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14720, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14720, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14720, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14720, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14720, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14721, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14721, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14722, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14722, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14723, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14723, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14724, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14724, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14725, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14725, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14726, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14726, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14726, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14726, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14726, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14726, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14727, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14727, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14727, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14727, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14727, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14727, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14728, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14728, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14729, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14729, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14729, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14729, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14729, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14730, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14730, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14731, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14731, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14733, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14734, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14734, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14736, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14737, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14738, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14739, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14740, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14740, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14741, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14741, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14742, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14742, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14743, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14743, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14744, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14745, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14748, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14750, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14750, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14750, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14751, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14752, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14753, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14753, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14754, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14754, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14754, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14754, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14754, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14757, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14757, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14758, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14758, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14758, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14761, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14762, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14762, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14762, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14763, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14763, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14763, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14764, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14764, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14764, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14765, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14765, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14765, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14766, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14766, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14766, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14767, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14768, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14768, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14768, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14769, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14769, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14769, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14770, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14771, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14772, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14772, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14772, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14773, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14773, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14773, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14774, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14774, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14774, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14775, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14775, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14775, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14776, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14776, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14776, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14777, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14777, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14777, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14781, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14781, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14781, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14781, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14781, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14821, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14821, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14821, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14822, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14822, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14823, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14823, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14825, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14825, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14825, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14826, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14826, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14826, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14827, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14827, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14828, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14828, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14829, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14829, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14832, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14832, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14833, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14833, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14834, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14834, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14834, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14841, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14841, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14842, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14843, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14844, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14844, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14845, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14845, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14846, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14846, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14847, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14847, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14848, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14849, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14849, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14850, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14850, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14850, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14850, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14850, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14857, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14857, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14857, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14857, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14859, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14859, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14859, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14859, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14859, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14860, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14860, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14861, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14861, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14862, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14864, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14864, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14865, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14865, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14866, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14866, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14867, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14867, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14868, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14868, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14869, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14869, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14871, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14871, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14872, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14872, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14872, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14872, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14872, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14873, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14873, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14873, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14873, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14873, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14874, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14874, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14874, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14874, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14874, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14875, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14875, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14876, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14876, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14877, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14880, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14880, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14880, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14881, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14881, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14882, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14882, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14882, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14883, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14883, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14883, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14884, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14887, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14887, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14888, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14888, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14889, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14889, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14890, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14890, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14892, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14892, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14892, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14892, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14892, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14893, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14893, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14893, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14893, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14893, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14894, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14894, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14894, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14894, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14894, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14901, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14901, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14901, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14901, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14902, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14902, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14903, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14903, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14904, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14904, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14905, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14905, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14908, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14908, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14908, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14908, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14908, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14909, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14909, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14909, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14909, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14910, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14910, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14911, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14911, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14912, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14912, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14921, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14921, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14941, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14942, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14942, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14942, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14942, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14942, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14942, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14943, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14943, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14943, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14944, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14945, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14946, 1, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14946, 1, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14946, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14947, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14948, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14961, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14962, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14962, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14963, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14963, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14964, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14964, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14964, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14964, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14964, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14965, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14966, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14967, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14968, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14981, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14981, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14982, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14982, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14983, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14984, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14986, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14987, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14988, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14989, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14990, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14990, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14991, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14991, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14994, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14994, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15001, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15002, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15003, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15004, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15005, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15006, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15006, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15006, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15006, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15006, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15006, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15007, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15007, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15007, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15007, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15007, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15008, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15008, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15009, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15010, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15011, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15011, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15012, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15021, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15021, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15022, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15022, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15042, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15042, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15042, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15043, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15043, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15043, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15045, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15047, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15061, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15062, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15063, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15064, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15065, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15066, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15067, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15067, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15067, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15068, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15070, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15070, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15071, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15073, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15074, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15075, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15076, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15076, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15077, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15077, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15078, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15078, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15079, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15080, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15080, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15082, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15083, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15084, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15085, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15087, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15088, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15089, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15091, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15091, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15091, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15101, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15102, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15102, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15103, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15104, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15105, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15105, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15106, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15106, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15107, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15108, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15109, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15111, 1, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15111, 1, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15111, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15112, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15113, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15113, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15114, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15115, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15115, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15116, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15116, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15118, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15122, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15124, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15124, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15125, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15125, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15126, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15126, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15127, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15127, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15128, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15128, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15130, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15130, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15131, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15131, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15138, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15139, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15140, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15146, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15162, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15162, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15163, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15164, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15164, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15165, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15165, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15168, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15168, 1, 2, 3429, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15168, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15169, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15169, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15170, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15170, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15171, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15171, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15172, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15174, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15174, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15175, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15175, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15176, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15176, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15177, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15177, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15178, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15178, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15179, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15179, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15180, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15180, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15181, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15181, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15182, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15182, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15183, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15183, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15184, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15184, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15185, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15185, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15186, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15186, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15186, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15186, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15186, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15186, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15187, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15187, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15188, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15188, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15188, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15188, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15188, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15188, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15189, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15189, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15190, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15190, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15191, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15191, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15192, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15192, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15193, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15194, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15194, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15195, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15196, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15196, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15197, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15199, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15200, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15200, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15201, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15201, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15202, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15202, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15203, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15204, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15205, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15206, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15207, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15208, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15209, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15211, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15212, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15213, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15213, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15214, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15214, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15215, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15215, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15216, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15217, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15220, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15221, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15221, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15222, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15222, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15224, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15229, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15229, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15229, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15230, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15230, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15230, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15233, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15233, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15233, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15235, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15235, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15235, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15236, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15236, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15236, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15240, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15240, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15240, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15246, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15246, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15246, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15247, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15247, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15247, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15249, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15249, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15249, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15250, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15250, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15250, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15252, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15252, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15252, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15260, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15261, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15262, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15262, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15262, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15263, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15263, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15263, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15264, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15264, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15264, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15270, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15270, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15275, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15275, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15275, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15276, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15276, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15276, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15277, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15277, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15277, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15282, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15282, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15286, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15288, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15290, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15293, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15293, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15299, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15299, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15299, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15300, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15300, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15300, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15302, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15303, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15303, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15304, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15305, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15306, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15307, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15308, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15308, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15309, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15309, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15309, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15309, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15309, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15309, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15310, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15310, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15311, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15311, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15311, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15312, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15312, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15312, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15313, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15314, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15315, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15315, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15316, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15316, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15316, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15317, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15318, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15318, 1, 2, 3429, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15318, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15319, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15319, 1, 2, 3429, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15319, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15320, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15320, 1, 2, 3429, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15320, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15323, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15323, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15323, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15324, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15324, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15324, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15325, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15325, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15325, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15327, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15327, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15327, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15328, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15333, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15333, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15333, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15334, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15335, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15335, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15335, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15336, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15336, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15336, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15338, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15338, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15338, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15339, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15339, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15339, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15340, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15340, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15340, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15341, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15341, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15341, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15343, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15343, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15343, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15344, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15344, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15344, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15348, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15348, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15348, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15350, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15350, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15350, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15350, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15350, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15350, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15351, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15351, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15353, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15354, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15354, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15355, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15355, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15355, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15362, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15364, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15368, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15369, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15369, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15369, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15370, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15370, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15370, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15375, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15376, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15377, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15378, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15378, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15378, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15379, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15379, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15379, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15380, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15380, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15380, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15381, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15382, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15383, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15384, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15384, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15385, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15385, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15385, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15386, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15386, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15386, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15387, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15387, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15387, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15388, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15388, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15388, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15389, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15389, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15389, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15390, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15390, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15390, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15391, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15391, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15391, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15392, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15392, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15392, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15394, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15395, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15410, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15411, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15412, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15413, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15414, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15415, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15419, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15419, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15421, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15422, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15424, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15425, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15426, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15426, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15426, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15427, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15428, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15429, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15431, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15432, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15434, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15437, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15440, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15441, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15442, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15442, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15443, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15443, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15444, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15444, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15445, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15446, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15448, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15449, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15450, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15451, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15452, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15453, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15454, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15454, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15455, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15456, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15457, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15458, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15459, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15460, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15461, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15461, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15461, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15462, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15462, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15462, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15463, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15464, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15466, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15467, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15469, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15471, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15473, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15475, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15476, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15477, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15481, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15481, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15491, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15495, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15498, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15498, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15499, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15499, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15500, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15500, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15502, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15502, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15502, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15503, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15503, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15503, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15504, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15504, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15504, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15505, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15505, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15505, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15507, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15508, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15509, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15509, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15509, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15510, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15510, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15510, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15511, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15511, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15511, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15512, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15514, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15514, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15514, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15515, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15516, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15516, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15516, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15517, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15520, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15520, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15521, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15522, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15524, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15525, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15526, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15526, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15527, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15528, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15529, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15532, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15533, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15534, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15535, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15537, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15537, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15537, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15538, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15538, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15538, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15539, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15540, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15540, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15541, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15541, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15542, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15542, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15543, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15543, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15543, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15544, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15544, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15544, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15545, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15545, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15546, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15549, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15549, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15552, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15552, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15553, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15553, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15554, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15555, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15555, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15555, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15556, 1, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15556, 1, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15556, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15557, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15557, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15558, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15558, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15559, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15559, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15560, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15560, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15560, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15561, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15562, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15562, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15563, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15563, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15564, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15564, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15565, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15565, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15566, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15566, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15567, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15568, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15568, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15569, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15569, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15570, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15570, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15571, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15572, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15572, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15573, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15573, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15574, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15574, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15575, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15575, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15576, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15576, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15577, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15577, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15578, 1, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15578, 1, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15578, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15579, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15579, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15580, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15580, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15581, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15581, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15582, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15582, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15583, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15583, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15584, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15584, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15585, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15585, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15586, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15586, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15587, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15587, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15588, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15588, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15589, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15589, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15589, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15590, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15590, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15590, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15591, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15591, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15592, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15592, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15593, 1, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15593, 1, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15593, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15594, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15594, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15595, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15595, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15596, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15596, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15597, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15597, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15598, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15599, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15599, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15600, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15600, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15601, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15601, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15602, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15602, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15603, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15603, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15604, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15604, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15605, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15605, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15606, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15607, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15609, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15609, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15610, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15610, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15611, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15611, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15612, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15612, 1, 2, 1377, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15612, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15612, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15612, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15612, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15613, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15613, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15614, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15614, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15615, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15615, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15616, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15616, 1, 2, 1377, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15616, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15616, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15616, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15616, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15617, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15617, 1, 2, 1377, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15617, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15617, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15617, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15617, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15620, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15621, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15621, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15621, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15622, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15622, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15622, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15623, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15624, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15624, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15625, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15628, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15629, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15630, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15630, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15630, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15631, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15633, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15634, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15659, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15659, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15660, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15663, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15664, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15664, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15665, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15666, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15667, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15675, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15675, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15675, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15675, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15675, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15676, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15676, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15676, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15676, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15676, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15677, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15677, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15678, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15678, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15679, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15679, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15681, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15681, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15682, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15682, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15682, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15682, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15682, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15683, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15683, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15683, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15683, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15683, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15684, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15684, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15684, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15684, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15684, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15685, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15685, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15686, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15686, 1, 2, 1497, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15686, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15686, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15686, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15692, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15692, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15693, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15693, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15694, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15694, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15695, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15700, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15701, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15702, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15703, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15704, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15705, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15706, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15707, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15708, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15708, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15709, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15710, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15711, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15712, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15713, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15714, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15715, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15716, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15717, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15718, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15719, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15721, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15722, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15722, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15723, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15724, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15725, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15726, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15727, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15727, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15727, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15728, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15731, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15732, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15732, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15733, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15734, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15735, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15736, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15737, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15738, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15739, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15740, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15741, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15742, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15743, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15744, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15745, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15746, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15747, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15748, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15749, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15750, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15751, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15752, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15753, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15754, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15756, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15757, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15758, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15759, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15760, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15760, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15761, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15761, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15762, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15762, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15763, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15763, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15764, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15764, 1, 2, 1537, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15764, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15765, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15766, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15766, 1, 2, 1519, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15766, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15767, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15767, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15768, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15768, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15769, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15770, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15771, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15772, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15773, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15774, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15775, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15776, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15777, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15778, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15780, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15782, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15783, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15784, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15785, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15788, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15789, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15790, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15791, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15792, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15793, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15794, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15796, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15797, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15798, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15799, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15800, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15801, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15801, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15802, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15803, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15804, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15805, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15806, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15807, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15808, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15809, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15810, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15811, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15812, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15813, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15814, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15815, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15816, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15817, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15818, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15832, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15835, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15838, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15839, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15840, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15841, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15842, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15843, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15844, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15845, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15846, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15847, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15848, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15849, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15850, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15851, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15852, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15853, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15854, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15855, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15856, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15857, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15858, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15859, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15860, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15861, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15862, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15863, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15864, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15864, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15865, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15866, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15867, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15868, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15869, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15870, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15871, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15871, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15872, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15873, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15874, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15875, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15876, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15877, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15878, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15879, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15880, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15881, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15882, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15883, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15884, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15885, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15886, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15887, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15888, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15889, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15890, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15891, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15891, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15892, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15892, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15893, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15894, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15895, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15895, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15896, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15896, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15896, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15897, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15897, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15898, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15898, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15901, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15902, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15903, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15903, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15904, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15905, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15905, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15906, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15906, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15907, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15907, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15908, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15908, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15909, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15909, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15910, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15911, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15912, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15913, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15914, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15915, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15916, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15917, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15918, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15922, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15928, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15928, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15928, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15929, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15929, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15929, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15930, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15930, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15930, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15931, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15931, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15931, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15932, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15932, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15932, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15933, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15934, 1, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15934, 1, 2, 3454, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15934, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15936, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15936, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15936, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15952, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15952, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15952, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15953, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15953, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15953, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15954, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15954, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15954, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15956, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15956, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15956, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15957, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15957, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15957, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15961, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15961, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15962, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15962, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15962, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15963, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15963, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15963, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15964, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15972, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15973, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15974, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15974, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15974, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15975, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15975, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15975, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15976, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15976, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15976, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15977, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15977, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15977, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15978, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15978, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15978, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15979, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15979, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15979, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15980, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15980, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15980, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15981, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15981, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15981, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15984, 1, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15984, 1, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15984, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15989, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15990, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15990, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15990, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16001, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16001, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16002, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16002, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16003, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16003, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16004, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16004, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16005, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16005, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16006, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16007, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16007, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16008, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16008, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16009, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16009, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16011, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16011, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16011, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16012, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16012, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16012, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16012, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16012, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16012, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16013, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16013, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16014, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16014, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16015, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16015, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16016, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16016, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16017, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16017, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16017, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16018, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16018, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16018, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16020, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16020, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16020, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16021, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16021, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16021, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16022, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16022, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16022, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16024, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16024, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16024, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16025, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16025, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16025, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16027, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16027, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16027, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16028, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16028, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16028, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16029, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16029, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16029, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16030, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16030, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16030, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16031, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16032, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16032, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16032, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16033, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16033, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16034, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16034, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16034, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16036, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16036, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16036, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16037, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16037, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16037, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16042, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16043, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16043, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16044, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16044, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16044, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16045, 1, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16045, 1, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16045, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16046, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16046, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16046, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16047, 1, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16047, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16048, 1, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16048, 1, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16049, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16050, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16051, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16052, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16053, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16054, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16055, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16056, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16056, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16056, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16057, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16057, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16057, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16058, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16059, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16060, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16060, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16060, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16061, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16061, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16061, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16062, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16062, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16062, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16063, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16063, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16063, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16064, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16064, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16064, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16065, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16065, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16065, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16066, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16067, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16067, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16067, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16068, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16068, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16068, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16069, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16069, 1, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16069, 1, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16069, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16069, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16070, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16070, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16072, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16073, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16075, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16076, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16076, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16079, 1, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16079, 1, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16080, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16082, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16082, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16082, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16083, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16085, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16086, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16090, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16091, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16091, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16092, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16093, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16094, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16094, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16095, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16096, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16096, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16097, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16098, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16100, 1, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16100, 1, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16100, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16101, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16102, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16103, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16104, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16105, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16105, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16106, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16106, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16107, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16107, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16108, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16108, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16109, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16109, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16110, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16111, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16112, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16112, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16113, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16113, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16114, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16114, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16115, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16115, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16116, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16116, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16117, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16117, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16118, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16119, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16120, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16123, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16124, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16125, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16126, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16127, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16129, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16131, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16131, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16132, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16132, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16133, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16133, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16134, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16134, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16135, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16135, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16136, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16137, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16137, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16137, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16139, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16141, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16142, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16143, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16145, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16145, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16145, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16146, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16146, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16146, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16148, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16149, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16150, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16154, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16154, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16154, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16156, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16156, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16156, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16157, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16157, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16157, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16158, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16158, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16158, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16163, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16163, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16163, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16164, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16164, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16164, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16165, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16165, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16165, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16166, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16167, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16167, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16167, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16168, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16168, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16168, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16172, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16184, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16184, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16193, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16193, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16193, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16194, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16194, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16194, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16211, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16211, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16211, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16212, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16212, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16215, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16215, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16215, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16216, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16216, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16216, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16218, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16218, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16218, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16225, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16225, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16226, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16227, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16227, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16227, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16227, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16227, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16228, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16228, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16229, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16229, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16230, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16232, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16236, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16236, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16236, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16241, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16243, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16243, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16243, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16244, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16244, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16244, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16254, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16255, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16256, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16256, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16281, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16283, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16283, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16284, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16284, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16285, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16286, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16290, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16297, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16297, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16297, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16298, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16299, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16306, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16336, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16338, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16356, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16359, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16360, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16361, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16363, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16365, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16365, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16365, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16368, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16368, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16368, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16369, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16371, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16372, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16373, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16374, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16375, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16376, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16376, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16377, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16378, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16378, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16379, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16380, 1, 30, 4, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16381, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16381, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16381, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16382, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16383, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16384, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16385, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16386, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16387, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16390, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16392, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16392, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16394, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16395, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16396, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16398, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16399, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16399, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16400, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16400, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16400, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16401, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16416, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16416, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16417, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16417, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16418, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16418, 1, 2, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16418, 1, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16418, 1, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16418, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16419, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16420, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16421, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16422, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16423, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16427, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16428, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16429, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16430, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16431, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16432, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16433, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16434, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16435, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16436, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16437, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16438, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16439, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16440, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16441, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16446, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16446, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16446, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16447, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16447, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16447, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16448, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16448, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16448, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16449, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16449, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16449, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16451, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16451, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16451, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16452, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16452, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16452, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16453, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16453, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16453, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16458, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16458, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16474, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16478, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16479, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16484, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16486, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16490, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16493, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16494, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16495, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16505, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16505, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16505, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16506, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16506, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16506, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16508, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16509, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16510, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16511, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16512, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16513, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16531, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16543, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16543, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16547, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16548, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16549, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16573, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16573, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16573, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16592, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16592, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16604, 1, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16604, 1, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16604, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16606, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16701, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16775, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16776, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16777, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16778, 1, 30, 3, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16779, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16781, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16781, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16786, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16787, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16788, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16803, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16803, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16803, 1, 30, 2, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16817, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16817, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16818, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16818, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16979, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16980, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16980, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16980, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16981, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16982, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16983, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16984, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16985, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16986, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16987, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16988, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16989, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16990, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16995, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16998, 1, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16998, 1, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16998, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17003, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17038, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17041, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17048, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17049, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17050, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17051, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17055, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17066, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17066, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17068, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17068, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17069, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17069, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17070, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17070, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17072, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17072, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17074, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17074, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17079, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17079, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17080, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17080, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17081, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17081, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17082, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17082, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17090, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17090, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17209, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17231, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17249, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17249, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17252, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17266, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17598, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17598, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17635, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17647, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17688, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17689, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17689, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17690, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17690, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17691, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17696, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17696, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17697, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17698, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17698, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17699, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17719, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17720, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17765, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17765, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17766, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17766, 1, 30, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17794, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17795, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17795, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17804, 1, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17804, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17995, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17996, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18199, 1, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18199, 1, 30, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(33, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(47, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(52, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(54, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(55, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(57, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(68, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(76, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(80, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(81, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(82, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(83, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(84, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(85, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(86, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(87, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(88, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(89, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(90, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(93, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(95, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(96, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(99, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(100, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(107, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(108, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(109, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(114, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(115, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(116, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(117, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(118, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(119, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(121, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(122, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(256, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(257, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(259, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(261, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(263, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(264, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(269, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(270, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(271, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(272, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(276, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(287, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(288, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(290, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(298, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(299, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(301, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(302, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(303, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(304, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(305, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(306, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(307, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(308, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(309, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(310, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(311, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(312, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(313, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(314, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(315, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(316, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(317, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(318, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(321, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(324, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(331, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(333, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(334, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(372, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(375, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(376, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(377, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(378, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(379, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(380, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(381, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(382, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(386, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(387, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(388, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(389, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(711, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(759, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1162, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1165, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1166, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1557, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1560, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1561, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1562, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1564, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1565, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1566, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1567, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1568, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1570, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1571, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1585, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1586, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1587, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1593, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1594, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1595, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1596, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1597, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1598, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1599, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1609, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1610, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1617, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1618, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1619, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1620, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1621, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1622, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1623, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1624, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1627, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1628, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1630, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1631, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1632, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1633, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1634, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1638, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1639, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1643, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1644, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1645, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1646, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1647, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1648, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1649, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1650, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1651, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1652, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1653, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1654, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1655, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1656, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1657, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1658, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1659, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1660, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1661, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1662, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1663, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1664, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1665, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1666, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1668, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1669, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1673, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1674, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1675, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1676, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1677, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1678, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1679, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1680, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1681, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1685, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1686, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1687, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1688, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1689, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1690, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1691, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1692, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1693, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1694, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1695, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1696, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1697, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1698, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1699, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1700, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1701, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1702, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1703, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1704, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1705, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1706, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1707, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1708, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1709, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1710, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1711, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1712, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1713, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1714, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1715, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1720, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1721, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1722, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1723, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1726, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1727, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1729, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1730, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1731, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1732, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1733, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1734, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1735, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1736, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1740, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1743, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1744, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1759, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1760, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1761, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1763, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1765, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1766, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1767, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1768, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1769, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1770, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1771, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1772, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1773, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1774, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1775, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1776, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1777, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1778, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1779, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1780, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1781, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1782, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1783, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1784, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1785, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1786, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1787, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1788, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1789, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1790, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1791, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1792, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1793, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1794, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1795, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1796, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1797, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1798, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1799, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1801, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1802, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1803, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1804, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1805, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1806, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1807, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1808, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1809, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1810, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1811, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1812, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1813, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1814, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1815, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1816, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1817, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1818, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1819, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1820, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1821, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1822, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1824, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1825, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1826, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1827, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1828, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1829, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1830, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1831, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1832, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1833, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1834, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1835, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1836, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1837, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1838, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1839, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1840, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1841, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1842, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1843, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1845, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1846, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1847, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1848, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1849, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1850, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1851, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1852, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1853, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1854, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1855, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1856, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1857, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1858, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1859, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1860, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1864, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1865, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1866, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1867, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1868, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1869, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1870, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1871, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1872, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1873, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1874, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1875, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1876, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1877, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1878, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1879, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1880, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1881, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1882, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1883, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1884, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1885, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1886, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1887, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1888, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1889, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1890, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1891, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1892, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1893, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1894, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1895, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1896, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1897, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1898, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1901, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1902, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1903, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1904, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1905, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1906, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1908, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1909, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1911, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1912, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1914, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1915, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1916, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1917, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1922, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1923, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1926, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1928, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1930, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1931, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1932, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1936, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1937, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1938, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1939, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1940, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1941, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1943, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1944, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1945, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1946, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1947, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1948, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1949, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1950, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1951, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1952, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1953, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1954, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1957, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1958, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1959, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1960, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1961, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1962, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1964, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1970, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1971, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1972, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1973, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1975, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1976, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1977, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1979, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1981, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1984, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1985, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1986, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1987, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1988, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1989, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1990, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1991, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1992, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1993, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1994, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1995, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1996, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1997, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1998, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1999, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2000, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2001, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2002, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2003, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2004, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2005, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2006, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2007, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2008, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2010, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2014, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2015, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2016, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2017, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2018, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2019, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2020, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2021, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2022, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2023, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2024, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2025, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2026, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2027, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2028, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2029, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2030, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2031, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2032, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2033, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2034, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2039, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2040, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2041, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2042, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2045, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2047, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2050, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2051, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2052, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2054, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2055, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2056, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2057, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2059, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2061, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2062, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2068, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2076, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2082, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2083, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2084, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2086, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2087, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2096, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2098, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2099, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2100, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2101, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2102, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2105, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2106, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2108, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2109, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2110, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2111, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2112, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2113, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2115, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2116, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2117, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2119, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2120, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2122, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2123, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2124, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2125, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2127, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2129, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2133, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2134, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2136, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2138, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2139, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2140, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2141, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2142, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2143, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2145, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2146, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2150, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2152, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2153, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2154, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2155, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2156, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2158, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2159, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2160, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2161, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2162, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2163, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2164, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2165, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2166, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2167, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2173, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2175, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2176, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2177, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2181, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2182, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2187, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2189, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2190, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2289, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2334, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2335, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2336, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2371, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2413, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2489, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2551, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2553, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2554, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2555, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2556, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2558, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2560, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2574, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2575, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2576, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2652, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2653, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2656, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2657, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2658, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2661, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2663, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2664, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2665, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2666, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2670, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2672, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2673, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2674, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2675, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2676, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2677, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2678, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2679, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2680, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2681, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2682, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2683, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2684, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2685, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2687, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2688, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2689, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2690, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2691, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2695, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2701, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2702, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2703, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2704, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2707, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2708, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2709, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2710, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2711, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2712, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2713, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2714, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2715, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2716, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2717, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2718, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2719, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2722, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2724, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2726, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2727, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2729, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2732, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2734, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2739, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2740, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2741, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2742, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2743, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2744, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2842, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2843, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2848, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2849, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2850, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2852, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2858, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2866, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2867, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2868, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2871, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2875, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2883, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2891, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2892, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2893, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2907, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2908, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2909, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2910, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2911, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2912, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2913, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2914, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2933, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2968, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2969, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2970, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2971, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2972, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2973, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2974, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2975, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2976, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2977, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2978, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3076, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3084, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3085, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3089, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3187, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3189, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3190, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3192, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3194, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3195, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3196, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3197, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3198, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3199, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3200, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3202, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3203, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3204, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3205, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3206, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3207, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3208, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3209, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3210, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3211, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3212, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3213, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3214, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3215, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3216, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3217, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3220, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3222, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3223, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3224, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3225, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3226, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3227, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3228, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3231, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3232, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3233, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3234, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3236, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3237, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3238, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3239, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3240, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3246, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3249, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3251, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3252, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3253, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3254, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3256, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3258, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3260, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3262, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3264, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3266, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3270, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3276, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3286, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3290, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3296, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3298, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3301, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3303, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3306, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3307, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3308, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3310, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3311, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3314, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3315, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3523, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3524, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3525, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3636, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3637, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3638, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3639, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3640, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3642, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3643, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3644, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3646, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3656, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3658, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3659, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3660, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3661, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3662, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3685, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3689, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3690, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3691, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3693, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3694, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3695, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3703, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3703, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3704, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3704, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3705, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3706, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3707, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3715, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3716, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3717, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3718, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3719, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3722, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3723, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3724, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3725, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3726, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3727, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3729, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3730, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3737, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3740, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3760, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3761, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3763, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3764, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3767, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3768, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3769, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3770, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3772, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3797, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3798, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3799, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3800, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3801, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3802, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3803, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3804, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3815, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3816, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3817, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3818, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3819, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3832, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3832, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3833, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3833, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3834, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3834, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3835, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3835, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3836, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3836, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3837, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3837, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3838, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3838, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3839, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3840, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3841, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3842, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3843, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3845, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3847, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3848, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3849, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3850, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3851, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3852, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3853, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3855, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3856, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3857, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3888, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3891, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3892, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3893, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3894, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3895, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3896, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3897, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3898, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3899, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3900, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3901, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3902, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3903, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3904, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3905, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3906, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3907, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3908, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3909, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3910, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3911, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3936, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3937, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3938, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3939, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3940, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3941, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3942, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3943, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3944, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3945, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3946, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3947, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3948, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3949, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3950, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3951, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3960, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3962, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3963, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3964, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3968, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3972, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4004, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4072, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4087, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4088, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4089, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4090, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4096, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4097, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4098, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4099, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4100, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4101, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4102, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4103, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4104, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4105, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4106, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4115, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4116, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4117, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4118, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4119, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4120, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4121, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4122, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4123, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4132, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4133, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4134, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4135, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4136, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4137, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4138, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4141, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4149, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4166, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4170, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4171, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4406, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4608, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5619, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5620, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5621, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5622, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6286, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6287, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6288, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6289, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6290, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6291, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6292, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6752, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6906, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6907, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6908, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7510, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7923, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9630, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9847, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10082, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10083, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10192, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10193, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10194, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10195, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10196, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10197, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10198, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10199, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10200, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10201, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10202, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10203, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10204, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10205, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10206, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10209, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10210, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10211, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10212, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10213, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10214, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10215, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10216, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10217, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10218, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10219, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10220, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10223, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10388, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11713, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11714, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11898, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11899, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12144, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12351, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12352, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12353, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12354, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12355, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12356, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12357, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12358, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12359, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12360, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12361, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12362, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12363, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12364, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12365, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12366, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12654, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12665, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12666, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12893, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12894, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12895, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12896, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12897, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12898, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12899, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12900, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12901, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12902, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12903, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12904, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12907, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12908, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12909, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13348, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13349, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13350, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13351, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13352, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13353, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13354, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13355, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13356, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13357, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13358, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13359, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13360, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13405, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13406, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13407, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13408, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13409, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13410, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13411, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13412, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13872, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13873, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13891, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13949, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13949, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13965, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13965, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15068, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15069, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16393, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16394, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16396, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16397, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16397, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16398, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16398, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16399, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16399, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16400, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16400, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17153, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17153, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17154, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17154, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17155, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17155, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17156, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17157, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17182, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17183, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17184, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17185, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17188, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17189, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17190, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17191, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17249, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17252, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17255, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17258, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17261, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17262, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17263, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17264, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17265, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17266, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17267, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17268, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17269, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17274, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17275, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17276, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17281, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17282, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17284, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17783, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18033, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18034, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18035, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18036, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18047, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18050, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18051, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18052, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18053, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18054, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18055, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18056, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18057, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18058, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18059, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18060, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18061, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18062, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18063, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18064, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18065, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18067, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18068, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18069, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18070, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18071, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18072, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18073, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18074, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18075, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18076, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18077, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18079, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18083, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18084, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18085, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18087, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18089, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18090, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18340, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18341, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18342, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18343, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18344, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18345, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18596, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18643, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18644, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18645, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18895, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18895, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18899, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18899, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18900, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18900, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18901, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18901, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18930, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18934, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18934, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18935, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18935, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18936, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18936, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18971, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18971, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18972, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18972, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18973, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18973, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19015, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19016, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19017, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19018, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19019, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19020, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19022, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19024, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19025, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19027, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19028, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19030, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19033, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19283, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19283, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19284, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19284, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19463, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19464, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19535, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19536, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19541, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19542, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19543, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19545, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19546, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19547, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19548, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19549, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19550, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19551, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19552, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19553, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19554, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19555, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19556, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19557, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19558, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19559, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19560, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19561, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19562, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19563, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19564, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19565, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19566, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19567, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19568, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19569, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19570, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19571, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19572, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19573, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19574, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19575, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19576, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19577, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19578, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19579, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19580, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19581, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19583, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19585, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19590, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19591, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19594, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19595, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19596, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19597, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19598, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19599, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19600, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19602, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19603, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19839, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19840, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19841, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19842, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19843, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19844, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19845, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19846, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19847, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19848, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19849, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19850, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19851, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19852, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19853, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19854, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19855, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19856, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19857, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19858, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19859, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19861, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19862, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19863, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19868, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19869, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19870, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19871, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19872, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19873, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19874, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19876, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19877, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19878, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19879, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19901, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19902, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19903, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19903, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19904, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19905, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19906, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20351, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20352, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20356, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20359, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20447, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20649, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20650, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20651, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20652, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20653, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20654, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20655, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20656, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20657, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20689, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20691, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20692, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20693, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20694, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20724, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20725, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20726, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20726, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20727, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20738, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20739, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20805, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20806, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20807, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20810, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20829, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20830, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20831, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20849, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20850, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20869, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20870, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20871, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20872, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20873, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20874, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20875, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20876, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20877, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20878, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20879, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20881, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20898, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20899, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20918, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20920, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20920, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20921, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20922, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20923, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20924, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20925, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20926, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20939, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20960, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20961, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20962, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20963, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20964, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20965, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20966, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20968, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20970, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20972, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20975, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20976, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20977, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20978, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20979, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20980, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20981, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20982, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20985, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20986, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20989, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20990, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20991, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20992, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21004, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21007, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21008, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21009, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21042, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21052, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21053, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21054, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21055, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21056, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21057, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21058, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21059, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21060, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21061, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21062, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21063, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21064, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21065, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21066, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21067, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21068, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21069, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21070, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21071, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21072, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21073, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21074, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21075, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21076, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21077, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21078, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21079, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21080, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21081, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21082, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21083, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21084, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21085, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21086, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21087, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21088, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21089, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21099, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21099, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21117, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21117, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21118, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21118, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21119, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21119, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21120, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21120, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21121, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21121, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21127, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21277, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21282, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21308, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21327, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21327, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21459, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21509, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21530, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21581, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21582, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21583, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21678, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21679, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21701, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22205, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22207, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22208, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22216, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22217, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22218, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22219, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22220, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22221, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22222, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22223, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22229, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22230, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22231, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22234, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22245, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22246, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22248, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22250, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22251, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22253, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22254, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22255, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22257, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22258, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22259, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22260, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22261, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22262, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22530, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22531, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22533, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22534, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22535, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22536, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22537, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22538, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22540, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22541, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22543, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22544, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22545, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22546, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22547, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22549, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22550, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22563, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22564, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22565, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22566, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22567, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22576, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22577, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22578, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22579, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22580, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22581, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22582, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22587, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22588, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22589, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22590, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22591, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22592, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22593, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22594, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22595, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22598, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22599, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22600, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22602, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22603, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22604, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22605, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22606, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22622, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22623, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22638, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22639, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22647, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22648, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22649, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22650, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22651, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22652, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22654, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22658, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22659, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22660, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22661, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22662, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22664, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22665, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22666, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22668, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22670, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22671, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22672, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22673, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22674, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22684, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22685, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22706, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22707, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22708, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22709, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22710, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22711, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22712, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22719, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22727, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22732, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22733, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22734, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22735, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22736, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22737, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22738, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22739, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22740, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22741, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22742, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22743, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22744, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22746, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22747, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22750, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22751, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22752, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22753, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22754, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22755, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22772, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22773, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22774, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22775, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22776, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22777, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22783, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22803, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22804, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22806, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22811, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22812, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22813, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22831, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22832, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22833, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22834, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22835, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22836, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22854, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22855, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22856, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22858, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22860, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22864, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22865, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22879, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22880, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22882, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22883, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22884, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22885, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22886, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22887, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22904, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22908, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22909, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22910, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22915, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22916, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22917, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22918, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22919, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22920, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22921, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22922, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22923, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22924, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22925, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22926, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22927, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23013, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23014, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23015, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23016, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23017, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23018, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23295, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23296, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23299, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23301, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23302, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23303, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23304, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23305, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23570, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23571, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23572, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23573, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23574, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23575, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23577, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23879, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23880, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23881, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24388, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24389, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24390, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24392, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24393, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24395, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24396, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24398, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24399, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24401, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24469, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24470, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24479, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24480, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24486, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24487, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24488, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24489, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24490, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24492, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24493, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24496, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24498, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24500, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24501, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24502, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24503, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24504, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24505, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24507, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24508, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24510, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24511, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24512, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24513, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24514, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24515, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24516, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24517, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24518, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24519, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24520, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24528, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24529, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24530, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24531, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24532, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24533, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24534, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24536, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24537, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24538, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24539, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24541, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24542, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24543, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24544, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24545, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24546, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24547, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24548, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24550, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24551, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24552, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24555, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24556, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24562, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24563, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24564, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24566, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24568, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24600, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24601, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24606, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24607, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24613, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24616, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24627, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24631, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24632, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24633, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24634, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24635, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24653, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24654, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24686, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24687, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24715, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24717, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24723, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24724, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24725, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24726, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24727, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24728, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24729, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24746, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24760, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24761, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24762, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24763, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24776, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24777, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(24798, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25328, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25329, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25330, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25331, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25332, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25333, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25336, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25337, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25338, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25339, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25340, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25341, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25342, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25346, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25347, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25348, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25349, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(26449, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(26494, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(26495, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(26496, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(26499, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28024, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28027, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28028, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28029, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28030, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28031, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28032, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28033, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28034, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28040, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28041, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28042, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28047, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28050, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28051, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28052, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28053, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28054, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28055, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28056, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28069, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28070, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28071, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28072, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28073, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28074, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28075, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28603, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28604, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28605, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28606, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28607, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28608, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28609, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28610, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28611, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28612, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28613, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29150, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29151, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29152, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29154, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29155, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29740, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29741, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29742, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29743, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29744, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29746, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29747, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29750, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29751, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29752, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29753, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29754, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29755, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29756, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29757, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29758, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29759, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29760, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29761, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29762, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29763, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29765, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29766, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29767, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29768, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29769, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29770, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29771, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29772, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29773, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29774, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29775, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29776, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29777, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29780, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29781, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29782, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29783, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29784, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29784, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(30854, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(30855, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(30856, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31407, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31408, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31409, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31410, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31411, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31442, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31504, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31507, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31508, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31509, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31510, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31511, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31572, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31573, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31574, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31575, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31576, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31577, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31578, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31579, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31580, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32107, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32109, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32110, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32349, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32355, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32358, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32383, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32385, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32389, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32391, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32404, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32416, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32424, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32425, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32427, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32429, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32431, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32570, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32571, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32574, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32578, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32580, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32581, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32582, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32583, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32584, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32585, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32590, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32591, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32592, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32593, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32594, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32595, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32596, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32833, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32834, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32835, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32842, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32843, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32845, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32846, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32847, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32848, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32849, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32850, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32851, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32852, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32853, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32854, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32855, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32856, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32857, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32858, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32859, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32860, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32861, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32862, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32863, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32878, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32879, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32880, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32881, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32882, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32883, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32884, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32885, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(33998, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(33999, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34012, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34013, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34025, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34026, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34027, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34028, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34029, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34030, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34031, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34032, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34033, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34034, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34167, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34168, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34357, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34360, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34571, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35251, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35252, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35593, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35593, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35594, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35594, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35595, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35595, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35596, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35596, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35597, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35597, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35598, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35598, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35844, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36070, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36071, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36072, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36073, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36077, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36078, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36080, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36082, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36083, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36085, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36086, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36090, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36091, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36092, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36093, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36094, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36095, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36096, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36098, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36102, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36105, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36113, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36118, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36126, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36127, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36396, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36397, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36398, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36645, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36738, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36738, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36977, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36979, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36980, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36981, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36982, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36983, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36984, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36985, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36986, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36987, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36988, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36989, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36996, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36997, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36998, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37025, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37026, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37027, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37028, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37029, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37030, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37031, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37032, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37033, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37034, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37051, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37089, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37090, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37091, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37092, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37093, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37094, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37095, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37096, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37097, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37098, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37099, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37118, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37478, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38028, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38029, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38030, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38147, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38491, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38492, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38493, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38494, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38495, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40197, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40198, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40198, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40199, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40199, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40200, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40200, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40201, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40201, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40298, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40299, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40301, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40303, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41185, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41186, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41187, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41188, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41189, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41190, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41191, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41192, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41193, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41194, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(41195, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43116, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43117, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43118, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43119, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43120, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43121, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(43122, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(47296, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(47297, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48403, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48403, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48405, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48405, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48406, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48406, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48407, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48407, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48408, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48408, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48409, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48409, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48410, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48410, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48411, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48411, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48412, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48412, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48413, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48413, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48414, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48414, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48415, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48415, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48416, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48416, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48417, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48417, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48418, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48418, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48419, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48419, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48420, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48420, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48421, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48421, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48422, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48422, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48423, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48423, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48424, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48424, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48425, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48425, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48426, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48426, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48427, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48427, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48428, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48428, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48429, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48429, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48430, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48430, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48431, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48431, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48432, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48432, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48433, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48433, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48434, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48434, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48435, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48435, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48436, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48436, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48437, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48437, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48438, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48438, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48439, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48439, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48440, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48440, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48442, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48442, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48443, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48443, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48444, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48444, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48445, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48445, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48446, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48446, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48447, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48447, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48448, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48448, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48450, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48450, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48451, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48451, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48452, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48452, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48453, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48453, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48454, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48454, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48455, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48455, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48457, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48457, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48458, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48458, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48459, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48459, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48460, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48460, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48461, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48461, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48462, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48462, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48463, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48463, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48464, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48464, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48465, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48465, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48466, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48466, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48467, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48467, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48468, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48468, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48469, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48469, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48470, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48470, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48471, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48471, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48472, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48472, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48473, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48473, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48474, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48474, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48475, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48475, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48476, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48476, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48477, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48477, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48478, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48478, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48479, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48479, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48480, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48480, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48481, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48481, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48482, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48482, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48483, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48483, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48484, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48484, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48485, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48485, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48486, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48486, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48487, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48487, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48488, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48488, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48489, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48489, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48490, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48490, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48491, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48491, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48492, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48492, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48493, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48493, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48494, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48494, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48495, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48495, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48496, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48496, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48497, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48497, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48498, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48498, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48500, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48500, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48501, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48501, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48502, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48502, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48503, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48503, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48504, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48504, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48505, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48505, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48506, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48506, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48507, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48507, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48508, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48508, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48509, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48509, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48510, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48510, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48511, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48511, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48512, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48512, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48513, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48513, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48514, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48514, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48515, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48515, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48516, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48517, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48518, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48519, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48520, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48521, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48522, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48523, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48524, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48525, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48526, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48527, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48528, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48529, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48530, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48531, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48532, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48533, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48534, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48535, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48536, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48537, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48538, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48539, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48540, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48541, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48542, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48543, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48544, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48545, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48546, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48547, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48548, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48549, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48550, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48551, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48552, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48553, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48554, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48555, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48556, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48557, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48558, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48559, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48560, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48561, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48562, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48563, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48564, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48565, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48566, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48567, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48568, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48570, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48571, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48574, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48575, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48576, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(49485, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(49486, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(49487, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50445, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50446, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50447, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50448, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50449, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50450, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50468, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50469, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50484, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50485, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50486, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50487, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50488, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50489, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50490, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50491, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50492, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50493, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50494, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50495, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50496, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50497, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50498, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50499, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50500, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50501, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50502, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50503, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50504, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50505, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50506, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50507, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50508, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50509, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50510, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50511, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50512, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50513, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50514, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50515, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50516, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50517, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50518, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50519, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50520, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50521, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50522, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50523, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50524, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50525, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50526, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50527, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50528, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50529, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50530, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50531, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50532, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50533, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50534, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50535, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50536, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50537, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50538, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50547, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50548, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50549, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50803, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50804, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50805, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50830, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50831, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50910, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50935, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50936, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50937, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50961, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50982, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50983, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50984, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50985, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50986, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50987, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50988, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50989, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51702, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51703, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51704, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51705, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51706, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51707, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51708, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51948, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51949, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51950, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(52175, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(52176, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(55250, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(55535, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(55615, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(55616, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(55774, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56809, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56810, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56818, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56818, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56819, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56819, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56820, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56820, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56821, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56821, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56897, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56898, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56901, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56903, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56905, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56910, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56911, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(57708, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58369, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58388, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58389, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58595, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58596, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58597, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58598, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58599, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58600, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58601, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58602, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58603, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58604, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58605, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58606, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58607, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58608, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58609, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58610, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58611, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58612, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58613, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58614, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58615, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58616, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58617, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58618, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58619, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58620, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58621, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58622, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58623, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58624, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58625, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58626, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58627, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58629, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59517, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59518, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59529, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59529, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59530, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59530, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59845, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59846, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59847, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59848, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59850, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59851, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59852, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59853, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59854, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59855, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59856, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59857, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59858, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59859, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59860, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59861, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59862, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59863, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59864, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59865, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59990, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60393, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60393, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60394, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60394, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60395, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60438, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60439, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60440, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61039, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61040, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61041, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61042, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61047, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61050, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61051, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61052, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61053, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61054, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61055, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61056, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61057, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61058, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61059, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61060, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61061, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61062, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61063, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61064, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61065, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61067, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61068, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61069, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61070, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61071, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61072, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61073, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61074, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61075, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61076, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61077, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61078, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61080, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61081, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61082, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61083, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61084, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61085, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61086, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61087, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61088, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61089, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61090, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61091, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61092, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61093, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61094, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61095, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61096, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61097, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61098, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61099, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61100, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61101, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61102, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61918, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61919, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61920, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61921, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61922, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61923, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61924, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61925, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61927, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61928, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61929, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61934, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61935, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61936, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61952, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61953, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(63195, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(63197, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(63198, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(63674, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64856, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64857, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64858, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64859, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64860, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64861, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64862, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64863, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(65407, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(66780, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(67234, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(68865, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69282, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69421, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69421, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69422, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69422, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69423, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69423, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69424, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69424, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69425, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69425, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69426, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69426, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69427, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69427, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69428, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69428, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69429, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69429, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69430, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69430, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69431, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69431, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69432, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69432, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69433, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69433, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69434, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69434, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69435, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69435, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69436, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69436, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69437, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69437, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69438, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69438, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(70517, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(73940, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(73941, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74075, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74075, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74076, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74076, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74078, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74078, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74091, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74135, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74138, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74146, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74439, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74440, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74441, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74442, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74443, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74444, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74445, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74446, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74447, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74447, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74448, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74448, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74727, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74728, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74729, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(74730, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75293, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75293, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75295, 2, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75295, 2, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75295, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75295, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75296, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75296, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75297, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75297, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75298, 2, 1, 34, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75298, 2, 2, 717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75298, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75298, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75299, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75299, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75300, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75300, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(77813, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(80022, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(80023, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(82136, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(82137, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(82138, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(82139, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(82140, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(83763, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(85556, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(85556, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(85562, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(85563, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(86492, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(88497, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(88498, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(89634, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(89635, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(89931, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(90566, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(90567, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(90858, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(90858, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91138, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91138, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91672, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91673, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91692, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91706, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91737, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91738, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92011, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92013, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92015, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92065, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92067, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92098, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92099, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92140, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92141, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92142, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92143, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92252, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92388, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92419, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92420, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92423, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92424, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92426, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92426, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92427, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92458, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92489, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92490, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92524, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92525, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92526, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92527, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92528, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92529, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92530, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92531, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92532, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92533, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92534, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92535, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92536, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92537, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92538, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92539, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92540, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92541, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92542, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92543, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92544, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92545, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92546, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92547, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92548, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92549, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92550, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92551, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92552, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92693, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92694, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92695, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92696, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92699, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92700, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92703, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(93192, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94039, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94039, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94183, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94184, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94185, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94186, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94187, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94188, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94189, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94190, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94191, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(95449, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97700, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97700, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97701, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97701, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97801, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97801, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97802, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97802, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97803, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97803, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98343, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98347, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98348, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98349, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98350, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98351, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98354, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(100028, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(100035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101748, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101749, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101750, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101766, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101767, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101768, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101769, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101770, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101771, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101772, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101773, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101774, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101775, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101776, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101777, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101778, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101779, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101811, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101811, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101812, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101812, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101831, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101831, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101832, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101832, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101833, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101833, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101834, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101834, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101835, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101836, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101837, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101838, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101839, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101840, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101841, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101842, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101845, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101846, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101847, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101848, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101849, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101850, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101851, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101852, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101853, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101854, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101854, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101855, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101855, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102984, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102985, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102986, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102988, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102989, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102990, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102991, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102992, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102993, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102994, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102995, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102996, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102997, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102998, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102999, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103000, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103001, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103002, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103003, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103004, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103005, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103005, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103006, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103006, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103007, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103007, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103009, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103009, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103010, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103010, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103011, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103011, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103012, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103012, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103015, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103015, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103016, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103016, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103600, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103628, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103663, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103664, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103664, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103680, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103687, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103694, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103695, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103711, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103713, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103727, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103729, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103750, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103751, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103770, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103771, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103772, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103773, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103793, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103795, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103802, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103811, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103815, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103820, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103820, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103821, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103821, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104555, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104564, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104574, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104575, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104589, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104589, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104591, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104591, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104593, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104600, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104600, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105169, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105170, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105171, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105172, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105174, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105175, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105176, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105188, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105568, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105576, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105578, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105579, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105581, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106318, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106319, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106325, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106326, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106327, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106335, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106336, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106528, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106529, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106638, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106641, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(107037, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(107039, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(107040, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(107041, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(107042, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110230, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110231, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110232, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110233, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110234, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110235, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110236, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111094, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111095, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111149, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111202, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111203, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111204, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111205, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111206, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111207, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111212, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111215, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111216, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111217, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111220, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111221, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111222, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111223, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111224, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111225, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111226, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111227, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111254, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111255, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111256, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111257, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111258, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111259, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111260, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111261, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111262, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111265, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111266, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111268, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111269, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111271, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111942, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111943, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111945, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111946, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111948, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111949, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111950, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111973, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111974, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111979, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112012, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112042, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112050, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112051, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112052, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112053, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112054, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112055, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112058, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112059, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112060, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112061, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112062, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112065, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112070, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112071, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112072, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112073, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112074, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112192, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112194, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112195, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112196, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112197, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112198, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112199, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112200, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112201, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112202, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112204, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112205, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112215, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112216, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112217, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112223, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112231, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112232, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112234, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112235, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112236, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112237, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112238, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112239, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112241, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112301, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112302, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112303, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112305, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112308, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112309, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112310, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112311, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112312, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112316, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112317, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112318, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112319, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112321, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112322, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112881, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112888, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112898, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112901, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112902, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112903, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112904, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112905, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112906, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112907, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112948, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113528, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113529, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113531, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113540, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113568, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113570, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113571, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113574, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113575, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113576, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113577, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113752, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113753, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113754, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113755, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113756, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113757, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113757, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113768, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113769, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113770, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113771, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113791, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(120584, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(121264, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123207, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123207, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123208, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123208, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123209, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123209, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123210, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123210, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123211, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123211, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123212, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123212, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123213, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123213, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123214, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123244, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123309, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123310, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123328, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123329, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123329, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123330, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123331, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123333, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123334, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123462, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123463, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123463, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(123848, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124072, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124367, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124367, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124368, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124368, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124369, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124369, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124370, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124370, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124371, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124371, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124372, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124372, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124374, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124388, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124389, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(125475, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(125477, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(125477, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126050, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126051, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126052, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126053, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126158, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126260, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126312, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126313, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126314, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126335, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126337, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126338, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126339, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126340, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126341, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126342, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126345, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(128196, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(128293, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(128308, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(128308, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(128403, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(128403, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(129127, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(129206, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130125, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130126, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130511, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130511, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130666, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130668, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(131474, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(131474, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(131978, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(131978, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(133234, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(133234, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(133466, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(133467, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(133468, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(133469, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136101, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136922, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136922, 2, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136923, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136923, 2, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136925, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136925, 2, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136926, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136927, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136928, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136929, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136930, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136931, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136945, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136947, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136948, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136949, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136950, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136951, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136952, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136954, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136955, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136957, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136959, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136961, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136962, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136963, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(136964, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(137644, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(137646, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(137647, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138316, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138317, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138318, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138492, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138496, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138497, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138498, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(138614, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(139852, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140105, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140109, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140110, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140111, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140112, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140113, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140211, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140212, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140213, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140214, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140357, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140358, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140359, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140360, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140372, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140373, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140374, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140375, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140376, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140378, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140379, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140380, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140381, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140382, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140383, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140384, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140385, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140386, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140387, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140388, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140389, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140390, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140391, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140392, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140393, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140394, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140395, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140396, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140397, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140398, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140399, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140400, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140401, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140402, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140403, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140439, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140911, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140931, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(140971, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141069, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141070, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141070, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141071, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141071, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141072, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141072, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141073, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141073, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141074, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141074, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141596, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141596, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141610, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141611, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141812, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141813, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141832, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141832, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141838, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141839, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141840, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141841, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141843, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141844, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141845, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141851, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141851, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141852, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141852, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141853, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141857, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141858, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141859, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141860, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141861, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141862, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141863, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141869, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141869, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141870, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141871, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141931, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141971, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141972, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141979, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141979, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141980, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141981, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142018, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142019, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142020, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142021, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142071, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142073, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142075, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142076, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142077, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142078, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142088, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142088, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142089, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142090, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142091, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142093, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142094, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142095, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142101, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142102, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142103, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142109, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142110, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142111, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142117, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142118, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142119, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142121, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142122, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142123, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142124, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142127, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142131, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142139, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142140, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142141, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142142, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142143, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142144, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142144, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142144, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142144, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142145, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142145, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142145, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142145, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142151, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142172, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142175, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142176, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142179, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142181, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142184, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142185, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142186, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142187, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142188, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142189, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142191, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142195, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142196, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142197, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142198, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142207, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142207, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142208, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142208, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142209, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142209, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142210, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142210, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142211, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142211, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142212, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142212, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142213, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142213, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142214, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142214, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142215, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142215, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142216, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142216, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142217, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142217, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142218, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142218, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142219, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142219, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142339, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142340, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142341, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142342, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142343, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142344, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142344, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142345, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142475, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142475, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142476, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142476, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142477, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142477, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142487, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142487, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142488, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142488, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142689, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142690, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142691, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142692, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142693, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142694, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142695, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142696, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142696, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142702, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142703, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142704, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142705, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142706, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142707, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142712, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142713, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142714, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142715, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142715, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142837, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142838, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142851, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142871, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142872, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142873, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142874, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142911, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142912, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142914, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142915, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142916, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142958, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142961, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142964, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142965, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142966, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142968, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142970, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142971, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142972, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142973, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142974, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142976, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142977, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142978, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142979, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142980, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143230, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143242, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143243, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143244, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143245, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143246, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143247, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143249, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143250, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143251, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143253, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143254, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143255, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143256, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143273, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143295, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143296, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143297, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143298, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143299, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143301, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143314, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143317, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143318, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143319, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143320, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143321, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143322, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143323, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143324, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143325, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143326, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143328, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143333, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143334, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143336, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143337, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143338, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143342, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143343, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143344, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143345, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143346, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143347, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143348, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143349, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143362, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143363, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143397, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143398, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143399, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143979, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143980, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143981, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143982, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143983, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143984, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143985, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143986, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143987, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143988, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143989, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143990, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143991, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144011, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144050, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144053, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144054, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144055, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144063, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144065, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144065, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144067, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144068, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144070, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144071, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144072, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144073, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144111, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144111, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144112, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144125, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144126, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144127, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144128, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144129, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144131, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144132, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144133, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144159, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144162, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144179, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144179, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144180, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144181, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146080, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146081, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146084, 2, 1, 209, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146084, 2, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146085, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146085, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146086, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146086, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146088, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146088, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146089, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146089, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146090, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146090, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146091, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146091, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146096, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146441, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147039, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147040, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147041, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147042, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147047, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147065, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147279, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147282, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147283, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147284, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147285, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147435, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147436, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147437, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147438, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147439, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147440, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147441, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147442, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147443, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147444, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147445, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147446, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147447, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147448, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147449, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147450, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147516, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147517, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147536, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147557, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147742, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147743, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147744, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147745, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147746, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147747, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147748, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147749, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147750, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147752, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147753, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147754, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147755, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147756, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147757, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147758, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147759, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147760, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147761, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147762, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147763, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147764, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147765, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147766, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147767, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147768, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147769, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147770, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147771, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147786, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147787, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147792, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147793, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147824, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148418, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148418, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148419, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148419, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148420, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148420, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148421, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148421, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148423, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148424, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148425, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148426, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148436, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148437, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148498, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148499, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148503, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148504, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148506, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148507, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148511, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148512, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148512, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148513, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148514, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148515, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148516, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148540, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148544, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148547, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148549, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148550, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148551, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148554, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148556, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148557, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148567, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148658, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148659, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148660, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148661, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148662, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148663, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148664, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148665, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148666, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148668, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148669, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148670, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148671, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148672, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148673, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148674, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148675, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148676, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148677, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148679, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148680, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148681, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148682, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148683, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148684, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148685, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148686, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148687, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148688, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148689, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148691, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148692, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148693, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148694, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148695, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148696, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148697, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148707, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148714, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148725, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148729, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148730, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148731, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148732, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148733, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148734, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148736, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148737, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148738, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148739, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148740, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148741, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148742, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148743, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148744, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148752, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148754, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148755, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148758, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148761, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148762, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148765, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148766, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148767, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148768, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148769, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148771, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148772, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148773, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148774, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148781, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148782, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148790, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148795, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148796, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148801, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148807, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148811, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148812, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148813, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148814, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148815, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148816, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148817, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148818, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148830, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148830, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148831, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148831, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148832, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148832, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148833, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148833, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148834, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148834, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148835, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148835, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148836, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148836, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148838, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148838, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148840, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148841, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148843, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148843, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148844, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148844, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148845, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148845, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148846, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148846, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148847, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148847, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148848, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148848, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148849, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148849, 2, 2, 1316, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148850, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148850, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148851, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148851, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148852, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148852, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148853, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148853, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148854, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148854, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148855, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148855, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148856, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148856, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148857, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148857, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148858, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148858, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148859, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148859, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148860, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148860, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148861, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148861, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148862, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148862, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148863, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148863, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148864, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148864, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148865, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148866, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148876, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148877, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148878, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148879, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148880, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148883, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148883, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148884, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148885, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148886, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148887, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148888, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148889, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148891, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148892, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148893, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148894, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148895, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148898, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148899, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148900, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148901, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148902, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148903, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148904, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148905, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148906, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148909, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148910, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148911, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148912, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148913, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148914, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148915, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148917, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148917, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148937, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148937, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148956, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148957, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148958, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148959, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148960, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148976, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148996, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148997, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148998, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148998, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149017, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149018, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149019, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149020, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149021, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149022, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149024, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149025, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149026, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149027, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149028, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149029, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149030, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149031, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149032, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149036, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149038, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149047, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149410, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149412, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149413, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149417, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149418, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149419, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149420, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149424, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149431, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149431, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149432, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149432, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149433, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149433, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149480, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149481, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149482, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149483, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149502, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150075, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150080, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150081, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150082, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150086, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150087, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150137, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150138, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150140, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150713, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151286, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151951, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151951, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151952, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151952, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151953, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151954, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151955, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151956, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151957, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151958, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151959, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151960, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151961, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151962, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151963, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151964, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151965, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151966, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151968, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151970, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151971, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151972, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151973, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151973, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151974, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151975, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151976, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151977, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151978, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151979, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151980, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151981, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151982, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151983, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151984, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152032, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152033, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152034, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152039, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152040, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152041, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152042, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152094, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152095, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152097, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152097, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152098, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152324, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152325, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152326, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152327, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152328, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152329, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152330, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152331, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152332, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152574, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152575, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152576, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152577, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152578, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152579, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152580, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152581, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152582, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152584, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152585, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152586, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152587, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152608, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152614, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152618, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152619, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152620, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152621, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152622, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152631, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153123, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153124, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153125, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153126, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153157, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153158, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153159, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153160, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153203, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153204, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153205, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153220, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153221, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153239, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153240, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153241, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153242, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153350, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153399, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153400, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153402, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153451, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153453, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153454, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153459, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153460, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153464, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153464, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153464, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153464, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153468, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153469, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153469, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153469, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153469, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153470, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153471, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153472, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153473, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153482, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153516, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153556, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153576, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153577, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153578, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153579, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153580, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153581, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153582, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153583, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153584, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153695, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153716, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153723, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153723, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153723, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153723, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(154357, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(156561, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157636, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157637, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157816, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157816, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157817, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157817, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157818, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157818, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157819, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157819, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157820, 2, 1, 129, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157820, 2, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157923, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157936, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157968, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158545, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158546, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158547, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158548, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158549, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158550, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158551, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158552, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158553, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158554, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158555, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158556, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158557, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158558, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158559, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158560, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158561, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158562, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158563, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158564, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158565, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158566, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158567, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158568, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158569, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158570, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158571, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158572, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158576, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158579, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158580, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158581, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158582, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158583, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158584, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158585, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158599, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158608, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158674, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158678, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158679, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158680, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160409, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160410, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160411, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160413, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160414, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160415, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160416, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160418, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160419, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160420, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160421, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160426, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160436, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160437, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160438, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160439, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160440, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160441, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160442, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160443, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160444, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160445, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160468, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160469, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160470, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160836, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160840, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160845, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160866, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160867, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160868, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160869, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160870, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160871, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161460, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161461, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161462, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161495, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161504, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161505, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161516, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161521, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161522, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161523, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161524, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161525, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161526, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161527, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161536, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161557, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161752, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(162024, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(163313, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(163645, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164618, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164644, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164651, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164658, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164659, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164660, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164661, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164662, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164688, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164689, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164704, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164725, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164726, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164729, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164778, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164779, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164780, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164781, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164798, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164819, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164825, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164838, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164840, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164867, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164868, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164869, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164870, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164881, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164882, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164883, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164884, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164885, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164886, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164887, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164888, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164890, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164891, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164908, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164909, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164910, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164911, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164953, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164954, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164955, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164956, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164957, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164958, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165549, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165557, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165558, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165618, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165619, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165620, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165621, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165622, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165622, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165623, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165623, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165624, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165624, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165625, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165625, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165626, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165626, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165627, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165627, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165628, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165628, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165629, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165629, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165630, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165630, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165631, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165631, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165632, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165632, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165633, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165633, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165637, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165658, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165738, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165739, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165740, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165741, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165742, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165743, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165744, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165745, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165746, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165747, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165748, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165749, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165750, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(166863, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(166872, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167284, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167285, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167286, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167287, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167288, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167289, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167290, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167291, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169216, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169217, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169243, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169264, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169265, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169266, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169267, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169268, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169269, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169270, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169271, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169272, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169273, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169274, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169275, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169276, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169277, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169278, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169279, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169280, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169281, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169282, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169283, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169284, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169285, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169287, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169288, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169289, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169290, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169291, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169292, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169293, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169294, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169966, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169968, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169969, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169996, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169997, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169998, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(169999, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170000, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170001, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170002, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170037, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170038, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170039, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170040, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170041, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170042, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170055, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170056, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170057, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170058, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170059, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170060, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170061, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170062, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170063, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170064, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170065, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170073, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170347, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170348, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170349, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170350, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170351, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170353, 2, 1, 70, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170353, 2, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170354, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170355, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170439, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170440, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170441, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170442, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170443, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170444, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170445, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170446, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170447, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170448, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170449, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170450, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170451, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170452, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170453, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170454, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170455, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170456, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170457, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170458, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170459, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170460, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170461, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170462, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170463, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170464, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170465, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170466, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170467, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170468, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170469, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170470, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170471, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170472, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170473, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170474, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170475, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170476, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170477, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170478, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170479, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170480, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170481, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170482, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170483, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170484, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170485, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170486, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170487, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170488, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170489, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170490, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170491, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170492, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170493, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170494, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170495, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170496, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170497, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170498, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170499, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170500, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170501, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170502, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170503, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170504, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170505, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170506, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170507, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170508, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170509, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170510, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170511, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170512, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170513, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170514, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170515, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170516, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170517, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170518, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170519, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170520, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170521, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170522, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170523, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170524, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170525, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170526, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170527, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170528, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170529, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170530, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170531, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170532, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170533, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170534, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170535, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170536, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170537, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170538, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170539, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170540, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170541, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170542, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170543, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170544, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170545, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170546, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170547, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170548, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170549, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170550, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170551, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170552, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170553, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170554, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170555, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170556, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170557, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170558, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170559, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170560, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170561, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170562, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170563, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170564, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170565, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170566, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170567, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170568, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170569, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170570, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170571, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170572, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170573, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170574, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170575, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170576, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170577, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170578, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170579, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170580, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170581, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170582, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170583, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170584, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170592, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170607, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171524, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171525, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171526, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171527, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171528, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171529, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171530, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171531, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171532, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171533, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171534, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171535, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171536, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171537, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171538, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171539, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171540, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171541, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171542, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171543, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171544, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171545, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171546, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171547, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171548, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171549, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171550, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171551, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171552, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171553, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171554, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171555, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171556, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171557, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171558, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171559, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171560, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171561, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171562, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171563, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171564, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171565, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171566, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171569, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171570, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171571, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171574, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171575, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171576, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171577, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171578, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171579, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171580, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171581, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171582, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171583, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171584, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171585, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171586, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171587, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171588, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171589, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171590, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171591, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171592, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171593, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171594, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171595, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171596, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171597, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171598, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171599, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171600, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171601, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171602, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171603, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171604, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171605, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171606, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171607, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171608, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171609, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171610, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171611, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171612, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171613, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171614, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171615, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171616, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171617, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171618, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171623, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171624, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171625, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171626, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171627, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171628, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171629, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171630, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171631, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171632, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171633, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171634, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171635, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171636, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171638, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171639, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171640, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171641, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171642, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171643, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171644, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171645, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171646, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171647, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171648, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171649, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171650, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171651, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171652, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171653, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171654, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171655, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171656, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171657, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171658, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171659, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171660, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171661, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171664, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171665, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171666, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171668, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171669, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171670, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171671, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171672, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171673, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171678, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171679, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171680, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171681, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171682, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171683, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171684, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171685, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171686, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171687, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171688, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171689, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171690, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171691, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171692, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171693, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171694, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171695, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171696, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171697, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171698, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171699, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171700, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171701, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171702, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171703, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171704, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171705, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171706, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171707, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171708, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171709, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171710, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171711, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171712, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171713, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171714, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171715, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171716, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171717, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171722, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171723, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171724, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171725, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171726, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171727, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171729, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171730, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171731, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171732, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171733, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171734, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171735, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171736, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171737, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171738, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171739, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171740, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171741, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171742, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171743, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171744, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171746, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171747, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171750, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171751, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171752, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171753, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171754, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171755, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171756, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171757, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171758, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171759, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171760, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171761, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171762, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171763, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171765, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171766, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171767, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171768, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171769, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171770, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171771, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171772, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171773, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171774, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171775, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171776, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171938, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171939, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171940, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171941, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171942, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171943, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172911, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172941, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172942, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172944, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172945, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172946, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172947, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172948, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172949, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172950, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172951, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172952, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172953, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172954, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172955, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172956, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172957, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172958, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172959, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172960, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172961, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172962, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172963, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172964, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172965, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172966, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172967, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172968, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172969, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172970, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172971, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172972, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172973, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172974, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172975, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172976, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172977, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172978, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172979, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172980, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172981, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172982, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172983, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172984, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172985, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172986, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172987, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172988, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172989, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172990, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172991, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172992, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172993, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172994, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172995, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172996, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172997, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173006, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173007, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173008, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173009, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173010, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173011, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173012, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173013, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173014, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173015, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173016, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173017, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173018, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173019, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173020, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173021, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173022, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173023, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173024, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173025, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173026, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173027, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173028, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173029, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173030, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173031, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173032, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173033, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173034, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173035, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173036, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173037, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173038, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173039, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173040, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173041, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173042, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173043, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173044, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173045, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173046, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173047, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173048, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173049, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173050, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173051, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173052, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173053, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173054, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173055, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173056, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173057, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173058, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173059, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173060, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173061, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173062, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173063, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173064, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173065, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173066, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173067, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173068, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173069, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173070, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173071, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173072, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173073, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173074, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173075, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173076, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173077, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173078, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173079, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173080, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173081, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173082, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173083, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173084, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173085, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173086, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173087, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173088, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173089, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173090, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173091, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173092, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173093, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173094, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173095, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173096, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173097, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173098, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173099, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173100, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173101, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173102, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173103, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173104, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173105, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173106, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173107, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173108, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173109, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173110, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173111, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173112, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173113, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173114, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173115, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173116, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173117, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173118, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173119, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173120, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173121, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173122, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173123, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173125, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173127, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173128, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173129, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173130, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173131, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173132, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173133, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173134, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173135, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173136, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173137, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173138, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173139, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173140, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173141, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173142, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173143, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173144, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173145, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173146, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173147, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173148, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173149, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173150, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173151, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173152, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173153, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173154, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173155, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173156, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173157, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173158, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173159, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173160, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173161, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173162, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173163, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173164, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173165, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173166, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173167, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173168, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173169, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173170, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173171, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173172, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173173, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173174, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173175, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173176, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173177, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173178, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173179, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173180, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173181, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173182, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173183, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173184, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173185, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173186, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173187, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173188, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173189, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173190, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173191, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173192, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173193, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173194, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173195, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173196, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173197, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173198, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173199, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173200, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173202, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173203, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173204, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173205, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173206, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173207, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173208, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173209, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173210, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173211, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173212, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173213, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173214, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173215, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173216, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173217, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173218, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173219, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173220, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173221, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173222, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173223, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173224, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173225, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173226, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173232, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173234, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173265, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173266, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173284, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173324, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173325, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173326, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173327, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174045, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174407, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174408, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174409, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174410, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174411, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174412, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174413, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174414, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174415, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174416, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174417, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174418, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174419, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174420, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174421, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174422, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174423, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174424, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174425, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174426, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174427, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174428, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174429, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174430, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174431, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174432, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174433, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174434, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174435, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174436, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174437, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174438, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174439, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174440, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174441, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174442, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174443, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174444, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174445, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174446, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174447, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174448, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174449, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174450, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174451, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174452, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174453, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174454, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174455, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174456, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174457, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174458, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174459, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174460, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174461, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174462, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174463, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174464, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174465, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174466, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174467, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174468, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174469, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174470, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174471, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174472, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174473, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174474, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174475, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174476, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174477, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174478, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174479, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174480, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174481, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174482, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174483, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174484, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174485, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174486, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174487, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174488, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174489, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174490, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174491, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174492, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174493, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174494, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174495, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174496, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174497, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174498, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174499, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174500, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174501, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174502, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174503, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174504, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174505, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174506, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174507, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174508, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174509, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174510, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174511, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174512, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174513, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174514, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174515, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174516, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174517, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174518, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174519, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174520, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174521, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174522, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174523, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174524, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174525, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174526, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174527, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174528, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174529, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174530, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174531, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174532, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174533, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174534, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174535, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174536, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174537, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174538, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174539, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174540, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174541, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174542, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174543, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174544, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174545, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174546, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174547, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174548, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174549, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174550, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174551, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174552, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174553, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174554, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174555, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174556, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174557, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174558, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174559, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174560, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174561, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174562, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174563, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174564, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174565, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174566, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174594, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174595, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174596, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174598, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174599, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174600, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174601, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174602, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174603, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174604, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174605, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174606, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174607, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174608, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174609, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174610, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174612, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174613, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174614, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174615, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174616, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174617, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174618, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174619, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174620, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174621, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174622, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174623, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174624, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174625, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174626, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174682, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174684, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174685, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174686, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174687, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174698, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174699, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174708, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174709, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174710, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174711, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174712, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174713, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174714, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174715, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174728, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174729, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174730, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174744, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174745, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174746, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174792, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174793, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174794, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174795, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174796, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174797, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174846, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174847, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174848, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174849, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174857, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174858, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174859, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174862, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174863, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174872, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174875, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174876, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174877, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174878, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174879, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174880, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174881, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174882, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174883, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174884, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174885, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174886, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174887, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174888, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174889, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174890, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174891, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174892, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174893, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174894, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174895, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174896, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174897, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174898, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174899, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174900, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174901, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174902, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174903, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174904, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174905, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174906, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174907, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174908, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174909, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174910, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174911, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174932, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174933, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174934, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174935, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174936, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174937, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174938, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174939, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174940, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174941, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174942, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174943, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174944, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174945, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174954, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174955, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174956, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174957, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174958, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174959, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174960, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174961, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174962, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174963, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174964, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174965, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174966, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174994, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174995, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174996, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174997, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174998, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175075, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175076, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175078, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175084, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175084, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175085, 2, 1, 90, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175085, 2, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175104, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175124, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175144, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175145, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175146, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175148, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175149, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175150, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175151, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175153, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175165, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175166, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175167, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175179, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175180, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175181, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175185, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175186, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175187, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175194, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175195, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175196, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175197, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175198, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175199, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175200, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175207, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175226, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175227, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175230, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175233, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175244, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175245, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175246, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175247, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175248, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175249, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175265, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175266, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175267, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175268, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175269, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175270, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175271, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175272, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175284, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175285, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175286, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175287, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175287, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175287, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175287, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175288, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175288, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175288, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175288, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175289, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175289, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175289, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175289, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175290, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175290, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175290, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175290, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175291, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175291, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175291, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175291, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175292, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175292, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175292, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175292, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175293, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175293, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175293, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175293, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175294, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175294, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175294, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175294, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175298, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175298, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175298, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175298, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175305, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175305, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175305, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175305, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175307, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175307, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175307, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175307, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175308, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175308, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175308, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175308, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175310, 2, 1, 389, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175310, 2, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175310, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175310, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175312, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175313, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175314, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175315, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175316, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175317, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175318, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175319, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175320, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175324, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175329, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175330, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175331, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175334, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175335, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175350, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175350, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175350, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175350, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175351, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175351, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175351, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175351, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175352, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175352, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175352, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175352, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175353, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175353, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175353, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175353, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175354, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175354, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175354, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175354, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175355, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175355, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175355, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175355, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175356, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175356, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175356, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175356, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175357, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175357, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175357, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175357, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175358, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175358, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175358, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175358, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175359, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175359, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175359, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175359, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175368, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175368, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175368, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175368, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175369, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175370, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175372, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175372, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175372, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175372, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175373, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175373, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175373, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175373, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175374, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175374, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175374, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175374, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175375, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175375, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175375, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175375, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175376, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175376, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175376, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175376, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175377, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175377, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175377, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175377, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175379, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175379, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175379, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175379, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175380, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175380, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175380, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175380, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175381, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175381, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175381, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175381, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175382, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175383, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175384, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175385, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175404, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175404, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175404, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175404, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175405, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175405, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175405, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175405, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175407, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175432, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175433, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175433, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175433, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175433, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175434, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175434, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175434, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175434, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175435, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175435, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175435, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175435, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175436, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175436, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175436, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175436, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175437, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175437, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175437, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175437, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175438, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175438, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175438, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175438, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175439, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175439, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175439, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175439, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175440, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175440, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175440, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175440, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175441, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175441, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175441, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175441, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175442, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175442, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175442, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175442, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175443, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175443, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175443, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175443, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175444, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175444, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175444, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175444, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175445, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175445, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175445, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175445, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175447, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175447, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175447, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175447, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175449, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175449, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175449, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175449, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175450, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175450, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175450, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175450, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175454, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175454, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175454, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175454, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175455, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175455, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175455, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175455, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175457, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175457, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175457, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175457, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175458, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175458, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175458, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175458, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175459, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175459, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175459, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175459, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175460, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175460, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175460, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175460, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175461, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175461, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175461, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175461, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175462, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175462, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175462, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175462, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175463, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175463, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175463, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175463, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175466, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175466, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175466, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175466, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175467, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175467, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175467, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175467, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175469, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175469, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175469, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175469, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175470, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175470, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175470, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175470, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175471, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175471, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175471, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175471, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175472, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175472, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175472, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175472, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175474, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175474, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175474, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175474, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175477, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175477, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175477, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175477, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175478, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175478, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175478, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175478, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175479, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175479, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175479, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175479, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175481, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175481, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175481, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175481, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175483, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175483, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175483, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175483, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175484, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175484, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175484, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175484, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175487, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175488, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175490, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175491, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175492, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175524, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175528, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175529, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175530, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175531, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175532, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175533, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175544, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175545, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175564, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175565, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175566, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175570, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175586, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175587, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175588, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175592, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175593, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175594, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175595, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175596, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175597, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175598, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175599, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175600, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175601, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175602, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175603, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175604, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175605, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175606, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175607, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175608, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175609, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175610, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175611, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175612, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175613, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175614, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175615, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175616, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175617, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175618, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175619, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175620, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175621, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175628, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175629, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175630, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175631, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175632, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175656, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175657, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175658, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175659, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175663, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175665, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175668, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175669, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175670, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175671, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175672, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175673, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175674, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175675, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175679, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175680, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175681, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175682, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175683, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175684, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175685, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175686, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175687, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175688, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175689, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175704, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175705, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175706, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175707, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175708, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175724, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175725, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175726, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175727, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175727, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175729, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175730, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175730, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175731, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175732, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175733, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175734, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175735, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175736, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175737, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175737, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175737, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175737, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175738, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175738, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175739, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175740, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175741, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175742, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175743, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175744, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175746, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175747, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175750, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175752, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175753, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175753, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175754, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175756, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175757, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175758, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175759, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175760, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175761, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175762, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175762, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175762, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175762, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175763, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175764, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175765, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175766, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175767, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175771, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175771, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175772, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175772, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175773, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175773, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175774, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175774, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175775, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175775, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175776, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175776, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175777, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175777, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175778, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175778, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175779, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175779, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175780, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175780, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175781, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175781, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175784, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175785, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175786, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175787, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175788, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175795, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175796, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175796, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175796, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175796, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175797, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175798, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175799, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175800, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175801, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175802, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175811, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175824, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175824, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175824, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175824, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175825, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175825, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175825, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175825, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175844, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175845, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175846, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175847, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175848, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175849, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175850, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175851, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175852, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175853, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175854, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175855, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175856, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175857, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175857, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175857, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175857, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175858, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175858, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175858, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175858, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175885, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175886, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175888, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175889, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175890, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175891, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175892, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175893, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175894, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175924, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175925, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175926, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175927, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175928, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175929, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175930, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175931, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175932, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175933, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175944, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175946, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175947, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175948, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175949, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175950, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175965, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175966, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175966, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175966, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175966, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175967, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175967, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175967, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175967, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175968, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175968, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175968, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175968, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175969, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175969, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175969, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175969, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175970, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176004, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176080, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176081, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176082, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176083, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176084, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176085, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176089, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176090, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176091, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176092, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176094, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176095, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176096, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176097, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176112, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176112, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176112, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176112, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176113, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176115, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176116, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176117, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176142, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176143, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176145, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176146, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176147, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176148, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176150, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176151, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176152, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176157, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176158, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176159, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176160, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176161, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176163, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176164, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176165, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176166, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176184, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176186, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176187, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176188, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176189, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176190, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176191, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176192, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176194, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176194, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176194, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176194, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176195, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176196, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176197, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176198, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176200, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176201, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176202, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176203, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176204, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176206, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176207, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176208, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176209, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176210, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176211, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176211, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176211, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176211, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176213, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176214, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176215, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176215, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176215, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176215, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176216, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176216, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176216, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176216, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176217, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176217, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176217, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176217, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176224, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176224, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176224, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176224, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176225, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176226, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176227, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176228, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176229, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176230, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176232, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176233, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176234, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176235, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176236, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176237, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176238, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176239, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176240, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176241, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176242, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176243, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176245, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176245, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176245, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176245, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176248, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176248, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176248, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176248, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176249, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176249, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176249, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176249, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176264, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176266, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176267, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176268, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176269, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176270, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176271, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176272, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176273, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176274, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176275, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176276, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176277, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176278, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176279, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176280, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176281, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176282, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176283, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176284, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176285, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176286, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176287, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176288, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176289, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176290, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176291, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176292, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176293, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176294, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176304, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176304, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176304, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176304, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176305, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176306, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176307, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176307, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176307, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176307, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176308, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176308, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176308, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176308, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176309, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176309, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176309, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176309, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176311, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176312, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176313, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176314, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176315, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176316, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176317, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176318, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176319, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176324, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176325, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176325, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176325, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176325, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176326, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176327, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176327, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176327, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176327, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176344, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176346, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176346, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176346, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176346, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176348, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176349, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176349, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176349, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176349, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176350, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176350, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176350, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176350, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176351, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176351, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176351, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176351, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176352, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176352, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176352, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176352, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176353, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176353, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176353, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176353, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176356, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176360, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176360, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176360, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176360, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176361, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176364, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176365, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176369, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176370, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176389, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176390, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176392, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176393, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176404, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176424, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176424, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176424, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176424, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176425, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176426, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176427, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176428, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176429, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176430, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176431, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176432, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176433, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176434, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176435, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176436, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176437, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176438, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176439, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176440, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176441, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176442, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176443, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176444, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176445, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176446, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176447, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176448, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176449, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176450, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176451, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176452, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176454, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176455, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176456, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176457, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176458, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176459, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176460, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176461, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176462, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176463, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176464, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176484, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176485, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176486, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176487, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176488, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176489, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176490, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176491, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176492, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176493, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176496, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176504, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176506, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176507, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176508, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176509, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176511, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176511, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176511, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176511, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176513, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176513, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176513, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176513, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176514, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176514, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176514, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176514, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176515, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176515, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176515, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176515, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176516, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176517, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176518, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176519, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176520, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176521, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176544, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176545, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176549, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176550, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176551, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176552, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176553, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176554, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176555, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176556, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176557, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176558, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176559, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176560, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176561, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176574, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176576, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176577, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176578, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176579, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176580, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176581, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176582, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176583, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176584, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176586, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176587, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176588, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176589, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176591, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176594, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176604, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176604, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176604, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176604, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176605, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176605, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176605, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176605, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176606, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176606, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176606, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176606, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176607, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176607, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176607, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176607, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176608, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176608, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176608, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176608, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176609, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176609, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176609, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176609, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176610, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176610, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176610, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176610, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176611, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176611, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176611, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176611, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176612, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176612, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176612, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176612, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176617, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176617, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176617, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176617, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176618, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176618, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176618, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176618, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176619, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176619, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176619, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176619, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176624, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176625, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176626, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176627, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176628, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176629, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176630, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176631, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176631, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176631, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176631, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176632, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176633, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176634, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176635, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176636, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176637, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176638, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176639, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176640, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176641, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176642, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176643, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176645, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176665, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176665, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176666, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176666, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176667, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176667, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176668, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176668, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176669, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176669, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176670, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176670, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176671, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176671, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176672, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176672, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176673, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176673, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176674, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176674, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176675, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176675, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176676, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176676, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176677, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176677, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176678, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176678, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176679, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176679, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176680, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176680, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176681, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176681, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176682, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176682, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176683, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176683, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176684, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176684, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176685, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176685, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176686, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176686, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176687, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176687, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176688, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176688, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176689, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176689, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176690, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176690, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176691, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176691, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176692, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176692, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176693, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176693, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176694, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176705, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176745, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176746, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176747, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176748, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176749, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176752, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176753, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176767, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176768, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176785, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176787, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176789, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176790, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176791, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176792, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176793, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176794, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176795, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176796, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176797, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176798, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176799, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176800, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176801, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176804, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176805, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176806, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176807, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176808, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176809, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176809, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176809, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176809, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176810, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176810, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176810, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176810, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176811, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176811, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176811, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176811, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176812, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176812, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176812, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176812, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176813, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176813, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176813, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176813, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176814, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176814, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176814, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176814, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176815, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176815, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176815, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176815, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176816, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176816, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176816, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176816, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176817, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176817, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176817, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176817, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176818, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176818, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176818, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176818, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176819, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176819, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176819, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176819, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176820, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176820, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176820, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176820, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176821, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176821, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176821, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176821, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176822, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176822, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176822, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176822, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176823, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176823, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176823, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176823, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176824, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176824, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176824, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176824, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176825, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176825, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176825, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176825, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176826, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176826, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176826, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176826, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176827, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176827, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176827, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176827, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176828, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176828, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176828, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176828, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176829, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176829, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176829, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176829, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176830, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176830, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176830, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176830, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176831, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176831, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176831, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176831, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176832, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176832, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176832, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176832, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176833, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176833, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176833, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176833, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176834, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176834, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176834, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176834, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176835, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176835, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176835, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176835, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176836, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176836, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176836, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176836, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176837, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176837, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176837, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176837, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176838, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176838, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176838, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176838, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176839, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176839, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176839, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176839, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176840, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176840, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176840, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176840, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176841, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176841, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176841, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176841, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176842, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176842, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176842, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176842, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176843, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176843, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176843, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176843, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176844, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176844, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176844, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176844, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176845, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176845, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176845, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176845, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176846, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176846, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176846, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176846, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176847, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176847, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176847, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176847, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176848, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176848, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176848, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176848, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176849, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176849, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176849, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176849, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176850, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176850, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176850, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176850, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176851, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176851, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176851, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176851, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176852, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176852, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176852, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176852, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176853, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176853, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176853, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176853, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176854, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176854, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176854, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176854, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176855, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176855, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176855, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176855, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176863, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176865, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176885, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176886, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176887, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176888, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176889, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176890, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176891, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176892, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176894, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176895, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176896, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176897, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176898, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176899, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176901, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176904, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176905, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176905, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176905, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176905, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176906, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176906, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176906, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176906, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176907, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176907, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176907, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176907, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176908, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176908, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176908, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176908, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176909, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176909, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176909, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176909, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176910, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176910, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176910, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176910, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176911, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176911, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176911, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176911, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176912, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176912, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176912, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176912, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176913, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176913, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176913, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176913, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176914, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176914, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176914, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176914, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176915, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176915, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176915, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176915, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176916, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176916, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176916, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176916, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176917, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176917, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176917, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176917, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176918, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176918, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176918, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176918, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176919, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176919, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176919, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176919, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176920, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176920, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176920, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176920, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176921, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176921, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176921, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176921, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176922, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176922, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176922, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176922, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176924, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176944, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176945, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176946, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176947, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176948, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176949, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176950, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176951, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176951, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176951, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176951, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176952, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176952, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176952, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176952, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176953, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176953, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176953, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176953, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176954, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176954, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176954, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176954, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176955, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176955, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176955, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176955, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176956, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176956, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176956, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176956, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176957, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176957, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176957, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176957, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176958, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176959, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176960, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176961, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176964, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176964, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176964, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176964, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176965, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176965, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176965, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176965, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176966, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176966, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176966, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176966, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176968, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176970, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176971, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176972, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176973, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176978, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176979, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176980, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176981, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176982, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176983, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176984, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176985, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176986, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176987, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176988, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176989, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176990, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176991, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176992, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176993, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176994, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176998, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(176999, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177000, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177000, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177000, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177000, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177002, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177003, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177004, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177005, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177006, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177007, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177008, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177009, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177010, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177011, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177012, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177013, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177014, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177015, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177016, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177017, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177018, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177019, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177020, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177021, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177022, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177023, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177024, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177025, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177026, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177044, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177047, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177064, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177084, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177104, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177105, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177106, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177107, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177108, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177109, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177110, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177111, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177112, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177113, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177114, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177115, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177116, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177117, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177118, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177119, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177120, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177121, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177122, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177123, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177124, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177125, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177126, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177127, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177128, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177129, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177130, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177131, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177132, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177133, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177134, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177135, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177136, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177137, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177138, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177139, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177140, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177141, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177142, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177143, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177144, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177145, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177146, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177147, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177148, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177149, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177150, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177151, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177152, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177153, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177154, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177155, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177164, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177165, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177185, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177186, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177187, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177188, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177189, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177192, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177194, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177195, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177196, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177197, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177198, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177199, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177200, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177202, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177203, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177204, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177205, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177207, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177208, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177209, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177211, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177211, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177211, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177211, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177212, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177212, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177212, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177212, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177213, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177213, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177213, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177213, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177215, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177215, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177215, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177215, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177217, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177217, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177217, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177217, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177219, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177219, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177219, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177219, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177220, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177220, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177220, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177220, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177221, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177221, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177221, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177221, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177222, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177224, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177225, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177226, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177227, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177239, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177240, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177243, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177244, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177245, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177246, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177247, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177248, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177249, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177250, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177251, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177252, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177253, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177254, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177255, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177256, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177257, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177257, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177257, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177257, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177258, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177258, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177258, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177258, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177259, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177259, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177259, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177259, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177261, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177261, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177262, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177262, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177263, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177263, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177264, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177265, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177266, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177267, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177268, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177269, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177270, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177271, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177272, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177273, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177274, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177275, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177276, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177277, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177278, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177279, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177280, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177281, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177284, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177285, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177286, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177287, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177287, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177287, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177287, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177288, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177289, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177292, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177292, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177293, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177293, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177307, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177365, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177366, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177367, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177368, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177369, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177370, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177371, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177372, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177373, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177374, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177375, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177376, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177377, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177378, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177379, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177380, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177381, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177382, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177383, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177384, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177385, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177387, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177387, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177387, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177387, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177388, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177397, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177398, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177399, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177400, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177404, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177405, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177405, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177406, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177406, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177408, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177408, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177409, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177409, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177410, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177410, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177411, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177411, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177412, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177412, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177413, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177413, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177417, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177444, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177464, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177484, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177484, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177485, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177485, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177490, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177491, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177494, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177495, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177496, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177497, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177498, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177499, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177500, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177501, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177502, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177503, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177504, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177505, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177506, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177507, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177508, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177509, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177510, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177511, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177512, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177513, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177514, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177524, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177525, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177544, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177604, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177606, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177644, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177664, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177665, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177668, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177673, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177675, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177677, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177684, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177706, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177724, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177725, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177726, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177727, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177747, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177750, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177784, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177785, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177786, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177787, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177789, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177790, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177791, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177792, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177793, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177794, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177804, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177805, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177806, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177807, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177807, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177807, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177807, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177808, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177808, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177808, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177808, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177824, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177824, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177824, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177824, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177884, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177904, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177905, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177926, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177927, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177928, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177929, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177964, 2, 1, 48, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177964, 2, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177984, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177984, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177984, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177984, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177985, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177985, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177985, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177985, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177986, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177986, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177986, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177986, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177987, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177987, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177987, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177987, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177988, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177988, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177988, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177988, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177989, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177989, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177989, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177989, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177990, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177990, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177990, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177990, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177991, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177991, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177991, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177991, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177992, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177992, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177992, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177992, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177993, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177993, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177993, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177993, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177994, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177994, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177994, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177994, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177995, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177995, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177995, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177995, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177996, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177996, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177996, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177996, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177997, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177997, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177997, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177997, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177998, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177998, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177998, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177998, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177999, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177999, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177999, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177999, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178000, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178000, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178000, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178000, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178001, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178001, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178001, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178001, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178002, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178002, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178002, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178002, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178003, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178003, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178003, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178003, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178004, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178004, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178004, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178004, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178005, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178005, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178005, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178005, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178006, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178006, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178006, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178006, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178007, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178007, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178007, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178007, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178008, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178008, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178008, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178008, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178009, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178009, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178009, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178009, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178010, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178010, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178010, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178010, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178011, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178011, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178011, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178011, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178012, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178012, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178012, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178012, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178013, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178013, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178013, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178013, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178014, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178014, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178014, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178014, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178015, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178015, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178015, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178015, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178016, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178016, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178016, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178016, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178017, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178017, 2, 2, 512, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178017, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178017, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178018, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178019, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178020, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178021, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178022, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178023, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178024, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178025, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178026, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178027, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178028, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178029, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178030, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178031, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178032, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178033, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178034, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178035, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178036, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178037, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178038, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178039, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178040, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178041, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178042, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178043, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178044, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178045, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178046, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178047, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178048, 2, 1, 249, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178084, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178085, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178087, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178089, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178090, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178104, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178105, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178106, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178107, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178107, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178107, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178107, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178108, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178108, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178108, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178108, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178125, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178144, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178145, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178146, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178147, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178164, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178164, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178164, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178164, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178184, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178185, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178186, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178187, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178187, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178187, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178187, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178189, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178189, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178189, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178189, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178190, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178190, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178190, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178190, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178191, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178191, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178191, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178191, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178192, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178192, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178192, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178192, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178193, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178193, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178193, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178193, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178194, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178194, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178194, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178194, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178195, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178204, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178224, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178226, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178244, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178246, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178247, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178264, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178265, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178304, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178324, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178325, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178364, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178364, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178365, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178365, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178386, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178425, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178426, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178428, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178429, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178430, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178431, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178432, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178433, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178434, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178435, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178436, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178437, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178438, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178444, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178464, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178504, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178524, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178525, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178526, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178551, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178553, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178554, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178557, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178559, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178559, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178559, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178559, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178560, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178560, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178560, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178560, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178561, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178561, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178561, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178561, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178562, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178562, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178562, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178562, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178563, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178563, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178563, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178563, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178564, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178564, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178564, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178564, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178565, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178565, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178565, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178565, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178566, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178566, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178566, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178566, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178567, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178567, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178567, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178567, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178568, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178568, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178568, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178568, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178569, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178569, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178569, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178569, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178570, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178570, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178570, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178570, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178571, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178572, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178609, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178645, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178647, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178649, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178666, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178669, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178671, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178684, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178684, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178685, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178685, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178745, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178746, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178765, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178784, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178784, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178785, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178785, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178805, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178824, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178825, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178826, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178827, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178828, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178829, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178831, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178832, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178833, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178834, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178845, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178864, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178884, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178905, 2, 1, 349, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178905, 2, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178905, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178905, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178908, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178925, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178925, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178927, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178927, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178934, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178940, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178940, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178943, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178943, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178955, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178955, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(178984, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179024, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179024, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179025, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179025, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179044, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179044, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179064, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179064, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179065, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179065, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179066, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179066, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179084, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179085, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179086, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179104, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179104, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179104, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179104, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179105, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179105, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179105, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179105, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179106, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179106, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179106, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179106, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179107, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179107, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179107, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179107, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179108, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179108, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179108, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179108, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179109, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179109, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179109, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179109, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179110, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179110, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179110, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179110, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179111, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179111, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179111, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179111, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179112, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179112, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179112, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179112, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179113, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179113, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179113, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179113, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179114, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179114, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179114, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179114, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179115, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179115, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179115, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179115, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179116, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179116, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179116, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179116, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179117, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179117, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179117, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179117, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179118, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179118, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179118, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179118, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179119, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179119, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179119, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179119, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179120, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179120, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179120, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179120, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179121, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179121, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179121, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179121, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179122, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179122, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179122, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179122, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179125, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179144, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179148, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179148, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179148, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179148, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179224, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179264, 2, 1, 369, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179286, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179286, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179287, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179287, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179344, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179364, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179364, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179364, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179364, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179365, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179365, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179365, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179365, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179384, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179384, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179385, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179385, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179386, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179386, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179387, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179387, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179388, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179388, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179389, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179389, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179390, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179390, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179391, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179391, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179392, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179392, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179393, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179393, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179394, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179394, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179395, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179395, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179396, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179396, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179397, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179397, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179419, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179419, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179424, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179424, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179425, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179425, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179435, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179435, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179436, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179436, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179437, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179437, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179438, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179438, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179446, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179446, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179469, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179485, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179485, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179485, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179485, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179486, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179487, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179488, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179489, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179490, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179491, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179492, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179493, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179494, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179496, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179497, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179498, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179499, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179499, 2, 2, 1016, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179499, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179499, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179500, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179501, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179501, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179501, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179501, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179502, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179502, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179502, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179502, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179503, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179503, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179503, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179503, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179504, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179504, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179504, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179504, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179505, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179505, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179505, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179505, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179506, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179506, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179506, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179506, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179507, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179508, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179509, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179510, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179511, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179511, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179511, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179511, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179513, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179516, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179516, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179516, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179516, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179517, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179517, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179517, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179517, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179526, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179526, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179526, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179526, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179528, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179528, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179528, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179528, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179532, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179532, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179532, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179532, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179533, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179533, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179533, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179533, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179544, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179544, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179544, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179544, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179545, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179545, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179545, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179545, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179547, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179547, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179547, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179547, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179549, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179549, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179549, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179549, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179550, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179550, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179550, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179550, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179551, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179552, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179553, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179554, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179555, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179556, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179558, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179559, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179559, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179559, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179559, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179563, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179563, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179563, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179563, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179564, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179564, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179564, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179564, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179565, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179584, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179585, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179595, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179596, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179668, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179668, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179668, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179668, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179669, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179669, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179669, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179669, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179670, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179670, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179670, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179670, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179671, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179671, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179671, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179671, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179672, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179672, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179672, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179672, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179673, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179673, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179673, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179673, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179674, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179674, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179674, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179674, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179681, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179681, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179681, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179681, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179697, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179703, 2, 1, 409, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179703, 2, 2, 2717, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179703, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179703, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179704, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179704, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179704, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179704, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179706, 2, 1, 449, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179707, 2, 1, 450, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179707, 2, 2, 1637, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179707, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179707, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179724, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179725, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179726, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179727, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179729, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179730, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179731, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179732, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179733, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179734, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179735, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179736, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179737, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179738, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179739, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179740, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179741, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179742, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179743, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179744, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179747, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179748, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179749, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179750, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179751, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179752, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179753, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179754, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179755, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179756, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179757, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179758, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179759, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179760, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179761, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179762, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179763, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179765, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179766, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179767, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179768, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179769, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179770, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179771, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179778, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179779, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179780, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179781, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179782, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179784, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179784, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179784, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179784, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179804, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179804, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179804, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179804, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179826, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179827, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179828, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179830, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179830, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179830, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179830, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179831, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179831, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179831, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179831, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179846, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179862, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179863, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179864, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179871, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179871, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179871, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179871, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179874, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179875, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179876, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179877, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179878, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179879, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179880, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179885, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179886, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179887, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179888, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179895, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179896, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179904, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179904, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179904, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179904, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179905, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179905, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179905, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179905, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179908, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179910, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179912, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179913, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179914, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179915, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179916, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179916, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179916, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179916, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179917, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179917, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179917, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179917, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179918, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179918, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179918, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179918, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179919, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179919, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179919, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179919, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179920, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179920, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179920, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179920, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179921, 2, 1, 489, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179921, 2, 2, 3277, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179921, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179921, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179922, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179924, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179964, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179965, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179967, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179968, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179970, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179972, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179973, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179975, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179976, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179977, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179984, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179985, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179985, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179985, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179985, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180005, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180006, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180007, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180024, 2, 1, 36, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180024, 2, 2, 1581, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180025, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180026, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180029, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180030, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180031, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180032, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180034, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180035, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180036, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180037, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180038, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180039, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180040, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180041, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180042, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180043, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180044, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180045, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180046, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180047, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180048, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180049, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180050, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180051, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180052, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180053, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180055, 2, 1, 43, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180055, 2, 2, 718, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180056, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180057, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180058, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180058, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180058, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180058, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180059, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180059, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180059, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180059, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180060, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180060, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180060, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180060, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180061, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180061, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180061, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180061, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180087, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180087, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180087, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180087, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180088, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180088, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180088, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180088, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180089, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180089, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180089, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180089, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180090, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180090, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180090, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180090, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180091, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180091, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180091, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180091, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180100, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180101, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180101, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180101, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180101, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180102, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180102, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180102, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180102, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180104, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180105, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180164, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180164, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180164, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180164, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180165, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180165, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180165, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180165, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180166, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180166, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180166, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180166, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180167, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180167, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180167, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180167, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180168, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180168, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180168, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180168, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180184, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180215, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180215, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180215, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180215, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180216, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180217, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180228, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180228, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180228, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180228, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180229, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180229, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180229, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180229, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180244, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180244, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180244, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180244, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180247, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180247, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180247, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180247, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180248, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180252, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180252, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180252, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180252, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180255, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180255, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180255, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180255, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180256, 2, 1, 529, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180256, 2, 2, 3358, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180256, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180256, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180323, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180324, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180325, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180326, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180327, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180327, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180327, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180327, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180328, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180329, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180330, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180331, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180332, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180333, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180334, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180335, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180337, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180338, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180339, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180340, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180341, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180342, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180345, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180347, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180348, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180349, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180350, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180351, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180352, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180353, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180358, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180358, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180358, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180358, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180364, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180364, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180364, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180364, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180365, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180365, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180365, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180365, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180366, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180366, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180366, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180366, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180367, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180368, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180368, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180368, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180368, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180369, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180369, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180369, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180369, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180370, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180371, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180372, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180373, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180374, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180386, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180386, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180386, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180386, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180392, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180392, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180392, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180392, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180393, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180393, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180393, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180393, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180394, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180395, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180396, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180397, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180398, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180399, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180400, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180405, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180406, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180407, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180410, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180411, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180412, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180415, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180417, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180418, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180418, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180421, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180421, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180422, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180422, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180423, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180423, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180424, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180424, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180425, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180426, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180427, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180431, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180435, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180436, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180438, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180439, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180440, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180441, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180442, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180443, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180444, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180448, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180451, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180453, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180454, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180455, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180456, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180461, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180466, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180471, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180472, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180473, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180474, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180475, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180476, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180477, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180478, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180479, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180480, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180497, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180497, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180497, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180497, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180501, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180502, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180503, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180515, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180518, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180523, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180524, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180526, 2, 1, 309, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180526, 2, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180526, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180526, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180529, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180534, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180539, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180544, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180549, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180554, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180559, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180564, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180570, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180573, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180582, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180583, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180598, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180619, 2, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180619, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180619, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180619, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180631, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180631, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180631, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180631, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180632, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180632, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180632, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180632, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180633, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180634, 2, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180634, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180634, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180634, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180635, 2, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180635, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180635, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180635, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180636, 2, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180636, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180636, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180636, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180642, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180651, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180652, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180654, 2, 1, 30, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180654, 2, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180655, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180656, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180657, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180658, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180661, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180662, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180663, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180664, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180666, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180667, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180667, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180667, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180667, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180679, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180680, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180681, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180682, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180683, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180684, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180685, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180690, 2, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180690, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180690, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180690, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180691, 2, 1, 509, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180691, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180691, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180691, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180712, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180715, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180718, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180728, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180745, 2, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180745, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180745, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180745, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180750, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180751, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180752, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180757, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180758, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180759, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180760, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180761, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180762, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180763, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180764, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180765, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180766, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180767, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180768, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180769, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180770, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180771, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180772, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180773, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180774, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180775, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180778, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180788, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180794, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180796, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180797, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180798, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180799, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180812, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180818, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180826, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180832, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180838, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180844, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180866, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180868, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180869, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180871, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180872, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180878, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180898, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180899, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180900, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180901, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180902, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180904, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180913, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180914, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(180915, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181014, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181015, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181016, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181017, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181018, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181019, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181020, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181021, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181022, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181025, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181027, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181029, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181053, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181055, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181056, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181060, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181062, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181063, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181064, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181065, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181066, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181067, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181068, 2, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181068, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181068, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181068, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181069, 2, 1, 531, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181069, 2, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181069, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181069, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181071, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181071, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181071, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181071, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181072, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181072, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181072, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181072, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181075, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181076, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181077, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181078, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181080, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181081, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181082, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181085, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181085, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181085, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181085, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181098, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181099, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181103, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181104, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181119, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181119, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181119, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181119, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181120, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181120, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181120, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181120, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181121, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181121, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181121, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181121, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181123, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181123, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181123, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181123, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181124, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181124, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181124, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181124, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181125, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181125, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181125, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181125, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181126, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181126, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181126, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181126, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181130, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181131, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181134, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181135, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181168, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181168, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181168, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181168, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181169, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181169, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181169, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181169, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181170, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181170, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181170, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181170, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181191, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181191, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181195, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181195, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181195, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181195, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181197, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181197, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181197, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181197, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181198, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181198, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181198, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181198, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181199, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181199, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181199, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181199, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181200, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181200, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181200, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181200, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181201, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181201, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181201, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181201, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181202, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181202, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181202, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181202, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181203, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181203, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181203, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181203, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181206, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181206, 2, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181206, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181206, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181209, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181209, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181209, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181209, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181210, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181210, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181210, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181210, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181211, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181211, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181211, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181211, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181212, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181212, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181212, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181212, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181213, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181213, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181213, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181213, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181225, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181225, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181225, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181225, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181228, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181228, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181228, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181228, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181229, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181229, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181229, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181229, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181230, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181230, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181230, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181230, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181231, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181231, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181231, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181231, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181232, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181232, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181232, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181232, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181233, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181233, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181233, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181233, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181234, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181234, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181234, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181234, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181235, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181235, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181235, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181235, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181236, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181240, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181240, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181240, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181240, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181241, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181241, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181241, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181241, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181242, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181242, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181242, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181242, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181243, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181243, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181243, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181243, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181257, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181287, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181287, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181287, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181287, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181302, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181305, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181306, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181307, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181332, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181333, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181334, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181335, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181336, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181337, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181354, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181355, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181356, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181356, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181356, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181356, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181358, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181366, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181366, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181366, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181366, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181376, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181388, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181389, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181390, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181391, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181392, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181393, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181401, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181402, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181402, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181402, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181402, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181403, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181403, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181403, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181403, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181404, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181404, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181404, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181404, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181405, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181405, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181405, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181405, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181431, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181476, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181477, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181477, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181477, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181477, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181478, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181478, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181478, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181478, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181496, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181496, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181496, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181496, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181510, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181510, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181510, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181510, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181511, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181511, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181511, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181511, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181512, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181512, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181512, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181512, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181513, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181513, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181513, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181513, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181514, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181514, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181514, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181514, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181515, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181515, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181515, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181515, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181516, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181516, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181516, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181516, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181517, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181517, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181517, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181517, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181518, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181518, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181518, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181518, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181519, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181519, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181519, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181519, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181520, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181520, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181520, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181520, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181521, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181521, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181521, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181521, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181522, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181522, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181522, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181522, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181523, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181523, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181523, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181523, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181524, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181524, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181524, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181524, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181525, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181525, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181525, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181525, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181526, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181526, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181526, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181526, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181527, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181527, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181527, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181527, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181528, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181528, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181528, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181528, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181529, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181529, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181529, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181529, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181530, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181530, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181530, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181530, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181531, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181531, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181531, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181531, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181532, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181532, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181532, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181532, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181533, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181533, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181533, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181533, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181534, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181534, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181534, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181534, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181535, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181535, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181535, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181535, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181536, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181536, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181536, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181536, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181537, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181537, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181537, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181537, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181538, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181538, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181538, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181538, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181539, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181539, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181539, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181539, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181540, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181540, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181540, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181540, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181541, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181541, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181541, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181541, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181542, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181542, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181542, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181542, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181543, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181543, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181543, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181543, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181544, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181544, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181544, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181544, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181545, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181545, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181545, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181545, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181546, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181546, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181546, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181546, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181547, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181547, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181547, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181547, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181548, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181548, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181548, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181548, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181549, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181549, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181549, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181549, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181550, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181550, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181550, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181550, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181551, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181551, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181551, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181551, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181552, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181552, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181552, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181552, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181575, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181575, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181575, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181575, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181576, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181576, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181576, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181576, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181577, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181577, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181577, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181577, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181578, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181578, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181578, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181578, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181596, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181598, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181603, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181605, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181617, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181618, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181619, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181620, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181624, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181625, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181627, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181629, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181631, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181633, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181634, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181635, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181636, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181639, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181643, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181645, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181649, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181676, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181676, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181676, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181676, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181677, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181677, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181677, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181677, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181678, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181678, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181678, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181678, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181681, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181682, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181686, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181687, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181690, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181695, 2, 1, 533, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181695, 2, 2, 3456, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181695, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181695, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181825, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181899, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181913, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181916, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181955, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181963, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182011, 2, 1, 33, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182011, 2, 2, 209, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182059, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182063, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182068, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182071, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182072, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182075, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182076, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182077, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182078, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182079, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182080, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182081, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182096, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182097, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182098, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182106, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182483, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184006, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184164, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184530, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184531, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184532, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184616, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184617, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(184618, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(185321, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(185433, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(185493, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(185498, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(185580, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186218, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186230, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186231, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186232, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186233, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186240, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186243, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186264, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186266, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186269, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186269, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186272, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186273, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186283, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186287, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186314, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186314, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186322, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186327, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186327, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186328, 2, 1, 189, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186328, 2, 2, 796, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186330, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186419, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186420, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186426, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186450, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186451, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186463, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186465, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186469, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186629, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186630, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186631, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186720, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186896, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186897, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186898, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186899, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186900, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186901, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186902, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186903, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186904, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187252, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187254, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187260, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187273, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187559, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187564, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187576, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187653, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187667, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187708, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187914, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187916, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187918, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187920, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187923, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187924, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187925, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187926, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187927, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187928, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187931, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187932, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187934, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187936, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187938, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187940, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187943, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187944, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187945, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187946, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187947, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187948, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187950, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187951, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187952, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187953, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187954, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187956, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187957, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187959, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187961, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187964, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187968, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187969, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187971, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187972, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187973, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187988, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187989, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(188123, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(188174, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(190483, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(190484, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(200000, 2, 1, 469, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(200000, 2, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(200000, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(200000, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300011, 2, 1, 47, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300011, 2, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300012, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300013, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300016, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300017, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300018, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300019, 2, 1, 109, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300019, 2, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300020, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300021, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300022, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300023, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300025, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300026, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300027, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300031, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300034, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300036, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300037, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300048, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300049, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300050, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300050, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300050, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300050, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300051, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300051, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300051, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300051, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300053, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300054, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300055, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300057, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300059, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300060, 2, 1, 429, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300060, 2, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300060, 2, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300060, 2, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300061, 2, 1, 329, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300062, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300063, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300064, 2, 1, 229, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300065, 2, 1, 230, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300078, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300119, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300131, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300132, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300133, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300134, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300135, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300136, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300137, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300138, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300139, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300140, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300141, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300142, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300143, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300144, 2, 1, 289, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300145, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300146, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300147, 2, 1, 0, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300148, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300149, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300150, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300151, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(300153, 2, 1, 1, 'generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(159, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(200, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(201, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(202, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(203, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(236, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(237, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(238, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(239, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(285, 3, 20, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(285, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(286, 3, 20, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(286, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(287, 3, 20, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(287, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(718, 3, 20, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(718, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(792, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(793, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(794, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(795, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(796, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(797, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(798, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(799, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(837, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(838, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(839, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(840, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(847, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(848, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(849, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(850, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(851, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(852, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(853, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(854, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(922, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(923, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(924, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(925, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(927, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(928, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1179, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1194, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1196, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1197, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1198, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1205, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1645, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1708, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1839, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1840, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1845, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1846, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1849, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1850, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1852, 3, 20, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1852, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1853, 3, 20, 17, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1853, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2024, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2025, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2026, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2027, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2028, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2029, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2030, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2101, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2117, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2119, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2120, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2121, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2122, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2123, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2124, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2125, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2126, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2127, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2130, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2131, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2132, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2134, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2139, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2141, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2142, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2143, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2144, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2145, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2146, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2148, 3, 20, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2148, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2149, 3, 20, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2149, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2150, 3, 20, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2150, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2151, 3, 20, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2151, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2152, 3, 20, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2152, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2153, 3, 20, 7, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2153, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2156, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2158, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2159, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2160, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2207, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2208, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2209, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2379, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2380, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2381, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2383, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2384, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2385, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2392, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2393, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2394, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2395, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2396, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2397, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2417, 3, 20, 16, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2417, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2418, 3, 20, 16, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2418, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2419, 3, 20, 16, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2419, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2420, 3, 20, 16, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2420, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2421, 3, 20, 16, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2421, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2422, 3, 20, 16, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2422, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2423, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2423, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2424, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2424, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2425, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2425, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2426, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2426, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2427, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2427, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2428, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2428, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2429, 3, 20, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2429, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2431, 3, 20, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2431, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2432, 3, 20, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2432, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2434, 3, 20, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2434, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2435, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2435, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2437, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2437, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2438, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2438, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2440, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2440, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2441, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2445, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2446, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2448, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2451, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2463, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2463, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2464, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2464, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2465, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2465, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2468, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2468, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2469, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2469, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2470, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2470, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2471, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2471, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2472, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2472, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2473, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2473, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2474, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2474, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2475, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2475, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2479, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2480, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2488, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2489, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2490, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2491, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2492, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2493, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2494, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2495, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2509, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2510, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2511, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2520, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2521, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2522, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2523, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2524, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2525, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2526, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2527, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2528, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2529, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2530, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2531, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2532, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2533, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2534, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2535, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2593, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2594, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2595, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2596, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2612, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2613, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2614, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2615, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2616, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2617, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2618, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2723, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3023, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3024, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3025, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3026, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3027, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3587, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3587, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3588, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3588, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3589, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3590, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3591, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3592, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3593, 3, 20, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3593, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3594, 3, 20, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3594, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3597, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3598, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3599, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3600, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3602, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3603, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3889, 3, 20, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3889, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3890, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3891, 3, 20, 16, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3891, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3892, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3892, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3893, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3893, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3894, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3894, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5441, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6526, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7371, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8088, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8088, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8089, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8089, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8090, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8090, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8091, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8091, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8092, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8092, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8093, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8093, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8094, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8094, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8766, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11362, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15807, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15808, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15809, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15903, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15904, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15905, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15906, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15907, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15909, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16795, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16795, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16795, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16795, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16795, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16796, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16796, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16796, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16796, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16796, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16797, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16797, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16797, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16797, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16797, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16798, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16798, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16798, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16798, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16798, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16799, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16799, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16799, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16799, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16799, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16800, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16800, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16800, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16800, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16800, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16801, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16801, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16801, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16801, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16801, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16802, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16802, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16802, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16802, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16802, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16803, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16803, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16803, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16803, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16804, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16804, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16804, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16804, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16805, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16805, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16805, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16805, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16806, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16806, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16806, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16806, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16807, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16807, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16807, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16807, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16808, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16808, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16808, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16808, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16809, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16809, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16809, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16809, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16810, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16810, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16810, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16810, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16811, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16811, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16811, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16811, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16811, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16812, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16812, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16812, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16812, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16812, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16813, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16813, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16813, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16813, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16813, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16814, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16814, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16814, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16814, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16814, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16815, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16815, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16815, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16815, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16815, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16816, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16816, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16816, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16816, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16816, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16817, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16817, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16817, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16817, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16817, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16818, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16818, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16818, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16818, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16818, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16819, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16819, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16819, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16819, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16819, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16820, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16820, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16820, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16820, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16821, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16821, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16821, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16821, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16822, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16822, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16822, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16822, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16823, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16823, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16823, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16823, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16824, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16824, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16824, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16824, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16825, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16825, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16825, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16825, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16826, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16826, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16826, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16826, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16827, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16827, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16827, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16827, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16828, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16828, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16828, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16828, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16828, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16829, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16829, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16829, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16829, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16829, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16830, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16830, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16830, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16830, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16830, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16831, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16831, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16831, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16831, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16831, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16832, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16832, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16832, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16832, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16832, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16833, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16833, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16833, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16833, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16833, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16834, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16834, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16834, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16834, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16834, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16835, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16835, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16835, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16835, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16835, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16836, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16836, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16836, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16836, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16836, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16837, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16837, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16837, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16837, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16838, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16838, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16838, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16838, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16839, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16839, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16839, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16839, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16840, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16840, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16840, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16840, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16841, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16841, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16841, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16841, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16842, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16842, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16842, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16842, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16843, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16843, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16843, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16843, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16844, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16844, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16844, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16844, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16845, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16845, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16845, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16845, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16846, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16846, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16846, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16846, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16847, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16847, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16847, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16847, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16848, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16848, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16848, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16848, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16849, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16849, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16849, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16849, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16850, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16850, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16850, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16850, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16851, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16851, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16851, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16851, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16852, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16852, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16852, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16852, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16853, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16853, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16853, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16853, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16854, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16854, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16854, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16854, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16855, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16855, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16855, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16855, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16856, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16856, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16856, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16856, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16857, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16857, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16857, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16857, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16858, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16858, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16858, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16858, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16859, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16859, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16859, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16859, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16860, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16860, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16860, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16860, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16861, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16862, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16862, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16862, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16862, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16862, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16863, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16863, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16863, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16863, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16863, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16864, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16864, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16864, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16864, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16864, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16865, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16865, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16865, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16865, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16865, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16866, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16866, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16866, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16866, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16866, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16867, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16867, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16867, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16867, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16867, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16868, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16868, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16868, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16868, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16868, 3, 21, 30, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16897, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16897, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16897, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16897, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16897, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16898, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16898, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16898, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16898, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16898, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16899, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16899, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16899, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16899, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16899, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16900, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16900, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16900, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16900, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16900, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16901, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16901, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16901, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16901, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16901, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16902, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16902, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16902, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16902, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16902, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16903, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16903, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16903, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16903, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16903, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16904, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16904, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16904, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16904, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16904, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16905, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16905, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16905, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16905, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16905, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16906, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16906, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16906, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16906, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16906, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16907, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16907, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16907, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16907, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16907, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16908, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16908, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16908, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16908, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16908, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16909, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16909, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16909, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16909, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16909, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16910, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16910, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16910, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16910, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16910, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16911, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16911, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16911, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16911, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16911, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16912, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16912, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16912, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16912, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16912, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16913, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16913, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16913, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16913, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16913, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16914, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16914, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16914, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16914, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16914, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16915, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16915, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16915, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16915, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16915, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16916, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16916, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16916, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16916, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16916, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16917, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16917, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16917, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16917, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16917, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16918, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16918, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16918, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16918, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16918, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16919, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16919, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16919, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16919, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16919, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16920, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16920, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16920, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16920, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16920, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16921, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16921, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16921, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16921, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16921, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16922, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16922, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16922, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16922, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16922, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16923, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16923, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16923, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16923, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16923, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16924, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16924, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16924, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16924, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16924, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16925, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16925, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16925, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16925, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16925, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16926, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16926, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16926, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16926, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16926, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16927, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16927, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16927, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16927, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16927, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16928, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16928, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16928, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16928, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16928, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16929, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16929, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16929, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16929, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16929, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16930, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16930, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16930, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16930, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16930, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16931, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16931, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16931, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16931, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16931, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16932, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16932, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16932, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16932, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16932, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16933, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16933, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16933, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16933, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16933, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16934, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16934, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16934, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16934, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16934, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16935, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16935, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16935, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16935, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16935, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16936, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16936, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16936, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16936, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16936, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16937, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16937, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16937, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16937, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16937, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16938, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16938, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16938, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16938, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16938, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16939, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16939, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16939, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16939, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16939, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16940, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16940, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16940, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16940, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16940, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16941, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16941, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16941, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16941, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16941, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16942, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16942, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16942, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16942, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16942, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16943, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16943, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16943, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16943, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16943, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16944, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16944, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16944, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16944, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16944, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16945, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16945, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16945, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16945, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16945, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16946, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16946, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16946, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16946, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16946, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16947, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16947, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16947, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16947, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16947, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16948, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16948, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16948, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16948, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16948, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16949, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16949, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16949, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16949, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16949, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16950, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16950, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16950, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16950, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16950, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16951, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16951, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16951, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16951, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16951, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16952, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16952, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16952, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16952, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16952, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16953, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16953, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16953, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16953, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16953, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16954, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16954, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16954, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16954, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16954, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16955, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16955, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16955, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16955, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16955, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16956, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16956, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16956, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16956, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16956, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16957, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16957, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16957, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16957, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16957, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16958, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16958, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16958, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16958, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16958, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16959, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16959, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16959, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16959, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16959, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16960, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16960, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16960, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16960, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16960, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16961, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16961, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16961, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16961, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16961, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16962, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16962, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16962, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16962, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16962, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16963, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16963, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16963, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16963, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16963, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16964, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16964, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16964, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16964, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16964, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16965, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16965, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16965, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16965, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16965, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16966, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16966, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16966, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16966, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16966, 3, 21, 40, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17188, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17189, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17190, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17192, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18005, 3, 21, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22416, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22416, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22416, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22416, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22416, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22417, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22417, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22417, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22417, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22417, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22418, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22418, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22418, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22418, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22418, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22419, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22419, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22419, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22419, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22419, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22420, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22420, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22420, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22420, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22420, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22421, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22421, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22421, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22421, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22421, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22422, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22422, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22422, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22422, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22422, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22423, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22423, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22423, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22423, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22423, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22424, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22424, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22424, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22424, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22424, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22425, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22425, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22425, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22425, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22425, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22426, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22426, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22426, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22426, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22426, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22427, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22427, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22427, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22427, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22427, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22428, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22428, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22428, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22428, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22428, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22429, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22429, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22429, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22429, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22429, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22430, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22430, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22430, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22430, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22430, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22431, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22431, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22431, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22431, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22431, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22436, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22436, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22436, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22436, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22436, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22437, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22437, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22437, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22437, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22437, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22438, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22438, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22438, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22438, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22438, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22439, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22439, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22439, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22439, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22439, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22440, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22440, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22440, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22440, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22440, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22441, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22441, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22441, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22441, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22441, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22442, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22442, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22442, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22442, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22442, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22443, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22443, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22443, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22443, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22443, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22464, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22464, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22464, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22464, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22464, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22465, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22465, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22465, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22465, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22465, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22466, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22466, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22466, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22466, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22466, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22467, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22467, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22467, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22467, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22467, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22468, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22468, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22468, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22468, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22468, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22469, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22469, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22469, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22469, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22469, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22470, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22470, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22470, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22470, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22470, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22471, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22471, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22471, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22471, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22471, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22476, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22476, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22476, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22476, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22476, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22477, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22477, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22477, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22477, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22477, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22478, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22478, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22478, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22478, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22478, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22479, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22479, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22479, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22479, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22479, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22480, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22480, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22480, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22480, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22480, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22481, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22481, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22481, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22481, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22481, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22482, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22482, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22482, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22482, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22482, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22483, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22483, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22483, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22483, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22483, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22488, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22488, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22488, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22488, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22488, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22489, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22489, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22489, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22489, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22489, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22490, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22490, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22490, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22490, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22490, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22491, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22491, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22491, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22491, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22492, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22492, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22492, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22492, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22492, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22493, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22493, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22493, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22493, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22493, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22494, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22494, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22494, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22494, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22494, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22495, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22495, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22495, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22495, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22496, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22496, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22496, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22496, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22496, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22497, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22497, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22497, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22497, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22497, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22498, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22498, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22498, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22498, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22498, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22499, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22499, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22499, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22499, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22499, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22500, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22500, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22500, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22500, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22500, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22501, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22501, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22501, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22501, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22501, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22502, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22502, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22502, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22502, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22502, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22503, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22503, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22503, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22503, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22503, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22504, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22504, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22504, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22504, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22504, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22505, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22505, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22505, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22505, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22505, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22506, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22506, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22506, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22506, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22506, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22507, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22507, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22507, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22507, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22507, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22508, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22508, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22508, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22508, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22508, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22509, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22509, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22509, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22509, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22509, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22510, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22510, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22510, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22510, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22510, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22511, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22511, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22511, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22511, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22511, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22512, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22512, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22512, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22512, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22512, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22513, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22513, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22513, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22513, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22513, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22514, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22514, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22514, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22514, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22514, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22515, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22515, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22515, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22515, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22515, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22516, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22516, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22516, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22516, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22516, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22517, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22517, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22517, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22517, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22517, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22518, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22518, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22518, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22518, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22518, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22519, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22519, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22519, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22519, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22519, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23059, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23059, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23059, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23059, 3, 20, 3, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23059, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23060, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23060, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23060, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23060, 3, 20, 10, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23060, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23061, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23061, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23061, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23061, 3, 20, 14, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23061, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23062, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23062, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23062, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23062, 3, 20, 20, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23062, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23063, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23063, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23063, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23063, 3, 20, 22, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23063, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23064, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23064, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23064, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23064, 3, 20, 27, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23064, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23065, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23065, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23065, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23065, 3, 20, 18, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23065, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23066, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23066, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23066, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23066, 3, 20, 4, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23066, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23067, 3, 3, 0, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23067, 3, 4, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23067, 3, 10, 1, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23067, 3, 20, 8, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(23067, 3, 21, 50, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(10, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(11, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(12, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(13, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(14, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(15, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(16, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(17, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(18, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(19, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(20, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(21, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(22, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(25, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(26, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(27, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(28, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(29, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(30, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(31, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(32, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(33, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(34, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(35, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(36, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(37, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(38, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(39, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(40, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(46, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(47, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(48, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(49, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(50, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(51, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(52, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(53, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(54, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(55, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(56, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(57, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(58, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(59, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(60, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(61, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(62, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(63, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(64, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(65, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(66, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(67, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(69, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(70, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(72, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(75, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(76, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(77, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(78, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(79, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(80, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(81, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(82, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(83, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(84, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(85, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(86, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(87, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(88, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(89, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(90, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(91, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(92, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(93, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(94, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(95, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(97, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(98, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(99, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(101, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(102, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(103, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(104, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(105, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(106, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(107, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(109, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(110, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(111, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(112, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(113, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(114, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(115, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(116, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(117, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(118, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(119, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(120, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(121, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(122, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(124, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(125, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(126, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(127, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(128, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(129, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(130, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(131, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(132, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(133, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(134, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(135, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(141, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(142, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(143, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(144, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(145, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(146, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(147, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(148, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(149, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(150, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(151, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(152, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(153, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(154, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(155, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(156, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(157, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(158, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(159, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(160, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(161, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(162, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(163, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(164, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(165, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(166, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(167, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(168, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(170, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(171, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(172, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(173, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(174, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(175, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(177, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(179, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(181, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(182, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(183, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(185, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(186, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(187, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(188, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(189, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(190, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(191, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(192, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(193, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(194, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(195, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(196, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(197, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(198, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(200, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(201, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(202, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(203, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(204, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(205, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(206, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(207, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(208, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(209, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(210, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(211, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(212, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(213, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(214, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(215, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(216, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(217, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(218, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(219, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(220, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(221, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(222, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(223, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(224, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(226, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(227, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(228, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(229, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(231, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(232, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(233, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(234, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(235, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(237, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(238, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(239, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(240, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(243, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(244, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(245, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(246, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(247, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(250, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(251, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(252, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(253, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(255, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(257, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(258, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(261, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(262, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(263, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(264, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(265, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(266, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(267, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(268, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(269, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(270, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(271, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(272, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(273, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(274, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(275, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(276, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(277, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(278, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(279, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(280, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(281, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(282, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(287, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(288, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(289, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(290, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(291, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(293, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(294, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(295, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(296, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(297, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(298, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(299, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(301, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(302, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(303, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(304, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(305, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(306, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(307, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(308, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(309, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(310, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(312, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(313, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(314, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(315, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(317, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(318, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(319, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(320, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(321, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(322, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(323, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(325, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(330, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(331, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(332, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(333, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(334, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(335, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(336, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(338, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(339, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(340, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(341, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(342, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(343, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(344, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(345, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(346, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(347, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(348, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(349, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(350, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(353, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(354, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(355, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(356, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(357, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(358, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(359, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(360, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(362, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(363, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(364, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(365, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(366, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(367, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(368, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(369, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(370, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(371, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(372, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(374, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(375, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(376, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(377, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(378, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(379, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(380, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(381, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(382, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(383, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(384, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(385, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(386, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(387, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(388, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(389, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(391, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(392, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(393, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(394, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(395, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(396, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(397, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(399, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(400, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(401, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(404, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(405, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(407, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(408, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(409, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(411, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(412, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(413, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(414, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(415, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(416, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(418, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(419, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(420, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(421, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(422, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(423, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(424, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(425, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(426, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(427, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(428, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(429, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(430, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(432, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(433, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(434, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(435, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(436, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(437, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(438, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(440, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(441, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(442, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(443, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(444, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(445, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(446, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(447, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(448, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(449, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(450, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(451, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(452, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(453, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(454, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(455, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(456, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(457, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(458, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(459, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(463, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(464, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(465, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(466, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(467, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(468, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(469, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(470, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(471, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(472, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(473, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(475, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(476, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(477, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(479, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(480, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(481, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(482, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(483, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(484, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(486, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(487, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(488, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(489, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(492, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(493, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(494, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(495, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(496, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(498, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(499, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(500, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(501, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(502, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(503, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(504, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(505, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(506, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(507, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(508, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(509, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(512, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(513, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(514, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(515, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(516, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(517, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(518, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(519, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(520, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(521, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(523, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(524, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(525, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(526, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(527, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(528, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(529, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(530, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(531, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(532, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(533, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(535, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(536, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(537, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(538, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(539, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(540, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(541, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(542, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(543, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(544, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(545, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(546, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(547, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(550, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(552, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(553, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(554, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(555, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(556, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(557, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(558, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(559, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(560, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(561, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(562, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(563, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(564, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(565, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(568, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(569, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(570, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(571, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(572, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(573, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(574, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(575, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(576, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(577, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(578, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(579, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(580, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(581, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(582, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(583, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(584, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(587, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(589, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(590, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(591, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(592, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(593, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(595, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(596, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(598, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(599, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(600, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(601, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(602, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(603, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(604, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(605, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(606, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(607, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(608, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(609, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(610, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(611, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(613, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(614, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(615, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(616, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(617, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(618, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(621, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(622, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(623, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(627, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(628, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(629, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(630, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(631, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(633, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(634, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(638, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(639, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(640, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(641, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(643, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(644, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(645, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(647, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(648, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(649, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(650, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(655, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(656, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(657, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(658, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(659, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(660, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(661, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(662, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(663, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(664, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(665, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(666, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(667, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(668, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(669, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(670, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(671, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(672, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(673, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(674, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(675, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(676, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(677, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(678, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(679, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(680, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(681, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(682, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(683, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(686, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(687, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(689, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(690, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(691, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(692, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(693, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(694, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(695, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(696, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(697, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(698, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(699, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(700, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(701, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(702, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(703, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(704, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(705, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(706, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(707, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(709, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(710, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(711, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(712, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(713, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(714, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(715, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(716, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(717, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(718, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(719, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(721, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(722, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(723, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(724, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(725, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(726, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(727, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(728, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(729, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(730, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(731, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(732, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(733, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(734, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(735, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(736, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(737, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(738, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(741, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(742, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(743, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(744, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(745, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(746, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(747, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(748, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(749, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(750, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(752, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(753, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(754, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(755, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(756, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(757, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(758, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(759, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(760, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(761, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(762, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(763, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(764, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(765, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(766, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(767, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(768, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(769, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(771, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(772, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(773, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(775, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(776, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(777, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(778, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(780, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(782, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(783, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(784, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(786, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(787, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(788, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(789, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(790, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(791, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(792, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(793, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(794, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(804, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(805, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(806, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(808, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(809, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(812, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(813, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(815, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(816, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(817, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(818, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(821, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(822, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(823, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(824, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(825, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(826, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(827, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(828, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(829, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(831, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(833, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(834, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(835, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(836, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(837, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(838, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(840, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(841, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(842, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(843, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(844, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(845, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(846, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(847, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(848, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(849, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(850, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(851, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(852, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(853, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(854, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(855, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(857, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(858, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(860, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(861, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(862, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(863, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(864, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(865, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(866, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(867, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(868, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(869, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(870, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(871, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(872, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(873, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(874, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(875, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(876, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(877, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(878, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(879, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(880, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(881, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(882, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(886, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(887, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(888, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(889, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(890, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(891, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(892, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(893, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(894, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(896, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(898, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(899, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(903, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(905, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(906, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(907, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(910, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(911, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(913, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(914, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(915, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(916, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(917, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(918, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(919, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(920, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(921, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(922, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(923, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(924, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(925, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(928, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(929, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(932, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(933, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(934, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(935, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(936, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(937, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(938, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(940, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(941, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(942, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(943, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(944, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(945, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(947, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(948, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(951, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(952, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(953, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(954, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(955, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(956, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(957, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(958, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(959, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(961, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(962, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(963, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(964, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(965, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(966, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(967, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(969, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(970, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(971, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(972, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(973, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(974, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(975, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(976, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(977, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(978, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(979, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(980, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(981, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(982, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(983, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(984, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(985, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(986, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(991, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(992, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(993, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(994, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(995, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(997, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1000, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1004, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1007, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1008, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1009, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1010, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1011, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1012, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1013, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1014, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1015, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1016, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1017, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1018, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1019, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1020, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1021, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1022, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1023, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1024, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1025, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1026, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1027, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1028, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1029, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1030, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1031, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1032, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1033, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1034, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1035, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1036, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1037, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1038, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1039, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1040, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1041, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1042, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1043, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1044, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1045, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1046, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1047, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1048, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1049, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1050, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1051, 4, 1, 189, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1052, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1053, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1054, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1056, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1057, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1058, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1059, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1060, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1061, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1062, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1063, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1064, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1065, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1066, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1067, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1068, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1069, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1070, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1071, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1072, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1073, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1074, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1075, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1076, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1077, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1078, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1079, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1080, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1081, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1082, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1083, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1084, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1085, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1086, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1087, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1088, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1089, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1090, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1091, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1092, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1093, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1094, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1095, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1096, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1097, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1098, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1101, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1102, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1103, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1104, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1105, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1106, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1107, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1108, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1109, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1110, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1111, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1112, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1113, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1114, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1115, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1116, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1117, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1118, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1119, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1120, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1121, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1122, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1123, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1124, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1125, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1126, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1127, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1130, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1131, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1132, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1133, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1134, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1135, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1136, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1137, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1138, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1139, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1140, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1141, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1142, 4, 1, 47, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1142, 4, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1143, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1144, 4, 1, 47, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1144, 4, 2, 491, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1145, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1146, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1147, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1149, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1150, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1151, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1152, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1153, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1154, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1159, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1160, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1164, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1166, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1167, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1168, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1169, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1170, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1171, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1172, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1173, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1175, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1176, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1177, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1178, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1179, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1180, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1181, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1182, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1183, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1184, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1185, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1186, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1187, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1188, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1189, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1190, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1191, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1192, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1195, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1196, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1197, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1198, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1199, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1200, 4, 1, 48, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1200, 4, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1201, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1202, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1203, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1204, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1205, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1206, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1218, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1220, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1221, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1222, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1240, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1241, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1242, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1243, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1244, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1245, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1246, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1247, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1248, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1249, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1250, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1258, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1259, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1260, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1262, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1264, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1265, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1266, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1267, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1270, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1271, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1273, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1274, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1275, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1276, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1282, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1285, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1286, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1287, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1301, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1302, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1318, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1318, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1319, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1320, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1321, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1322, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1323, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1324, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1338, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1339, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1358, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1359, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1360, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1361, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1362, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1363, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1364, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1365, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1366, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1367, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1368, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1369, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1370, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1371, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1372, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1373, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1374, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1375, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1380, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1381, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1382, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1383, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1384, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1385, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1386, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1387, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1388, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1389, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1391, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1393, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1394, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1395, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1396, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1398, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1418, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1419, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1420, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1421, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1422, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1424, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1425, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1426, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1427, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1428, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1429, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1430, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1431, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1432, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1433, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1434, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1435, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1436, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1437, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1438, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1439, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1440, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1442, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1444, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1445, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1446, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1447, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1448, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1449, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1450, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1451, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1452, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1453, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1454, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1456, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1457, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1458, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1459, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1462, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1463, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1464, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1466, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1467, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1468, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1469, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1470, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1471, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1472, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1473, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1474, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1475, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1476, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1477, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1478, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1479, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1481, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1482, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1483, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1484, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1485, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1486, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1487, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1488, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1489, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1490, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1491, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1492, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1498, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1499, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1501, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1502, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1503, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1504, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1505, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1506, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1507, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1508, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1509, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1510, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1511, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1512, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1513, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1515, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1516, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1517, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1518, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1519, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1520, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1521, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1522, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1523, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1524, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1525, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1526, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1528, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1529, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1530, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1531, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1532, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1534, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1535, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1536, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1558, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1559, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1560, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1578, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1579, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1580, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1581, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1582, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1598, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1599, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1618, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1638, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1639, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1640, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1641, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1643, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1644, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1645, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1647, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1648, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1650, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1651, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1652, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1653, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1654, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1655, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1656, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1661, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1665, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1666, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1667, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1678, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1679, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1680, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1681, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1682, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1683, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1684, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1685, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1686, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1687, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1688, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1689, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1690, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1691, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1692, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1693, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1698, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1699, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1700, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1701, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1702, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1703, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1704, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1705, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1706, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1707, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1708, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1709, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1710, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1711, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1712, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1713, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1715, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1716, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1717, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1718, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1719, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1738, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1739, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1740, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1758, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1778, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1779, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1780, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1781, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1782, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1783, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1784, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1785, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1786, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1787, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1788, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1789, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1790, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1791, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1792, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1793, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1794, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1795, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1796, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1798, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1799, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1800, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1801, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1802, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1803, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1804, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1805, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1806, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1818, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1819, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1820, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1821, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1822, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1823, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1824, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1825, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1838, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1839, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1840, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1841, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1842, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1843, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1844, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1845, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1846, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1847, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1848, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1858, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1859, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1860, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1861, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1878, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1879, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1880, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1881, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1882, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1883, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1884, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1885, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1886, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1898, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1899, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1919, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1920, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1921, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1938, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1939, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1940, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1941, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1942, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1943, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1944, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1945, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1946, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1947, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1948, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1949, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1950, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1951, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1952, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1953, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1954, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1955, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1956, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1957, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1958, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1959, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1960, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1961, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1962, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1963, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1978, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1998, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(1999, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2038, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2039, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2040, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2041, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2078, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2098, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2118, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2138, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2139, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2158, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2159, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2160, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2161, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2178, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2199, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2200, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2201, 4, 1, 70, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2201, 4, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2202, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2203, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2204, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2205, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2206, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2218, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2238, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2239, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2240, 4, 1, 70, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2240, 4, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2241, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2242, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2258, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2259, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2260, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2281, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2282, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2283, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2284, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2298, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2299, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2300, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2318, 4, 1, 70, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2318, 4, 2, 1337, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2338, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2339, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2340, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2341, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2342, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2358, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2359, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2360, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2361, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2378, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2379, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2380, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2381, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2382, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2383, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2398, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2418, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2438, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2439, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2440, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2458, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2459, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2460, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2478, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2479, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2480, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2498, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2499, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2500, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2501, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2518, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2519, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2520, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2521, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2522, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2541, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2561, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2581, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2582, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2583, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2584, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2585, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2586, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2601, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2602, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2603, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2604, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2605, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2606, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2607, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2608, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2609, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2621, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2622, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2623, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2641, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2661, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2662, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2681, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2702, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2721, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2742, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2744, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2745, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2746, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2747, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2748, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2749, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2750, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2751, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2752, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2753, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2754, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2755, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2756, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2757, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2758, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2759, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2760, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2761, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2762, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2763, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2764, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2765, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2767, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2768, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2769, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2770, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2771, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2772, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2773, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2783, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2784, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2801, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2821, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2822, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2841, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2842, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2843, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2844, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2845, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2846, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2847, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2848, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2849, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2850, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2851, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2852, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2853, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2854, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2855, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2856, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2857, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2858, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2859, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2860, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2861, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2862, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2863, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2864, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2865, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2866, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2869, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2870, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2871, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2872, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2873, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2874, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2877, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2879, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2880, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2881, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2902, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2904, 4, 1, 90, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2904, 4, 2, 133, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2922, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2923, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2924, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2925, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2926, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2927, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2928, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2929, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2930, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2931, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2932, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2934, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2935, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2936, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2937, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2938, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2939, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2941, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2943, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2944, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2946, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2948, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2950, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2962, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2963, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2964, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2965, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2966, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2968, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2969, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2970, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2972, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2973, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2974, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2975, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2976, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2979, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2980, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2981, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2982, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2983, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2984, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2985, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2986, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2987, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2988, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2989, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2990, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2991, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2992, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2993, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2994, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2995, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2996, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2997, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2998, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(2999, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3000, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3001, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3002, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3022, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3042, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3062, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3063, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3065, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3082, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3083, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3084, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3085, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3086, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3087, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3088, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3089, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3090, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3091, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3092, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3093, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3094, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3095, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3096, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3097, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3098, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3099, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3100, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3101, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3102, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3103, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3104, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3105, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3106, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3107, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3108, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3109, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3110, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3112, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3113, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3114, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3115, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3116, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3117, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3118, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3119, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3120, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3121, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3122, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3123, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3124, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3125, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3126, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3127, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3128, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3129, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3130, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3141, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3161, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3182, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3201, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3221, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3261, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3281, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3301, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3321, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3341, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3361, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3362, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3364, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3365, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3367, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3369, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3370, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3371, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3372, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3375, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3376, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3377, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3378, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3379, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3380, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3382, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3385, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3402, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3421, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3441, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3442, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3443, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3444, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3445, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3446, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3447, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3448, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3449, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3450, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3451, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3452, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3453, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3454, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3462, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3463, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3483, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3501, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3502, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3503, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3504, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3505, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3507, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3508, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3509, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3510, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3511, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3512, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3514, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3517, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3518, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3519, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3520, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3521, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3522, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3523, 4, 1, 129, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3523, 4, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3524, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3525, 4, 1, 129, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3525, 4, 2, 722, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3526, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3527, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3528, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3541, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3542, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3561, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3562, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3563, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3564, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3565, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3566, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3567, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3568, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3569, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3570, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3601, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3602, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3621, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3625, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3626, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3627, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3628, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3629, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3630, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3631, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3632, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3633, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3634, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3635, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3636, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3637, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3638, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3639, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3640, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3641, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3642, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3643, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3644, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3645, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3646, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3647, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3661, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3681, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3701, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3702, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3721, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3741, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3761, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3762, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3763, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3764, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3765, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3781, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3782, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3783, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3784, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3785, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3786, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3787, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3788, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3789, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3790, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3791, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3792, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3801, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3802, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3803, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3804, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3821, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3823, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3824, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3825, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3841, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3842, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3843, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3861, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3881, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3882, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3883, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3901, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3902, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3903, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3904, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3905, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3906, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3907, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3908, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3909, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3912, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3913, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3921, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3922, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3923, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3924, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3941, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3942, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3961, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3962, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3981, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3982, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(3982, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4001, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4001, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4002, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4003, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4004, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4004, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4005, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4021, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4022, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4023, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4024, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4041, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4061, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4062, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4063, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4084, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4101, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4102, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4103, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4104, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4105, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4106, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4107, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4108, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4109, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4110, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4111, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4112, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4120, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4121, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4122, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4123, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4124, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4125, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4126, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4128, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4129, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4130, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4131, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4132, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4133, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4134, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4136, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4141, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4142, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4143, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4144, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4145, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4146, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4147, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4148, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4161, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4181, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4182, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4183, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4184, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4185, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4186, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4201, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4201, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4223, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4224, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4241, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4242, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4242, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4243, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4244, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4245, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4262, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4263, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4266, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4267, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4282, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4282, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4283, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4284, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4285, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4286, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4287, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4288, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4289, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4290, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4291, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4292, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4293, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4294, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4295, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4295, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4296, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4297, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4298, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4300, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4301, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4321, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4322, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4322, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4324, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4341, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4342, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4342, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4361, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4361, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4362, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4363, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4363, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4402, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4421, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4441, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4442, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4463, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4481, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4482, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4483, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4484, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4485, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4486, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4487, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4488, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4489, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4490, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4491, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4492, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4493, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4494, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4495, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4496, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4502, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4503, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4504, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4505, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4506, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4507, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4508, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4509, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4510, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4511, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4512, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4513, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4521, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4542, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4581, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4621, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4641, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4642, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4681, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4701, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4721, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4724, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4726, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4729, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4734, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4735, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4736, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4737, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4738, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4739, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4741, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4742, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4742, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4743, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4743, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4761, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4762, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4763, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4764, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4765, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4766, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4767, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4768, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4769, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4770, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4771, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4781, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4782, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4783, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4784, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4785, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4786, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4787, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4788, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4801, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4802, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4803, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4804, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4805, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4806, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4807, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4808, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4809, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4810, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4811, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4812, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4821, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4822, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4841, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4842, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4861, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4862, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4865, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4866, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4867, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4867, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4883, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4901, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4902, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4903, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4904, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4906, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4907, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4921, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4941, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4961, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4962, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4963, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4964, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4965, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4966, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4967, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4968, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4969, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4970, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4971, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4972, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4973, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4974, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4975, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4976, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4981, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4982, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4982, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4983, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4983, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4984, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4985, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4986, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(4987, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5001, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5001, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5002, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5002, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5021, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5041, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5042, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5043, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5044, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5045, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5046, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5048, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5049, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5050, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5051, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5052, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5054, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5055, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5056, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5057, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5061, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5062, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5064, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5065, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5066, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5081, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5082, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5084, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5086, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5087, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5088, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5090, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5091, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5092, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5093, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5094, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5095, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5096, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5097, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5098, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5102, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5121, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5122, 4, 1, 329, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5122, 4, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5124, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5125, 4, 1, 329, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5125, 4, 2, 2017, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5126, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5127, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5128, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5141, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5142, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5143, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5144, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5145, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5146, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5148, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5149, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5150, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5151, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5152, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5153, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5154, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5155, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5156, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5157, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5158, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5159, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5160, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5160, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5161, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5162, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5163, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5164, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5165, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5168, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5181, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5201, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5203, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5204, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5206, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5210, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5211, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5212, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5213, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5214, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5215, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5216, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5219, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5222, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5225, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5228, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5229, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5231, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5233, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5235, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5237, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5238, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5241, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5242, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5243, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5244, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5245, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5246, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5247, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5248, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5249, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5250, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5251, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5252, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5253, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5261, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5263, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5264, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5265, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5281, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5282, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5283, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5284, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5301, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5302, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5305, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5306, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5307, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5321, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5341, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5342, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5343, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5344, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5361, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5381, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5382, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5384, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5385, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5386, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5401, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5402, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5403, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5404, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5405, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5406, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5407, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5408, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5421, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5441, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5461, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5462, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5463, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5465, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5466, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5481, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5482, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5501, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5502, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5503, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5504, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5505, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5507, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5508, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5509, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5510, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5511, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5513, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5514, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5515, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5517, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5518, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5518, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5519, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5519, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5521, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5522, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5524, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5525, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5525, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5526, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5527, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5528, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5528, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5529, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5531, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5533, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5534, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5535, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5536, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5537, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5538, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5541, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5542, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5543, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5544, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5545, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5561, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5581, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5601, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5621, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5622, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5623, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5624, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5625, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5626, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5627, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5628, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5629, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5630, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5631, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5632, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5633, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5634, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5635, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5636, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5637, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5638, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5639, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5641, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5642, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5643, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5644, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5645, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5646, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5647, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5648, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5649, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5650, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5651, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5652, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5654, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5655, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5656, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5657, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5658, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5660, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5661, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5662, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5663, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5672, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5673, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5674, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5675, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5676, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5677, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5679, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5680, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5713, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5721, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5722, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5723, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5724, 4, 1, 389, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5724, 4, 2, 2437, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5725, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5726, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5727, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5728, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5729, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5730, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5741, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5742, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5761, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5762, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5763, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5781, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5801, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5802, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5803, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5804, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5821, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5845, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5846, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5848, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5861, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5862, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5863, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5881, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5882, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5883, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5884, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5885, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5886, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5887, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5888, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5889, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5890, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5891, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5892, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5893, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5893, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5901, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5902, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5903, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5904, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5921, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5922, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5923, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5924, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5925, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5926, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5927, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5928, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5929, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5930, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5931, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5932, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5941, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5942, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5943, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5944, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5961, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(5981, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6001, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6002, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6004, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6021, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6022, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6023, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6025, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6026, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6027, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6028, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6029, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6030, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6031, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6032, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6041, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6042, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6061, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6062, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6063, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6064, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6065, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6066, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6067, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6068, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6069, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6070, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6071, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6072, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6073, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6074, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6075, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6076, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6081, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6082, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6083, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6084, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6085, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6086, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6087, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6088, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6089, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6101, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6102, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6103, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6121, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6122, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6123, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6124, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6125, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6126, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6127, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6128, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6129, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6130, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6132, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6133, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6134, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6135, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6136, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6141, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6142, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6143, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6144, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6145, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6146, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6147, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6148, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6162, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6163, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6164, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6181, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6182, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6183, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6184, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6185, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6186, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6187, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6261, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6281, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6282, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6283, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6285, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6301, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6321, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6322, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6323, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6324, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6341, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6342, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6343, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6344, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6361, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6362, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6363, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6364, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6365, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6381, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6382, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6383, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6384, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6385, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6386, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6387, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6388, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6391, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6392, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6393, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6394, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6395, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6401, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6402, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6421, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6441, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6442, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6461, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6462, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6481, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6482, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6501, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6502, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6503, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6504, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6521, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6523, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6541, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6542, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6543, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6544, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6545, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6546, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6547, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6548, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6561, 4, 1, 48, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6561, 4, 2, 719, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6562, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6563, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6565, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6566, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6567, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6568, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6569, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6570, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6571, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6581, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6582, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6583, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6584, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6585, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6601, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6602, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6603, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6604, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6605, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6606, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6607, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6608, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6609, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6610, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6611, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6612, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6621, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6622, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6623, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6624, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6625, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6626, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6627, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6628, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6629, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6641, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6642, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6642, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6643, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6643, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6644, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6644, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6645, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6645, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6646, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6646, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6661, 4, 1, 369, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6662, 4, 1, 369, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6701, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6721, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6722, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6741, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6741, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6761, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6762, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6781, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6781, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6801, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6801, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6804, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6805, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6821, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6822, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6823, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6824, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6825, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6825, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6826, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6826, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6827, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6827, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6844, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6845, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6846, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6846, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6847, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6847, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6848, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6848, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6861, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6861, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6862, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6862, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6881, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6881, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6921, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6941, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6941, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6942, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6942, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6943, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6943, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6961, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6962, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6963, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6964, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6982, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6982, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6983, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6984, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6985, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(6985, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7001, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7001, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7002, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7002, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7003, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7022, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7023, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7024, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7025, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7026, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7026, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7027, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7027, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7028, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7029, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7041, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7042, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7043, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7044, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7045, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7061, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7062, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7063, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7064, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7065, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7067, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7068, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7070, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7081, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7082, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7101, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7102, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7121, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7121, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7122, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7123, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7123, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7124, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7141, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7142, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7161, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7162, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7163, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7164, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7165, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7166, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7167, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7168, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7169, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7170, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7171, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7172, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7181, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7201, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7202, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7223, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7223, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7224, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7224, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7241, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7261, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7281, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7281, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7282, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7282, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7301, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7301, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7302, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7302, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7321, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7341, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7342, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7361, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7361, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7362, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7362, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7363, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7363, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7364, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7364, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7365, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7365, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7366, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7366, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7367, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7367, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7368, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7368, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7381, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7382, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7383, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7385, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7385, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7386, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7386, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7424, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7424, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7427, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7427, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7428, 4, 1, 30, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7428, 4, 2, 2597, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7429, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7429, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7441, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7461, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7461, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7462, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7462, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7463, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7463, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7481, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7482, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7483, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7483, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7484, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7484, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7485, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7485, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7486, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7488, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7489, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7491, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7492, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7493, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7494, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7496, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7497, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7509, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7509, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7541, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7562, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7563, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7564, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7581, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7582, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7583, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7601, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7602, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7603, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7621, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7622, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7623, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7624, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7625, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7626, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7627, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7628, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7629, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7630, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7631, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7637, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7638, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7639, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7640, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7641, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7642, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7643, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7645, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7646, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7647, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7648, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7652, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7653, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7654, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7655, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7656, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7657, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7658, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7659, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7660, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7661, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7662, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7663, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7664, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7665, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7666, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7667, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7671, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7672, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7673, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7674, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7675, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7676, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7677, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7678, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7703, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7703, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7721, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7722, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7723, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7724, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7725, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7726, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7727, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7730, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7731, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7732, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7733, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7734, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7736, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7737, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7782, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7784, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7786, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7788, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7789, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7791, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7793, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7794, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7795, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7796, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7799, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7800, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7801, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7802, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7803, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7804, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7805, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7806, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7807, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7808, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7809, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7811, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7812, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7813, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7814, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7815, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7816, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7817, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7818, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7819, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7820, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7821, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7822, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7823, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7824, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7825, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7826, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7827, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7828, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7829, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7830, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7831, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7832, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7833, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7834, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7835, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7836, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7837, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7838, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7839, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7840, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7841, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7842, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7843, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7844, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7845, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7846, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7847, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7848, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7849, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7850, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7863, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7864, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7865, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7866, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7867, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7868, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7871, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7872, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7873, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7874, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7875, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7876, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7877, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7877, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7881, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7882, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7883, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7884, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7885, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7886, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7887, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7888, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7889, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7890, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7891, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7892, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7893, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7894, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7895, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7896, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7897, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7898, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7899, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7900, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7901, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7902, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7903, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7921, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7922, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7923, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7924, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7925, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7926, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7930, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7931, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7932, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7933, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7934, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7935, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7936, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7939, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7940, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7941, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7942, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7943, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7946, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(7981, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8041, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8042, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8043, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8044, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8045, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8046, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8047, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8048, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8049, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8050, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8051, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8052, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8053, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8054, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8055, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8056, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8057, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8058, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8059, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8060, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8061, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8062, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8063, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8064, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8065, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8066, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8067, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8068, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8069, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8070, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8071, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8072, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8073, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8074, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8075, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8076, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8077, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8078, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8079, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8080, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8081, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8101, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8102, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8103, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8104, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8105, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8106, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8107, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8108, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8109, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8110, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8111, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8112, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8113, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8114, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8115, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8116, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8117, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8118, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8119, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8120, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8121, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8122, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8123, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8124, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8141, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8142, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8143, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8144, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8145, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8146, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8147, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8148, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8149, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8150, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8151, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8153, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8154, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8155, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8156, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8157, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8158, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8159, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8160, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8161, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8162, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8163, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8164, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8165, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8166, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8167, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8168, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8169, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8170, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8171, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8181, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8182, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8184, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8184, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8185, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8185, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8186, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8186, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8187, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8187, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8188, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8188, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8189, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8189, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8190, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8190, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8191, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8191, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8192, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8192, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8193, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8194, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8195, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8196, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8201, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8221, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8222, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8223, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8224, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8225, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8229, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8231, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8232, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8233, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8234, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8235, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8236, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8238, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8239, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8240, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8241, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8242, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8243, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8246, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8249, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8250, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8251, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8252, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8253, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8254, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8255, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8256, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8257, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8258, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8260, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8261, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8262, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8263, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8264, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8265, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8266, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8267, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8268, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8269, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8271, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8272, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8273, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8275, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8276, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8277, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8278, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8279, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8280, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8281, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8282, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8284, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8285, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8286, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8287, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8288, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8289, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8290, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8291, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8292, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8293, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8294, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8295, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8297, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8298, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8299, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8300, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8301, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8302, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8303, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8304, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8305, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8306, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8307, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8309, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8310, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8311, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8312, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8314, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8315, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8316, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8317, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8318, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8319, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8320, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8321, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8323, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8324, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8331, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8332, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8333, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8341, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8342, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8343, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8348, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8349, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8351, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8352, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8353, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8354, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8355, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8356, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8357, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8358, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8359, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8360, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8361, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8362, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8363, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8364, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8365, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8366, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8367, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8368, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8369, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8370, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8371, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8372, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8374, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8375, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8376, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8377, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8378, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8379, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8380, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8381, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8382, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8383, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8384, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8385, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8386, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8387, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8388, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8389, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8390, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8391, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8392, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8393, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8394, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8395, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8396, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8397, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8398, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8399, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8400, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8401, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8402, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8403, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8404, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8405, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8406, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8407, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8408, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8410, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8411, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8412, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8413, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8414, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8415, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8416, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8417, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8418, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8419, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8420, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8421, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8422, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8423, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8424, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8425, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8426, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8427, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8428, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8429, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8430, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8431, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8432, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8433, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8434, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8435, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8436, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8437, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8438, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8439, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8440, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8441, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8442, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8443, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8447, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8460, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8461, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8462, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8464, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8465, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8466, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8467, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8469, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8481, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8484, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8485, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8507, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8544, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8544, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8548, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8551, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8553, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8554, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8555, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8556, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8557, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8558, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8559, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8559, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8560, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8560, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8561, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8561, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8562, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8562, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8572, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8573, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8574, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8576, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8577, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8579, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8579, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8584, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8585, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8586, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8587, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8592, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8592, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8593, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8593, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8594, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8594, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8595, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8595, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8596, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8596, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8597, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8599, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8602, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8602, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8603, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8603, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8606, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8619, 4, 1, 230, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8619, 4, 2, 1584, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8620, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8621, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8621, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8622, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8622, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8623, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8623, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8624, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8624, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8625, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8625, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8626, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8626, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8627, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8627, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8628, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8628, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8629, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8629, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8630, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8630, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8631, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8631, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8632, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8632, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8633, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8633, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8634, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8634, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8635, 4, 1, 349, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8635, 4, 2, 2100, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8636, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8637, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8637, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8638, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8638, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8639, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8639, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8640, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8640, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8641, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8641, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8642, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8643, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8644, 4, 1, 229, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8644, 4, 2, 1583, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8646, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8647, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8648, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8649, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8650, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8652, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8653, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8654, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8655, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8655, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8656, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8656, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8657, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8657, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8658, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8658, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8659, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8659, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8660, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8660, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8661, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8661, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8662, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8662, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8663, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8663, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8664, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8664, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8665, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8665, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8666, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8666, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8667, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8667, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8668, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8668, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8669, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8669, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8670, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8671, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8672, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8673, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8674, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8675, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8676, 4, 1, 209, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8676, 4, 2, 978, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8677, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8678, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8679, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8680, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8681, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8682, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8683, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8684, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8685, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8686, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8688, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8689, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8690, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8691, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8692, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8693, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8694, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8695, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8696, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8697, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8698, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8699, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8700, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8701, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8702, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8703, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8704, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8705, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8706, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8707, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8708, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8709, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8710, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8711, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8712, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8713, 4, 1, 109, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8713, 4, 2, 1477, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8714, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8715, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8716, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8717, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8718, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8719, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8720, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8721, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8722, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8723, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8724, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8725, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8726, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8728, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8729, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8730, 4, 1, 469, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8730, 4, 2, 2677, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8731, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8732, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8734, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8735, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8736, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8741, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8742, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8745, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8746, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8747, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8748, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8749, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8750, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8751, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8752, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8753, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8754, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8755, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8756, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8757, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8758, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8759, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8760, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8761, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8762, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8763, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8764, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8765, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8766, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8789, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8789, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8790, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8790, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8796, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8798, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8799, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8800, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8802, 4, 1, 531, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8802, 4, 2, 3428, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8811, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8812, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8813, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8814, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8815, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8816, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8817, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8818, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8819, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8820, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8821, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8822, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8823, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8824, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8825, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8826, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8827, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8828, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8830, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8831, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8832, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8833, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8834, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8835, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8836, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8837, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8838, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8839, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8840, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8841, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8842, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8843, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8844, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8845, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8860, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8861, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8862, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8863, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8864, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8865, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8866, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8867, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8868, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8869, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8870, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8871, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8872, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8873, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8874, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8875, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8876, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8877, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8878, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8879, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8880, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8881, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8882, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8883, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8897, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8898, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8899, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8900, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8901, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8902, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8903, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8904, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8905, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8906, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8907, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8908, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8909, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8910, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8911, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8912, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8913, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8914, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8915, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8916, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8917, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8918, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8919, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8920, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8921, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8922, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8923, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8924, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8925, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8926, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8927, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8928, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8929, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8930, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8931, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8932, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8933, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8934, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8935, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8936, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8937, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8938, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8939, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8940, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8941, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8942, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8943, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8944, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8945, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8947, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8948, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8949, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8949, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8950, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8950, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8951, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8952, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8953, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8954, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8955, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8956, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8957, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8958, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8959, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8960, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8961, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8962, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8963, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8964, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8965, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8966, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8967, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8968, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8969, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8970, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8977, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8978, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8979, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8980, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8982, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8983, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8984, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8985, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8986, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8987, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8988, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8989, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8990, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8991, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8992, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8994, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8995, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8997, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8998, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(8999, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9000, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9001, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9002, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9003, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9004, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9005, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9006, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9007, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9008, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9009, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9010, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9011, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9012, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9013, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9014, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9015, 4, 1, 429, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9015, 4, 2, 2557, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9016, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9017, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9018, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9019, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9020, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9021, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9022, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9023, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9024, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9025, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9026, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9027, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9028, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9032, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9033, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9034, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9036, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9037, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9038, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9039, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9040, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9041, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9042, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9043, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9044, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9045, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9046, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9047, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9048, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9049, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9050, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9051, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9052, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9053, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9054, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9055, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9056, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9057, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9058, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9059, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9060, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9061, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9063, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9068, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9069, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9070, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9071, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9072, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9073, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9074, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9075, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9077, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9078, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9079, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9080, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9081, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9082, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9083, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9084, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9086, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9087, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9088, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9089, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9090, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9091, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9092, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9093, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9095, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9096, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9097, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9098, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9099, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9100, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9101, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9102, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9103, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9104, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9105, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9106, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9107, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9108, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9109, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9110, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9111, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9112, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9113, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9114, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9115, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9116, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9117, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9118, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9121, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9122, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9123, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9124, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9125, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9126, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9127, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9128, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9129, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9131, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9132, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9136, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9137, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9141, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9142, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9208, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9208, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9209, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9209, 4, 2, 19, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9210, 4, 1, 309, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9210, 4, 2, 1977, NULL);
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9211, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9213, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9221, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9222, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9223, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9224, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9225, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9226, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9227, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9228, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9229, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9230, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9232, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9234, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9235, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9236, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9237, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9238, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9239, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9240, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9241, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9242, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9243, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9244, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9245, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9246, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9248, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9251, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9257, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9259, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9266, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9267, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9268, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9269, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9270, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9271, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9272, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9338, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9339, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9362, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9364, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9365, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9367, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9368, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9388, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9389, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9415, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9416, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9419, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9422, 4, 1, 1, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9664, 4, 1, 0, ' generated');
INSERT INTO `mojotrollz_tags` (`id`, `table`, `type`, `value`, `comment`) VALUES
(9665, 4, 1, 0, ' generated');
/*!40000 ALTER TABLE `mojotrollz_tags` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_tags_type
CREATE TABLE IF NOT EXISTS `mojotrollz_tags_type` (
`id` int(10) NOT NULL,
`table` int(10) NOT NULL,
`name` tinytext NOT NULL,
`description` tinytext,
PRIMARY KEY (`id`,`table`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_tags_type: ~25 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_tags_type` DISABLE KEYS */;
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(1, 1, 'Map', 'Map of the Creature');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(1, 2, 'Map', 'Map of the Object');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(1, 4, 'Map', 'Map of the Quest');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(2, 1, 'Zone', 'Zone of the Creature within a Map');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(2, 2, 'Zone', 'Zone of the Objekt');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(2, 4, 'Zone', 'Zone of the Quest');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(4, 1, 'MojoDeploy', 'Mojo Deployed Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(4, 2, 'MojoDeploy', 'Mojo Deployed Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(4, 3, 'MojoDeploy', 'Mojo Deployed Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(4, 4, 'MojoDeploy', 'Mojo Deployed Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(10, 1, 'Mojo', 'Mojo Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(10, 2, 'Mojo', 'Mojo Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(10, 3, 'Mojo', 'Mojo Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(10, 4, 'Mojo', 'Mojo Content');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(12, 7, 'FAQ', 'FAQ');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(13, 7, 'OFFICIAL', '');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(14, 7, 'FULL POST', '');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(15, 7, 'COMMENT', '');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(20, 3, 'Item ClassSpec', 'Player class and spec for which the item was designed');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(21, 3, 'Item Type', 'Type of the Item e.g Startitem');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(30, 1, 'Rank', 'Elite Status of a Creature');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(31, 1, 'Bug', 'Common Bug description');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(32, 1, 'Purpose', 'Purpose of a Creature');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(33, 1, 'Purpose Specific', 'Specific Purpose of the Creature');
INSERT INTO `mojotrollz_tags_type` (`id`, `table`, `name`, `description`) VALUES
(35, 1, 'Vendor', 'Creature Vendor Functionality');
/*!40000 ALTER TABLE `mojotrollz_tags_type` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_tags_value
CREATE TABLE IF NOT EXISTS `mojotrollz_tags_value` (
`id` int(10) NOT NULL DEFAULT '0',
`type` int(10) NOT NULL DEFAULT '0',
`value` tinytext NOT NULL,
`description` tinytext,
PRIMARY KEY (`type`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_tags_value: ~1.167 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_tags_value` DISABLE KEYS */;
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(0, 1, 'Eastern Kingdoms', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 1, 'Kalimdor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(30, 1, 'Alterac Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(33, 1, 'Shadowfang Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(34, 1, 'The Stockade', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(35, 1, 'Stormwind Vault', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(36, 1, 'The Deadmines', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(43, 1, 'Wailing Caverns', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(47, 1, 'Razorfen Kraul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(48, 1, 'Blackfathom Deeps', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(69, 1, 'Emerald Dream', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(70, 1, 'Uldaman', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(90, 1, 'Gnomeregan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(109, 1, 'The Temple of Atal\'Hakkar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(129, 1, 'Razorfen Downs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(189, 1, 'Scarlet Monastery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(209, 1, 'Zul\'Farrak', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(229, 1, 'Blackrock Spire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(230, 1, 'Blackrock Depths', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(249, 1, 'Onyxia\'s Lair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(289, 1, 'Scholomance', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(309, 1, 'Zul\'Gurub', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(329, 1, 'Stratholme', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(349, 1, 'Maraudon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(369, 1, 'Deeprun Tram', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(389, 1, 'Ragefire Chasm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(409, 1, 'Molten Core', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(429, 1, 'Dire Maul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(449, 1, 'Alliance PVP Barracks', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(450, 1, 'Horde PVP Barracks', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(469, 1, 'Blackwing Lair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(489, 1, 'Warsong Gulch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(509, 1, 'Ruins of Ahn\'Qiraj', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(529, 1, 'Arathi Basin', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(531, 1, 'Temple of Ahn\'Qiraj', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(533, 1, 'Naxxramas', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 2, 'Dun Morogh', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 2, 'Longshore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 2, 'Badlands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 2, 'Blasted Lands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(7, 2, 'Blackwater Cove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(8, 2, 'Swamp of Sorrows', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(9, 2, 'Northshire Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(10, 2, 'Duskwood', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(11, 2, 'Wetlands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(12, 2, 'Elwynn Forest ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(13, 2, 'The World Tree', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(14, 2, 'Durotar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(15, 2, 'Dustwallow Marsh', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(16, 2, 'Azshara', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(17, 2, 'The Barrens', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(18, 2, 'Crystal Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(19, 2, 'Zul\'Gurub', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(20, 2, 'Moonbrook', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(21, 2, 'Kul Tiras', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(22, 2, 'Programmer Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(23, 2, 'Northshire River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(24, 2, 'Northshire Abbey', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(25, 2, 'Blackrock Mountain', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(26, 2, 'Lighthouse', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(28, 2, 'Western Plaguelands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(30, 2, 'Nine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(32, 2, 'The Cemetary', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(33, 2, 'Stranglethorn Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(34, 2, 'Echo Ridge Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(35, 2, 'Booty Bay', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(36, 2, 'Alterac Mountains', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(37, 2, 'Lake Nazferiti', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(38, 2, 'Loch Modan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(40, 2, 'Westfall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(41, 2, 'Deadwind Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(42, 2, 'Darkshire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(43, 2, 'Wild Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(44, 2, 'Redridge Mountains', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(45, 2, 'Arathi Highlands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(46, 2, 'Burning Steppes', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(47, 2, 'The Hinterlands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(49, 2, 'Dead Man\'s Hole', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(51, 2, 'Searing Gorge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(53, 2, 'Thieves Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(54, 2, 'Jasperlode Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(55, 2, 'Valley of Heroes', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(56, 2, 'Heroes\' Vigil', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(57, 2, 'Fargodeep Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(59, 2, 'Northshire Vineyards', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(60, 2, 'Forest\'s Edge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(61, 2, 'Thunder Falls', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(62, 2, 'Brackwell Pumpkin Patch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(63, 2, 'The Stonefield Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(64, 2, 'The Maclure Vineyards', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(68, 2, 'Lake Everstill ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(69, 2, 'Lakeshire ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(70, 2, 'Stonewatch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(71, 2, 'Stonewatch Falls', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(72, 2, 'The Dark Portal', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(73, 2, 'The Tainted Scar ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(74, 2, 'Pool of Tears', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(75, 2, 'Stonard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(76, 2, 'Fallow Sanctuary', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(77, 2, 'Anvilmar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(80, 2, 'Stormwind Mountains', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(85, 2, 'Tirisfal Glades', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(86, 2, 'Stone Cairn Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(87, 2, 'Goldshire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(88, 2, 'Eastvale Logging Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(89, 2, 'Mirror Lake Orchard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(91, 2, 'Tower of Azora', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(92, 2, 'Mirror Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(93, 2, 'Vul\'Gol Ogre Mound ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(94, 2, 'Raven Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(95, 2, 'Redridge Canyons', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(96, 2, 'Tower of Ilgalar ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(97, 2, 'Alther\'s Mill ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(98, 2, 'Rethban Caverns', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(99, 2, 'Rebel Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(100, 2, 'Nesingwary\'s Expedition', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(101, 2, 'Kurzen\'s Compound', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(102, 2, 'Ruins of Zul\'Kunda', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(103, 2, 'Ruins of Zul\'Mamwe', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(104, 2, 'The Vile Reef', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(105, 2, 'Mosh\'Ogg Ogre Mound', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(106, 2, 'The Stockpile', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(107, 2, 'Saldean\'s Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(108, 2, 'Sentinel Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(109, 2, 'Furlbrow\'s Pumpkin Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(111, 2, 'Jangolode Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(113, 2, 'Gold Coast Quarry', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(115, 2, 'Westfall Lighthouse', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(116, 2, 'Misty Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(117, 2, 'Grom\'gol Base Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(118, 2, 'Whelgar\'s Excavation Site', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(120, 2, 'Westbrook Garrison', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(121, 2, 'Tranquil Gardens Cemetery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(122, 2, 'Zuuldaia Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(123, 2, 'Bal\'lal Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(125, 2, 'Kal\'ai Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(126, 2, 'Tkashi Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(127, 2, 'Balia\'mah Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(128, 2, 'Ziata\'jai Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(129, 2, 'Mizjah Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(130, 2, 'Silverpine Forest ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(131, 2, 'Kharanos', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(132, 2, 'Coldridge Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(133, 2, 'Gnomeregan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(134, 2, 'Gol\'Bolar Quarry', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(135, 2, 'Frostmane Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(136, 2, 'The Grizzled Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(137, 2, 'Brewnall Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(138, 2, 'Misty Pine Refuge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(139, 2, 'Eastern Plaguelands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(141, 2, 'Teldrassil', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(142, 2, 'Ironband\'s Excavation Site ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(143, 2, 'Mo\'grosh Stronghold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(144, 2, 'Thelsamar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(145, 2, 'Algaz Gate', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(146, 2, 'Stonewrought Dam', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(147, 2, 'The Farstrider Lodge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(148, 2, 'Darkshore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(149, 2, 'Silver Stream Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(150, 2, 'Menethil Harbor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(151, 2, 'Designer Island', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(152, 2, 'The Bulwark', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(153, 2, 'Ruins of Lordaeron ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(154, 2, 'Deathknell', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(155, 2, 'Night Web\'s Hollow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(156, 2, 'Solliden Farmstead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(157, 2, 'Agamand Mills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(158, 2, 'Agamand Family Crypt', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(159, 2, 'Brill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(160, 2, 'Whispering Gardens', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(161, 2, 'Terrace of Repose', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(162, 2, 'Brightwater Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(163, 2, 'Gunther\'s Retreat', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(164, 2, 'Garren\'s Haunt', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(165, 2, 'Balnir Farmstead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(166, 2, 'Cold Hearth Manor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(167, 2, 'Crusader Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(168, 2, 'The North Coast', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(169, 2, 'Whispering Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(170, 2, 'Lordamere Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(172, 2, 'Fenris Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(173, 2, 'Faol\'s Rest', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(186, 2, 'Dolanaar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(188, 2, 'Shadowglen', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(189, 2, 'Steelgrill\'s Depot', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(190, 2, 'Hearthglen', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(192, 2, 'Northridge Lumber Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(193, 2, 'Northridge Lumber Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(195, 2, 'School of Necromancy', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(196, 2, 'Uther\'s Tomb', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(197, 2, 'Sorrow Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(198, 2, 'The Weeping Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(199, 2, 'Felstone Field', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(200, 2, 'Dalson\'s Tears', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(201, 2, 'Gahrron\'s Withering', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(202, 2, 'The Writhing Haunt', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(203, 2, 'Mardenholde Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(204, 2, 'Pyrewood Village ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(205, 2, 'Dun Modr', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(207, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(208, 2, 'Unused Ironcladcove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(209, 2, 'Shadowfang Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(211, 2, 'Iceflow Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(212, 2, 'Helm\'s Bed Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(213, 2, 'Deep Elem Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(214, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(215, 2, 'Mulgore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(219, 2, 'Alexston Farmstead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(220, 2, 'Red Cloud Mesa', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(221, 2, 'Camp Narache', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(222, 2, 'Bloodhoof Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(223, 2, 'Stonebull Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(224, 2, 'Ravaged Caravan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(225, 2, 'Red Rocks', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(226, 2, 'The Skittering Dark', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(227, 2, 'Valgan\'s Field', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(228, 2, 'The Sepulcher', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(229, 2, 'Olsen\'s Farthing', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(230, 2, 'The Greymane Wal', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(231, 2, 'Beren\'s Peril', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(232, 2, 'The Dawning Isles', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(233, 2, 'Ambermill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(235, 2, 'Fenris Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(236, 2, 'Shadowfang Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(237, 2, 'The Decrepit Ferry', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(238, 2, 'Malden\'s Orchard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(239, 2, 'The Ivar Patch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(240, 2, 'The Dead Field', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(241, 2, 'The Rotting Orchard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(242, 2, 'Brightwood Grove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(243, 2, 'Forlorn Rowe', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(244, 2, 'The Whipple Estate', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(245, 2, 'The Yorgen Farmstead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(246, 2, 'The Cauldron', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(247, 2, 'Grimesilt Dig Site', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(249, 2, 'Dreadmaul Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(250, 2, 'Ruins of Thaurissan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(251, 2, 'Flame Crest', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(252, 2, 'Blackrock Stronghold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(253, 2, 'The Pillar of Ash', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(254, 2, 'Blackrock Mountain', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(255, 2, 'Altar of Storms', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(256, 2, 'Aldrassil', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(257, 2, 'Shadowthread Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(258, 2, 'Fel Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(259, 2, 'Lake Al\'Ameth', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(260, 2, 'Starbreeze Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(261, 2, 'Gnarlpine Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(262, 2, 'Ban\'ethil Barrow Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(263, 2, 'The Cleft ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(264, 2, 'The Oracle Glade', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(265, 2, 'Wellspring River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(266, 2, 'Wellspring Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(267, 2, 'Hillsbrad Foothills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(268, 2, 'Azshara Crater', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(269, 2, 'Dun Algaz', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(271, 2, 'Southshore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(272, 2, 'Tarren Mill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(275, 2, 'Durnholde Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(276, 2, 'Stonewrought Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(277, 2, 'The Foothill Caverns', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(278, 2, 'Lordamere Internment Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(279, 2, 'Dalaran', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(280, 2, 'Strahnbrad', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(281, 2, 'Ruins of Alterac', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(282, 2, 'Crushridge Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(283, 2, 'Slaughter Hollow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(284, 2, 'The Uplands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(285, 2, 'Southpoint Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(286, 2, 'Hillsbrad Fields', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(287, 2, 'Hillsbrad', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(288, 2, 'Azurelode Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(289, 2, 'Nethander Stead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(290, 2, 'Dun Garok', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(293, 2, 'Thoradin\'s Wall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(294, 2, 'Eastern Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(295, 2, 'Western Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(297, 2, 'Jaguero Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(298, 2, 'Baradin Bay', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(299, 2, 'Menethil Bay', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(300, 2, 'Misty Reed Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(301, 2, 'The Savage Coast', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(302, 2, 'The Crystal Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(303, 2, 'Shell Beach', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(305, 2, 'North Tide\'s Run', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(306, 2, 'South Tide\'s Run', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(307, 2, 'The Overlook Cliffs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(308, 2, 'The Forbidding Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(309, 2, 'Ironbeard\'s Tomb', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(310, 2, 'Crystalvein Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(311, 2, 'Ruins of Aboraz', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(312, 2, 'Janeiro\'s Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(313, 2, 'Northfold Manor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(314, 2, 'Go\'Shek Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(315, 2, 'Dabyrie\'s Farmstead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(316, 2, 'Boulderfist Hall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(317, 2, 'Witherbark Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(318, 2, 'Drywhisker Gorge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(320, 2, 'Refuge Pointe', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(321, 2, 'Hammerfall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(322, 2, 'Blackwater Shipwrecks', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(323, 2, 'O\'Breen\'s Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(324, 2, 'Stromgarde Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(325, 2, 'The Tower of Arathor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(326, 2, 'The Sanctum', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(327, 2, 'Faldir\'s Cove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(328, 2, 'The Drowned Reef', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(330, 2, 'Thandol Span', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(331, 2, 'Ashenvale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(332, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(333, 2, 'Circle of East Binding', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(334, 2, 'Circle of West Binding', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(335, 2, 'Circle of Inner Binding', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(336, 2, 'Circle of Outer Binding', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(337, 2, 'Apocryphan\'s Rest', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(338, 2, 'Angor Fortress', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(339, 2, 'Lethlor Ravine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(340, 2, 'Kargath', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(341, 2, 'Camp Kosh', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(342, 2, 'Camp Boff', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(343, 2, 'Camp Wurg', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(344, 2, 'Camp Cagg', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(345, 2, 'Agmond\'s End', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(346, 2, 'Hammertoe\'s Digsite', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(347, 2, 'Dustbelch Grotto', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(348, 2, 'Aerie Peak', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(349, 2, 'Wildhammer Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(350, 2, 'Quel\'Danil Lodge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(351, 2, 'Skulk Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(352, 2, 'Zun\'watha', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(353, 2, 'Shadra\'Alor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(354, 2, 'Jintha\'Alor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(355, 2, 'The Altar of Zul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(356, 2, 'Seradane', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(357, 2, 'Feralas', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(358, 2, 'Brambleblade Ravine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(359, 2, 'Bael Modan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(360, 2, 'The Venture Co. Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(361, 2, 'Felwood', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(362, 2, 'Razor Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(363, 2, 'Valley of Trials', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(364, 2, 'The Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(365, 2, 'Burning Blade Coven', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(366, 2, 'Kolkar Crag', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(367, 2, 'Sen\'jin Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(368, 2, 'Echo Isles', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(369, 2, 'Thunder Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(370, 2, 'Drygulch Ravine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(371, 2, 'Dustwind Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(372, 2, 'Tiragarde Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(373, 2, 'Scuttle Coast', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(374, 2, 'Bladefist Bay', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(375, 2, 'Deadeye Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(377, 2, 'Southfury River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(378, 2, 'Camp Taurajo', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(379, 2, 'Far Watch Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(380, 2, 'The Crossroads', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(381, 2, 'Boulder Lode Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(382, 2, 'The Sludge Fen', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(383, 2, 'The Dry Hills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(384, 2, 'Dreadmist Peak', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(385, 2, 'Northwatch Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(386, 2, 'The Forgotten Pools', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(387, 2, 'Lushwater Oasis', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(388, 2, 'The Stagnant Oasis', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(390, 2, 'Field of Giants', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(391, 2, 'The Merchant Coast', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(392, 2, 'Ratchet', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(393, 2, 'Darkspear Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(396, 2, 'Winterhoof Water Well', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(397, 2, 'Thunderhorn Water Well', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(398, 2, 'Wildmane Water Well', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(399, 2, 'Skyline Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(400, 2, 'Thousand Needles', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(401, 2, 'The Tidus Stair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(403, 2, 'Shady Rest Inn', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(404, 2, 'Bael\'dun Digsite', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(405, 2, 'Desolace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(406, 2, 'Stonetalon Mountains', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(408, 2, 'Gillijim\'s Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(409, 2, 'Island of Doctor Lapidis', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(410, 2, 'Razorwind Canyon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(411, 2, 'Bathran\'s Haunt', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(412, 2, 'The Ruins of Ordil\'Aran', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(413, 2, 'Maestra\'s Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(414, 2, 'The Zoram Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(415, 2, 'Astranaar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(416, 2, 'The Shrine of Aessina', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(417, 2, 'Fire Scar Shrine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(418, 2, 'The Ruins of Stardust', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(419, 2, 'The Howling Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(420, 2, 'Silverwind Refuge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(421, 2, 'Mystral Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(422, 2, 'Fallen Sky Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(424, 2, 'Iris Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(425, 2, 'Moonwell', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(426, 2, 'Raynewood Retreat', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(427, 2, 'The Shady Nook', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(428, 2, 'Night Run', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(429, 2, 'Xavian', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(430, 2, 'Satyrnaar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(431, 2, 'Splintertree Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(432, 2, 'The Dor\'Danil Barrow Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(433, 2, 'Falfarren River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(434, 2, 'Felfire Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(435, 2, 'Demon Fall Canyon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(436, 2, 'Demon Fall Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(437, 2, 'Warsong Lumber Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(438, 2, 'Bough Shadow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(439, 2, 'The Shimmering Flats', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(440, 2, 'Tanaris', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(441, 2, 'Lake Falathim', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(442, 2, 'Auberdine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(443, 2, 'Ruins of Mathystra', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(444, 2, 'Tower of Althalaxx', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(445, 2, 'Cliffspring Falls', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(446, 2, 'Bashal\'Aran', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(447, 2, 'Ameth\'Aran', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(448, 2, 'Grove of the Ancients', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(449, 2, 'The Master\'s Glaive', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(450, 2, 'Remtravel\'s Excavation', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(452, 2, 'Mist\'s Edge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(453, 2, 'The Long Wash', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(454, 2, 'Wildbend River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(455, 2, 'Blackwood Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(456, 2, 'Cliffspring River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(457, 2, 'The Veiled Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(458, 2, 'Gold Road', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(459, 2, 'Scarlet Watch Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(460, 2, 'Sun Rock Retreat', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(461, 2, 'Windshear Crag', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(463, 2, 'Cragpool Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(464, 2, 'Mirkfallon Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(465, 2, 'The Charred Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(466, 2, 'Valley of the Bloodfuries', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(467, 2, 'Stonetalon Peak', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(468, 2, 'The Talon Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(469, 2, 'Greatwood Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(471, 2, 'Brave Wind Mesa', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(472, 2, 'Fire Stone Mesa', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(473, 2, 'Mantle Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(477, 2, 'Ruins of Jubuwal', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(478, 2, 'Pools of Arlithrien', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(479, 2, 'The Rustmaul Dig Site', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(480, 2, 'Camp E\'thok', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(481, 2, 'Splithoof Crag', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(482, 2, 'Highperch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(483, 2, 'The Screeching Canyon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(484, 2, 'Freewind Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(485, 2, 'The Great Lift', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(486, 2, 'Galak Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(487, 2, 'Roguefeather Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(488, 2, 'The Weathered Nook', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(489, 2, 'Thalanaar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(490, 2, 'Un\'Goro Crater', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(491, 2, 'Razorfen Kraul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(492, 2, 'Raven Hill Cemetery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(493, 2, 'Moonglade', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(496, 2, 'Brackenwall Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(497, 2, 'Swamplight Manor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(498, 2, 'Bloodfen Burrow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(499, 2, 'Darkmist Cavern', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(500, 2, 'Moggle Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(501, 2, 'Beezil\'s Wreck', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(502, 2, 'Witch Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(503, 2, 'Sentry Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(504, 2, 'North Point Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(505, 2, 'West Point Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(506, 2, 'Lost Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(507, 2, 'Bluefen', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(508, 2, 'Stonemaul Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(509, 2, 'The Den of Flame', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(510, 2, 'The Dragonmurk', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(511, 2, 'Wyrmbog', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(512, 2, 'Onyxia\'s Lair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(513, 2, 'Theramore Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(514, 2, 'Foothold Citadel', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(515, 2, 'Ironclad Prison', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(516, 2, 'Dustwallow Bay', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(517, 2, 'Tidefury Cove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(518, 2, 'Dreadmurk Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(536, 2, 'Addle\'s Stead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(537, 2, 'Fire Plume Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(538, 2, 'Lakkari Tar Pits', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(539, 2, 'Terror Run', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(540, 2, 'The Slithering Scar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(541, 2, 'Marshal\'s Refuge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(542, 2, 'Fungal Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(543, 2, 'Golakka Hot Springs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(556, 2, 'The Loch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(576, 2, 'Beggar\'s Haunt', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(596, 2, 'Kodo Graveyard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(597, 2, 'Ghost Walker Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(598, 2, 'Sar\'theris Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(599, 2, 'Thunder Axe Fortress', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(600, 2, 'Bolgan\'s Hole', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(602, 2, 'Mannoroc Coven', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(603, 2, 'Sargeron', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(604, 2, 'Magram Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(606, 2, 'Gelkis Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(607, 2, 'Valley of Spears', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(608, 2, 'Nijel\'s Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(609, 2, 'Kolkar Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(616, 2, 'Hyjal', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(618, 2, 'Winterspring', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(636, 2, 'Blackwolf River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(637, 2, 'Kodo Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(638, 2, 'Hidden Path', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(639, 2, 'Spirit Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(640, 2, 'Shrine of the Dormant Flame', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(656, 2, 'Lake Elune\'ara', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(657, 2, 'The Harborage', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(676, 2, 'Outland', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(696, 2, 'Craftsmen\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(697, 2, 'Tradesmen\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(698, 2, 'The Temple Gardens', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(699, 2, 'Temple of Elune', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(700, 2, 'Cenarion Enclave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(701, 2, 'Warrior\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(702, 2, 'Rut\'theran Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(716, 2, 'Ironband\'s Compound', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(717, 2, 'The Stockade', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(718, 2, 'Wailing Caverns', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(719, 2, 'Blackfathom Deeps', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(720, 2, 'Fray Island', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(721, 2, 'Gnomeregan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(722, 2, 'Razorfen Downs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(736, 2, 'Ban\'ethil Hollow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(796, 2, 'Scarlet Monastery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(797, 2, 'Jerod\'s Landing', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(798, 2, 'Ridgepoint Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(799, 2, 'The Darkened Bank', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(800, 2, 'Coldridge Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(801, 2, 'Chill Breeze Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(802, 2, 'Shimmer Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(803, 2, 'Amberstill Ranch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(804, 2, 'The Tundrid Hills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(805, 2, 'South Gate Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(806, 2, 'South Gate Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(807, 2, 'North Gate Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(808, 2, 'North Gate Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(809, 2, 'Gates of Ironforge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(810, 2, 'Stillwater Pond', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(811, 2, 'Nightmare Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(812, 2, 'Venomweb Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(813, 2, 'The Bulwark', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(814, 2, 'Southfury River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(815, 2, 'Southfury River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(816, 2, 'Razormane Grounds', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(817, 2, 'Skull Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(818, 2, 'Palemane Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(819, 2, 'Windfury Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(820, 2, 'The Golden Plains', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(821, 2, 'The Rolling Plains', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(836, 2, 'Dun Algaz', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(837, 2, 'Dun Algaz', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(838, 2, 'North Gate Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(839, 2, 'South Gate Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(856, 2, 'Twilight Grove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(876, 2, 'GM Island', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(878, 2, 'Southfury River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(879, 2, 'Southfury River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(880, 2, 'Thandol Span', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(881, 2, 'Thandol Span', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(896, 2, 'Purgation Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(916, 2, 'The Jansen Stead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(917, 2, 'The Dead Acre', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(918, 2, 'The Molsen Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(919, 2, 'Stendel\'s Pond', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(920, 2, 'The Dagger Hills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(921, 2, 'Demont\'s Place', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(922, 2, 'The Dust Plains', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(923, 2, 'Stonesplinter Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(924, 2, 'Valley of Kings', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(925, 2, 'Algaz Station', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(926, 2, 'Bucklebree Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(927, 2, 'The Shining Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(928, 2, 'North Tide\'s Hollow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(936, 2, 'Grizzlepaw Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(956, 2, 'The Verdant Fields', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(976, 2, 'Gadgetzan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(977, 2, 'Steamwheedle Port', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(978, 2, 'Zul\'Farrak', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(979, 2, 'Sandsorrow Watch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(980, 2, 'Thistleshrub Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(981, 2, 'The Gaping Chasm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(982, 2, 'The Noxious Lair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(983, 2, 'Dunemaul Compound', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(984, 2, 'Eastmoon Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(985, 2, 'Waterspring Field', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(986, 2, 'Zalashji\'s Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(987, 2, 'Land\'s End Beach', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(988, 2, 'Wavestrider Beach', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(989, 2, 'Uldum', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(990, 2, 'Valley of the Watchers', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(991, 2, 'Gunstan\'s Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(992, 2, 'Southmoon Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(996, 2, 'Render\'s Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(997, 2, 'Render\'s Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(998, 2, 'Render\'s Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(999, 2, 'Stonewatch Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1000, 2, 'Galardell Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1001, 2, 'Lakeridge Highway', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1002, 2, 'Three Corners', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1016, 2, 'Direforge Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1017, 2, 'Raptor Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1018, 2, 'Black Channel Marsh', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1019, 2, 'The Green Belt', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1020, 2, 'Mosshide Fen', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1021, 2, 'Thelgen Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1022, 2, 'Bluegill Marsh', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1023, 2, 'Saltspray Glen', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1024, 2, 'Sundown Marsh', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1025, 2, 'The Green Belt', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1036, 2, 'Angerfang Encampment', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1037, 2, 'Grim Batol', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1038, 2, 'Dragonmaw Gates', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1039, 2, 'The Lost Fleet', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1056, 2, 'Darrow Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1057, 2, 'Thoradin\'s Wall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1076, 2, 'Webwinder Path', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1097, 2, 'The Hushed Bank', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1098, 2, 'Manor Mistmantle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1099, 2, 'Camp Mojache', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1100, 2, 'Grimtotem Compound', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1101, 2, 'The Writhing Deep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1102, 2, 'Wildwind Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1103, 2, 'Gordunni Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1104, 2, 'Mok\'Gordun', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1105, 2, 'Feral Scar Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1106, 2, 'Frayfeather Highlands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1107, 2, 'Idlewind Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1108, 2, 'The Forgotten Coast', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1109, 2, 'East Pillar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1110, 2, 'West Pillar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1111, 2, 'Dream Bough', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1112, 2, 'Jademir Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1113, 2, 'Oneiros', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1114, 2, 'Ruins of Ravenwind', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1115, 2, 'Rage Scar Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1116, 2, 'Feathermoon Stronghold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1117, 2, 'Ruins of Solarsal', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1119, 2, 'The Twin Colossals', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1120, 2, 'Sardor Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1121, 2, 'Isle of Dread', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1136, 2, 'High Wilderness', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1137, 2, 'Lower Wilds', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1156, 2, 'Southern Barrens', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1157, 2, 'Southern Gold Road', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1176, 2, 'Zul\'Farrak', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1216, 2, 'Timbermaw Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1217, 2, 'Vanndir Encampment', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1219, 2, 'Legash Encampment', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1220, 2, 'Thalassian Base Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1221, 2, 'Ruins of Eldarath', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1222, 2, 'Hetaera\'s Clutch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1223, 2, 'Temple of Zin-Malor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1224, 2, 'Bear\'s Head', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1225, 2, 'Ursolan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1226, 2, 'Temple of Arkkoran', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1227, 2, 'Bay of Storms', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1228, 2, 'The Shattered Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1229, 2, 'Tower of Eldara', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1230, 2, 'Jagged Reef', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1231, 2, 'Southridge Beach', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1232, 2, 'Ravencrest Monument', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1233, 2, 'Forlorn Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1234, 2, 'Lake Mennar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1235, 2, 'Shadowsong Shrine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1236, 2, 'Haldarr Encampment', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1237, 2, 'Valormok', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1256, 2, 'The Ruined Reaches', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1276, 2, 'The Talondeep Path', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1277, 2, 'The Talondeep Path', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1296, 2, 'Rocktusk Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1297, 2, 'Jaggedswine Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1316, 2, 'Razorfen Downs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1336, 2, 'Lost Rigger Cove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1337, 2, 'Uldaman', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1338, 2, 'Lordamere Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1339, 2, 'Lordamere Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1357, 2, 'Gallows\' Corner', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1377, 2, 'Silithus', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1397, 2, 'Emerald Forest', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1417, 2, 'Sunken Temple', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1437, 2, 'Dreadmaul Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1438, 2, 'Nethergarde Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1439, 2, 'Dreadmaul Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1440, 2, 'Serpent\'s Coil', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1441, 2, 'Altar of Storms', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1442, 2, 'Firewatch Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1443, 2, 'The Slag Pit', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1444, 2, 'The Sea of Cinders', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1445, 2, 'Blackrock Mountain', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1446, 2, 'Thorium Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1457, 2, 'Garrison Armory', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1477, 2, 'The Temple of Atal\'Hakkar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1497, 2, 'Undercity', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1517, 2, 'Uldaman', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1518, 2, 'Not Used Deadmines', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1519, 2, 'Stormwind City', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1537, 2, 'Ironforge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1557, 2, 'Splithoof Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1577, 2, 'The Cape of Stranglethorn', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1578, 2, 'Southern Savage Coast', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1579, 2, 'Unused The Deadmines 002', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1580, 2, 'Unused Ironclad Cove 003', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1581, 2, 'The Deadmines', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1582, 2, 'Ironclad Cove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1583, 2, 'Blackrock Spire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1584, 2, 'Blackrock Depths', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1597, 2, 'Raptor Grounds UNUSED', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1598, 2, 'Grol\'dom Farm UNUSED', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1599, 2, 'Mor\'shan Base Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1600, 2, 'Honor\'s Stand UNUSED', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1601, 2, 'Blackthorn Ridge UNUSED', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1602, 2, 'Bramblescar UNUSED', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1603, 2, 'Agama\'gor UNUSED', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1617, 2, 'Valley of Heroes', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1637, 2, 'Orgrimmar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1638, 2, 'Thunder Bluff', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1639, 2, 'Elder Rise', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1640, 2, 'Spirit Rise', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1641, 2, 'Hunter Rise', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1657, 2, 'Darnassus', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1658, 2, 'Cenarion Enclave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1659, 2, 'Craftsmen\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1660, 2, 'Warrior\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1661, 2, 'The Temple Gardens', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1662, 2, 'Tradesmen\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1677, 2, 'Gavin\'s Naze', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1678, 2, 'Sofera\'s Naze', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1679, 2, 'Corrahn\'s Dagger', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1680, 2, 'The Headland', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1681, 2, 'Misty Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1682, 2, 'Dandred\'s Fold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1683, 2, 'Growless Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1684, 2, 'Chillwind Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1697, 2, 'Raptor Grounds', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1698, 2, 'Bramblescar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1699, 2, 'Thorn Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1700, 2, 'Agama\'gor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1701, 2, 'Blackthorn Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1702, 2, 'Honor\'s Stand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1703, 2, 'The Mor\'shan Rampart', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1704, 2, 'Grol\'dom Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1717, 2, 'Razorfen Kraul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1718, 2, 'The Great Lift', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1737, 2, 'Mistvale Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1738, 2, 'Nek\'mani Wellspring', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1739, 2, 'Bloodsail Compound', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1740, 2, 'Venture Co. Base Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1741, 2, 'Gurubashi Arena', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1742, 2, 'Spirit Den ', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1757, 2, 'The Crimson Veil', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1758, 2, 'The Riptide', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1759, 2, 'The Damsel\'s Luck', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1760, 2, 'Venture Co. Operations Center', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1761, 2, 'Deadwood Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1762, 2, 'Felpaw Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1763, 2, 'Jaedenar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1764, 2, 'Bloodvenom River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1765, 2, 'Bloodvenom Falls', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1766, 2, 'Shatter Scar Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1767, 2, 'Irontree Woods', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1768, 2, 'Irontree Cavern', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1769, 2, 'Timbermaw Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1770, 2, 'Shadow Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1771, 2, 'Shrine of the Deceiver', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1777, 2, 'Itharius\'s Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1778, 2, 'Sorrowmurk', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1779, 2, 'Draenil\'dur Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1780, 2, 'Splinterspear Junction', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1797, 2, 'Stagalbog', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1798, 2, 'The Shifting Mire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1817, 2, 'Stagalbog Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1837, 2, 'Witherbark Caverns', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1857, 2, 'Thoradin\'s Wall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1858, 2, 'Boulder\'gor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1877, 2, 'Valley of Fangs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1878, 2, 'The Dustbowl', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1879, 2, 'Mirage Flats', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1880, 2, 'Featherbeard\'s Hovel', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1881, 2, 'Shindigger\'s Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1882, 2, 'Plaguemist Ravine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1883, 2, 'Valorwind Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1884, 2, 'Agol\'watha', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1885, 2, 'Hiri\'watha', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1886, 2, 'The Creeping Ruin', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1887, 2, 'Bogen\'s Ledge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1897, 2, 'The Maker\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1898, 2, 'Dustwind Gulch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1917, 2, 'Shaol\'watha', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1937, 2, 'Noonshade Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1938, 2, 'Broken Pillar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1939, 2, 'Abyssal Sands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1940, 2, 'Southbreak Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1941, 2, 'Caverns of Time', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1942, 2, 'The Marshlands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1943, 2, 'Ironstone Plateau', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1957, 2, 'Blackchar Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1958, 2, 'Tanner Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1959, 2, 'Dustfire Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1977, 2, 'Zul\'Gurub', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1978, 2, 'Misty Reed Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1997, 2, 'Bloodvenom Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1998, 2, 'Talonbranch Glade', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2017, 2, 'Stratholme', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2037, 2, 'Quel\'thalas', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2057, 2, 'Scholomance', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2077, 2, 'Twilight Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2078, 2, 'Twilight Shore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2079, 2, 'Alcaz Island', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2097, 2, 'Darkcloud Pinnacle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2098, 2, 'Dawning Wood Catacombs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2099, 2, 'Stonewatch Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2100, 2, 'Maraudon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2101, 2, 'Stoutlager Inn', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2102, 2, 'Thunderbrew Distillery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2103, 2, 'Menethil Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2104, 2, 'Deepwater Tavern', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2117, 2, 'Shadow Grave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2118, 2, 'Brill Town Hall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2119, 2, 'Gallows\' End Tavern', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2137, 2, 'The Pools of Vision', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2138, 2, 'Dreadmist Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2157, 2, 'Bael\'dun Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2158, 2, 'Emberstrife\'s Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2159, 2, 'Onyxia\'s Lair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2160, 2, 'Windshear Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2161, 2, 'Roland\'s Doom', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2177, 2, 'Battle Ring', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2197, 2, 'The Pools of Vision', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2198, 2, 'Shadowbreak Ravine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2217, 2, 'Broken Spear Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2237, 2, 'Whitereach Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2238, 2, 'Gornia', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2239, 2, 'Zane\'s Eye Crater', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2240, 2, 'Mirage Raceway', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2241, 2, 'Frostsaber Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2242, 2, 'The Hidden Grove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2243, 2, 'Timbermaw Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2244, 2, 'Winterfall Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2245, 2, 'Mazthoril', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2246, 2, 'Frostfire Hot Springs', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2247, 2, 'Ice Thistle Hills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2248, 2, 'Dun Mandarr', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2249, 2, 'Frostwhisper Gorge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2250, 2, 'Owl Wing Thicket', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2251, 2, 'Lake Kel\'Theril', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2252, 2, 'The Ruins of Kel\'Theril', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2253, 2, 'Starfall Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2254, 2, 'Ban\'Thallow Barrow Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2255, 2, 'Everlook', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2256, 2, 'Darkwhisper Gorge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2257, 2, 'Deeprun Tram', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2258, 2, 'The Fungal Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2259, 2, 'The Marris Stead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2260, 2, 'The Marris Stead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2261, 2, 'The Undercroft', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2262, 2, 'Darrowshire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2263, 2, 'Crown Guard Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2264, 2, 'Corin\'s Crossing', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2265, 2, 'Scarlet Base Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2266, 2, 'Tyr\'s Hand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2267, 2, 'The Scarlet Basilica', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2268, 2, 'Light\'s Hope Chapel', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2269, 2, 'Browman Mill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2270, 2, 'The Noxious Glade', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2271, 2, 'Eastwall Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2272, 2, 'Northdale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2273, 2, 'Zul\'Mashar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2274, 2, 'Mazra\'Alor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2275, 2, 'Northpass Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2276, 2, 'Quel\'Lithien Lodge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2277, 2, 'Plaguewood', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2278, 2, 'Scourgehold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2279, 2, 'Stratholme', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2280, 2, 'Stratholme', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2297, 2, 'Darrowmere Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2298, 2, 'Caer Darrow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2299, 2, 'Darrowmere Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2300, 2, 'Caverns of Time', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2301, 2, 'Thistlefur Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2302, 2, 'The Quagmire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2303, 2, 'Windbreak Canyon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2317, 2, 'South Seas', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2318, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2319, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2320, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2321, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2322, 2, 'The Veiled Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2323, 2, 'The Veiled Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2324, 2, 'The Veiled Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2325, 2, 'The Veiled Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2326, 2, 'The Veiled Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2337, 2, 'Razor Hill Barracks', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2338, 2, 'South Seas', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2339, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2357, 2, 'Bloodtooth Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2358, 2, 'Forest Song', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2359, 2, 'Greenpaw Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2360, 2, 'Silverwing Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2361, 2, 'Nighthaven', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2362, 2, 'Shrine of Remulos', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2363, 2, 'Stormrage Barrow Dens', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2364, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2365, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2366, 2, 'The Black Morass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2367, 2, 'Old Hillsbrad Foothills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2368, 2, 'Tarren Mill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2369, 2, 'Southshore', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2370, 2, 'Durnholde Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2371, 2, 'Dun Garok', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2372, 2, 'Hillsbrad Fields', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2373, 2, 'Eastern Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2374, 2, 'Nethander Stead', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2375, 2, 'Darrow Hill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2376, 2, 'Southpoint Tower', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2377, 2, 'Thoradin\'s Wall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2378, 2, 'Western Strand', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2379, 2, 'Azurelode Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2397, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2398, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2399, 2, 'The Great Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2400, 2, 'The Forbidding Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2401, 2, 'The Forbidding Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2402, 2, 'The Forbidding Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2403, 2, 'The Forbidding Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2404, 2, 'Tethris Aran', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2405, 2, 'Ethel Rethor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2406, 2, 'Ranazjar Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2407, 2, 'Kormek\'s Hut', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2408, 2, 'Shadowprey Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2417, 2, 'Blackrock Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2418, 2, 'Morgan\'s Vigil', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2419, 2, 'Slither Rock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2420, 2, 'Terror Wing Path', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2421, 2, 'Draco\'dar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2437, 2, 'Ragefire Chasm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2457, 2, 'Nightsong Woods', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2477, 2, 'The Veiled Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2478, 2, 'Morlos\'Aran', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2479, 2, 'Emerald Sanctuary', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2480, 2, 'Jadefire Glen', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2481, 2, 'Ruins of Constellas', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2497, 2, 'Bitter Reaches', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2517, 2, 'Rise of the Defiler', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2518, 2, 'Lariss Pavilion', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2519, 2, 'Woodpaw Hills', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2520, 2, 'Woodpaw Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2521, 2, 'Verdantis River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2522, 2, 'Ruins of Isildien', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2537, 2, 'Grimtotem Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2538, 2, 'Camp Aparaje', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2539, 2, 'Malaka\'jin', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2540, 2, 'Boulderslide Ravine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2541, 2, 'Sishir Canyon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2557, 2, 'Dire Maul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2558, 2, 'Deadwind Ravine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2559, 2, 'Diamondhead River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2560, 2, 'Ariden\'s Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2561, 2, 'The Vice', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2562, 2, 'Karazhan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2563, 2, 'Morgan\'s Plot', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2577, 2, 'Dire Maul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2597, 2, 'Alterac Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2617, 2, 'Scrabblescrew\'s Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2618, 2, 'Jadefire Run', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2619, 2, 'Thondroril River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2620, 2, 'Thondroril River', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2621, 2, 'Lake Mereldar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2622, 2, 'Pestilent Scar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2623, 2, 'The Infectis Scar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2624, 2, 'Blackwood Lake', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2625, 2, 'Eastwall Gate', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2626, 2, 'Terrorweb Tunnel', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2627, 2, 'Terrordale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2637, 2, 'Kargathia Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2657, 2, 'Valley of Bones', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2677, 2, 'Blackwing Lair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2697, 2, 'Deadman\'s Crossing', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2717, 2, 'Molten Core', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2737, 2, 'The Scarab Wall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2738, 2, 'Southwind Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2739, 2, 'Twilight Base Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2740, 2, 'The Crystal Vale', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2741, 2, 'The Scarab Dais', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2742, 2, 'Hive\'Ashi', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2743, 2, 'Hive\'Zora', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2744, 2, 'Hive\'Regal', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2757, 2, 'Shrine of the Fallen Warrior', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2777, 2, 'Alterac Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2797, 2, 'Blackfathom Deeps', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2837, 2, 'The Master\'s Cellar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2838, 2, 'Stonewrought Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2839, 2, 'Alterac Valley', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2857, 2, 'The Rumble Cage', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2877, 2, 'Chunk Test', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2897, 2, 'Zoram\'gar Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2917, 2, 'Hall of Legends', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2918, 2, 'Champions\' Hall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2937, 2, 'Grosh\'gok Compound', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2938, 2, 'Sleeping Gorge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2957, 2, 'Irondeep Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2958, 2, 'Stonehearth Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2959, 2, 'Dun Baldar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2960, 2, 'Icewing Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2961, 2, 'Frostwolf Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2962, 2, 'Tower Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2963, 2, 'Coldtooth Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2964, 2, 'Winterax Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2977, 2, 'Iceblood Garrison', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2978, 2, 'Frostwolf Keep', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2979, 2, 'Tor\'kren Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3017, 2, 'Frost Dagger Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3037, 2, 'Ironstone Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3038, 2, 'Weazel\'s Crater', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3039, 2, 'Tahonda Ruins', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3057, 2, 'Field of Strife', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3058, 2, 'Icewing Cavern', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3077, 2, 'Valor\'s Rest', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3097, 2, 'The Swarming Pillar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3098, 2, 'Twilight Post', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3099, 2, 'Twilight Outpost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3100, 2, 'Ravaged Twilight Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3117, 2, 'Shalzaru\'s Lair', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3137, 2, 'Talrendis Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3138, 2, 'Rethress Sanctum', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3139, 2, 'Moon Horror Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3140, 2, 'Scalebeard\'s Cave', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3157, 2, 'Boulderslide Cavern', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3177, 2, 'Warsong Labor Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3197, 2, 'Chillwind Camp', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3217, 2, 'The Maul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3237, 2, 'The Maul', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3257, 2, 'Bones of Grakkarond', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3277, 2, 'Warsong Gulch', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3297, 2, 'Frostwolf Graveyard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3298, 2, 'Frostwolf Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3299, 2, 'Dun Baldar Pass', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3300, 2, 'Iceblood Graveyard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3301, 2, 'Snowfall Graveyard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3302, 2, 'Stonehearth Graveyard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3303, 2, 'Stormpike Graveyard', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3304, 2, 'Icewing Bunker', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3305, 2, 'Stonehearth Bunker', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3306, 2, 'Wildpaw Ridge', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3317, 2, 'Revantusk Village', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3318, 2, 'Rock of Durotan', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3319, 2, 'Silverwing Grove', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3320, 2, 'Warsong Lumber Mill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3321, 2, 'Silverwing Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3337, 2, 'Wildpaw Cavern', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3338, 2, 'The Veiled Cleft', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3357, 2, 'Yojamba Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3358, 2, 'Arathi Basin', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3377, 2, 'The Coil', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3378, 2, 'Altar of Hir\'eek', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3379, 2, 'Shadra\'zaar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3380, 2, 'Hakkari Grounds', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3381, 2, 'Naze of Shirvallah', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3382, 2, 'Temple of Bethekk', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3383, 2, 'The Bloodfire Pit', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3384, 2, 'Altar of the Blood God', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3397, 2, 'Zanza\'s Rise', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3398, 2, 'Edge of Madness', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3417, 2, 'Trollbane Hall', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3418, 2, 'Defiler\'s Den', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3419, 2, 'Pagle\'s Pointe', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3420, 2, 'Farm', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3421, 2, 'Blacksmith', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3422, 2, 'Lumber Mill', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3423, 2, 'Gold Mine', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3424, 2, 'Stables', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3425, 2, 'Cenarion Hold', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3426, 2, 'Staghelm Point', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3427, 2, 'Bronzebeard Encampment', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3428, 2, 'Ahn\'Qiraj', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3429, 2, 'Ruins of Ahn\'Qiraj', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3430, 2, 'Eversong Woods', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3431, 2, 'Sunstrider Isle', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3432, 2, 'Shrine of Dath\'Remar', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3433, 2, 'Ghostlands', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3434, 2, 'Scarab Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3435, 2, 'General\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3436, 2, 'The Reservoir', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3437, 2, 'The Hatchery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3438, 2, 'The Comb', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3439, 2, 'Watchers\' Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3440, 2, 'Scarab Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3441, 2, 'General\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3442, 2, 'The Reservoir', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3443, 2, 'The Hatchery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3444, 2, 'The Comb', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3445, 2, 'Watchers\' Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3446, 2, 'Twilight\'s Run', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3447, 2, 'Ortell\'s Hideout', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3448, 2, 'Scarab Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3449, 2, 'General\'s Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3450, 2, 'The Reservoir', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3451, 2, 'The Hatchery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3452, 2, 'The Comb', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3453, 2, 'Watchers\' Terrace', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3454, 2, 'Ruins of Ahn\'Qiraj', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3455, 2, 'The North Sea', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3456, 2, 'Naxxramas', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(0, 3, 'blizzlike', 'content is blizzlike');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 3, 'not blizzlike', 'content is not blizzlike');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 4, 'Deploy', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 10, 'Blizzlike', 'Blizzlike Content');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 10, 'Scaled', 'Scaled Blizzlike Content');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 10, 'Custom', 'Custom Content');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 10, 'Bugged', 'Bugged Contend');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(0, 11, 'lvl 1-10', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 11, 'lvl 11-20', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 11, 'lvl 21-30', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 12, 'basic information', 'basic faq topic');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 20, 'Warrior Arms', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 20, 'Warrior Fury', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 20, 'Warrior Protection', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 20, 'Paladin Holy', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(5, 20, 'Paladin Protection', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(6, 20, 'Paladin Retribution', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(7, 20, 'Hunter Beast Mastery', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(8, 20, 'Hunter Marksmanship', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(9, 20, 'Hunter Survival', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(10, 20, 'Rogue Assassination', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(11, 20, 'Rogue Combat', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(12, 20, 'Rogue Subtlety', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(13, 20, 'Priest Discipline', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(14, 20, 'Priest Holy', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(15, 20, 'Priest Shadow', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(16, 20, 'Shaman Elemental', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(17, 20, 'Shaman Enhancement', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(18, 20, 'Shaman Restoration', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(19, 20, 'Mage Arcane', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(20, 20, 'Mage Fire', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(21, 20, 'Mage Frost', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(22, 20, 'Warlock Affliction', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(23, 20, 'Warlock Demonology', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(24, 20, 'Warlock Destruction', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(25, 20, 'Druid Balance', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(26, 20, 'Druid Feral', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(27, 20, 'Druid Restoration', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 21, 'Mojo S', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 21, 'Mojo Q1', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 21, 'Mojo Q2', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(7, 21, 'Blizz D50', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(8, 21, 'Blizz D55', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(9, 21, 'Blizz D60', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(10, 21, 'Blizz T0', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(20, 21, 'Blizz T0.5', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(25, 21, 'Mojo D60', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(30, 21, 'Blizz T1', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(35, 21, 'Mojo T1.5', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(40, 21, 'Blizz T2', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(43, 21, 'Mojo T2.5', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(45, 21, 'Blizz AQ40', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(50, 21, 'Blizz T3', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(55, 21, 'Mojo T3.5', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(0, 30, 'Normal', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 30, 'Elite', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 30, 'Rare Elite', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 30, 'Boss', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 30, 'Rare', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 31, 'Duplicate', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 31, 'Despawn', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 31, 'Spawn', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 31, 'Position', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(5, 31, 'Drop', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 32, 'Flightmaster', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 32, 'Bank', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 32, 'Auctioneer', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 32, 'Questmob', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(5, 32, 'QuestNPC', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(6, 32, 'Non-Use-NPC', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(7, 32, 'Class Trainer', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(8, 32, 'Critter', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(10, 32, 'Guildmaster', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(11, 32, 'Innkeeper', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(12, 32, 'Weapon Master', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(13, 32, 'Profession Trainer', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(14, 32, 'BattlegroundMaster', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(15, 32, 'Stable Master', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(16, 32, 'Riding Master', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(0, 33, 'Nothing of that', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 33, 'Classtrainer - Warlock', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 33, 'Classtrainer - Warrior', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 33, 'Classtrainer - Rogue', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 33, 'Classtrainer - Mage', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(5, 33, 'Classtrainer - Priest', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(6, 33, 'Classtrainer - Druid', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(7, 33, 'Classtrainer - Hunter', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(8, 33, 'Classtrainer - Shaman', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(9, 33, 'Classtrainer - Paladin', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(20, 33, 'Profession - Cook', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(21, 33, 'Profession - First Aid', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(22, 33, 'Profession - Fishing', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(23, 33, 'Profession - Alchemy', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(24, 33, 'Profession - Enchanting', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(25, 33, 'Profession - Leatherwork', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(26, 33, 'Profession - Blacksmithing', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(27, 33, 'Profession - Tailorwork', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(28, 33, 'Profession - Mining', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(29, 33, 'Profession - Skinning', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(30, 33, 'Profession - Herbalism', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(31, 33, 'Profession - Engineering', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(1, 35, 'No Vendor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(2, 35, 'General Goods', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(3, 35, 'Food', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(4, 35, 'PvP-Vendor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(5, 35, 'Armor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(6, 35, 'Weapon', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(7, 35, 'Profession-Vendor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(8, 35, 'Tabard Vendor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(9, 35, 'Trade Supplies', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(10, 35, 'Class-Vendor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(11, 35, 'Mount-Vendor', '');
INSERT INTO `mojotrollz_tags_value` (`id`, `type`, `value`, `description`) VALUES
(12, 35, 'Reagents', '');
/*!40000 ALTER TABLE `mojotrollz_tags_value` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_talent_icon
CREATE TABLE IF NOT EXISTS `mojotrollz_talent_icon` (
`class` int(10) NOT NULL,
`tree` int(10) NOT NULL,
`row` int(10) NOT NULL,
`column` int(10) NOT NULL,
`type` text NOT NULL,
`border` text NOT NULL,
`icon` text,
`max` int(11) NOT NULL,
`parent_row` int(11) DEFAULT NULL,
`parent_column` int(11) DEFAULT NULL,
PRIMARY KEY (`class`,`tree`,`row`,`column`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_talent_icon: ~577 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_talent_icon` DISABLE KEYS */;
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 1, 1, 'talent_icon', 'icon_border_green', 'ability_rogue_ambush.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 1, 2, 'talent_icon', 'icon_border_green', 'ability_parry.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 1, 3, 'talent_icon', 'icon_border_green_down', 'ability_gouge.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'ability_warrior_charge.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 2, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_enchantarmor.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 2, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 2, 4, 'talent_icon', 'icon_border_grey', 'ability_thunderclap.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'inv_sword_05.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 3, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_blessingofstamina.png', 1, 2, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 3, 3, 'talent_icon', 'icon_border_grey_inc_top_down', 'ability_backstab.png', 3, 1, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 4, 2, 'talent_icon', 'icon_border_grey', 'inv_axe_09.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 4, 3, 'talent_icon', 'icon_border_grey_inc', 'ability_searingarrow.png', 2, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 5, 1, 'talent_icon', 'icon_border_grey', 'inv_axe_06.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'ability_rogue_slicedice.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 5, 3, 'talent_icon', 'icon_border_grey', 'inv_mace_01.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 5, 4, 'talent_icon', 'icon_border_grey', 'inv_sword_27.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 6, 1, 'talent_icon', 'icon_border_grey', 'inv_weapon_halbard_01.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 6, 3, 'talent_icon', 'icon_border_grey', 'ability_shockwave.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 1, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'ability_warrior_savageblow.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_nature_purge.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 1, 3, 'talent_icon', 'icon_border_green', 'ability_rogue_eviscerate.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 2, 2, 'talent_icon', 'icon_border_grey', 'ability_warrior_warcry.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_stoneclawtotem.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'ability_warrior_cleave.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_deathscream.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 3, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_summonimp.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 3, 4, 'talent_icon', 'icon_border_grey', 'ability_warrior_battleshout.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 4, 1, 'talent_icon', 'icon_border_grey', 'ability_dualwield.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 4, 2, 'talent_icon', 'icon_border_grey', 'inv_sword_48.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 4, 3, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_unholyfrenzy.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 5, 1, 'talent_icon', 'icon_border_grey', 'ability_warrior_decisivestrike.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_deathpact.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 5, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 5, 4, 'talent_icon', 'icon_border_grey', 'ability_rogue_sprint.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 6, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_ancestralguardian.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 6, 3, 'talent_icon', 'icon_border_grey_inc', 'ability_ghoulfrenzy.png', 5, 4, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 2, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_bloodlust.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 1, 2, 'talent_icon', 'icon_border_green_down', 'inv_shield_06.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 1, 3, 'talent_icon', 'icon_border_green', 'spell_nature_mirrorimage.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 2, 1, 'talent_icon', 'icon_border_grey_down', 'ability_racial_bloodrage.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 2, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_devotion.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 2, 4, 'talent_icon', 'icon_border_grey', 'spell_magic_magearmor.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 3, 1, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_ashestoashes.png', 1, 2, 1);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 3, 2, 'talent_icon', 'icon_border_grey_inc', 'ability_defend.png', 3, 1, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 3, 3, 'talent_icon', 'icon_border_grey', 'ability_warrior_revenge.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 3, 4, 'talent_icon', 'icon_border_grey', 'ability_warrior_innerrage.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 4, 1, 'talent_icon', 'icon_border_grey', 'ability_warrior_sunder.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 4, 2, 'talent_icon', 'icon_border_grey', 'ability_warrior_disarm.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_reincarnation.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 5, 1, 'talent_icon', 'icon_border_grey', 'ability_warrior_shieldwall.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 5, 2, 'talent_icon', 'icon_border_grey_down', 'ability_thunderbolt.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 5, 3, 'talent_icon', 'icon_border_grey', 'ability_warrior_shieldbash.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'inv_sword_20.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(1, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'inv_shield_05.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 1, 2, 'talent_icon', 'icon_border_green', 'ability_golemthunderclap.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 1, 3, 'talent_icon', 'icon_border_green', 'spell_nature_sleep.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_arcane_blink.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 2, 3, 'talent_icon', 'icon_border_grey', 'ability_thunderbolt.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_holybolt.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_innerfire.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 3, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_layonhands.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_holy_unyieldingfaith.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 4, 2, 'talent_icon', 'icon_border_grey_down', 'spell_holy_greaterheal.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_sealofwisdom.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 5, 2, 'talent_icon', 'icon_border_grey_inc_top_down', 'spell_holy_heal.png', 1, 4, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_healingaura.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_power.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 1, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_searinglight.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_holy_devotionaura.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 1, 3, 'talent_icon', 'icon_border_green_down', 'ability_defend.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 2, 1, 'talent_icon', 'icon_border_grey', 'ability_rogue_ambush.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_sealofprotection.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 2, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 2, 4, 'talent_icon', 'icon_border_grey', 'spell_holy_devotion.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_magic_magearmor.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_sealoffury.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 3, 3, 'talent_icon', 'icon_border_grey_inc', 'inv_shield_06.png', 3, 1, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_magic_lesserinvisibilty.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_sealofmight.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_mindsooth.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_lightningshield.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_blessingofstrength.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 6, 3, 'talent_icon', 'icon_border_grey', 'inv_sword_20.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 2, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_blessingofprotection.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_holy_fistofjustice.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 1, 3, 'talent_icon', 'icon_border_green', 'spell_frost_windwalkon.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_righteousfury.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_holysmite.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'ability_parry.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_vindication.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 3, 2, 'talent_icon', 'icon_border_grey_down', 'spell_holy_retributionaura.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 3, 3, 'talent_icon', 'icon_border_grey', 'ability_warrior_innerrage.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_holy_persuitofjustice.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_eyeforaneye.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 4, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_auraoflight.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 5, 1, 'talent_icon', 'icon_border_grey', 'inv_hammer_04.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 5, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_mindvision.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 6, 2, 'talent_icon', 'icon_border_grey_inc', 'ability_racial_avatar.png', 5, 4, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(2, 3, 7, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_prayerofhealing.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 1, 2, 'talent_icon', 'icon_border_green', 'spell_nature_ravenform.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 1, 3, 'talent_icon', 'icon_border_green', 'spell_nature_reincarnation.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'ability_eyeoftheowl.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 2, 2, 'talent_icon', 'icon_border_grey', 'ability_hunter_aspectofthemonkey.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 2, 3, 'talent_icon', 'icon_border_grey', 'inv_misc_pelt_bear_03.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 2, 4, 'talent_icon', 'icon_border_grey', 'ability_hunter_beastsoothe.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'ability_mount_jungletiger.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 3, 2, 'talent_icon', 'icon_border_grey', 'ability_druid_dash.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 3, 3, 'talent_icon', 'icon_border_grey', 'ability_bullrush.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 4, 2, 'talent_icon', 'icon_border_grey', 'ability_hunter_mendpet.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 4, 3, 'talent_icon', 'icon_border_grey_down', 'inv_misc_monsterclaw_04.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 5, 1, 'talent_icon', 'icon_border_grey', 'ability_druid_demoralizingroar.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'ability_devour.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 5, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 5, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_abolishmagic.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 6, 3, 'talent_icon', 'icon_border_grey_inc', 'inv_misc_monsterclaw_03.png', 5, 4, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 1, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'ability_druid_ferociousbite.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_frost_stun.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 1, 3, 'talent_icon', 'icon_border_green', 'spell_frost_wizardmark.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 2, 2, 'talent_icon', 'icon_border_grey', 'ability_hunter_snipershot.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 2, 3, 'talent_icon', 'icon_border_grey_down', 'ability_searingarrow.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'inv_spear_07.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 3, 2, 'talent_icon', 'icon_border_grey', 'ability_impalingbolt.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 3, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 3, 4, 'talent_icon', 'icon_border_grey', 'ability_townwatch.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 4, 2, 'talent_icon', 'icon_border_grey', 'ability_hunter_quickshot.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 4, 3, 'talent_icon', 'icon_border_grey_inc', 'ability_piercedamage.png', 5, 2, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 5, 1, 'talent_icon', 'icon_border_grey', 'ability_golemstormbolt.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'ability_upgrademoonglaive.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 5, 3, 'talent_icon', 'icon_border_grey', 'ability_hunter_criticalshot.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 6, 3, 'talent_icon', 'icon_border_grey', 'inv_weapon_rifle_06.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 2, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'ability_trueshot.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 1, 1, 'talent_icon', 'icon_border_green', 'inv_misc_head_dragon_black.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_holy_prayerofhealing.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 1, 3, 'talent_icon', 'icon_border_green', 'ability_parry.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_stranglevines.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'ability_racial_bloodrage.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'ability_rogue_trip.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_timestop.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_twilight.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 3, 3, 'talent_icon', 'icon_border_grey_down', 'ability_whirlwind.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 4, 1, 'talent_icon', 'icon_border_grey', 'ability_ensnare.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 4, 2, 'talent_icon', 'icon_border_grey', 'ability_kick.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 4, 4, 'talent_icon', 'icon_border_grey', 'ability_rogue_feigndeath.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_holy_blessingofstamina.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 5, 3, 'talent_icon', 'icon_border_grey_inc', 'ability_warrior_challange.png', 1, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_invisibilty.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(3, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'inv_spear_02.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 1, 1, 'talent_icon', 'icon_border_green', 'ability_rogue_eviscerate.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 1, 2, 'talent_icon ', 'icon_border_green', 'ability_fiegndead.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 1, 3, 'talent_icon', 'icon_border_green_down', 'ability_racial_bloodrage.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'ability_druid_disembowel.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_deathscream.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 2, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 2, 4, 'talent_icon', 'icon_border_grey', 'ability_rogue_slicedice.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'ability_warrior_decisivestrike.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 3, 2, 'talent_icon', 'icon_border_grey', 'ability_warrior_riposte.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 3, 3, 'talent_icon', 'icon_border_grey_inc', 'ability_criticalstrike.png', 5, 1, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 4, 2, 'talent_icon', 'icon_border_grey', 'ability_rogue_feigndeath.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 4, 3, 'talent_icon', 'icon_border_grey', 'ability_poisons.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_ice_lament.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 5, 3, 'talent_icon', 'icon_border_grey', 'ability_rogue_kidneyshot.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 6, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_chilltouch.png', 5, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 1, 7, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_earthbindtotem.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 1, 1, 'talent_icon', 'icon_border_green', 'ability_gouge.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_shadow_ritualofsacrifice.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 1, 3, 'talent_icon', 'icon_border_green', 'spell_nature_invisibilty.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 2, 1, 'talent_icon', 'icon_border_grey', 'ability_backstab.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 2, 2, 'talent_icon', 'icon_border_grey_down', 'ability_parry.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 2, 3, 'talent_icon', 'icon_border_grey_down', 'ability_marksmanship.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_shadowward.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 3, 2, 'talent_icon', 'icon_border_grey_inc', 'ability_warrior_challange.png', 1, 2, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 3, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 3, 4, 'talent_icon', 'icon_border_grey', 'ability_rogue_sprint.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 4, 1, 'talent_icon', 'icon_border_grey', 'ability_kick.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 4, 2, 'talent_icon', 'icon_border_grey', 'inv_weapon_shortblade_05.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 4, 3, 'talent_icon', 'icon_border_grey_inc', 'ability_dualwield.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 5, 1, 'talent_icon', 'icon_border_grey', 'inv_mace_01.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'ability_warrior_punishingblow.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 5, 3, 'talent_icon', 'icon_border_grey', 'inv_sword_27.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 5, 4, 'talent_icon', 'icon_border_grey', 'inv_gauntlets_04.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 6, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_blessingofstrength.png', 2, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 6, 3, 'talent_icon', 'icon_border_grey', 'ability_racial_avatar.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 2, 7, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_shadowworddominate.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_shadow_charm.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 1, 3, 'talent_icon', 'icon_border_green', 'ability_warrior_warcry.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 2, 1, 'talent_icon', 'icon_border_grey', 'ability_rogue_feint.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_magic_lesserinvisibilty.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'ability_stealth.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_fumble.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_curse.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 3, 3, 'talent_icon', 'icon_border_grey', 'ability_rogue_ambush.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_mirrorimage.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 4, 2, 'talent_icon', 'icon_border_grey', 'ability_sap.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 4, 3, 'talent_icon', 'icon_border_grey_right', 'inv_sword_17.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 4, 4, 'talent_arrow', 'icon_arrow_grey_down_right', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 5, 1, 'talent_icon', 'icon_border_grey', 'ability_ambush.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_antishadow.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_summonsuccubus.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 5, 4, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_lifedrain.png', 1, 4, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 6, 2, 'talent_arrow', 'icon_arrow_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'inv_weapon_crossbow_11.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(4, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_possession.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 1, 2, 'talent_icon', 'icon_border_green', 'spell_magic_magearmor.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 1, 3, 'talent_icon', 'icon_border_green', 'inv_wand_01.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_manaregentotem.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_wordfortitude.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_powerwordshield.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 2, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_tranquility.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_frost_windwalkon.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 3, 3, 'talent_icon', 'icon_border_grey_down', 'spell_nature_sleep.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_innerfire.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 4, 2, 'talent_icon', 'icon_border_grey', 'ability_hibernation.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_shadow_manaburn.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_enchantarmor.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 5, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_divinespirit.png', 1, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_slowingtotem.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 1, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_powerinfusion.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 1, 1, 'talent_icon', 'icon_border_green', 'spell_holy_healingfocus.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_holy_renew.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 1, 3, 'talent_icon', 'icon_border_green', 'spell_holy_sealofsalvation.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_spellwarding.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 2, 3, 'talent_icon', 'icon_border_grey_down', 'spell_holy_sealofwrath.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_holynova.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_blessedrecovery.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 3, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_holy_layonhands.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_purify.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_holy_heal02.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 4, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_searinglightpriest.png', 2, 2, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 5, 1, 'talent_icon', 'icon_border_grey', 'spell_holy_prayerofhealing02.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'inv_enchant_essenceeternallarge.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_spiritualguidence.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_moonglow.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 2, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_summonlightwell.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_shadow_requiem.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 1, 3, 'talent_icon', 'icon_border_green', 'spell_shadow_gathershadows.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_shadowward.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_shadowwordpain.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_burningspirit.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 3, 1, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_psychicscream.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_unholyfrenzy.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 3, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_siphonmana.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 4, 1, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_magic_lesserinvisibilty.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_chilltouch.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_shadow_blackplague.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 5, 1, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_impphaseshift.png', 1, 3, 1);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 5, 2, 'talent_icon', 'icon_border_grey_down_right', 'spell_shadow_unsummonbuilding.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 5, 3, 'talent_icon', 'icon_border_grey_inc_left', 'spell_shadow_improvedvampiricembrace.png', 2, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_twilight.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(5, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_shadowform.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 1, 2, 'talent_icon', 'icon_border_green', 'spell_nature_wispsplode.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 1, 3, 'talent_icon', 'icon_border_green', 'spell_fire_fireball.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_stoneclawtotem.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_spiritarmor.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_fire_immolation.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_manaburn.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_frost_frostward.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 3, 3, 'talent_icon', 'icon_border_grey_down', 'spell_nature_callstorm.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_fire_sealoffire.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_eyeofthestorm.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_fire_elementaldevastation.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 5, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_stormreach.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_fire_volcano.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 5, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 6, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_lightning_lightningbolt01.png', 5, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 1, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_wispheal.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_shadow_grimward.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 1, 3, 'talent_icon', 'icon_border_green', 'inv_shield_06.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_stoneskintotem.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 2, 2, 'talent_icon', 'icon_border_grey_down', 'ability_thunderbolt.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 2, 3, 'talent_icon', 'con_border_grey', 'spell_nature_spiritwolf.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 2, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_lightningshield.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_earthbindtotem.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 3, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 3, 3, 'talent_icon', 'icon_border_grey', 'inv_axe_10.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 3, 4, 'talent_icon', 'ico_border_grey', 'spell_nature_mirrorimage.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 4, 2, 'talent_icon', 'icon_border_grey_inc', 'ability_ghoulfrenzy.png', 5, 2, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_devotion.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 5, 1, 'talent_icon', 'icon_border_grey', 'spell_fire_enchantweapon.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_fire_flametounge.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 5, 3, 'talent_icon', 'icon_border_grey', 'ability_parry.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 6, 2, 'talent_arrow', 'icon_arrow_grey_doen', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 6, 3, 'talent_icon', 'icon_border_grey', 'ability_hunter_swiftstrike.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 2, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_sealofmight.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_nature_magicimmunity.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 1, 3, 'talent_icon', 'icon_border_green', 'spell_frost_manarecharge.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_reincarnation.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_undyingstrength.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_moonglow.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_frost_stun.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_healingwavelesser.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 3, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_nullward.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_healingtouch.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 4, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_manaregentotem.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_tranquility.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 5, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_healingway.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 5, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_ravenform.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_frost_wizardmark.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(7, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_frost_summonwaterelemental.png', 1, 4, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 1, 1, 'talent_icon', 'icon_border_green', 'spell_holy_dispelmagic.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 1, 2, 'talent_icon', 'icon_border_green', 'spell_holy_devotion.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 1, 3, 'talent_icon', 'icon_border_green', 'spell_nature_starfall.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'inv_wand_01.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_astralrecalgroup.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_manaburn.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_abolishmagic.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_wispsplode.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 3, 3, 'talent_icon', 'icon_border_grey_down', 'spell_arcane_arcaneresilience.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_detectlesserinvisibility.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_frost_iceshock.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_shadow_siphonmana.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_enchantarmor.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 5, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_charm.png', 5, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 6, 2, 'talent_icon', 'icon_border_grey_inc_top_down', 'spell_shadow_teleport.png', 3, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 1, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_lightning.png', 1, 6, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_fire_flamebolt.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 1, 3, 'talent_icon', 'icon_border_green', 'spell_fire_meteorstorm.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_fire_incinerate.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_fire_flare.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_fire_fireball.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_fire_flameshock.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 3, 2, 'talent_icon', 'icon_border_Grey', 'spell_fire_selfdestruct.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 3, 3, 'talent_icon', 'icon_border_grey_down', 'spell_fire_fireball02.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_fire_fire.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_fire_soulburn.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_fire_firearmor.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_fire_masterofelements.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_wispheal.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 5, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_excorcism_02.png', 1, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_fire_immolation.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 2, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_fire_sealoffire.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 1, 1, 'talent_icon', 'icon_border_green', 'spell_frost_frostward.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_frost_frostbolt02.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 1, 3, 'talent_icon', 'icon_border_green', 'spell_ice_magicdamage.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_frost_iceshard.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_frost_frostarmor.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 2, 3, 'talent_icon', 'icon_border_grey_down', 'spell_frost_freezingbreath.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 2, 4, 'talent_icon', 'icon_border_grey', 'spell_frost_wisp.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_frost_frostbolt.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_frost_wizardmark.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 3, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_frost_icestorm.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_darkritual.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_frost_stun.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 4, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_frost_frostshock.png', 5, 2, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_frost_frost.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_frost_glacier.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_frost_chillingblast.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(8, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_ice_lament.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 1, 2, 'talent_icon', 'icon_border_green', 'spell_shadow_unsummonbuilding.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 1, 3, 'talent_icon', 'icon_border_green', 'spell_shadow_abominationexplosion.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_curseofmannoroth.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_haunting.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_burningspirit.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 2, 4, 'talent_icon', 'icon_border_grey', 'spell_shadow_lifedrain02.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_curseofsargeras.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_fingerofdeath.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 3, 3, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_contagion.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_callofbone.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_twilight.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_shadow_siphonmana.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_requiem.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 5, 3, 'talent_icon', 'icon_border_grey_inc_top_right', 'spell_shadow_grimward.png', 1, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 5, 4, 'talent_icon', 'icon_border_grey_inc_left', 'spell_shadow_grimward.png', 4, 5, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 6, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_shadetruesight.png', 5, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 1, 7, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_darkritual.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 1, 1, 'talent_icon', 'icon_border_green', 'inv_stone_04.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 1, 2, 'talent_icon', 'icon_border_green', 'spell_shadow_summonimp.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 1, 3, 'talent_icon', 'icon_border_green', 'spell_shadow_metamorphosis.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_lifedrain.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_summonvoidwalker.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_holy_magicalsentry.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_summonsuccubus.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 3, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_removecurse.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 3, 3, 'talent_icon', 'icon_border_grey', 'spell_shadow_antishadow.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 4, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_impphaseshift.png', 2, 3, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 4, 3, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_shadowworddominate.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 5, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_enslavedemon.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_shadow_psychicscream.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 5, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 5, 4, 'talent_icon', 'icon_border_grey', 'inv_ammo_firetar.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 6, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_shadowpact.png', 5, 4, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_gathershadows.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 2, 7, 3, 'talent_icon', 'icon_border_grey', 'inv_misc_gem_sapphire_01.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_shadow_shadowbolt.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 1, 3, 'talent_icon', 'icon_border_green', 'spell_fire_windsofwoe.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_deathpact.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'spell_fire_fire.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_fire_firebolt.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_curse.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 3, 3, 'talent_icon', 'icon_border_grey_down', 'spell_fire_flameshock.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_shadow_scourgebuild.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 4, 1, 'talent_icon', 'icon_border_grey_down', 'spell_fire_lavaspawn.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 4, 2, 'talent_icon', 'icon_border_grey', 'spell_shadow_corpseexplode.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_fire_soulburn.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 5, 1, 'talent_icon', 'icon_border_grey_inc', 'spell_fire_volcano.png', 2, 4, 1);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_fire_immolation.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 5, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_shadow_shadowwordpain.png', 1, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_fire_selfdestruct.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(9, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_fire_fireball.png', 1, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 1, 1, 'talent_icon', 'icon_border_green', 'spell_nature_abolishmagic.png', 5, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 1, 2, 'talent_icon', 'icon_border_green_right', 'spell_nature_natureswrath.png', 1, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 1, 3, 'talent_icon', 'icon_border_grey_inc_left', 'spell_nature_natureswrath.png', 4, 1, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 2, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_stranglevines.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 2, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_starfall.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 2, 3, 'talent_icon', 'icon_border_grey_down', 'inv_staff_01.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 2, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_wispsplode.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_thorns.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 3, 2, 'talent_arrow', 'icon_arrow_grey_down', '', 0, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 3, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_crystalball.png', 1, 2, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 3, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_naturetouchgrow.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 4, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_purge.png', 1, 2, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 4, 3, 'talent_icon', 'icon_border_grey', 'spell_arcane_starfire.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 5, 2, 'talent_icon', 'icon_border_grey_down', 'spell_nature_naturesblessing.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_sentinal.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 6, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_moonglow.png', 5, 5, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 1, 7, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_forceofnature.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 1, 2, 'talent_icon', 'icon_border_green', 'ability_hunter_pet_hyena.png', 5, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 1, 3, 'talent_icon', 'icon_border_green', 'ability_druid_demoralizingroar.png', 5, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 2, 1, 'talent_icon', 'icon_border_grey', 'ability_ambush.png', 5, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 2, 2, 'talent_icon', 'icon_border_grey', 'ability_druid_bash.png', 2, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 2, 3, 'talent_icon', 'icon_border_grey', 'inv_misc_pelt_bear_03.png', 5, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 3, 1, 'talent_icon', 'icon_border_grey', 'spell_nature_spiritwolf.png', 2, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 3, 2, 'talent_icon', 'icon_border_grey', 'ability_hunter_pet_bear.png', 1, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 3, 3, 'talent_icon', 'icon_border_grey_down_right', 'inv_misc_monsterclaw_04.png', 3, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 3, 4, 'talent_arrow', 'icon_arrow_grey_down_right', NULL, 0, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 4, 1, 'talent_icon', 'icon_border_grey', 'spell_shadow_vampiricaura.png', 2, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 4, 2, 'talent_icon', 'icon_border_grey_down', 'ability_hunter_pet_cat.png', 3, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 4, 3, 'talent_icon', 'icon_border_grey_inc', 'ability_ghoulfrenzy.png', 2, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 4, 4, 'talent_icon', 'icon_border_grey_inc', 'ability_racial_cannibalize.png', 2, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 5, 1, 'talent_icon', 'icon_border_grey', 'ability_druid_ravage.png', 2, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 5, 2, 'talent_arrow', 'icon_arrow_grey_down', NULL, 0, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 5, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_faeriefire.png', 1, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 6, 2, 'talent_icon', 'icon_border_grey_inc', 'spell_holy_blessingofagility.png', 5, 4, 2);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 2, 7, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_unyeildingstamina.png', 1, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 1, 2, 'talent_icon', 'icon_border_green', 'spell_nature_regeneration.png', 5, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 1, 3, 'talent_icon', 'icon_border_green', 'spell_holy_blessingofstamina.png', 5, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 2, 1, 'talent_icon', 'icon_border_grey_down', 'spell_nature_healingtouch.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 2, 2, 'talent_icon', 'icon_border_grey', 'spell_nature_healingwavegreater.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 2, 3, 'talent_icon', 'icon_border_grey', 'ability_druid_enrage.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 3, 1, 'talent_arrow', 'icon_arrow_grey_down', NULL, 0, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 3, 2, 'talent_icon', 'icon_border_grey', 'spell_frost_windwalkon.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 3, 3, 'talent_icon', 'icon_border_grey_down', 'spell_nature_insectswarm.png', 1, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 3, 4, 'talent_icon', 'icon_border_grey', 'ability_eyeoftheowl.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 4, 1, 'talent_arrow', 'icon_arrow_grey_down', NULL, 0, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 4, 2, 'talent_icon', 'icon_border_grey_down', 'spell_holy_elunesgrace.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 4, 3, 'talent_arrow', 'icon_arrow_grey_down', NULL, 0, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 4, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_rejuvenation.png', 3, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 5, 1, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_ravenform.png', 1, 2, 1);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 5, 2, 'talent_arrow', 'icon_arrow_grey_down', NULL, 0, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 5, 3, 'talent_icon', 'icon_border_grey_inc', 'spell_nature_protectionformnature.png', 5, 3, 3);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 5, 4, 'talent_icon', 'icon_border_grey', 'spell_nature_tranquility.png', 2, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 6, 2, 'talent_arrow', 'icon_arrow_grey_down', NULL, 0, NULL, NULL);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 6, 3, 'talent_icon', 'icon_border_grey', 'spell_nature_resistnature.png', 5, 0, 0);
INSERT INTO `mojotrollz_talent_icon` (`class`, `tree`, `row`, `column`, `type`, `border`, `icon`, `max`, `parent_row`, `parent_column`) VALUES
(11, 3, 7, 2, 'talent_icon', 'icon_border_grey_inc', 'inv_relics_idolofrejuvenation.png', 1, 4, 2);
/*!40000 ALTER TABLE `mojotrollz_talent_icon` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_talent_tree
CREATE TABLE IF NOT EXISTS `mojotrollz_talent_tree` (
`class` int(10) NOT NULL,
`tree1_name` text NOT NULL,
`tree1_img` text NOT NULL,
`tree2_name` text NOT NULL,
`tree2_img` text NOT NULL,
`tree3_name` text NOT NULL,
`tree3_img` text NOT NULL,
PRIMARY KEY (`class`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_talent_tree: ~9 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_talent_tree` DISABLE KEYS */;
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(1, 'Arms', 'warriorArms.jpg', 'Fury', 'warriorFury.jpg', 'Protection', 'warriorProtection.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(2, 'Holy', 'paladinHoly.jpg', 'Protection', 'paladinProtection.jpg', 'Retribution', 'paladinRetribution.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(3, 'Beast Mastery', 'hunterBeastMastery.jpg', 'Marksmanship', 'hunterMarksmanship.jpg', 'Survival', 'hunterSurvival.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(4, 'Assassination', 'rogueAssassination.jpg', 'Combat', 'rogueCombat.jpg', 'Subtlety', 'rogueSubtlety.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(5, 'Discipline', 'priestDiscipline.jpg', 'Holy', 'priestHoly.jpg', 'Shadow', 'priestShadow.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(7, 'Elemental', 'shamanElemental.jpg', 'Enhancement', 'shamanEnhancement.jpg', 'Restoration', 'shamanRestoration.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(8, 'Arcane', 'mageArcane.jpg', 'Fire', 'mageFire.jpg', 'Frost', 'mageFrost.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(9, 'Affliction', 'warlockAffliction.jpg', 'Demonology', 'warlockDemonology.jpg', 'Destruction', 'warlockDestruction.jpg');
INSERT INTO `mojotrollz_talent_tree` (`class`, `tree1_name`, `tree1_img`, `tree2_name`, `tree2_img`, `tree3_name`, `tree3_img`) VALUES
(11, 'Balance', 'druidBalance.jpg', 'Feral', 'druidFeral.jpg', 'Restoration', 'druidRestoration.jpg');
/*!40000 ALTER TABLE `mojotrollz_talent_tree` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_topics
CREATE TABLE IF NOT EXISTS `mojotrollz_topics` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`parent_type` int(10) DEFAULT NULL COMMENT 'topic, quest, item usw.',
`parent_id` int(10) DEFAULT NULL COMMENT 'id of parenttype',
`relationflag` int(10) DEFAULT NULL COMMENT 'forum, about, comment, playertext',
`title` tinytext,
`text` tinytext,
`link` tinytext COMMENT 'picture, website',
`timestamp` timestamp NULL DEFAULT NULL,
`by` int(10) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_topics: ~7 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_topics` DISABLE KEYS */;
INSERT INTO `mojotrollz_topics` (`id`, `parent_type`, `parent_id`, `relationflag`, `title`, `text`, `link`, `timestamp`, `by`) VALUES
(1, 1, 0, NULL, 'test', 'test', 'test', '2014-12-15 21:51:09', NULL);
INSERT INTO `mojotrollz_topics` (`id`, `parent_type`, `parent_id`, `relationflag`, `title`, `text`, `link`, `timestamp`, `by`) VALUES
(2, 1, 0, NULL, 'test', 'test', 'test', '2014-12-15 21:57:12', NULL);
INSERT INTO `mojotrollz_topics` (`id`, `parent_type`, `parent_id`, `relationflag`, `title`, `text`, `link`, `timestamp`, `by`) VALUES
(3, 1, 1, 0, 'fghjk', 'undefined', 'dfghjk', '2014-12-18 23:05:56', 11);
INSERT INTO `mojotrollz_topics` (`id`, `parent_type`, `parent_id`, `relationflag`, `title`, `text`, `link`, `timestamp`, `by`) VALUES
(4, 1, 1, 0, 'fghjk', 'undefined', 'dfghjk', '2014-12-18 23:05:57', 11);
INSERT INTO `mojotrollz_topics` (`id`, `parent_type`, `parent_id`, `relationflag`, `title`, `text`, `link`, `timestamp`, `by`) VALUES
(5, 1, 1, 0, '', 'undefined', '', '2014-12-18 23:06:10', 11);
INSERT INTO `mojotrollz_topics` (`id`, `parent_type`, `parent_id`, `relationflag`, `title`, `text`, `link`, `timestamp`, `by`) VALUES
(6, 1, 1, 0, '', 'undefined', '', '2014-12-22 21:50:31', 11);
INSERT INTO `mojotrollz_topics` (`id`, `parent_type`, `parent_id`, `relationflag`, `title`, `text`, `link`, `timestamp`, `by`) VALUES
(7, 1, 1, 0, '', 'undefined', '', '2014-12-22 21:51:06', 11);
/*!40000 ALTER TABLE `mojotrollz_topics` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_user
CREATE TABLE IF NOT EXISTS `mojotrollz_user` (
`system_user` int(10) unsigned NOT NULL,
`mangos_user` int(11) unsigned NOT NULL,
PRIMARY KEY (`system_user`,`mangos_user`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_user: ~13 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_user` DISABLE KEYS */;
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(21, 8);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(22, 9);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(23, 10);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(24, 11);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(25, 12);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(26, 13);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(27, 14);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(28, 15);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(29, 16);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(30, 17);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(31, 18);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(32, 19);
INSERT INTO `mojotrollz_user` (`system_user`, `mangos_user`) VALUES
(33, 20);
/*!40000 ALTER TABLE `mojotrollz_user` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_visuals
CREATE TABLE IF NOT EXISTS `mojotrollz_visuals` (
`race` int(10) NOT NULL,
`type` int(10) NOT NULL,
`id` int(10) NOT NULL,
`name` char(25) NOT NULL,
PRIMARY KEY (`race`,`type`,`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_visuals: ~559 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_visuals` DISABLE KEYS */;
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 0, 'sun bleached');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 1, 'Milky');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 2, 'Still whit');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 3, 'Normal');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 4, 'Still pretty normal');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 5, 'Sunnyboy');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 6, 'To much sun...');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 7, 'Brownie');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 8, 'Even more brownie');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 0, 9, 'Blacky');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 0, 'Hair 1');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 1, 'Hair 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 2, 'Hair 3');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 3, 'Hair 4');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 4, 'Hair 5');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 5, 'Hair 6');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 6, 'Hair 7');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 7, 'Hair 8');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 8, 'Hair 9');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 1, 9, 'Hair 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 0, 'Black');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 1, 'Brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 2, 'light brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 3, 'Shiny brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 4, 'golden');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 5, 'blondie');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 6, 'ash brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 7, 'time to dye ur hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 8, 'gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 2, 9, 'very gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 0, 'Anger 1 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 1, 'Anger 2 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 2, 'Anger 3 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 3, 'Anger 4 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 4, 'Anger 5 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 5, 'Anger 6 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 6, 'Anger 7 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 7, 'Anger 8 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 8, 'Anger 9 of 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 3, 9, 'Take a snikers!');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 0, 'normal dude');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 1, 'trendy dude');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 2, 'super trendy dude');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 3, 'look at me!');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 4, 'manly');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 5, 'general');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 6, 'lasy beard');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 7, 'mr. incredible');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 4, 8, 'the office bore');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 0, 'black');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 1, 'brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 2, 'light brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 3, 'Shiny brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 4, 'golden');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 5, 'blondie');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 6, 'ash brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 7, 'time to dye ur hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 8, 'gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(1, 5, 9, 'very gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 0, 'dark green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 1, 'green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 2, 'neon green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 3, 'sickly green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 4, 'washed-out green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 5, 'yellow green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 6, 'turkey green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 7, 'blue green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 8, 'out of names green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 0, 9, 'bad green orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 0, 'bald orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 1, 'the mongolian orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 2, 'the mongo orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 3, 'the worrior orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 4, 'the hairy mongo orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 5, 'nomongo orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 6, 'extra long mongo orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 7, 'thausand needls orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 1, 8, 'saw blade orxe');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 0, 'darkblue');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 1, 'braune');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 2, 'pink');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 3, 'purple');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 4, 'purple 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 5, 'black');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 6, 'gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 7, 'white');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 8, 'purple 3...');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 2, 9, 'turkey');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 0, 'Orxe 1');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 1, 'Orxe 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 2, 'Orxe 3');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 3, 'Orxe 4');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 4, 'Orxe 5');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 5, 'Orxe 6');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 6, 'Orxe 7');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 7, 'Orxe 8');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 8, 'Orxe 9');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 3, 9, 'Orxe 10');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 0, 'none');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 1, 'little to nothing');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 2, 'three month beard');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 3, 'the normal orxe!');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 4, 'wild an hairy');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 5, 'orxe tail');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 6, 'double orxe tail');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 7, 'twin orxe tail');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 8, 'extra long orxe tail');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 9, 'the unnormal orxe!');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(2, 4, 10, 'the super unnormal orxe!');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 0, 0, 'paladin skin');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 0, 1, 'hunter skin');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 0, 2, 'prist skin');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 0, 3, 'warrior skin 1');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 0, 4, 'warrior skin 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 0, 5, 'rogue skin');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 0, 6, 'prist skin 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 0, 'hair?');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 1, 'hunter hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 2, 'paladin hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 3, 'rogue hair 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 4, 'paladin hair 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 5, 'rogue hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 6, 'hunter hair 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 7, 'prist hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 8, 'warrior hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 1, 9, 'warrior hair 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 0, 'bronze');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 1, 'gold');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 2, 'orange');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 3, 'gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 4, 'brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 5, 'black');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 6, 'coffee brown');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 7, 'extra gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 8, 'dark gray');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 2, 9, 'reeeeal black');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 0, 'ah');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 1, 'oh');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 2, 'uh');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 3, 'ih');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 4, 'aah');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 5, 'ooh');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 6, 'uuh');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 7, 'iih');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 8, 'aaah');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 3, 9, 'oooh');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 0, 'prist beard');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 1, 'warrior beard');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 2, 'paladin beard');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 3, 'paladin beard 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 4, 'hunter beard');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 5, 'warrior beard 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 6, 'prist beard 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 7, 'hunter beard 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 8, 'warrior beard 3');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(3, 4, 9, 'rogue beard');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 0, 'timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 1, 'sunset timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 2, 'cool sunset timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 3, 'moon timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 4, 'full moon timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 5, 'medium timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 6, 'suny timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 7, 'sunset timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 8, 'morning timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 0, 9, 'sun bleached timber');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 0, 'timber basic hair');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 1, 'pigtails');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 2, 'like basic hair, just a b');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 3, 'one mighty pigtail of doo');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 4, 'basic timber hair with a');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 5, 'just another pigtail...');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 6, 'the evil fairy');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 7, 'the timber tail');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 8, 'advanced basic hairstyle');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 1, 9, 'extra long timber tail of');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 0, 'green');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 1, 'turquoise');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 2, 'turquoise as well');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 3, 'turquoise again');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 4, 'white');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 5, 'winter blue');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 6, 'purple');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 2, 7, 'purple number 2');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 3, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(4, 4, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 0, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 1, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 2, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 3, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(5, 4, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 0, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 1, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 2, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 3, 9, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 0, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 1, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 2, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 3, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 4, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 5, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 6, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 7, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 8, '');
INSERT INTO `mojotrollz_visuals` (`race`, `type`, `id`, `name`) VALUES
(7, 4, 9, '');
/*!40000 ALTER TABLE `mojotrollz_visuals` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.mojotrollz_zone
CREATE TABLE IF NOT EXISTS `mojotrollz_zone` (
`ID` int(10) NOT NULL,
`name` char(50) NOT NULL,
`x1` float NOT NULL,
`x2` float NOT NULL,
`y1` float NOT NULL,
`y2` float NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.mojotrollz_zone: ~173 rows (ungefähr)
/*!40000 ALTER TABLE `mojotrollz_zone` DISABLE KEYS */;
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1, 'Dun Morogh', 2137.5, -2760.42, -3941.67, -7206.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3, 'Longshore', -1902.08, -4972.92, -5854.17, -7900);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4, 'Blasted Lands', -1193.75, -4856.25, -10583.3, -13025);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(8, 'Swamp of Sorrows', -2081.25, -4589.58, -9535.42, -11208.3);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(10, 'Duskwood', 833.333, -1866.67, -9716.67, -11516.7);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(11, 'Wetlands', -389.583, -4525, -2147.92, -4904.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(12, 'Elwynn Forest', 1535.42, -1935.42, -7939.58, -10254.2);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(14, 'Durotar', -1962.5, -7250, 1808.33, -1716.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(15, 'Dustwallow Marsh', -975, -6225, -2033.33, -5533.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(16, 'Azshara', -3372.92, -8887.5, 5381.25, 1704.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(17, 'The Barrens', 202.083, -5543.75, 1810.42, -2020.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(28, 'Western Plaguelands', 416.667, -3883.33, 3366.67, 500);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(33, 'Stranglethorn Vale', 1743.75, -2356.25, -11016.7, -13750);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(38, 'Loch Modan', -1993.75, -4752.08, -4487.5, -6327.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(40, 'Westfall', 3016.67, -483.333, -9400, -11733.3);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(41, 'Deadwind Pass', -833.333, -3333.33, -9866.67, -11533.3);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(44, 'Redridge Mountains', -1479.17, -4047.92, -8514.58, -10227.1);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(45, 'Arathi Highlands', -1127.08, -4604.17, -141.667, -2460.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(46, 'Burning Steppes', -464.583, -3616.67, -6985.42, -9085.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(47, 'The Hinterlands', -1575, -5425, 1466.67, -1100);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(51, 'Searing Gorge', -322.917, -2554.17, -6100, -7587.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(65, 'Dragonblight', 3627.08, -1981.25, 5575, 1835.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(66, 'Zul`Drak', -600, -5593.75, 7668.75, 4339.58);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(67, 'The Storm Peaks', 1841.67, -5270.83, 10197.9, 5456.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(85, 'Tirisfal Glades', 3033.33, -1485.42, 3837.5, 825);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(130, 'Silverpine Forest', 3450, -750, 1666.67, -1133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(139, 'Eastern Plaguelands', -2287.5, -6318.75, 3704.17, 1016.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(141, 'Teldrassil', 4235.42, -1639.58, 11847.9, 7931.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(148, 'Darkshore', 3016.67, -3447.92, 8222.92, 3912.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(209, 'Shadowfang Keep', 4500, 300, 1133.33, -1666.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(210, 'Icecrown', 5443.75, -827.083, 9427.08, 5245.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(215, 'Mulgore', 2204.17, -3245.83, -168.75, -3802.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(267, 'Hillsbrad Foothills', 1850, -3012.5, 1481.25, -1760.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(331, 'Ashenvale', 1700, -4066.67, 4672.92, 829.167);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(357, 'Feralas', 5441.67, -1508.33, -2366.67, -7000);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(361, 'Felwood', 1797.92, -4264.58, 7237.5, 3195.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(394, 'Grizzly Hills', -1110.42, -6360.42, 5516.67, 2016.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(400, 'Thousand Needles', -433.333, -4833.33, -3966.67, -6900);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(405, 'Desolace', 4233.33, -262.5, 452.083, -2545.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(406, 'Stonetalon Mountains', 3902.08, -1997.92, 3404.17, -529.167);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(440, 'Tanaris', -62.5, -7275, -5770.83, -10579.2);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(490, 'Un`Goro Crater', 533.333, -3166.67, -5966.67, -8433.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(491, 'Razorfen Kraul', 2766.67, 966.667, 2733.33, 1533.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(493, 'Moonglade', -1381.25, -3689.58, 8491.67, 6952.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(495, 'Howling Fjord', -1397.92, -7443.75, 3116.67, -914.583);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(616, 'Hyjal', -929.167, -5175, 6195.83, 3364.58);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(618, 'Winterspring', -991.667, -7141.67, 8793.75, 4693.75);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(722, 'Razorfen Downs', 2766.67, -633.333, 3266.67, 1000);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(796, 'Scarlet Monastery', 1508.33, -800, 1918.75, 379.166);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1176, 'Zul`Farrak', 1625, 241.667, 2052.08, 1129.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1196, 'Utgarde Pinnacle', 3275, -3275, 2166.67, -2200);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1377, 'Silithus', 2983.33, -1075, -5872.92, -8579.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1497, 'Undercity', 873.193, -86.1824, 1877.94, 1237.84);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1519, 'Stormwind City', 1722.92, -14.5833, -7995.83, -9154.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1537, 'Ironforge', -713.591, -1504.22, -4569.24, -5096.85);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1581, 'The Deadmines', 1966.67, -3033.33, 1133.33, -2200);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1637, 'Orgrimmar', -3506.35, -5245.73, 2486.67, 1327.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1638, 'Thunder Bluff', 516.667, -527.083, -850, -1545.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1657, 'Darnassus', 3187.5, 1647.92, 10464.6, 9437.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(1977, 'Zul`Gurub', -693.75, -2570.83, -11308.3, -12560.4);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(2017, 'Stratholme', -1766.67, -5166.67, 4333.33, 2066.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(2057, 'Scholomance', 633.333, -1166.67, 600, -600);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(2366, 'The Black Morass', 7650, 6562.5, -1500, -2225);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(2367, 'Old Hillsbrad Foothills', 1854.17, -477.083, 3127.08, 1572.92);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(2597, 'Alterac Valley', 1781.25, -2456.25, 1085.42, -1739.58);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(2677, 'Blackwing Lair', 633.333, -2766.67, -6333.33, -8600);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(2817, 'Crystalsong Forest', 1443.75, -1279.17, 6502.08, 4687.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3277, 'Warsong Gulch', 2041.67, 895.833, 1627.08, 862.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3358, 'Arathi Basin', 1858.33, 102.083, 1508.33, 337.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3428, 'Ahn`Qiraj', 3033.33, 1233.33, -7933.33, -9133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3429, 'Ruins of Ahn`Qiraj', 3035.42, 522.917, -8233.33, -9908.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3430, 'Eversong Woods', -4487.5, -9412.5, 11041.7, 7758.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3433, 'Ghostlands', -5283.33, -8583.33, 8266.67, 6066.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3456, 'Naxxramas', -2520.83, -4377.08, 3597.92, 2360.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3457, 'Karazhan', -1191.67, -2950, -10389.6, -11562.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3483, 'Hellfire Peninsula', 5539.58, 375, 1481.25, -1962.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3487, 'Silvermoon City', -6400.75, -7612.21, 10153.7, 9346.94);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3518, 'Nagrand', 10295.8, 4770.83, 41.6667, -3641.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3519, 'Terokkar Forest', 7083.33, 1683.33, -1000, -4600);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3520, 'Shadowmoon Valley', 4225, -1275, -1947.92, -5614.58);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3521, 'Zangarmarsh', 9475, 4447.92, 1935.42, -1416.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3522, 'Blade`s Edge Mountains', 8845.83, 3420.83, 4408.33, 791.667);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3523, 'Netherstorm', 5483.33, -91.6667, 5456.25, 1739.58);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3524, 'Azuremyst Isle', -10500, -14570.8, -2793.75, -5508.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3525, 'Bloodmyst Isle', -10075, -13337.5, -758.333, -2933.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3537, 'Borean Tundra', 8570.83, 2806.25, 4897.92, 1054.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3557, 'The Exodar', -11066.4, -12123.1, -3609.68, -4314.37);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3562, 'Hellfire Ramparts', 1935.42, 1277.08, -1041.67, -1479.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3606, 'Hyjal Summit', -1525, -4025, 6145.83, 4479.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3703, 'Shattrath City', 6135.26, 4829.01, -1473.95, -2344.79);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3711, 'Sholazar Basin', 6929.17, 2572.92, 7287.5, 4383.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3805, 'Zul`Aman', 1852.08, 583.333, 568.75, -277.083);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3820, 'Eye of the Storm', 2660.42, 389.583, 2918.75, 1404.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(3959, 'Black Temple', 1150, 366.667, 950, 427.083);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4075, 'The Waking Halls', 1206.25, 300, 2012.5, 1408.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4080, 'Isle of Quel`Danas', -5302.08, -8629.17, 13568.8, 11350);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4100, 'The Culling of Stratholme', 2152.08, 327.083, 2297.92, 1081.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4131, 'Magisters` Terrace', 250, -297.917, 325, -39.5833);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4196, 'Drak`Tharon Keep', -377.083, -1004.17, -168.75, -587.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4197, 'Wintergrasp', 4329.17, 1354.17, 5716.67, 3733.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4228, 'The Oculus', 2337.5, -262.5, 1956.25, 222.917);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4264, 'Halls of Stone', 2766.67, -633.333, 2200, -66.6667);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4272, 'Halls of Lightning', 2500, -900, 2200, -66.6667);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4273, 'Ulduar', 1583.33, -1704.17, 1168.75, -1022.92);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4277, 'Azjol-Nerub', 1020.83, -52.0833, 872.917, 158.333);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4298, 'Plaguelands: The Scarlet Enclave', -4047.92, -7210.42, 3087.5, 979.167);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4384, 'Strand of the Ancients', 787.5, -956.25, 1883.33, 720.833);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4415, 'The Violet Hold', 983.333, 600, 2006.25, 1750);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4416, 'Gundrak', 1310.42, 166.667, 2122.92, 1360.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4493, 'The Obsidian Sanctum', 1133.33, -29.1667, 3616.67, 2841.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4494, 'Ahn`kahet: The Old Kingdom', -233.333, -1206.25, 850, 202.083);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4500, '', 2766.67, -633.333, 2200, -66.6667);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4603, '', 1033.33, -1566.67, 600, -1133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4706, '', 3439.58, 293.75, -533.333, -2631.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4709, '', 1356.25, -6056.25, 204.167, -4737.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4710, '', 525, -2125, 1708.33, -58.3333);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4714, '', 3439.58, 293.75, -533.333, -2631.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4720, '', 4383.33, -131.25, 2881.25, -129.167);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4722, '', 2100, -500, 2200, 466.667);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4723, '', 2100, -500, 2200, 466.667);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4737, '', 2129.17, 777.083, -7731.25, -8631.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4742, '', 2797.92, -879.167, 10781.2, 8329.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4755, '', 1933.33, 1043.75, -1306.25, -1900);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4809, '', 7033.33, -4366.67, 6466.67, -1133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4812, '', 6366.67, -5833.33, 5933.33, -2200);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4813, '', 839.583, -693.75, 1256.25, 233.333);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4815, '', 5070.83, 2268.75, -4018.75, -5887.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4820, '', 7033.33, -5966.67, 6466.67, -2200);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4922, '', -2437.5, -7708.33, -2156.25, -5670.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4926, '', 2100, -500, 1133.33, -600);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4945, '', 2366.67, -1833.33, 600, -2200);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4950, '', 1166.67, -2233.33, 600, -1666.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(4987, '', 902.083, 150, 3429.17, 2927.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5004, '', 2100, -500, 600, -1133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5031, '', 931.25, -283.333, 2266.67, 1456.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5034, '', 2441.67, -3752.08, -8029.17, -12158.3);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5035, '', 2366.67, -1833.33, 600, -2200);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5042, '', 3052.08, -2047.92, 2795.83, -604.167);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5088, '', 2766.67, -633.333, 2200, -66.6667);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5094, '', 1033.33, -1566.67, 600, -1133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5095, '', 2010.42, -4.16667, -560.417, -1904.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5108, '', 1933.33, 1043.75, -1306.25, -1900);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5144, '', 6681.25, 1831.25, -4756.25, -7989.58);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5145, '', 8233.33, 4158.33, -4906.25, -7622.92);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5146, '', 8754.17, 1808.33, -3720.83, -8352.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5287, '', 2108.33, -1837.5, -12516.7, -15147.9);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5334, '', 1166.67, -2233.33, 600, -1666.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5339, '', 2977.08, -3575, -10964.6, -15333.3);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5351, '', 1933.33, 1043.75, -1306.25, -1900);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5389, '', 2412.5, 575, 377.083, -847.917);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5396, '', -1004.17, -1975, -10591.7, -11239.6);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5416, '', 1556.25, 6.25, 1370.83, 337.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5449, '', 1745.83, 443.75, 1604.17, 735.417);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5600, '', 2633.33, 33.3333, 1133.33, -600);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5638, '', 2100, -500, 600, -1133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5695, '', 3891.67, -158.333, -8033.33, -10733.3);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5723, '', 718.75, -868.75, 425, -633.333);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5733, '', 933.333, -256.25, 1702.08, 908.333);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5736, '', 4979.17, 2308.33, 1785.42, 6.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5785, '', 1452.08, -5531.25, 3652.08, -1002.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5788, '', -4650, -5902.08, 3766.67, 2933.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5789, '', 2260.42, -1035.42, 4697.92, 2500);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5799, '', 2660.42, 389.583, 2918.75, 1404.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5805, '', 2679.17, -1245.83, 1095.83, -1520.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5840, '', 2481.25, -52.084, 1947.92, 260.416);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5841, '', 4839.58, -1418.75, 5618.75, 1445.83);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5842, '', 7079.17, 1335.42, 4558.33, 729.167);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5844, '', 1791.67, -1252.08, 5327.08, 3297.92);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5861, '', 7268.75, 5410.42, -3322.92, -4562.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5892, '', -833.593, -3940.3, -565.093, -2628.16);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5918, '', 3362.5, 2300, 4210.42, 3502.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5956, '', -2154.17, -2918.75, 1197.92, 687.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5963, '', 1664.58, 814.583, -458.334, -1025);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(5976, '', 3133.33, 1333.33, 1666.67, 466.666);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6006, '', 812.5, -981.25, 1689.58, 493.75);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6040, '', -3979.17, -5037.5, -3468.75, -4175);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6051, '', 1743.75, 904.167, 2083.33, 1522.92);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6052, '', 977.083, 60.416, 1372.92, 762.5);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6066, '', 1597.92, -1708.33, 1612.5, -591.666);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6067, '', -2497.92, -3200, -789.584, -1258.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6101, '', -875, -1343.75, 2389.58, 2077.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6109, '', 2233.33, -1166.67, 2200, -66.666);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6125, '', 2633.33, 33.334, 4866.67, 3133.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6126, '', 1320.83, -929.166, 1495.83, -4.16602);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6134, '', 2947.92, -1739.58, -110.416, -3235.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6138, '', 6139.58, 787.5, 1416.67, -2152.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6170, '', 187.5, -781.25, -8570.83, -9216.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6176, '', 979.167, 14.584, -5962.5, -6606.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6182, '', -700, -4100, -3133.33, -5400);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6208, '', 3587.5, 1175, 1608.33, 0);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6209, '', -1397.92, -2322.92, 2372.92, 1756.25);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6214, '', 5762.5, 4747.92, 2029.17, 1352.08);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6219, '', 902.083, 145.834, 4008.33, 3504.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6297, '', 1279.17, -243.75, -1714.58, -2729.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6309, '', 1220.83, 314.584, -2564.58, -3168.75);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6328, '', 5616.67, 2933.33, -252.084, -2041.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6419, '', 2102.08, 1372.92, 4168.75, 3683.33);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6426, '', 747.917, -222.916, 2216.67, 1568.75);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6449, '', 1743.75, 904.167, 2083.33, 1522.92);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6450, '', 1491.67, 41.666, 11033.3, 10066.7);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6451, '', -3641.67, -4991.67, 0, -900);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6452, '', 233.334, -1533.33, -2577.08, -3754.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6453, '', -4491.67, -6297.92, -525, -1729.17);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6454, '', 2147.92, 1058.33, 2270.83, 1543.75);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6455, '', -5383.33, -6983.33, 10833.3, 9766.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6456, '', -12814.6, -14633.3, -3604.17, -4816.67);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6457, '', 1206.25, -643.75, -4727.08, -5960.42);
INSERT INTO `mojotrollz_zone` (`ID`, `name`, `x1`, `x2`, `y1`, `y2`) VALUES
(6500, '', -3979.17, -5037.5, -3468.75, -4175);
/*!40000 ALTER TABLE `mojotrollz_zone` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_api
CREATE TABLE IF NOT EXISTS `system_api` (
`ID` int(10) unsigned NOT NULL,
`group` int(10) unsigned NOT NULL,
`type` tinyint(3) unsigned NOT NULL,
`parentID` int(11) NOT NULL,
`parentValue` char(50) DEFAULT NULL,
`name` char(50) NOT NULL,
`verify` char(50) DEFAULT NULL,
PRIMARY KEY (`ID`,`group`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_api: 192 rows
/*!40000 ALTER TABLE `system_api` DISABLE KEYS */;
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1, 1, 0, -1, NULL, 'page', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(31, 0, 3, 10, 'files', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(30, 0, 2, 10, 'files', 'cat', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(27, 0, 2, 11, 'create', 'locale', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(26, 0, 2, 11, 'create', 'email', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(10, 0, 0, -1, NULL, 'call', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(11, 0, 0, 10, NULL, 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(20, 0, 2, 11, 'login', 'username', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(21, 0, 2, 11, 'login', 'password_sha', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(22, 0, 2, 11, 'login', 'password_md5', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(23, 0, 2, 11, 'check', 'rightid', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(24, 0, 2, 11, 'create', 'username', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(25, 0, 2, 11, 'create', 'password_sha', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1320, 42, 3, 1300, 'list', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1311, 42, 2, 1300, 'deletedialog', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1310, 42, 2, 1300, 'deletedialog', 'ID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1309, 42, 2, 1300, 'deletecall', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1308, 42, 2, 1300, 'deletecall', 'ID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1307, 42, 2, 1300, 'addcall', 'verify', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1306, 42, 2, 1300, 'addcall', 'name', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1305, 42, 2, 1300, 'addcall', 'parentValue', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1304, 42, 2, 1300, 'addcall', 'parentID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1303, 42, 2, 1300, 'addcall', 'type', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1302, 42, 2, 1300, 'addcall', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1301, 42, 2, 1300, 'addcall', 'ID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1300, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_page', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1211, 42, 2, 1200, 'change', 'status', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1210, 42, 2, 1200, 'change', 'cls', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1209, 42, 2, 1200, 'deldialog', 'cls', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1208, 42, 2, 1200, 'del', 'cls', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1206, 42, 2, 1200, 'add', 'month', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1205, 42, 2, 1200, 'add', 'day_week', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1204, 42, 2, 1200, 'add', 'day', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1203, 42, 2, 1200, 'add', 'hour', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1202, 42, 2, 1200, 'add', 'min', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1201, 42, 2, 1200, 'add', 'cls', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1200, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_cron', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1111, 42, 3, 1100, 'doc', 'doc', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1110, 42, 3, 1100, 'doc', 'cat', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1101, 42, 3, 1100, 'cat', 'cat', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1100, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_docu', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1027, 42, 3, 1000, 'dotolist', 'page', 'UINT0');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1026, 42, 3, 1000, 'dotolist', 'search', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1025, 42, 3, 1000, 'dotolist', 'filter', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1022, 42, 3, 1000, 'todolist', 'page', 'UINT0');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1021, 42, 3, 1000, 'todolist', 'search', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1020, 42, 3, 1000, 'todolist', 'filter', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1016, 42, 2, 1000, 'priority_down', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1015, 42, 2, 1000, 'priority_up', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1011, 42, 2, 1000, 'edit', 'message', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1010, 42, 2, 1000, 'edit', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1007, 42, 3, 1000, 'deassign', 'user', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1006, 42, 2, 1000, 'deassign', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1005, 42, 2, 1000, 'assign', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1004, 42, 2, 1000, 'add', 'todo', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(100, 0, 3, 10, 'charcreation', 'json', 'JSON');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(40, 0, 2, 10, 'text', 'request', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(41, 0, 2, 10, 'text', 'lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(10, 1, 2, 1, 'default_info', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(50, 0, 2, 10, 'pages', 'group', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1003, 42, 2, 1000, 'close', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(110, 1, 2, 1, 'wizard_toolbar', 'last', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(111, 1, 2, 1, 'wizard_toolbar', 'next', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1002, 42, 2, 1000, 'open', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1001, 42, 2, 1000, 'todo', 'todo', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1000, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_todo', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(830, 42, 3, 800, 'tab', 'name', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(822, 42, 2, 800, 'rn', 'newid', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(821, 42, 2, 800, 'rn', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(820, 42, 2, 800, 'rn', 'cat', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(811, 42, 2, 800, 'del', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(810, 42, 2, 800, 'del', 'cat', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(801, 42, 2, 800, 'upload', 'cat', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(800, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_files', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(734, 42, 2, 700, 'save', 'text', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(733, 42, 2, 700, 'save', 'tags', 'JSON');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(732, 42, 2, 700, 'save', 'lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(731, 42, 2, 700, 'save', 'new_id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(730, 42, 2, 700, 'save', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(721, 42, 3, 700, 'delete', 'lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(720, 42, 2, 700, 'delete', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(716, 42, 2, 700, 'editor', 'lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(715, 42, 2, 700, 'editor', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(713, 42, 2, 700, 'edittext', 'lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(712, 42, 2, 700, 'edittext', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(710, 42, 2, 700, 'loadByTag', 'lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(706, 42, 3, 700, 'tag', 'page', 'UINT0');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(705, 42, 3, 700, 'tag', 'search', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(704, 42, 3, 700, 'tag', 'filter', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(703, 42, 3, 700, 'tag', 'tag', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(700, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_text', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(620, 42, 3, 600, 'list', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(611, 42, 2, 600, 'deletedialog', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(610, 42, 2, 600, 'deletedialog', 'ID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(609, 42, 2, 600, 'deletecall', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(608, 42, 2, 600, 'deletecall', 'ID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(607, 42, 2, 600, 'addcall', 'verify', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(606, 42, 2, 600, 'addcall', 'name', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(605, 42, 2, 600, 'addcall', 'parentValue', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(604, 42, 2, 600, 'addcall', 'parentID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(603, 42, 2, 600, 'addcall', 'type', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(602, 42, 2, 600, 'addcall', 'group', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(601, 42, 2, 600, 'addcall', 'ID', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(600, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_api', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(500, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_config', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(400, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_mod', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(341, 42, 2, 300, 'deleterightuser', 'userid', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(340, 42, 2, 300, 'deleterightuser', 'rightid', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(331, 42, 2, 300, 'addrightuser', 'userid', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(330, 42, 2, 300, 'addrightuser', 'rightid', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(321, 42, 2, 300, 'deleterightconfirm', 'id', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(320, 42, 2, 300, 'deleteright', 'id', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(312, 42, 2, 300, 'addright', 'description', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(311, 42, 2, 300, 'addright', 'name', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(310, 42, 2, 300, 'addright', 'id', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(304, 42, 3, 300, 'users', 'page', 'UINT0');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(303, 42, 3, 300, 'users', 'search', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(120, 1, 3, 1, 'wizard_skills', 't', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(121, 1, 2, 1, 'user_achievements_menu_sub', 'menu', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(131, 1, 2, 1, 'user_achievements_content', 'filter', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(130, 1, 2, 1, 'user_achievements_content', 'menu', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(132, 0, 2, 10, 'quest', 'entry', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(133, 0, 2, 10, 'creature', 'entry', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(302, 42, 3, 300, 'users', 'filter', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(122, 1, 2, 1, 'user_nexus_menu_sub', 'menu', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(123, 1, 2, 1, 'user_nexus_content', 'menu', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(124, 1, 2, 1, 'user_nexus_content', 'filter', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(301, 42, 2, 300, 'user', 'username', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(300, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_security', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(222, 42, 3, 220, NULL, 'db', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(221, 42, 3, 220, NULL, 'filter', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(220, 42, 0, 200, 'stats', 'name', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(210, 42, 3, 200, 'error', 'error', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(203, 42, 3, 200, 'filter', 'page', 'UINT0');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(202, 42, 3, 200, 'filter', 'search', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(201, 42, 3, 200, 'filter', 'filter', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(200, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_log', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(113, 42, 3, 100, 'register', 'locale', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(112, 42, 2, 100, 'register', 'email', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(111, 42, 2, 100, 'register', 'password', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(110, 42, 2, 100, 'register', 'username', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(103, 42, 2, 100, 'login', 'password_md5', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(102, 42, 2, 100, 'login', 'password_sha', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(101, 42, 2, 100, 'login', 'username', 'ALL');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(100, 42, 0, 0, '_SYSTEM_SAI_saimod_sys_login', 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(92, 42, 4, -1, NULL, '_escaped_fragment_', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(91, 42, 4, -1, NULL, '_result', 'RESULT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(140, 0, 2, 10, 'positions', 'type', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(141, 0, 3, 10, 'positions', 'map', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(150, 0, 2, 10, 'tooltip', 'type', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(151, 0, 2, 10, 'tooltip', 'id', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(142, 0, 3, 10, 'positions', 'entry', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(160, 0, 2, 10, 'topic_create', 'parent_type', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(161, 0, 2, 10, 'topic_create', 'parent_id', 'INT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(163, 0, 2, 10, 'topic_create', 'relationflag', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(164, 0, 2, 10, 'topic_create', 'title', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(165, 0, 2, 10, 'topic_create', 'text', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(166, 0, 2, 10, 'topic_create', 'link', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(180, 0, 2, 10, 'topic_tag', 'type', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(181, 0, 2, 10, 'topic_tag', 'value', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(90, 42, 4, -1, NULL, '_lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(61, 42, 2, 10, 'bug', 'data', 'JSON');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(60, 42, 2, 10, 'bug', 'message', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(56, 42, 2, 55, NULL, 'group', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(55, 42, 1, 50, NULL, 'css', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(53, 42, 2, 51, NULL, 'group', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(52, 42, 1, 50, NULL, 'js', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(51, 42, 2, 10, 'pages', 'state', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(50, 42, 2, 10, 'pages', 'group', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(41, 42, 2, 40, 'text', 'lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(40, 42, 2, 10, 'text', 'request', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(31, 42, 3, 10, 'files', 'id', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(30, 42, 2, 10, 'files', 'cat', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(27, 42, 2, 11, 'create', 'locale', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(26, 42, 2, 11, 'create', 'email', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(25, 42, 2, 11, 'create', 'password_sha', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(24, 42, 2, 11, 'create', 'username', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(23, 42, 2, 11, 'check', 'rightid', 'UINT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(22, 42, 2, 11, 'login', 'password_md5', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(21, 42, 2, 11, 'login', 'password_sha', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(20, 42, 2, 11, 'login', 'username', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(11, 42, 0, 10, NULL, 'action', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(10, 42, 0, -1, NULL, 'call', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(2, 42, 1, 0, NULL, 'css', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(1, 42, 1, 0, NULL, 'js', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(0, 42, 0, -1, NULL, 'sai_mod', NULL);
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(28, 0, 2, 11, 'create', 'betacode', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(29, 0, 2, 11, 'create', 'wow_password', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(51, 0, 2, 10, 'pages', 'state', 'STRING');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(90, 0, 4, -1, NULL, '_lang', 'LANG');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(91, 0, 4, -1, NULL, '_result', 'RESULT');
INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `name`, `verify`) VALUES
(92, 0, 4, -1, NULL, '_escaped_fragment_', 'STRING');
/*!40000 ALTER TABLE `system_api` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_cache
CREATE TABLE IF NOT EXISTS `system_cache` (
`ID` int(10) NOT NULL AUTO_INCREMENT,
`CacheID` int(10) NOT NULL,
`Ident` char(255) NOT NULL,
`data` binary(255) NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_cache: 0 rows
/*!40000 ALTER TABLE `system_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_cache` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_class
CREATE TABLE IF NOT EXISTS `system_code_docu_class` (
`class` char(255) NOT NULL,
`name` char(255) NOT NULL,
`namespace` char(255) DEFAULT NULL,
`text` int(11) DEFAULT NULL,
`dead` tinyint(1) NOT NULL,
`line_start` int(10) unsigned NOT NULL,
`line_end` int(10) unsigned NOT NULL,
`file` text NOT NULL,
`abstract` tinyint(1) NOT NULL,
`final` tinyint(1) NOT NULL,
`instantiable` tinyint(1) NOT NULL,
`interface` tinyint(1) NOT NULL,
`internal` tinyint(1) NOT NULL,
`iterateable` tinyint(1) NOT NULL,
`userdefined` tinyint(1) NOT NULL,
PRIMARY KEY (`class`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_class: 229 rows
/*!40000 ALTER TABLE `system_code_docu_class` DISABLE KEYS */;
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('api_mojotrollz', 'api_mojotrollz', '', NULL, 0, 3, 3, '/home/web/webdir/mojotrollz/mojotrollz/api/api_mojotrollz.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DBD\\mangos_world', 'mangos_world', 'DBD', NULL, 0, 4, 8, '/home/web/webdir/mojotrollz/mojotrollz/dbd/db/mangos_world.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DBD\\mojotrollz', 'mojotrollz', 'DBD', NULL, 0, 4, 8, '/home/web/webdir/mojotrollz/mojotrollz/dbd/db/mojotrollz.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DBD\\locale_string', 'locale_string', 'DBD', NULL, 0, 5, 11, '/home/web/webdir/mojotrollz/mojotrollz/dbd/tbl/locale_string.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DBD\\mangos_chars', 'mangos_chars', 'DBD', NULL, 0, 4, 8, '/home/web/webdir/mojotrollz/mojotrollz/dbd/db/mangos_chars.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('user_guild', 'user_guild', '', NULL, 0, 3, 25, '/home/web/webdir/mojotrollz/mojotrollz/page/user_guild/user_guild.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('default_navbar', 'default_navbar', '', NULL, 0, 3, 18, '/home/web/webdir/mojotrollz/mojotrollz/page/default_navbar/default_navbar.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('user_news', 'user_news', '', NULL, 0, 3, 22, '/home/web/webdir/mojotrollz/mojotrollz/page/user_news/user_news.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('wizard_spawn', 'wizard_spawn', '', NULL, 0, 3, 25, '/home/web/webdir/mojotrollz/mojotrollz/page/wizard_spawn/wizard_spawn.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('wizard_reg', 'wizard_reg', '', NULL, 0, 3, 25, '/home/web/webdir/mojotrollz/mojotrollz/page/wizard_reg/wizard_reg.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('wizard_friend', 'wizard_friend', '', NULL, 0, 3, 44, '/home/web/webdir/mojotrollz/mojotrollz/page/wizard_friend/wizard_friend.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('wizard_details', 'wizard_details', '', NULL, 0, 3, 25, '/home/web/webdir/mojotrollz/mojotrollz/page/wizard_details/wizard_details.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PLIB', 'PLIB', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/PLIB.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PBOOTSTRAP', 'PBOOTSTRAP', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/PBOOTSTRAP.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('page_mojotrollz', 'page_mojotrollz', '', NULL, 0, 3, 40, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('default_page', 'default_page', '', NULL, 0, 3, 31, '/home/web/webdir/mojotrollz/mojotrollz/page/default_page/default_page.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PCRYPTOSHA', 'PCRYPTOSHA', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/PCRYPTOSHA.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PPAGE', 'PPAGE', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/PPAGE.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PJQUERY', 'PJQUERY', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/PJQUERY.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('JQQTIP', 'JQQTIP', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/JQQTIP.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PSAI', 'PSAI', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/PSAI.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Michelf\\Markdown', 'Markdown', 'Michelf', NULL, 0, 20, 1512, '/home/web/webdir/system/lib/Michelf/Markdown.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Michelf\\_MarkdownExtra_TmpImpl', '_MarkdownExtra_TmpImpl', 'Michelf', NULL, 0, 1527, 3093, '/home/web/webdir/system/lib/Michelf/Markdown.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PVALIDATION', 'PVALIDATION', '', NULL, 0, 2, 5, '/home/web/webdir/mojotrollz/mojotrollz/path/PVALIDATION.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Michelf\\MarkdownExtra', 'MarkdownExtra', 'Michelf', NULL, 0, 30, 37, '/home/web/webdir/system/lib/Michelf/MarkdownExtra.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_docu', 'saimod_sys_docu', 'SYSTEM\\SAI', NULL, 0, 4, 53, '/home/web/webdir/system/sai/modules/saimod_sys_docu/saimod_sys_docu.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_login', 'saimod_sys_login', 'SYSTEM\\SAI', NULL, 0, 5, 58, '/home/web/webdir/system/sai/modules/saimod_sys_login/saimod_sys_login.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_locale', 'saimod_sys_locale', 'SYSTEM\\SAI', NULL, 0, 4, 141, '/home/web/webdir/system/sai/modules/saimod_sys_locale/saimod_sys_locale.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_img', 'saimod_sys_img', 'SYSTEM\\SAI', NULL, 0, 4, 56, '/home/web/webdir/system/sai/modules/saimod_sys_img/saimod_sys_img.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_cache', 'saimod_sys_cache', 'SYSTEM\\SAI', NULL, 0, 4, 48, '/home/web/webdir/system/sai/modules/saimod_sys_cache/saimod_sys_cache.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_todo', 'saimod_sys_todo', 'SYSTEM\\SAI', NULL, 0, 4, 94, '/home/web/webdir/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_config', 'saimod_sys_config', 'SYSTEM\\SAI', NULL, 0, 4, 41, '/home/web/webdir/system/sai/modules/saimod_sys_config/saimod_sys_config.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_api', 'saimod_sys_api', 'SYSTEM\\SAI', NULL, 0, 4, 81, '/home/web/webdir/system/sai/modules/saimod_sys_api/saimod_sys_api.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_sai', 'saimod_sys_sai', 'SYSTEM\\SAI', NULL, 0, 5, 13, '/home/web/webdir/system/sai/modules/saimod_sys_sai/saimod_sys_sai.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_log', 'saimod_sys_log', 'SYSTEM\\SAI', NULL, 0, 4, 572, '/home/web/webdir/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_security', 'saimod_sys_security', 'SYSTEM\\SAI', NULL, 0, 4, 107, '/home/web/webdir/system/sai/modules/saimod_sys_security/saimod_sys_security.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\saimod_sys_mod', 'saimod_sys_mod', 'SYSTEM\\SAI', NULL, 0, 4, 44, '/home/web/webdir/system/sai/modules/saimod_sys_mod/saimod_sys_mod.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\CACHE\\cache', 'cache', 'SYSTEM\\CACHE', NULL, 0, 5, 45, '/home/web/webdir/system/cache/cache.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\sai', 'sai', 'SYSTEM\\SAI', NULL, 0, 5, 28, '/home/web/webdir/system/sai/sai/sai.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SAI\\SaiModule', 'SaiModule', 'SYSTEM\\SAI', NULL, 0, 5, 19, '/home/web/webdir/system/sai/sai/SaiModule.php', 1, 0, 0, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SECURITY\\Security', 'Security', 'SYSTEM\\SECURITY', NULL, 0, 5, 296, '/home/web/webdir/system/security/Security.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SECURITY\\RIGHTS', 'RIGHTS', 'SYSTEM\\SECURITY', NULL, 0, 5, 13, '/home/web/webdir/system/security/RIGHTS.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\SECURITY\\User', 'User', 'SYSTEM\\SECURITY', NULL, 0, 5, 28, '/home/web/webdir/system/security/User.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ResultMysqliPrepare', 'ResultMysqliPrepare', 'SYSTEM\\DB', NULL, 0, 5, 56, '/home/web/webdir/system/db/result/ResultMysqliPrepare.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ResultMysqli', 'ResultMysqli', 'SYSTEM\\DB', NULL, 0, 5, 37, '/home/web/webdir/system/db/result/ResultMysqli.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ResultPostgres', 'ResultPostgres', 'SYSTEM\\DB', NULL, 0, 5, 37, '/home/web/webdir/system/db/result/ResultPostgres.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ResultAMQP', 'ResultAMQP', 'SYSTEM\\DB', NULL, 0, 5, 37, '/home/web/webdir/system/db/result/ResultAMQP.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\Result', 'Result', 'SYSTEM\\DB', NULL, 0, 5, 16, '/home/web/webdir/system/db/result/Result.php', 1, 0, 0, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ConnectionPG', 'ConnectionPG', 'SYSTEM\\DB', NULL, 0, 5, 61, '/home/web/webdir/system/db/connection/ConnectionPG.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ConnectionAMQP', 'ConnectionAMQP', 'SYSTEM\\DB', NULL, 0, 5, 64, '/home/web/webdir/system/db/connection/ConnectionAMQP.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ConnectionMYS', 'ConnectionMYS', 'SYSTEM\\DB', NULL, 0, 5, 57, '/home/web/webdir/system/db/connection/ConnectionMYS.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\DBInfoPG', 'DBInfoPG', 'SYSTEM\\DB', NULL, 0, 4, 19, '/home/web/webdir/system/db/dbinfo/DBInfoPG.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\ConnectionAbstr', 'ConnectionAbstr', 'SYSTEM\\DB', NULL, 0, 5, 28, '/home/web/webdir/system/db/connection/ConnectionAbstr.php', 1, 0, 0, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\Connection', 'Connection', 'SYSTEM\\DB', NULL, 0, 5, 40, '/home/web/webdir/system/db/connection/Connection.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\DBInfoAMQP', 'DBInfoAMQP', 'SYSTEM\\DB', NULL, 0, 4, 19, '/home/web/webdir/system/db/dbinfo/DBInfoAMQP.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\DBInfoMYS', 'DBInfoMYS', 'SYSTEM\\DB', NULL, 0, 4, 19, '/home/web/webdir/system/db/dbinfo/DBInfoMYS.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DB\\DBInfo', 'DBInfo', 'SYSTEM\\DB', NULL, 0, 5, 13, '/home/web/webdir/system/db/dbinfo/DBInfo.php', 1, 0, 0, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DBD\\system_user', 'system_user', 'SYSTEM\\DBD', NULL, 0, 5, 19, '/home/web/webdir/system/dbd/tbl/system_user.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DBD\\locale_string', 'locale_string', 'SYSTEM\\DBD', NULL, 0, 5, 23, '/home/web/webdir/system/dbd/tbl/locale_string.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DBD\\system_api', 'system_api', 'SYSTEM\\DBD', NULL, 0, 5, 22, '/home/web/webdir/system/dbd/tbl/system_api.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DBD\\system_log', 'system_log', 'SYSTEM\\DBD', NULL, 0, 4, 26, '/home/web/webdir/system/dbd/tbl/system_log.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DBD\\UserRightsTable', 'UserRightsTable', 'SYSTEM\\DBD', NULL, 0, 5, 12, '/home/web/webdir/system/dbd/tbl/UserRightsTable.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DBD\\UserLoginsTable', 'UserLoginsTable', 'SYSTEM\\DBD', NULL, 0, 5, 14, '/home/web/webdir/system/dbd/tbl/UserLoginsTable.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\PAGE\\Page', 'Page', 'SYSTEM\\PAGE', NULL, 0, 5, 7, '/home/web/webdir/system/page/Page.php', 1, 0, 0, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\PAGE\\replace', 'replace', 'SYSTEM\\PAGE', NULL, 0, 5, 32, '/home/web/webdir/system/page/replace.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\API\\api_default', 'api_default', 'SYSTEM\\API', NULL, 0, 5, 8, '/home/web/webdir/system/api/api_default.php', 1, 0, 0, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\API\\api_login', 'api_login', 'SYSTEM\\API', NULL, 0, 5, 30, '/home/web/webdir/system/api/api_login.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\API\\api_system', 'api_system', 'SYSTEM\\API', NULL, 0, 5, 41, '/home/web/webdir/system/api/api_system.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\API\\verify', 'verify', 'SYSTEM\\API', NULL, 0, 5, 17, '/home/web/webdir/system/api/verify.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\API\\api', 'api', 'SYSTEM\\API', NULL, 0, 4, 152, '/home/web/webdir/system/api/Api.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\WARNING', 'WARNING', 'SYSTEM\\LOG', NULL, 0, 4, 4, '/home/web/webdir/system/log/exceptions/WARNING.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\ERROR_EXCEPTION', 'ERROR_EXCEPTION', 'SYSTEM\\LOG', NULL, 0, 4, 4, '/home/web/webdir/system/log/exceptions/ERROR_EXCEPTION.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\ERROR', 'ERROR', 'SYSTEM\\LOG', NULL, 0, 4, 4, '/home/web/webdir/system/log/exceptions/ERROR.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\TranslatableError', 'TranslatableError', 'SYSTEM\\LOG', NULL, 0, 4, 13, '/home/web/webdir/system/log/exceptions/TranslatableError.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\INFO', 'INFO', 'SYSTEM\\LOG', NULL, 0, 4, 4, '/home/web/webdir/system/log/exceptions/INFO.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\COUNTER', 'COUNTER', 'SYSTEM\\LOG', NULL, 0, 4, 4, '/home/web/webdir/system/log/exceptions/COUNTER.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\SHUTDOWN_EXCEPTION', 'SHUTDOWN_EXCEPTION', 'SYSTEM\\LOG', NULL, 0, 4, 4, '/home/web/webdir/system/log/exceptions/SHUTDOWN_EXCEPTION.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\SYSTEM_ERROR_EXCEPTION', 'SYSTEM_ERROR_EXCEPTION', 'SYSTEM\\LOG', NULL, 0, 4, 10, '/home/web/webdir/system/log/exceptions/SYSTEM_ERROR_EXCEPTION.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\DEPRECATED', 'DEPRECATED', 'SYSTEM\\LOG', NULL, 0, 4, 4, '/home/web/webdir/system/log/exceptions/DEPRECATED.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\JsonResult', 'JsonResult', 'SYSTEM\\LOG', NULL, 0, 5, 50, '/home/web/webdir/system/log/result/JsonResult.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\SYSTEM_EXCEPTION', 'SYSTEM_EXCEPTION', 'SYSTEM\\LOG', NULL, 0, 4, 10, '/home/web/webdir/system/log/exceptions/SYSTEM_EXCEPTION.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\AbstractResult', 'AbstractResult', 'SYSTEM\\LOG', NULL, 0, 5, 15, '/home/web/webdir/system/log/result/AbstractResult.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\HEADER', 'HEADER', 'SYSTEM', NULL, 0, 4, 21, '/home/web/webdir/system/system/HEADER.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\locale', 'locale', 'SYSTEM', NULL, 0, 4, 81, '/home/web/webdir/system/system/locale.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DOCU\\code_docu', 'code_docu', 'SYSTEM\\DOCU', NULL, 0, 4, 62, '/home/web/webdir/system/docu/code_docu.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\time', 'time', 'SYSTEM', NULL, 0, 5, 13, '/home/web/webdir/system/system/time.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\IMG\\img', 'img', 'SYSTEM\\IMG', NULL, 0, 5, 69, '/home/web/webdir/system/img/img.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\CONFIG\\config', 'config', 'SYSTEM\\CONFIG', NULL, 0, 5, 28, '/home/web/webdir/system/config/config.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\CONFIG\\config_ids', 'config_ids', 'SYSTEM\\CONFIG', NULL, 0, 5, 31, '/home/web/webdir/system/config/config_ids.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('docu_categories', 'docu_categories', '', NULL, 0, 2, 7, '/home/web/webdir/mojotrollz/mojotrollz/docu/docu_categories.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\error_handler_jsonoutput', 'error_handler_jsonoutput', 'SYSTEM\\LOG', NULL, 0, 5, 15, '/home/web/webdir/system/log/error_handler/error_handler_jsonoutput.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\error_handler', 'error_handler', 'SYSTEM\\LOG', NULL, 0, 5, 12, '/home/web/webdir/system/log/error_handler/error_handler.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\error_handler_dbwriter', 'error_handler_dbwriter', 'SYSTEM\\LOG', NULL, 0, 7, 56, '/home/web/webdir/system/log/error_handler/error_handler_dbwriter.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\system', 'system', 'SYSTEM', NULL, 0, 5, 49, '/home/web/webdir/system/system/system.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\LOG\\log', 'log', 'SYSTEM\\LOG', NULL, 0, 7, 51, '/home/web/webdir/system/log/log.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\PROOT', 'PROOT', 'SYSTEM', NULL, 0, 12, 15, '/home/web/webdir/system/system/path.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\PSYSTEM', 'PSYSTEM', 'SYSTEM', NULL, 0, 17, 20, '/home/web/webdir/system/system/path.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\PSAI', 'PSAI', 'SYSTEM', NULL, 0, 22, 25, '/home/web/webdir/system/system/path.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\autoload', 'autoload', 'SYSTEM', NULL, 0, 5, 94, '/home/web/webdir/system/system/autoload.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DOCU\\docu', 'docu', 'SYSTEM\\DOCU', NULL, 0, 4, 25, '/home/web/webdir/system/docu/docu.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\DOCU\\docu_categories', 'docu_categories', 'SYSTEM\\DOCU', NULL, 0, 4, 6, '/home/web/webdir/system/docu/docu_categories.php', 0, 0, 1, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('mysqli_stmt', 'mysqli_stmt', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PDOException', 'PDOException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PDO', 'PDO', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PDOStatement', 'PDOStatement', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PDORow', 'PDORow', '', NULL, 0, 0, 0, '', 0, 1, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SYSTEM\\PATH', 'PATH', 'SYSTEM', NULL, 0, 7, 10, '/home/web/webdir/system/system/path.php', 1, 0, 0, 0, 0, 0, 1);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('mysqli_result', 'mysqli_result', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('mysqli_warning', 'mysqli_warning', '', NULL, 0, 0, 0, '', 0, 1, 0, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('mysqli', 'mysqli', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('mysqli_driver', 'mysqli_driver', '', NULL, 0, 0, 0, '', 0, 1, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('mysqli_sql_exception', 'mysqli_sql_exception', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ZipArchive', 'ZipArchive', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('XMLWriter', 'XMLWriter', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('XMLReader', 'XMLReader', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PharFileInfo', 'PharFileInfo', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PharData', 'PharData', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Phar', 'Phar', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('PharException', 'PharException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SoapHeader', 'SoapHeader', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SoapParam', 'SoapParam', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SoapFault', 'SoapFault', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SoapServer', 'SoapServer', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SoapVar', 'SoapVar', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SoapClient', 'SoapClient', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SimpleXMLIterator', 'SimpleXMLIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SimpleXMLElement', 'SimpleXMLElement', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('MultipleIterator', 'MultipleIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplObjectStorage', 'SplObjectStorage', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplPriorityQueue', 'SplPriorityQueue', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplFixedArray', 'SplFixedArray', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplMaxHeap', 'SplMaxHeap', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplMinHeap', 'SplMinHeap', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplStack', 'SplStack', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplHeap', 'SplHeap', '', NULL, 0, 0, 0, '', 1, 0, 0, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplQueue', 'SplQueue', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplDoublyLinkedList', 'SplDoublyLinkedList', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplTempFileObject', 'SplTempFileObject', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplFileObject', 'SplFileObject', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('GlobIterator', 'GlobIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('FilesystemIterator', 'FilesystemIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RecursiveDirectoryIterator', 'RecursiveDirectoryIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DirectoryIterator', 'DirectoryIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RecursiveArrayIterator', 'RecursiveArrayIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('SplFileInfo', 'SplFileInfo', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ArrayIterator', 'ArrayIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ArrayObject', 'ArrayObject', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RecursiveTreeIterator', 'RecursiveTreeIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('EmptyIterator', 'EmptyIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RecursiveRegexIterator', 'RecursiveRegexIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('AppendIterator', 'AppendIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('InfiniteIterator', 'InfiniteIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RegexIterator', 'RegexIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('NoRewindIterator', 'NoRewindIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RecursiveCachingIterator', 'RecursiveCachingIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('CachingIterator', 'CachingIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('LimitIterator', 'LimitIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ParentIterator', 'ParentIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RecursiveFilterIterator', 'RecursiveFilterIterator', '', NULL, 0, 0, 0, '', 1, 0, 0, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('FilterIterator', 'FilterIterator', '', NULL, 0, 0, 0, '', 1, 0, 0, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('IteratorIterator', 'IteratorIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('UnexpectedValueException', 'UnexpectedValueException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RecursiveIteratorIterator', 'RecursiveIteratorIterator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('UnderflowException', 'UnderflowException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RangeException', 'RangeException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('OverflowException', 'OverflowException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('OutOfBoundsException', 'OutOfBoundsException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('RuntimeException', 'RuntimeException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('LengthException', 'LengthException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('OutOfRangeException', 'OutOfRangeException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('InvalidArgumentException', 'InvalidArgumentException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DomainException', 'DomainException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('BadMethodCallException', 'BadMethodCallException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('BadFunctionCallException', 'BadFunctionCallException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('LogicException', 'LogicException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionExtension', 'ReflectionExtension', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionProperty', 'ReflectionProperty', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionObject', 'ReflectionObject', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionClass', 'ReflectionClass', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionMethod', 'ReflectionMethod', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionParameter', 'ReflectionParameter', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionFunction', 'ReflectionFunction', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionFunctionAbstract', 'ReflectionFunctionAbstract', '', NULL, 0, 0, 0, '', 1, 0, 0, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Reflection', 'Reflection', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Directory', 'Directory', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ReflectionException', 'ReflectionException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('php_user_filter', 'php_user_filter', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('finfo', 'finfo', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('__PHP_Incomplete_Class', '__PHP_Incomplete_Class', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMXPath', 'DOMXPath', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMStringExtend', 'DOMStringExtend', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMProcessingInstruction', 'DOMProcessingInstruction', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMEntity', 'DOMEntity', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMEntityReference', 'DOMEntityReference', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMNotation', 'DOMNotation', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMDocumentType', 'DOMDocumentType', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMCdataSection', 'DOMCdataSection', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMConfiguration', 'DOMConfiguration', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMLocator', 'DOMLocator', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMErrorHandler', 'DOMErrorHandler', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMDomError', 'DOMDomError', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMUserDataHandler', 'DOMUserDataHandler', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMTypeinfo', 'DOMTypeinfo', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMComment', 'DOMComment', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMText', 'DOMText', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMElement', 'DOMElement', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMAttr', 'DOMAttr', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMCharacterData', 'DOMCharacterData', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMNamedNodeMap', 'DOMNamedNodeMap', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMNodeList', 'DOMNodeList', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMDocument', 'DOMDocument', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMDocumentFragment', 'DOMDocumentFragment', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMNameSpaceNode', 'DOMNameSpaceNode', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMNode', 'DOMNode', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMImplementation', 'DOMImplementation', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMImplementationSource', 'DOMImplementationSource', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMImplementationList', 'DOMImplementationList', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMNameList', 'DOMNameList', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMStringList', 'DOMStringList', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DOMException', 'DOMException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('LibXMLError', 'LibXMLError', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DatePeriod', 'DatePeriod', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 1, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DateInterval', 'DateInterval', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DateTimeZone', 'DateTimeZone', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('DateTime', 'DateTime', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Closure', 'Closure', '', NULL, 0, 0, 0, '', 0, 1, 0, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('ErrorException', 'ErrorException', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('Exception', 'Exception', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
INSERT INTO `system_code_docu_class` (`class`, `name`, `namespace`, `text`, `dead`, `line_start`, `line_end`, `file`, `abstract`, `final`, `instantiable`, `interface`, `internal`, `iterateable`, `userdefined`) VALUES
('stdClass', 'stdClass', '', NULL, 0, 0, 0, '', 0, 0, 1, 0, 1, 0, 0);
/*!40000 ALTER TABLE `system_code_docu_class` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_class_constant
CREATE TABLE IF NOT EXISTS `system_code_docu_class_constant` (
`class` char(255) NOT NULL,
`name` char(255) NOT NULL,
`dead` bit(1) NOT NULL,
PRIMARY KEY (`class`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_class_constant: 0 rows
/*!40000 ALTER TABLE `system_code_docu_class_constant` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_class_constant` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_class_interface
CREATE TABLE IF NOT EXISTS `system_code_docu_class_interface` (
`class` char(255) NOT NULL,
`name` char(255) NOT NULL,
`dead` bit(1) NOT NULL,
PRIMARY KEY (`class`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_class_interface: 0 rows
/*!40000 ALTER TABLE `system_code_docu_class_interface` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_class_interface` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_class_method
CREATE TABLE IF NOT EXISTS `system_code_docu_class_method` (
`class` char(255) NOT NULL,
`name` char(255) NOT NULL,
`dead` bit(1) NOT NULL,
PRIMARY KEY (`class`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_class_method: 0 rows
/*!40000 ALTER TABLE `system_code_docu_class_method` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_class_method` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_class_property
CREATE TABLE IF NOT EXISTS `system_code_docu_class_property` (
`class` char(255) NOT NULL,
`name` char(255) NOT NULL,
`dead` bit(1) NOT NULL,
PRIMARY KEY (`class`,`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_class_property: 0 rows
/*!40000 ALTER TABLE `system_code_docu_class_property` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_class_property` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_const
CREATE TABLE IF NOT EXISTS `system_code_docu_const` (
`name` char(255) NOT NULL,
`text` int(10) DEFAULT NULL,
`dead` bit(1) NOT NULL,
`value` text NOT NULL,
`visibility` int(10) NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_const: 0 rows
/*!40000 ALTER TABLE `system_code_docu_const` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_const` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_func
CREATE TABLE IF NOT EXISTS `system_code_docu_func` (
`name` char(255) NOT NULL,
`namespace` char(255) DEFAULT NULL,
`text` int(10) DEFAULT NULL,
`dead` bit(1) NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_func: 0 rows
/*!40000 ALTER TABLE `system_code_docu_func` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_func` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_text
CREATE TABLE IF NOT EXISTS `system_code_docu_text` (
`id` int(10) NOT NULL,
`text` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_text: 0 rows
/*!40000 ALTER TABLE `system_code_docu_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_text` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_code_docu_var
CREATE TABLE IF NOT EXISTS `system_code_docu_var` (
`name` char(255) NOT NULL,
`namespace` char(255) DEFAULT NULL,
`text` int(11) DEFAULT NULL,
`dead` bit(1) NOT NULL,
`static` bit(1) NOT NULL,
`visibility` int(10) NOT NULL,
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_code_docu_var: 0 rows
/*!40000 ALTER TABLE `system_code_docu_var` DISABLE KEYS */;
/*!40000 ALTER TABLE `system_code_docu_var` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_cron
CREATE TABLE IF NOT EXISTS `system_cron` (
`class` char(255) NOT NULL,
`min` int(10) DEFAULT NULL,
`hour` int(10) DEFAULT NULL,
`day` int(10) DEFAULT NULL,
`day_week` int(10) DEFAULT NULL,
`month` int(10) DEFAULT NULL,
`last_run` timestamp NULL DEFAULT NULL,
`status` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`class`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- Exportiere Daten aus Tabelle host_mojotrollz.system_cron: ~1 rows (ungefähr)
/*!40000 ALTER TABLE `system_cron` DISABLE KEYS */;
INSERT INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES
('\\SYSTEM\\CRON\\cron_log2sqlite', 0, 0, 0, 0, 0, '2015-06-15 16:18:22', 1);
/*!40000 ALTER TABLE `system_cron` ENABLE KEYS */;
-- Exportiere Struktur von Tabelle host_mojotrollz.system_locale_string
CREATE TABLE IF NOT EXISTS `system_locale_string` (
`id` char(50) NOT NULL,
`category` int(10) unsigned NOT NULL,
`enUS` text NOT NULL,
`deDE` text NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Shall hold strings and its translation';
-- Exportiere Daten aus Tabelle host_mojotrollz.system_locale_string: 72 rows
/*!40000 ALTER TABLE `system_locale_string` DISABLE KEYS */;
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_username', 42, 'Username', 'Username');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_password', 42, 'Password', 'Passwort');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_login', 42, 'Login', 'Login');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_email', 42, 'EMail', 'E-Mail');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_last_active', 42, 'Last active', 'Zuletzt aktiv');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_join_date', 42, 'Joindate', 'Beitrittsdatum');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_locale', 42, 'Locale', 'Sprache');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_mod_login_admin_rights', 42, 'Admin Rights', 'Admin Rechte');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_error_mod_login_username_too_short', 43, 'Username is too short', 'Nutzername ist zu kurz');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_error_mod_login_username_too_long', 43, 'Username is too long', 'Nutzername ist zu lang');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_error_mod_login_username_required', 43, 'Username required', 'Nutzername erfoderlich');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_error_mod_login_password_too_short', 43, 'Password too short', 'Passwort zu kurz');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_error_mod_login_password_too_long', 43, 'Password too long', 'Passwort zu lang');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('sai_error_mod_login_password_required', 43, 'Password required', 'Passwort erforderlich');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('mojotrollz_page_title', 100, 'MojotrollZ', 'MojotrollZ');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('character_name', 100, 'character name', 'Charakter Name');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_human', 120, '
\r\nDiplomacy
\r\n
\r\nThe Human Spirit
\r\n
\r\nMace Specialization
\r\n
\r\nSword Specialization
\r\nPerception
', '
\nDiplomacy
\n
\nThe Human Spirit
\n
\nMace Specialization
\n
\nSword Specialization
\nPerception
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_dwarf', 120, '
Stoneform
\n
Frost Resistance
\n
Find Treasure
\n
Gun Specialization
', '
Stoneform
\n
Frost Resistance
\n
Find Treasure
\n
Gun Specialization
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_nightelf', 120, '
Shadowmeld
\n
Quickness
\n
Wisp Spirit
\n
Nature Resistance
', '
Shadowmeld
\n
Quickness
\n
Wisp Spirit
\n
Nature Resistance
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_gnome', 120, '
Escape Artist
\n
Expansive Mind
\n
Arcane Resistance
\n
Engineering Specialist
', '
Escape Artist
\n
Expansive Mind
\n
Arcane Resistance
\n
Engineering Specialist
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_ork', 120, '
Blood Fury
\n
Hardiness
\n
Command
\n
Axe Specialization
', '
Blood Fury
\n
Hardiness
\n
Command
\n
Axe Specialization
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_undead', 120, '
Will of the Forsaken
\n
Cannibalize
\n
Shadow Resistance
\n
Underwater Breathing
', '
Will of the Forsaken
\n
Cannibalize
\n
Shadow Resistance
\n
Underwater Breathing
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_troll', 120, '
Berserking
\n
Regeneration
\n
Beast Slaying
\n
Bow Specialization
\n
Throwing Specialization
', '
Berserking
\n
Regeneration
\n
Beast Slaying
\n
Bow Specialization
\n
Throwing Specialization
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('race_tauren', 120, '
War Stomp
\n
Endurance
\n
Cultivation
\n
Nature Resistance
', '
War Stomp
\n
Endurance
\n
Cultivation
\n
Nature Resistance
');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('spawn_info_title', 130, 'Info', 'Info');
INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES
('spawn_info_text', 130, '
Admin Rights
', 0, 2, '2015-04-16 17:55:53', '2015-04-16 17:55:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_admin_rights', 'frFR', 'Droits du administrateur', 3, 3, '2015-04-20 16:44:03', '2015-04-20 16:44:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_admin_rights', 'jaJA', '管理者権限', 0, 2, '2015-04-17 20:32:33', '2015-04-17 20:32:33'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_all', 'deDE', 'Alle', 2, 2, '2015-04-20 01:45:03', '2015-04-20 01:45:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_all', 'enUS', 'All', 2, 2, '2015-04-18 13:57:18', '2015-04-18 13:57:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_all', 'frFR', 'Tous', 3, 3, '2015-04-20 16:31:55', '2015-04-20 16:31:55'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_analytics', 'deDE', 'Statistik', 0, 0, '2015-04-16 14:13:25', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_analytics', 'enUS', 'Analytics', 2, 2, '2015-04-17 19:20:19', '2015-04-17 19:20:19'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_analytics', 'frFR', 'Statistique', 3, 3, '2015-04-20 14:20:35', '2015-04-20 14:20:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_analytics', 'jaJA', '統計', 0, 0, '2015-04-16 14:32:45', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_assign', 'deDE', 'Mach ich', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_assign', 'enUS', 'I Do it', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_back', 'deDE', 'Zurück', 2, 2, '2015-04-20 01:44:24', '2015-04-20 01:44:24'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_back', 'enUS', 'Back', 2, 2, '2015-04-18 13:34:53', '2015-04-18 13:34:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_back', 'frFR', 'Retour', 3, 3, '2015-04-20 16:34:28', '2015-04-20 16:34:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_cancel', 'deDE', 'Abbrechen', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_cancel', 'enUS', 'Cancel', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_cancel', 'frFR', 'Annuler', 3, 3, '2015-04-18 04:46:32', '2015-04-18 04:46:32'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_cancel', 'jaJA', 'キャンシル', 0, 0, '2015-04-15 18:41:22', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_change', 'deDE', 'Ändern', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_change', 'enUS', 'Change', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_close', 'deDE', 'Schließen', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_close', 'enUS', 'Close', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_close', 'frFR', 'Fermer', 3, 3, '2015-04-18 04:47:27', '2015-04-18 04:47:27'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_close', 'jaJA', '閉める', 0, 0, '2015-04-15 18:41:22', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_close_all', 'deDE', 'Alle schließen', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_close_all', 'enUS', 'Close all', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_deassign', 'deDE', 'Mach ich nicht', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_deassign', 'enUS', 'I don\'t Do that', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_delete', 'deDE', 'Löschen', 2, 2, '2015-04-20 01:45:45', '2015-04-20 01:45:45'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_delete', 'enUS', 'Delete', 2, 2, '2015-04-18 13:35:31', '2015-04-18 13:35:31'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_delete', 'frFR', 'Effacer', 3, 3, '2015-04-20 16:30:09', '2015-04-20 16:30:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_edit', 'deDE', 'Ändern', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_edit', 'enUS', 'Edit', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_email', 'deDE', 'E-Mail', 0, 2, '2015-04-17 20:30:52', '2015-04-17 20:30:52'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_email', 'enUS', 'EMail', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_email', 'frFR', 'éMail', 3, 3, '2015-04-20 14:21:33', '2015-04-20 14:21:33'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_email', 'jaJA', 'メール', 0, 0, '2015-04-15 18:41:22', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_email_wrong', 'deDE', 'Invalid EMail!', 0, 2, '2015-04-18 13:15:58', '2015-04-18 13:15:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_email_wrong', 'enUS', 'Invalid EMail!', 0, 0, '2015-04-18 13:15:58', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_email_wrong', 'frFR', 'Adresse courriel non valide!', 3, 3, '2015-04-20 16:23:48', '2015-04-20 16:23:48'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_error', 'deDE', 'Fehler', 2, 2, '2015-04-20 01:45:35', '2015-04-20 01:45:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_error', 'enUS', 'Error', 2, 2, '2015-04-18 13:56:13', '2015-04-18 13:56:13'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_error', 'frFR', 'Erreur', 3, 3, '2015-04-20 16:30:41', '2015-04-20 16:30:41'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_example', 'deDE', '
Welcome to the TinyMCE editor demo!Feel free to try out the different features that are provided, please note that the MoxieManager specific functionality is part of our commercial offering. The demo is to show the integration.
If you have questions or need help, feel free to visit our community forum! We also offer Enterprise support solutions. Also do not miss out on the documentation, its a great resource wiki for understanding how TinyMCE works and integrates.
If you think you have found a bug, you can use the Bug Tracker to report bugs to the developers.
And here is a simple table for you to play with.
| Product | Cost | Really? |
| TinyMCE | Free | YES! |
| Plupload | Free | YES! |
Enjoy our software and create great content!
Oh, and by the way, don\'t forget to check out our other product called Plupload, your ultimate upload solution with HTML5 upload support!
', 0, 2, '2015-04-18 13:31:15', '2015-04-18 13:31:15'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_example', 'enUS', '
Welcome to the TinyMCE editor demo!Feel free to try out the different features that are provided, please note that the MoxieManager specific functionality is part of our commercial offering. The demo is to show the integration.
\nIf you have questions or need help, feel free to visit our community forum! We also offer Enterprise support solutions. Also do not miss out on the documentation, its a great resource wiki for understanding how TinyMCE works and integrates.
\nIf you think you have found a bug, you can use the Bug Tracker to report bugs to the developers.
\nAnd here is a simple table for you to play with.
\n| Product | \nCost | \nReally? | \n
| TinyMCE | \nFree | \nYES! | \n
| Plupload | \nFree | \nYES! | \n
Enjoy our software and create great content!
\nOh, and by the way, don\'t forget to check out our other product called Plupload, your ultimate upload solution with HTML5 upload support!
', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_free', 'deDE', 'Frei', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_free', 'enUS', 'Free', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_generated', 'deDE', 'Generiert', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_generated', 'enUS', 'Generated', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_git', 'deDE', 'Git', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:48:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_git', 'enUS', 'Git', 2, 1, '2015-04-16 23:11:18', '2015-04-16 23:11:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_ips', 'deDE', 'IPs', 1, 1, '2015-04-16 23:22:09', '2015-04-16 16:47:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_ips', 'enUS', 'IPs', 2, 1, '2015-04-16 23:22:09', '2015-04-16 23:22:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_join_date', 'deDE', 'Beitrittsdatum', 0, 2, '2015-04-17 20:32:44', '2015-04-17 20:32:44'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_join_date', 'enUS', 'Joindate', 0, 0, '2015-04-15 18:29:16', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_join_date', 'frFR', 'Date de l\'affiliationWelcome to the SYSTEM Admin Interface - short SAI.
', 0, 1, '2015-04-16 22:59:29', '2015-04-16 22:59:29'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome', 'frFR', 'Accueillir en System Admin Interface - court: SAI.', 3, 3, '2015-04-20 16:40:27', '2015-04-20 16:40:27'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome', 'jaJA', 'SYSTEM-Admin-Interface、SAIて言う、へようこそ。
', 1, 2, '2015-04-16 22:59:29', '2015-04-16 19:16:02'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome_description', 'deDE', 'Hier erhalten Sie eine Übersicht über Funktionen und Statistiken ihres Web-Projekts', 0, 0, '2015-04-16 22:56:37', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome_description', 'enUS', 'From here you can control and manage your Website.', 0, 0, '2015-04-16 22:56:37', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome_description', 'frFR', 'D\'ici tu peux contrôler ton site Web.', 3, 3, '2015-04-20 16:41:46', '2015-04-20 16:41:46'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome_description', 'jaJA', 'SAIはあなたにプロジェクトのコントロールを挙げます。見渡しは下です。
', 1, 1, '2015-04-16 22:56:37', '2015-04-16 22:56:37'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_text_title', 'deDE', 'System Text', 2, 2, '2015-04-23 02:02:03', '2015-04-23 02:02:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_text_title', 'enUS', 'System Text', 2, 2, '2015-04-17 19:30:06', '2015-04-17 19:30:06'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_text_title', 'frFR', 'System Texte', 3, 3, '2015-04-20 19:17:35', '2015-04-20 19:17:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_title', 'deDE', '${project} - Admin Bereich', 1, 1, '2015-04-19 21:10:58', '2015-04-19 21:10:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_title', 'enUS', '${project} - Admin area', 2, 1, '2015-04-19 21:09:54', '2015-04-19 21:09:54'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_title', 'frFR', '${project} - Domaine d\'administration', 3, 3, '2015-04-20 19:12:40', '2015-04-20 19:12:40'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_title', 'jaJA', '${project} - アドミンーエリア', 1, 1, '2015-04-19 21:09:28', '2015-04-19 21:09:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_todo_title', 'deDE', 'System ToDo', 2, 2, '2015-04-23 01:53:37', '2015-04-23 01:53:37'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_todo_title', 'enUS', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_todo_title', 'esES', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_todo_title', 'frFR', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_todo_title', 'trTR', 'System ToDo', 2, 2, '2015-04-17 19:22:57', '2015-04-17 19:22:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('server_version', 'deDE', 'mojo', 0, 0, '2015-05-23 12:00:44', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('server_version', 'enUS', 'mojo', 0, 0, '2015-05-23 12:00:44', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('spawn_friendlist_title', 'deDE', 'Freundesliste', 0, 0, '2015-05-23 12:00:44', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('spawn_friendlist_title', 'enUS', 'Friendlist', 0, 0, '2015-05-23 12:00:44', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('spawn_info_text', 'deDE', '