-- --------------------------------------------------------
-- Host: 192.168.0.8
-- Server version: 12.3.1-MariaDB-ubu2404 - mariadb.org binary distribution
-- Server OS: debian-linux-gnu
-- HeidiSQL Version: 12.13.0.7147
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- Dumping database structure for habbo
CREATE DATABASE IF NOT EXISTS `habbo` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci */;
USE `habbo`;
-- Dumping structure for table habbo.achievements
DROP TABLE IF EXISTS `achievements`;
CREATE TABLE IF NOT EXISTS `achievements` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL DEFAULT 'ACH_',
`category` enum('identity','explore','music','social','games','room_builder','pets','tools','events') NOT NULL DEFAULT 'identity',
`level` int(11) NOT NULL DEFAULT 1,
`reward_amount` int(11) NOT NULL DEFAULT 100,
`reward_type` int(11) NOT NULL DEFAULT 0,
`points` int(11) DEFAULT 10,
`progress_needed` int(11) NOT NULL DEFAULT 1,
PRIMARY KEY (`name`,`level`) USING BTREE,
UNIQUE KEY `id` (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=2762 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.achievements: ~732 rows (approximately)
DELETE FROM `achievements`;
INSERT INTO `achievements` (`id`, `name`, `category`, `level`, `reward_amount`, `reward_type`, `points`, `progress_needed`) VALUES
(2708, 'AdvancedHorticulturist', 'explore', 1, 100, 0, 5, 1),
(2709, 'AdvancedHorticulturist', 'explore', 2, 100, 0, 10, 5),
(2710, 'AdvancedHorticulturist', 'explore', 3, 100, 0, 15, 10),
(2711, 'AdvancedHorticulturist', 'explore', 4, 100, 0, 20, 20),
(2712, 'AdvancedHorticulturist', 'explore', 5, 100, 0, 25, 30),
(2713, 'AdvancedHorticulturist', 'explore', 6, 100, 0, 30, 40),
(2714, 'AdvancedHorticulturist', 'explore', 7, 100, 0, 40, 60),
(2715, 'AdvancedHorticulturist', 'explore', 8, 100, 0, 60, 80),
(2716, 'AdvancedHorticulturist', 'explore', 9, 100, 0, 80, 120),
(2717, 'AdvancedHorticulturist', 'explore', 10, 100, 0, 120, 240),
(517, 'AllTimeHotelPresence', 'identity', 1, 5, 0, 0, 30),
(518, 'AllTimeHotelPresence', 'identity', 2, 10, 0, 5, 60),
(519, 'AllTimeHotelPresence', 'identity', 3, 15, 0, 10, 360),
(520, 'AllTimeHotelPresence', 'identity', 4, 20, 0, 15, 980),
(521, 'AllTimeHotelPresence', 'identity', 5, 25, 0, 20, 4560),
(522, 'AllTimeHotelPresence', 'identity', 6, 30, 0, 25, 13200),
(523, 'AllTimeHotelPresence', 'identity', 7, 35, 0, 30, 30480),
(524, 'AllTimeHotelPresence', 'identity', 8, 40, 0, 35, 65040),
(525, 'AllTimeHotelPresence', 'identity', 9, 45, 0, 40, 134160),
(526, 'AllTimeHotelPresence', 'identity', 10, 50, 0, 45, 872400),
(1342, 'AllTimeHotelPresence', 'identity', 11, 55, 0, 50, 7200),
(1343, 'AllTimeHotelPresence', 'identity', 12, 60, 0, 55, 10080),
(1344, 'AllTimeHotelPresence', 'identity', 13, 65, 0, 60, 20160),
(1345, 'AllTimeHotelPresence', 'identity', 14, 70, 0, 65, 30240),
(1346, 'AllTimeHotelPresence', 'identity', 15, 75, 0, 70, 40320),
(1347, 'AllTimeHotelPresence', 'identity', 16, 80, 0, 75, 50400),
(1348, 'AllTimeHotelPresence', 'identity', 17, 85, 0, 80, 60480),
(1349, 'AllTimeHotelPresence', 'identity', 18, 90, 0, 85, 80640),
(1350, 'AllTimeHotelPresence', 'identity', 19, 95, 0, 90, 100800),
(1351, 'AllTimeHotelPresence', 'identity', 20, 100, 0, 95, 438240),
(2758, 'Atcg', 'explore', 1, 100, 0, 20, 5),
(2759, 'Atcg', 'explore', 2, 100, 0, 30, 12),
(2760, 'Atcg', 'explore', 3, 100, 0, 50, 24),
(2761, 'Atcg', 'explore', 4, 100, 0, 100, 38),
(2602, 'AtcgSecret', 'explore', 1, 100, 0, 20, 5),
(2603, 'AtcgSecret', 'explore', 2, 100, 0, 30, 12),
(2604, 'AtcgSecret', 'explore', 3, 100, 0, 50, 24),
(2605, 'AtcgSecret', 'explore', 4, 100, 0, 100, 38),
(467, 'AvatarLooks', 'identity', 1, 5, 0, 5, 1),
(1120, 'BattleBallPlayer', 'games', 1, 5, 0, 5, 50),
(1121, 'BattleBallPlayer', 'games', 2, 10, 0, 5, 125),
(1122, 'BattleBallPlayer', 'games', 3, 15, 0, 10, 240),
(1123, 'BattleBallPlayer', 'games', 4, 20, 0, 15, 410),
(1124, 'BattleBallPlayer', 'games', 5, 25, 0, 20, 665),
(1125, 'BattleBallPlayer', 'games', 6, 30, 0, 25, 1045),
(1126, 'BattleBallPlayer', 'games', 7, 35, 0, 30, 1615),
(1127, 'BattleBallPlayer', 'games', 8, 40, 0, 35, 2465),
(1128, 'BattleBallPlayer', 'games', 9, 45, 0, 40, 3765),
(1129, 'BattleBallPlayer', 'games', 10, 50, 0, 45, 6215),
(1130, 'BattleBallPlayer', 'games', 11, 55, 0, 50, 10865),
(1131, 'BattleBallPlayer', 'games', 12, 60, 0, 55, 19665),
(1132, 'BattleBallPlayer', 'games', 13, 65, 0, 60, 36365),
(1133, 'BattleBallPlayer', 'games', 14, 70, 0, 65, 68115),
(1134, 'BattleBallPlayer', 'games', 15, 75, 0, 70, 128415),
(1135, 'BattleBallPlayer', 'games', 16, 80, 0, 75, 242965),
(1136, 'BattleBallPlayer', 'games', 17, 85, 0, 80, 460615),
(1137, 'BattleBallPlayer', 'games', 18, 90, 0, 85, 874115),
(1138, 'BattleBallPlayer', 'games', 19, 95, 0, 90, 1659765),
(1139, 'BattleBallPlayer', 'games', 20, 100, 0, 95, 3152515),
(1200, 'BattleBallQuestCompleted', 'games', 1, 5, 0, 0, 3),
(1201, 'BattleBallQuestCompleted', 'games', 2, 10, 0, 5, 5),
(1202, 'BattleBallQuestCompleted', 'games', 3, 15, 0, 10, 7),
(1203, 'BattleBallQuestCompleted', 'games', 4, 20, 0, 15, 10),
(1204, 'BattleBallQuestCompleted', 'games', 5, 25, 0, 20, 13),
(1205, 'BattleBallQuestCompleted', 'games', 6, 30, 0, 25, 16),
(1206, 'BattleBallQuestCompleted', 'games', 7, 35, 0, 30, 19),
(1207, 'BattleBallQuestCompleted', 'games', 8, 40, 0, 35, 20),
(1208, 'BattleBallQuestCompleted', 'games', 9, 45, 0, 40, 21),
(1209, 'BattleBallQuestCompleted', 'games', 10, 50, 0, 45, 22),
(660, 'BattleBallTilesLocked', 'games', 1, 5, 0, 5, 25),
(661, 'BattleBallTilesLocked', 'games', 2, 10, 0, 5, 65),
(662, 'BattleBallTilesLocked', 'games', 3, 15, 0, 10, 125),
(663, 'BattleBallTilesLocked', 'games', 4, 20, 0, 15, 205),
(664, 'BattleBallTilesLocked', 'games', 5, 25, 0, 20, 335),
(665, 'BattleBallTilesLocked', 'games', 6, 30, 0, 25, 525),
(666, 'BattleBallTilesLocked', 'games', 7, 35, 0, 30, 805),
(667, 'BattleBallTilesLocked', 'games', 8, 40, 0, 35, 1235),
(668, 'BattleBallTilesLocked', 'games', 9, 45, 0, 40, 1875),
(669, 'BattleBallTilesLocked', 'games', 10, 50, 0, 45, 2875),
(670, 'BattleBallTilesLocked', 'games', 11, 55, 0, 50, 4375),
(671, 'BattleBallTilesLocked', 'games', 12, 60, 0, 55, 6875),
(672, 'BattleBallTilesLocked', 'games', 13, 65, 0, 60, 10775),
(673, 'BattleBallTilesLocked', 'games', 14, 70, 0, 65, 17075),
(674, 'BattleBallTilesLocked', 'games', 15, 75, 0, 70, 27175),
(675, 'BattleBallTilesLocked', 'games', 16, 80, 0, 75, 43275),
(676, 'BattleBallTilesLocked', 'games', 17, 85, 0, 80, 69075),
(677, 'BattleBallTilesLocked', 'games', 18, 90, 0, 85, 110375),
(678, 'BattleBallTilesLocked', 'games', 19, 95, 0, 90, 176375),
(679, 'BattleBallTilesLocked', 'games', 20, 100, 0, 95, 482075),
(1230, 'BattleBallWinner', 'games', 1, 5, 0, 0, 50),
(1231, 'BattleBallWinner', 'games', 2, 10, 0, 5, 125),
(1232, 'BattleBallWinner', 'games', 3, 15, 0, 10, 240),
(1233, 'BattleBallWinner', 'games', 4, 20, 0, 15, 410),
(1234, 'BattleBallWinner', 'games', 5, 25, 0, 20, 665),
(1235, 'BattleBallWinner', 'games', 6, 30, 0, 25, 1045),
(1236, 'BattleBallWinner', 'games', 7, 35, 0, 30, 1615),
(1237, 'BattleBallWinner', 'games', 8, 40, 0, 35, 2465),
(1238, 'BattleBallWinner', 'games', 9, 45, 0, 40, 3765),
(1239, 'BattleBallWinner', 'games', 10, 50, 0, 45, 6215),
(1240, 'BattleBallWinner', 'games', 11, 55, 0, 50, 10865),
(1241, 'BattleBallWinner', 'games', 12, 60, 0, 55, 19665),
(1242, 'BattleBallWinner', 'games', 13, 65, 0, 60, 36365),
(1243, 'BattleBallWinner', 'games', 14, 70, 0, 65, 68115),
(1244, 'BattleBallWinner', 'games', 15, 75, 0, 70, 128415),
(1245, 'BattleBallWinner', 'games', 16, 80, 0, 75, 242965),
(1246, 'BattleBallWinner', 'games', 17, 85, 0, 80, 460615),
(1247, 'BattleBallWinner', 'games', 18, 90, 0, 85, 874115),
(1248, 'BattleBallWinner', 'games', 19, 95, 0, 90, 1659765),
(1249, 'BattleBallWinner', 'games', 20, 100, 0, 95, 3152515),
(2611, 'Bazaar', 'explore', 1, 5, 0, 5, 1),
(2612, 'Bazaar', 'explore', 2, 10, 0, 10, 5),
(2613, 'Bazaar', 'explore', 3, 20, 0, 20, 20),
(2614, 'Bazaar', 'explore', 4, 40, 0, 40, 40),
(2615, 'Bazaar', 'explore', 5, 50, 0, 50, 60),
(2616, 'Bazaar', 'explore', 6, 60, 0, 60, 80),
(2617, 'Bazaar', 'explore', 7, 80, 0, 80, 100),
(2618, 'Bazaar', 'explore', 8, 100, 0, 100, 120),
(2619, 'Bazaar', 'explore', 9, 100, 0, 100, 180),
(2620, 'Bazaar', 'explore', 10, 100, 0, 100, 240),
(2555, 'CameraPhotoCount', 'explore', 1, 5, 0, 5, 1),
(2556, 'CameraPhotoCount', 'explore', 2, 10, 0, 5, 5),
(2557, 'CameraPhotoCount', 'explore', 3, 15, 0, 10, 15),
(2558, 'CameraPhotoCount', 'explore', 4, 20, 0, 15, 30),
(2559, 'CameraPhotoCount', 'explore', 5, 25, 0, 20, 50),
(2560, 'CameraPhotoCount', 'explore', 6, 30, 0, 25, 100),
(2561, 'CameraPhotoCount', 'explore', 7, 35, 0, 30, 200),
(2562, 'CameraPhotoCount', 'explore', 8, 40, 0, 35, 400),
(2563, 'CameraPhotoCount', 'explore', 9, 45, 0, 40, 800),
(2564, 'CameraPhotoCount', 'explore', 10, 50, 0, 45, 1000),
(2586, 'Chef', 'explore', 1, 5, 0, 5, 1),
(2587, 'Chef', 'explore', 2, 10, 0, 10, 5),
(2588, 'Chef', 'explore', 3, 15, 0, 15, 10),
(2589, 'Chef', 'explore', 4, 20, 0, 20, 20),
(2590, 'Chef', 'explore', 5, 25, 0, 25, 40),
(2591, 'Chef', 'explore', 6, 30, 0, 30, 60),
(2592, 'Chef', 'explore', 7, 35, 0, 35, 80),
(2593, 'Chef', 'explore', 8, 50, 0, 50, 100),
(2594, 'Chef', 'explore', 9, 80, 0, 80, 120),
(2595, 'Chef', 'explore', 10, 100, 0, 100, 250),
(2728, 'CrossTrainer', 'explore', 1, 10, 0, 10, 1),
(2729, 'CrossTrainer', 'explore', 2, 20, 0, 20, 10),
(2730, 'CrossTrainer', 'explore', 3, 30, 0, 30, 30),
(2731, 'CrossTrainer', 'explore', 4, 40, 0, 40, 60),
(2732, 'CrossTrainer', 'explore', 5, 50, 0, 50, 120),
(2733, 'CrossTrainer', 'explore', 6, 60, 0, 60, 240),
(2734, 'CrossTrainer', 'explore', 7, 70, 0, 70, 600),
(2735, 'CrossTrainer', 'explore', 8, 80, 0, 80, 1200),
(2736, 'CrossTrainer', 'explore', 9, 90, 0, 90, 2400),
(2737, 'CrossTrainer', 'explore', 10, 100, 0, 100, 4800),
(2318, 'CrystalCracker', 'explore', 1, 5, 0, 0, 1),
(2319, 'CrystalCracker', 'explore', 2, 10, 0, 5, 25),
(2320, 'CrystalCracker', 'explore', 3, 15, 0, 10, 50),
(2321, 'CrystalCracker', 'explore', 4, 20, 0, 15, 100),
(2322, 'CrystalCracker', 'explore', 5, 25, 0, 20, 200),
(2323, 'CrystalCracker', 'explore', 6, 30, 0, 25, 400),
(2324, 'CrystalCracker', 'explore', 7, 35, 0, 30, 800),
(2325, 'CrystalCracker', 'explore', 8, 40, 0, 35, 1600),
(2326, 'CrystalCracker', 'explore', 9, 45, 0, 40, 3200),
(2327, 'CrystalCracker', 'explore', 10, 50, 0, 45, 6400),
(2023, 'EggCracker', 'explore', 1, 5, 0, 0, 10),
(2024, 'EggCracker', 'explore', 2, 10, 0, 5, 20),
(2025, 'EggCracker', 'explore', 3, 15, 0, 10, 80),
(2026, 'EggCracker', 'explore', 4, 20, 0, 15, 320),
(2027, 'EggCracker', 'explore', 5, 25, 0, 20, 1280),
(2028, 'EggCracker', 'explore', 6, 30, 0, 25, 5120),
(2029, 'EggCracker', 'explore', 7, 35, 0, 30, 10240),
(2030, 'EggCracker', 'explore', 8, 40, 0, 35, 20480),
(2031, 'EggCracker', 'explore', 9, 45, 0, 40, 40960),
(2032, 'EggCracker', 'explore', 10, 50, 0, 45, 81920),
(2020, 'EggMaster', 'explore', 1, 5, 0, 5, 1),
(2021, 'EggMaster', 'explore', 2, 10, 0, 5, 3),
(2022, 'EggMaster', 'explore', 3, 15, 0, 10, 7),
(720, 'EsA', 'games', 1, 5, 0, 0, 2),
(721, 'EsA', 'games', 2, 10, 0, 5, 5),
(722, 'EsA', 'games', 3, 15, 0, 10, 10),
(723, 'EsA', 'games', 4, 20, 0, 15, 18),
(724, 'EsA', 'games', 5, 25, 0, 20, 30),
(725, 'EsA', 'games', 6, 30, 0, 25, 50),
(726, 'EsA', 'games', 7, 35, 0, 30, 80),
(727, 'EsA', 'games', 8, 40, 0, 35, 125),
(728, 'EsA', 'games', 9, 45, 0, 40, 200),
(729, 'EsA', 'games', 10, 50, 0, 45, 300),
(730, 'EsA', 'games', 11, 55, 0, 50, 420),
(731, 'EsA', 'games', 12, 60, 0, 55, 600),
(732, 'EsA', 'games', 13, 65, 0, 60, 900),
(733, 'EsA', 'games', 14, 70, 0, 65, 1500),
(734, 'EsA', 'games', 15, 75, 0, 70, 2500),
(735, 'EsA', 'games', 16, 80, 0, 75, 3700),
(736, 'EsA', 'games', 17, 85, 0, 80, 5400),
(737, 'EsA', 'games', 18, 90, 0, 85, 8000),
(738, 'EsA', 'games', 19, 95, 0, 90, 12000),
(739, 'EsA', 'games', 20, 100, 0, 95, 200000),
(2606, 'ffusion', 'explore', 1, 10, 0, 10, 1),
(2607, 'ffusion', 'explore', 2, 20, 0, 20, 3),
(2608, 'ffusion', 'explore', 3, 30, 0, 30, 5),
(2609, 'ffusion', 'explore', 4, 50, 0, 50, 8),
(2610, 'ffusion', 'explore', 5, 100, 0, 100, 10),
(1690, 'FootballGoalScored', 'games', 1, 5, 0, 0, 1),
(1691, 'FootballGoalScored', 'games', 2, 10, 0, 5, 10),
(1692, 'FootballGoalScored', 'games', 3, 15, 0, 10, 100),
(1693, 'FootballGoalScored', 'games', 4, 20, 0, 15, 1000),
(1694, 'FootballGoalScored', 'games', 5, 25, 0, 20, 10000),
(1764, 'FootballGoalScoredInRoom', 'games', 1, 5, 0, 0, 1),
(1765, 'FootballGoalScoredInRoom', 'games', 2, 10, 0, 5, 20),
(1766, 'FootballGoalScoredInRoom', 'games', 3, 15, 0, 10, 400),
(1767, 'FootballGoalScoredInRoom', 'games', 4, 20, 0, 15, 8000),
(1768, 'FootballGoalScoredInRoom', 'games', 5, 25, 0, 20, 160000),
(1160, 'FreezePlayer', 'games', 1, 5, 0, 5, 50),
(1161, 'FreezePlayer', 'games', 2, 10, 0, 5, 125),
(1162, 'FreezePlayer', 'games', 3, 15, 0, 10, 240),
(1163, 'FreezePlayer', 'games', 4, 20, 0, 15, 410),
(1164, 'FreezePlayer', 'games', 5, 25, 0, 20, 665),
(1165, 'FreezePlayer', 'games', 6, 30, 0, 25, 1045),
(1166, 'FreezePlayer', 'games', 7, 35, 0, 30, 1615),
(1167, 'FreezePlayer', 'games', 8, 40, 0, 35, 2465),
(1168, 'FreezePlayer', 'games', 9, 45, 0, 40, 3765),
(1169, 'FreezePlayer', 'games', 10, 50, 0, 45, 6215),
(1170, 'FreezePlayer', 'games', 11, 55, 0, 50, 10865),
(1171, 'FreezePlayer', 'games', 12, 60, 0, 55, 19665),
(1172, 'FreezePlayer', 'games', 13, 65, 0, 60, 36365),
(1173, 'FreezePlayer', 'games', 14, 70, 0, 65, 68115),
(1174, 'FreezePlayer', 'games', 15, 75, 0, 70, 128415),
(1175, 'FreezePlayer', 'games', 16, 80, 0, 75, 242965),
(1176, 'FreezePlayer', 'games', 17, 85, 0, 80, 460615),
(1177, 'FreezePlayer', 'games', 18, 90, 0, 85, 874115),
(1178, 'FreezePlayer', 'games', 19, 95, 0, 90, 1659765),
(1179, 'FreezePlayer', 'games', 20, 100, 0, 95, 8152515),
(1180, 'FreezePowerUp', 'games', 1, 5, 0, 0, 1),
(1181, 'FreezePowerUp', 'games', 2, 10, 0, 5, 3),
(1182, 'FreezePowerUp', 'games', 3, 15, 0, 10, 6),
(1183, 'FreezePowerUp', 'games', 4, 20, 0, 15, 10),
(1184, 'FreezePowerUp', 'games', 5, 25, 0, 20, 15),
(1185, 'FreezePowerUp', 'games', 6, 30, 0, 25, 21),
(1186, 'FreezePowerUp', 'games', 7, 35, 0, 30, 29),
(1187, 'FreezePowerUp', 'games', 8, 40, 0, 35, 39),
(1188, 'FreezePowerUp', 'games', 9, 45, 0, 40, 52),
(1189, 'FreezePowerUp', 'games', 10, 50, 0, 45, 68),
(1190, 'FreezePowerUp', 'games', 11, 55, 0, 50, 88),
(1191, 'FreezePowerUp', 'games', 12, 60, 0, 55, 112),
(1192, 'FreezePowerUp', 'games', 13, 65, 0, 60, 141),
(1193, 'FreezePowerUp', 'games', 14, 70, 0, 65, 176),
(1194, 'FreezePowerUp', 'games', 15, 75, 0, 70, 221),
(1195, 'FreezePowerUp', 'games', 16, 80, 0, 75, 281),
(1196, 'FreezePowerUp', 'games', 17, 85, 0, 80, 361),
(1197, 'FreezePowerUp', 'games', 18, 90, 0, 85, 481),
(1198, 'FreezePowerUp', 'games', 19, 95, 0, 90, 661),
(1199, 'FreezePowerUp', 'games', 20, 100, 0, 95, 961),
(1140, 'FreezeWinner', 'games', 1, 5, 0, 5, 50),
(1141, 'FreezeWinner', 'games', 2, 10, 0, 5, 125),
(1142, 'FreezeWinner', 'games', 3, 15, 0, 10, 240),
(1143, 'FreezeWinner', 'games', 4, 20, 0, 15, 410),
(1144, 'FreezeWinner', 'games', 5, 25, 0, 20, 665),
(1145, 'FreezeWinner', 'games', 6, 30, 0, 25, 1045),
(1146, 'FreezeWinner', 'games', 7, 35, 0, 30, 1615),
(1147, 'FreezeWinner', 'games', 8, 40, 0, 35, 2465),
(1148, 'FreezeWinner', 'games', 9, 45, 0, 40, 3765),
(1149, 'FreezeWinner', 'games', 10, 50, 0, 45, 6215),
(1150, 'FreezeWinner', 'games', 11, 55, 0, 50, 10865),
(1151, 'FreezeWinner', 'games', 12, 60, 0, 55, 19665),
(1152, 'FreezeWinner', 'games', 13, 65, 0, 60, 36365),
(1153, 'FreezeWinner', 'games', 14, 70, 0, 65, 68115),
(1154, 'FreezeWinner', 'games', 15, 75, 0, 70, 128415),
(1155, 'FreezeWinner', 'games', 16, 80, 0, 75, 242965),
(1156, 'FreezeWinner', 'games', 17, 85, 0, 80, 460615),
(1157, 'FreezeWinner', 'games', 18, 90, 0, 85, 874115),
(1158, 'FreezeWinner', 'games', 19, 95, 0, 90, 1659765),
(1159, 'FreezeWinner', 'games', 20, 100, 0, 95, 3152515),
(1741, 'FriendListSize', 'social', 1, 5, 0, 0, 2),
(1742, 'FriendListSize', 'social', 2, 10, 0, 5, 10),
(1743, 'FriendListSize', 'social', 3, 15, 0, 10, 30),
(1744, 'FriendListSize', 'social', 4, 20, 0, 15, 85),
(1745, 'FriendListSize', 'social', 5, 25, 0, 20, 150),
(1746, 'FriendListSize', 'social', 6, 30, 0, 25, 250),
(1747, 'FriendListSize', 'social', 7, 35, 0, 30, 350),
(1748, 'FriendListSize', 'social', 8, 40, 0, 35, 500),
(1749, 'FriendListSize', 'social', 9, 45, 0, 40, 700),
(1750, 'FriendListSize', 'social', 10, 50, 0, 45, 800),
(1751, 'FriendListSize', 'social', 11, 55, 0, 50, 900),
(1752, 'FriendListSize', 'social', 12, 60, 0, 55, 1000),
(1753, 'FriendListSize', 'social', 13, 65, 0, 60, 1100),
(1886, 'FurnimaticQuest', 'explore', 1, 5, 0, 5, 1),
(1887, 'FurnimaticQuest', 'explore', 2, 10, 0, 5, 2),
(1888, 'FurnimaticQuest', 'explore', 3, 15, 0, 10, 3),
(1889, 'FurnimaticQuest', 'explore', 4, 20, 0, 15, 4),
(1890, 'FurnimaticQuest', 'explore', 5, 25, 0, 20, 5),
(1891, 'FurnimaticQuest', 'explore', 6, 30, 0, 25, 6),
(1892, 'FurnimaticQuest', 'explore', 7, 35, 0, 30, 7),
(1893, 'FurnimaticQuest', 'explore', 8, 40, 0, 35, 8),
(1894, 'FurnimaticQuest', 'explore', 9, 45, 0, 40, 9),
(1895, 'FurnimaticQuest', 'explore', 10, 50, 0, 45, 10),
(1896, 'FurnimaticQuest', 'explore', 11, 55, 0, 50, 11),
(1897, 'FurnimaticQuest', 'explore', 12, 60, 0, 55, 12),
(1898, 'FurnimaticQuest', 'explore', 13, 65, 0, 60, 13),
(1899, 'FurnimaticQuest', 'explore', 14, 70, 0, 65, 14),
(1900, 'FurnimaticQuest', 'explore', 15, 75, 0, 70, 15),
(1901, 'FurnimaticQuest', 'explore', 16, 80, 0, 75, 16),
(1902, 'FurnimaticQuest', 'explore', 17, 85, 0, 80, 17),
(589, 'GiftGiver', 'social', 1, 5, 0, 0, 1),
(590, 'GiftGiver', 'social', 2, 10, 0, 5, 6),
(591, 'GiftGiver', 'social', 3, 15, 0, 10, 14),
(592, 'GiftGiver', 'social', 4, 20, 0, 15, 26),
(593, 'GiftGiver', 'social', 5, 25, 0, 20, 46),
(594, 'GiftGiver', 'social', 6, 30, 0, 25, 86),
(595, 'GiftGiver', 'social', 7, 35, 0, 30, 146),
(596, 'GiftGiver', 'social', 8, 40, 0, 35, 236),
(597, 'GiftGiver', 'social', 9, 45, 0, 40, 366),
(598, 'GiftGiver', 'social', 10, 50, 0, 45, 1566),
(1391, 'GiftGiver', 'social', 11, 55, 0, 50, 816),
(1392, 'GiftGiver', 'social', 12, 60, 0, 55, 1141),
(1393, 'GiftGiver', 'social', 13, 65, 0, 60, 1541),
(1394, 'GiftGiver', 'social', 14, 70, 0, 65, 2041),
(1395, 'GiftGiver', 'social', 15, 75, 0, 70, 2591),
(605, 'GiftReceiver', 'social', 1, 5, 0, 5, 1),
(606, 'GiftReceiver', 'social', 2, 10, 0, 5, 6),
(607, 'GiftReceiver', 'social', 3, 15, 0, 10, 14),
(608, 'GiftReceiver', 'social', 4, 20, 0, 15, 26),
(609, 'GiftReceiver', 'social', 5, 25, 0, 20, 46),
(610, 'GiftReceiver', 'social', 6, 30, 0, 25, 86),
(611, 'GiftReceiver', 'social', 7, 35, 0, 30, 146),
(612, 'GiftReceiver', 'social', 8, 40, 0, 35, 236),
(613, 'GiftReceiver', 'social', 9, 45, 0, 40, 366),
(614, 'GiftReceiver', 'social', 10, 50, 0, 45, 1566),
(2621, 'GnomeFeeding', 'pets', 1, 10, 0, 10, 100),
(2622, 'GnomeFeeding', 'pets', 2, 15, 0, 15, 250),
(2623, 'GnomeFeeding', 'pets', 3, 20, 0, 20, 400),
(2624, 'GnomeFeeding', 'pets', 4, 25, 0, 25, 600),
(2625, 'GnomeFeeding', 'pets', 5, 30, 0, 30, 800),
(2626, 'GnomeFeeding', 'pets', 6, 40, 0, 40, 1000),
(2627, 'GnomeFeeding', 'pets', 7, 50, 0, 50, 2000),
(2628, 'GnomeFeeding', 'pets', 8, 70, 0, 70, 4000),
(2629, 'GnomeFeeding', 'pets', 9, 80, 0, 80, 8000),
(2630, 'GnomeFeeding', 'pets', 10, 100, 0, 100, 10000),
(2453, 'GnomeLevelUp', 'pets', 1, 5, 0, 0, 1),
(2454, 'GnomeLevelUp', 'pets', 2, 10, 0, 5, 3),
(2455, 'GnomeLevelUp', 'pets', 3, 15, 0, 10, 5),
(2456, 'GnomeLevelUp', 'pets', 4, 20, 0, 15, 7),
(2457, 'GnomeLevelUp', 'pets', 5, 25, 0, 20, 9),
(2458, 'GnomeLevelUp', 'pets', 6, 30, 0, 25, 11),
(2459, 'GnomeLevelUp', 'pets', 7, 35, 0, 30, 13),
(2460, 'GnomeLevelUp', 'pets', 8, 40, 0, 35, 15),
(2461, 'GnomeLevelUp', 'pets', 9, 45, 0, 40, 17),
(2462, 'GnomeLevelUp', 'pets', 10, 50, 0, 45, 20),
(2443, 'GnomeRespectGiver', 'pets', 1, 5, 0, 0, 3),
(2444, 'GnomeRespectGiver', 'pets', 2, 10, 0, 5, 10),
(2445, 'GnomeRespectGiver', 'pets', 3, 15, 0, 10, 20),
(2446, 'GnomeRespectGiver', 'pets', 4, 20, 0, 15, 40),
(2447, 'GnomeRespectGiver', 'pets', 5, 25, 0, 20, 70),
(2448, 'GnomeRespectGiver', 'pets', 6, 30, 0, 25, 120),
(2449, 'GnomeRespectGiver', 'pets', 7, 35, 0, 30, 200),
(2450, 'GnomeRespectGiver', 'pets', 8, 40, 0, 35, 300),
(2451, 'GnomeRespectGiver', 'pets', 9, 45, 0, 40, 500),
(2452, 'GnomeRespectGiver', 'pets', 10, 50, 0, 45, 750),
(1903, 'GuideAdvertisementReader', 'identity', 1, 5, 0, 5, 1),
(1479, 'GuideEnrollmentLifetime', 'explore', 1, 5, 0, 0, 1),
(1480, 'GuideEnrollmentLifetime', 'explore', 2, 10, 0, 5, 7),
(1481, 'GuideEnrollmentLifetime', 'explore', 3, 15, 0, 10, 14),
(1482, 'GuideEnrollmentLifetime', 'explore', 4, 20, 0, 15, 21),
(1483, 'GuideEnrollmentLifetime', 'explore', 5, 25, 0, 20, 28),
(1484, 'GuideEnrollmentLifetime', 'explore', 6, 30, 0, 25, 56),
(1485, 'GuideEnrollmentLifetime', 'explore', 7, 35, 0, 30, 70),
(1486, 'GuideEnrollmentLifetime', 'explore', 8, 40, 0, 35, 112),
(1487, 'GuideEnrollmentLifetime', 'explore', 9, 45, 0, 40, 168),
(1488, 'GuideEnrollmentLifetime', 'explore', 10, 50, 0, 45, 224),
(1489, 'GuideEnrollmentLifetime', 'explore', 11, 55, 0, 50, 280),
(1490, 'GuideEnrollmentLifetime', 'explore', 12, 60, 0, 55, 365),
(1491, 'GuideEnrollmentLifetime', 'explore', 13, 65, 0, 60, 548),
(1492, 'GuideEnrollmentLifetime', 'explore', 14, 70, 0, 65, 730),
(1493, 'GuideEnrollmentLifetime', 'explore', 15, 75, 0, 70, 913),
(1494, 'GuideEnrollmentLifetime', 'explore', 16, 80, 0, 75, 1095),
(1495, 'GuideEnrollmentLifetime', 'explore', 17, 85, 0, 80, 1278),
(1496, 'GuideEnrollmentLifetime', 'explore', 18, 90, 0, 85, 1460),
(1497, 'GuideEnrollmentLifetime', 'explore', 19, 95, 0, 90, 1643),
(1498, 'GuideEnrollmentLifetime', 'explore', 20, 100, 0, 95, 1825),
(1653, 'GuideFeedbackGiver', 'explore', 1, 5, 0, 5, 2),
(1654, 'GuideFeedbackGiver', 'explore', 2, 10, 0, 5, 5),
(1646, 'GuideRecommendation', 'explore', 1, 5, 0, 5, 2),
(1647, 'GuideRecommendation', 'explore', 2, 10, 0, 5, 5),
(1648, 'GuideRecommendation', 'explore', 3, 15, 0, 10, 10),
(1649, 'GuideRecommendation', 'explore', 4, 20, 0, 15, 15),
(1650, 'GuideRecommendation', 'explore', 5, 25, 0, 20, 30),
(1651, 'GuideRecommendation', 'explore', 6, 30, 0, 25, 55),
(1652, 'GuideRecommendation', 'explore', 7, 35, 0, 30, 85),
(1716, 'GuideRequester', 'explore', 1, 5, 0, 0, 2),
(1717, 'GuideRequester', 'explore', 2, 10, 0, 5, 5),
(1706, 'GuideRequestHandler', 'explore', 1, 5, 0, 5, 2),
(1707, 'GuideRequestHandler', 'explore', 2, 10, 0, 5, 5),
(1708, 'GuideRequestHandler', 'explore', 3, 15, 0, 10, 10),
(1709, 'GuideRequestHandler', 'explore', 4, 20, 0, 15, 15),
(1710, 'GuideRequestHandler', 'explore', 5, 25, 0, 20, 30),
(1711, 'GuideRequestHandler', 'explore', 6, 30, 0, 25, 55),
(1712, 'GuideRequestHandler', 'explore', 7, 35, 0, 30, 85),
(1713, 'GuideRequestHandler', 'explore', 8, 40, 0, 35, 115),
(1714, 'GuideRequestHandler', 'explore', 9, 45, 0, 40, 150),
(1715, 'GuideRequestHandler', 'explore', 10, 50, 0, 45, 200),
(480, 'HappyHour', 'identity', 1, 5, 0, 5, 1),
(2738, 'Jogger', 'explore', 1, 10, 0, 10, 1),
(2739, 'Jogger', 'explore', 2, 20, 0, 20, 10),
(2740, 'Jogger', 'explore', 3, 30, 0, 30, 30),
(2741, 'Jogger', 'explore', 4, 40, 0, 40, 60),
(2742, 'Jogger', 'explore', 5, 50, 0, 50, 120),
(2743, 'Jogger', 'explore', 6, 60, 0, 60, 240),
(2744, 'Jogger', 'explore', 7, 70, 0, 70, 600),
(2745, 'Jogger', 'explore', 8, 80, 0, 80, 1200),
(2746, 'Jogger', 'explore', 9, 90, 0, 90, 2400),
(2747, 'Jogger', 'explore', 10, 100, 0, 100, 4800),
(2403, 'LeprechaunLevelUp', 'pets', 1, 5, 0, 0, 1),
(2404, 'LeprechaunLevelUp', 'pets', 2, 10, 0, 5, 5),
(2405, 'LeprechaunLevelUp', 'pets', 3, 15, 0, 10, 10),
(2406, 'LeprechaunLevelUp', 'pets', 4, 20, 0, 15, 20),
(2407, 'LeprechaunLevelUp', 'pets', 5, 25, 0, 20, 30),
(2408, 'LeprechaunLevelUp', 'pets', 6, 30, 0, 25, 50),
(2409, 'LeprechaunLevelUp', 'pets', 7, 35, 0, 30, 80),
(2410, 'LeprechaunLevelUp', 'pets', 8, 40, 0, 35, 130),
(2411, 'LeprechaunLevelUp', 'pets', 9, 45, 0, 40, 200),
(2412, 'LeprechaunLevelUp', 'pets', 10, 50, 0, 45, 350),
(2382, 'LeprechaunRespectGiver', 'pets', 1, 5, 0, 0, 3),
(2383, 'LeprechaunRespectGiver', 'pets', 2, 10, 0, 5, 10),
(2384, 'LeprechaunRespectGiver', 'pets', 3, 15, 0, 10, 20),
(2385, 'LeprechaunRespectGiver', 'pets', 4, 20, 0, 15, 40),
(2386, 'LeprechaunRespectGiver', 'pets', 5, 25, 0, 20, 70),
(2387, 'LeprechaunRespectGiver', 'pets', 6, 30, 0, 25, 120),
(2388, 'LeprechaunRespectGiver', 'pets', 7, 35, 0, 30, 200),
(2389, 'LeprechaunRespectGiver', 'pets', 8, 40, 0, 35, 300),
(2390, 'LeprechaunRespectGiver', 'pets', 9, 45, 0, 40, 500),
(2391, 'LeprechaunRespectGiver', 'pets', 10, 50, 0, 45, 750),
(1660, 'MonsterPlantGardenOfDeath', 'explore', 1, 5, 0, 0, 5),
(1661, 'MonsterPlantGardenOfDeath', 'explore', 2, 10, 0, 5, 30),
(1662, 'MonsterPlantGardenOfDeath', 'explore', 3, 15, 0, 10, 100),
(1663, 'MonsterPlantGardenOfDeath', 'explore', 4, 20, 0, 15, 500),
(1664, 'MonsterPlantGardenOfDeath', 'explore', 5, 25, 0, 20, 2000),
(1665, 'MonsterPlantHealer', 'pets', 1, 5, 0, 0, 5),
(1666, 'MonsterPlantHealer', 'pets', 2, 10, 0, 5, 30),
(1667, 'MonsterPlantHealer', 'pets', 3, 15, 0, 10, 100),
(1668, 'MonsterPlantHealer', 'pets', 4, 20, 0, 15, 500),
(1669, 'MonsterPlantHealer', 'pets', 5, 25, 0, 20, 2000),
(1513, 'MonsterPlantTreater', 'explore', 1, 5, 0, 0, 5),
(1514, 'MonsterPlantTreater', 'explore', 2, 10, 0, 5, 30),
(1515, 'MonsterPlantTreater', 'explore', 3, 15, 0, 10, 130),
(1516, 'MonsterPlantTreater', 'explore', 4, 20, 0, 15, 380),
(1517, 'MonsterPlantTreater', 'explore', 5, 25, 0, 20, 1380),
(479, 'Motto', 'identity', 1, 5, 0, 5, 1),
(2748, 'MusicCollector', 'music', 1, 100, 0, 10, 2),
(2749, 'MusicCollector', 'music', 2, 100, 0, 15, 5),
(2750, 'MusicCollector', 'music', 3, 100, 0, 20, 20),
(2751, 'MusicCollector', 'music', 4, 100, 0, 25, 40),
(2752, 'MusicCollector', 'music', 5, 100, 0, 30, 60),
(2753, 'MusicCollector', 'music', 6, 100, 0, 35, 80),
(2754, 'MusicCollector', 'music', 7, 100, 0, 40, 120),
(2755, 'MusicCollector', 'music', 8, 100, 0, 45, 160),
(2756, 'MusicCollector', 'music', 9, 100, 0, 50, 200),
(2757, 'MusicCollector', 'music', 10, 100, 0, 80, 280),
(559, 'PetLevelUp', 'pets', 1, 5, 0, 0, 2),
(560, 'PetLevelUp', 'pets', 2, 10, 0, 5, 5),
(561, 'PetLevelUp', 'pets', 3, 15, 0, 10, 10),
(562, 'PetLevelUp', 'pets', 4, 20, 0, 15, 20),
(563, 'PetLevelUp', 'pets', 5, 25, 0, 20, 30),
(564, 'PetLevelUp', 'pets', 6, 30, 0, 25, 50),
(565, 'PetLevelUp', 'pets', 7, 35, 0, 30, 80),
(566, 'PetLevelUp', 'pets', 8, 40, 0, 35, 130),
(567, 'PetLevelUp', 'pets', 9, 45, 0, 40, 200),
(568, 'PetLevelUp', 'pets', 10, 50, 0, 45, 320),
(529, 'PetLover', 'pets', 1, 5, 0, 0, 1),
(530, 'PetLover', 'pets', 2, 10, 0, 5, 3),
(531, 'PetLover', 'pets', 3, 15, 0, 10, 5),
(532, 'PetLover', 'pets', 4, 20, 0, 15, 10),
(533, 'PetLover', 'pets', 5, 25, 0, 20, 15),
(534, 'PetLover', 'pets', 6, 30, 0, 25, 25),
(535, 'PetLover', 'pets', 7, 35, 0, 30, 35),
(536, 'PetLover', 'pets', 8, 40, 0, 35, 45),
(537, 'PetLover', 'pets', 9, 45, 0, 40, 60),
(538, 'PetLover', 'pets', 10, 50, 0, 45, 75),
(579, 'PetRespectGiver', 'pets', 1, 5, 0, 0, 2),
(580, 'PetRespectGiver', 'pets', 2, 10, 0, 5, 5),
(581, 'PetRespectGiver', 'pets', 3, 15, 0, 10, 10),
(582, 'PetRespectGiver', 'pets', 4, 20, 0, 15, 20),
(583, 'PetRespectGiver', 'pets', 5, 25, 0, 20, 40),
(584, 'PetRespectGiver', 'pets', 6, 30, 0, 25, 70),
(585, 'PetRespectGiver', 'pets', 7, 35, 0, 30, 110),
(586, 'PetRespectGiver', 'pets', 8, 40, 0, 35, 170),
(587, 'PetRespectGiver', 'pets', 9, 45, 0, 40, 250),
(588, 'PetRespectGiver', 'pets', 10, 50, 0, 45, 350),
(1381, 'PetRespectGiver', 'pets', 11, 55, 0, 50, 470),
(1382, 'PetRespectGiver', 'pets', 12, 60, 0, 55, 610),
(1383, 'PetRespectGiver', 'pets', 13, 65, 0, 60, 770),
(1384, 'PetRespectGiver', 'pets', 14, 70, 0, 65, 950),
(1385, 'PetRespectGiver', 'pets', 15, 75, 0, 70, 1150),
(1386, 'PetRespectGiver', 'pets', 16, 80, 0, 75, 1370),
(1387, 'PetRespectGiver', 'pets', 17, 85, 0, 80, 1610),
(1388, 'PetRespectGiver', 'pets', 18, 90, 0, 85, 1870),
(1389, 'PetRespectGiver', 'pets', 19, 95, 0, 90, 2150),
(1390, 'PetRespectGiver', 'pets', 20, 100, 0, 95, 2450),
(569, 'PetRespectReceiver', 'pets', 1, 5, 0, 0, 3),
(570, 'PetRespectReceiver', 'pets', 2, 10, 0, 5, 10),
(571, 'PetRespectReceiver', 'pets', 3, 15, 0, 10, 20),
(572, 'PetRespectReceiver', 'pets', 4, 20, 0, 15, 40),
(573, 'PetRespectReceiver', 'pets', 5, 25, 0, 20, 70),
(574, 'PetRespectReceiver', 'pets', 6, 30, 0, 25, 120),
(575, 'PetRespectReceiver', 'pets', 7, 35, 0, 30, 200),
(576, 'PetRespectReceiver', 'pets', 8, 40, 0, 35, 300),
(577, 'PetRespectReceiver', 'pets', 9, 45, 0, 40, 500),
(578, 'PetRespectReceiver', 'pets', 10, 50, 0, 45, 750),
(2198, 'PinataBreaker', 'explore', 1, 5, 0, 5, 1),
(2199, 'PinataBreaker', 'explore', 2, 10, 0, 5, 2),
(2200, 'PinataBreaker', 'explore', 3, 15, 0, 10, 4),
(2201, 'PinataBreaker', 'explore', 4, 20, 0, 15, 8),
(2202, 'PinataBreaker', 'explore', 5, 25, 0, 20, 16),
(2188, 'PinataWhacker', 'explore', 1, 5, 0, 5, 1),
(2189, 'PinataWhacker', 'explore', 2, 10, 0, 5, 5),
(2190, 'PinataWhacker', 'explore', 3, 15, 0, 10, 25),
(2191, 'PinataWhacker', 'explore', 4, 20, 0, 15, 50),
(2192, 'PinataWhacker', 'explore', 5, 25, 0, 20, 100),
(2193, 'PinataWhacker', 'explore', 6, 30, 0, 25, 200),
(2194, 'PinataWhacker', 'explore', 7, 35, 0, 30, 400),
(2195, 'PinataWhacker', 'explore', 8, 40, 0, 35, 800),
(2196, 'PinataWhacker', 'explore', 9, 45, 0, 40, 1600),
(2197, 'PinataWhacker', 'explore', 10, 50, 0, 45, 3200),
(481, 'RegistrationDuration', 'identity', 1, 5, 0, 5, 1),
(482, 'RegistrationDuration', 'identity', 2, 10, 0, 10, 3),
(483, 'RegistrationDuration', 'identity', 3, 15, 0, 15, 10),
(484, 'RegistrationDuration', 'identity', 4, 20, 0, 20, 20),
(485, 'RegistrationDuration', 'identity', 5, 25, 0, 25, 30),
(486, 'RegistrationDuration', 'identity', 6, 30, 0, 30, 56),
(487, 'RegistrationDuration', 'identity', 7, 35, 0, 35, 84),
(488, 'RegistrationDuration', 'identity', 8, 40, 0, 40, 112),
(489, 'RegistrationDuration', 'identity', 9, 45, 0, 45, 168),
(490, 'RegistrationDuration', 'identity', 10, 50, 0, 50, 224),
(1332, 'RegistrationDuration', 'identity', 11, 55, 0, 50, 280),
(1333, 'RegistrationDuration', 'identity', 12, 60, 0, 55, 365),
(1334, 'RegistrationDuration', 'identity', 13, 65, 0, 60, 548),
(1335, 'RegistrationDuration', 'identity', 14, 70, 0, 65, 730),
(1336, 'RegistrationDuration', 'identity', 15, 75, 0, 70, 913),
(1337, 'RegistrationDuration', 'identity', 16, 80, 0, 75, 1095),
(1338, 'RegistrationDuration', 'identity', 17, 85, 0, 80, 1278),
(1339, 'RegistrationDuration', 'identity', 18, 90, 0, 85, 1460),
(1340, 'RegistrationDuration', 'identity', 19, 95, 0, 90, 1643),
(1341, 'RegistrationDuration', 'identity', 20, 100, 0, 95, 1825),
(506, 'RespectEarned', 'social', 1, 5, 0, 0, 1),
(507, 'RespectEarned', 'social', 2, 10, 0, 5, 6),
(508, 'RespectEarned', 'social', 3, 15, 0, 10, 16),
(509, 'RespectEarned', 'social', 4, 20, 0, 15, 66),
(510, 'RespectEarned', 'social', 5, 25, 0, 20, 166),
(511, 'RespectEarned', 'social', 6, 30, 0, 25, 366),
(512, 'RespectEarned', 'social', 7, 35, 0, 30, 566),
(513, 'RespectEarned', 'social', 8, 40, 0, 35, 766),
(514, 'RespectEarned', 'social', 9, 45, 0, 40, 966),
(515, 'RespectEarned', 'social', 10, 50, 0, 45, 4660),
(527, 'RespectGiven', 'social', 1, 5, 0, 0, 2),
(1352, 'RespectGiven', 'social', 2, 10, 0, 5, 5),
(1353, 'RespectGiven', 'social', 3, 15, 0, 10, 10),
(1354, 'RespectGiven', 'social', 4, 20, 0, 15, 20),
(1355, 'RespectGiven', 'social', 5, 25, 0, 20, 40),
(1356, 'RespectGiven', 'social', 6, 30, 0, 25, 70),
(1357, 'RespectGiven', 'social', 7, 35, 0, 30, 110),
(1358, 'RespectGiven', 'social', 8, 40, 0, 35, 170),
(1359, 'RespectGiven', 'social', 9, 45, 0, 40, 250),
(1360, 'RespectGiven', 'social', 10, 50, 0, 45, 350),
(1361, 'RespectGiven', 'social', 11, 55, 0, 50, 470),
(1362, 'RespectGiven', 'social', 12, 60, 0, 55, 610),
(1363, 'RespectGiven', 'social', 13, 65, 0, 60, 770),
(1364, 'RespectGiven', 'social', 14, 70, 0, 65, 950),
(1365, 'RespectGiven', 'social', 15, 75, 0, 70, 1150),
(1366, 'RespectGiven', 'social', 16, 80, 0, 75, 1370),
(1367, 'RespectGiven', 'social', 17, 85, 0, 80, 1610),
(1368, 'RespectGiven', 'social', 18, 90, 0, 85, 1870),
(1369, 'RespectGiven', 'social', 19, 95, 0, 90, 2150),
(1370, 'RespectGiven', 'social', 20, 100, 0, 95, 2450),
(2597, 'Restorer', 'explore', 1, 100, 0, 10, 2),
(2598, 'Restorer', 'explore', 2, 100, 0, 15, 4),
(2599, 'Restorer', 'explore', 3, 100, 0, 20, 6),
(2600, 'Restorer', 'explore', 4, 100, 0, 30, 8),
(2601, 'Restorer', 'explore', 5, 100, 0, 50, 20),
(940, 'RoomDecoFloor', 'room_builder', 1, 5, 0, 5, 3),
(941, 'RoomDecoFloor', 'room_builder', 2, 10, 0, 5, 5),
(942, 'RoomDecoFloor', 'room_builder', 3, 15, 0, 10, 7),
(943, 'RoomDecoFloor', 'room_builder', 4, 20, 0, 15, 12),
(944, 'RoomDecoFloor', 'room_builder', 5, 25, 0, 20, 17),
(945, 'RoomDecoFloor', 'room_builder', 6, 30, 0, 25, 22),
(946, 'RoomDecoFloor', 'room_builder', 7, 35, 0, 30, 27),
(947, 'RoomDecoFloor', 'room_builder', 8, 40, 0, 35, 32),
(948, 'RoomDecoFloor', 'room_builder', 9, 45, 0, 40, 37),
(949, 'RoomDecoFloor', 'room_builder', 10, 50, 0, 45, 47),
(950, 'RoomDecoFloor', 'room_builder', 11, 55, 0, 50, 57),
(951, 'RoomDecoFloor', 'room_builder', 12, 60, 0, 55, 67),
(952, 'RoomDecoFloor', 'room_builder', 13, 65, 0, 60, 77),
(953, 'RoomDecoFloor', 'room_builder', 14, 70, 0, 65, 97),
(954, 'RoomDecoFloor', 'room_builder', 15, 75, 0, 70, 117),
(955, 'RoomDecoFloor', 'room_builder', 16, 80, 0, 75, 137),
(956, 'RoomDecoFloor', 'room_builder', 17, 85, 0, 80, 167),
(957, 'RoomDecoFloor', 'room_builder', 18, 90, 0, 85, 197),
(958, 'RoomDecoFloor', 'room_builder', 19, 95, 0, 90, 237),
(959, 'RoomDecoFloor', 'room_builder', 20, 100, 0, 95, 2870),
(860, 'RoomDecoFurniCount', 'room_builder', 1, 5, 0, 5, 150),
(861, 'RoomDecoFurniCount', 'room_builder', 2, 10, 0, 5, 200),
(862, 'RoomDecoFurniCount', 'room_builder', 3, 15, 0, 10, 250),
(863, 'RoomDecoFurniCount', 'room_builder', 4, 20, 0, 15, 300),
(864, 'RoomDecoFurniCount', 'room_builder', 5, 25, 0, 20, 350),
(865, 'RoomDecoFurniCount', 'room_builder', 6, 30, 0, 25, 450),
(866, 'RoomDecoFurniCount', 'room_builder', 7, 35, 0, 30, 550),
(867, 'RoomDecoFurniCount', 'room_builder', 8, 40, 0, 35, 650),
(868, 'RoomDecoFurniCount', 'room_builder', 9, 45, 0, 40, 800),
(869, 'RoomDecoFurniCount', 'room_builder', 10, 50, 0, 45, 950),
(870, 'RoomDecoFurniCount', 'room_builder', 11, 55, 0, 50, 1100),
(871, 'RoomDecoFurniCount', 'room_builder', 12, 60, 0, 55, 1300),
(872, 'RoomDecoFurniCount', 'room_builder', 13, 65, 0, 60, 1500),
(873, 'RoomDecoFurniCount', 'room_builder', 14, 70, 0, 65, 1700),
(874, 'RoomDecoFurniCount', 'room_builder', 15, 75, 0, 70, 2000),
(875, 'RoomDecoFurniCount', 'room_builder', 16, 80, 0, 75, 2300),
(876, 'RoomDecoFurniCount', 'room_builder', 17, 85, 0, 80, 2700),
(877, 'RoomDecoFurniCount', 'room_builder', 18, 90, 0, 85, 3100),
(878, 'RoomDecoFurniCount', 'room_builder', 19, 95, 0, 90, 3600),
(879, 'RoomDecoFurniCount', 'room_builder', 20, 100, 0, 95, 100000),
(1250, 'RoomDecoHoleFurniCount', 'room_builder', 1, 5, 0, 0, 10),
(1251, 'RoomDecoHoleFurniCount', 'room_builder', 2, 10, 0, 5, 20),
(1252, 'RoomDecoHoleFurniCount', 'room_builder', 3, 15, 0, 10, 30),
(1253, 'RoomDecoHoleFurniCount', 'room_builder', 4, 20, 0, 15, 45),
(1254, 'RoomDecoHoleFurniCount', 'room_builder', 5, 25, 0, 20, 60),
(1255, 'RoomDecoHoleFurniCount', 'room_builder', 6, 30, 0, 25, 80),
(1256, 'RoomDecoHoleFurniCount', 'room_builder', 7, 35, 0, 30, 100),
(1257, 'RoomDecoHoleFurniCount', 'room_builder', 8, 40, 0, 35, 125),
(1258, 'RoomDecoHoleFurniCount', 'room_builder', 9, 45, 0, 40, 150),
(1259, 'RoomDecoHoleFurniCount', 'room_builder', 10, 50, 0, 45, 170),
(920, 'RoomDecoLandscape', 'room_builder', 1, 5, 0, 5, 3),
(921, 'RoomDecoLandscape', 'room_builder', 2, 10, 0, 5, 5),
(922, 'RoomDecoLandscape', 'room_builder', 3, 15, 0, 10, 7),
(923, 'RoomDecoLandscape', 'room_builder', 4, 20, 0, 15, 12),
(924, 'RoomDecoLandscape', 'room_builder', 5, 25, 0, 20, 17),
(925, 'RoomDecoLandscape', 'room_builder', 6, 30, 0, 25, 22),
(926, 'RoomDecoLandscape', 'room_builder', 7, 35, 0, 30, 27),
(927, 'RoomDecoLandscape', 'room_builder', 8, 40, 0, 35, 32),
(928, 'RoomDecoLandscape', 'room_builder', 9, 45, 0, 40, 37),
(929, 'RoomDecoLandscape', 'room_builder', 10, 50, 0, 45, 47),
(930, 'RoomDecoLandscape', 'room_builder', 11, 55, 0, 50, 57),
(931, 'RoomDecoLandscape', 'room_builder', 12, 60, 0, 55, 67),
(932, 'RoomDecoLandscape', 'room_builder', 13, 65, 0, 60, 77),
(933, 'RoomDecoLandscape', 'room_builder', 14, 70, 0, 65, 97),
(934, 'RoomDecoLandscape', 'room_builder', 15, 75, 0, 70, 117),
(935, 'RoomDecoLandscape', 'room_builder', 16, 80, 0, 75, 137),
(936, 'RoomDecoLandscape', 'room_builder', 17, 85, 0, 80, 167),
(937, 'RoomDecoLandscape', 'room_builder', 18, 90, 0, 85, 197),
(938, 'RoomDecoLandscape', 'room_builder', 19, 95, 0, 90, 237),
(939, 'RoomDecoLandscape', 'room_builder', 20, 100, 0, 95, 2870),
(900, 'RoomDecoWallpaper', 'room_builder', 1, 5, 0, 5, 3),
(901, 'RoomDecoWallpaper', 'room_builder', 2, 10, 0, 5, 5),
(902, 'RoomDecoWallpaper', 'room_builder', 3, 15, 0, 10, 7),
(903, 'RoomDecoWallpaper', 'room_builder', 4, 20, 0, 15, 12),
(904, 'RoomDecoWallpaper', 'room_builder', 5, 25, 0, 20, 17),
(905, 'RoomDecoWallpaper', 'room_builder', 6, 30, 0, 25, 22),
(906, 'RoomDecoWallpaper', 'room_builder', 7, 35, 0, 30, 27),
(907, 'RoomDecoWallpaper', 'room_builder', 8, 40, 0, 35, 32),
(908, 'RoomDecoWallpaper', 'room_builder', 9, 45, 0, 40, 37),
(909, 'RoomDecoWallpaper', 'room_builder', 10, 50, 0, 45, 47),
(910, 'RoomDecoWallpaper', 'room_builder', 11, 55, 0, 50, 57),
(911, 'RoomDecoWallpaper', 'room_builder', 12, 60, 0, 55, 67),
(912, 'RoomDecoWallpaper', 'room_builder', 13, 65, 0, 60, 77),
(913, 'RoomDecoWallpaper', 'room_builder', 14, 70, 0, 65, 97),
(914, 'RoomDecoWallpaper', 'room_builder', 15, 75, 0, 70, 117),
(915, 'RoomDecoWallpaper', 'room_builder', 16, 80, 0, 75, 137),
(916, 'RoomDecoWallpaper', 'room_builder', 17, 85, 0, 80, 167),
(917, 'RoomDecoWallpaper', 'room_builder', 18, 90, 0, 85, 197),
(918, 'RoomDecoWallpaper', 'room_builder', 19, 95, 0, 90, 237),
(919, 'RoomDecoWallpaper', 'room_builder', 20, 100, 0, 95, 2870),
(469, 'RoomEntry', 'explore', 1, 5, 0, 5, 5),
(470, 'RoomEntry', 'explore', 2, 10, 0, 5, 20),
(471, 'RoomEntry', 'explore', 3, 15, 0, 10, 50),
(472, 'RoomEntry', 'explore', 4, 20, 0, 15, 100),
(473, 'RoomEntry', 'explore', 5, 25, 0, 20, 160),
(474, 'RoomEntry', 'explore', 6, 30, 0, 25, 240),
(475, 'RoomEntry', 'explore', 7, 35, 0, 30, 360),
(476, 'RoomEntry', 'explore', 8, 40, 0, 35, 500),
(477, 'RoomEntry', 'explore', 9, 45, 0, 40, 660),
(478, 'RoomEntry', 'explore', 10, 50, 0, 45, 2400),
(1322, 'RoomEntry', 'explore', 11, 55, 0, 50, 1080),
(1323, 'RoomEntry', 'explore', 12, 60, 0, 55, 1320),
(1324, 'RoomEntry', 'explore', 13, 65, 0, 60, 1580),
(1325, 'RoomEntry', 'explore', 14, 70, 0, 65, 1860),
(1326, 'RoomEntry', 'explore', 15, 75, 0, 70, 2160),
(1327, 'RoomEntry', 'explore', 16, 80, 0, 75, 2480),
(1328, 'RoomEntry', 'explore', 17, 85, 0, 80, 2820),
(1329, 'RoomEntry', 'explore', 18, 90, 0, 85, 3180),
(1330, 'RoomEntry', 'explore', 19, 95, 0, 90, 3560),
(1331, 'RoomEntry', 'explore', 20, 100, 0, 95, 39600),
(1705, 'SafetyQuizGraduate', 'identity', 1, 5, 0, 5, 1),
(2548, 'SelfModChatFloodFilterSeen', 'tools', 1, 5, 0, 1, 1),
(2549, 'SelfModChatHearRangeSeen', 'tools', 1, 5, 0, 1, 1),
(2547, 'SelfModChatScrollSpeedSeen', 'tools', 1, 5, 0, 1, 1),
(2381, 'SelfModDoorModeSeen', 'tools', 1, 5, 0, 0, 1),
(2550, 'SelfModIgnoreSeen', 'tools', 1, 5, 0, 1, 1),
(2544, 'SelfModKickSeen', 'tools', 1, 5, 0, 1, 1),
(2543, 'SelfModMuteSeen', 'tools', 1, 5, 0, 1, 1),
(2369, 'SelfModRoomFilterSeen', 'tools', 1, 5, 0, 5, 1),
(2380, 'SelfModWalkthroughSeen', 'tools', 1, 5, 0, 0, 1),
(740, 'Spr', 'room_builder', 1, 5, 0, 5, 1),
(741, 'Spr', 'room_builder', 2, 10, 0, 5, 3),
(742, 'Spr', 'room_builder', 3, 15, 0, 10, 6),
(743, 'Spr', 'room_builder', 4, 20, 0, 15, 10),
(744, 'Spr', 'room_builder', 5, 25, 0, 20, 15),
(745, 'Spr', 'room_builder', 6, 30, 0, 25, 21),
(746, 'Spr', 'room_builder', 7, 35, 0, 30, 28),
(747, 'Spr', 'room_builder', 8, 40, 0, 35, 36),
(748, 'Spr', 'room_builder', 9, 45, 0, 40, 45),
(749, 'Spr', 'room_builder', 10, 50, 0, 45, 550),
(528, 'TraderPass', 'identity', 1, 5, 0, 0, 1),
(2718, 'Trampolinist', 'explore', 1, 10, 0, 10, 1),
(2719, 'Trampolinist', 'explore', 2, 20, 0, 20, 10),
(2720, 'Trampolinist', 'explore', 3, 30, 0, 30, 30),
(2721, 'Trampolinist', 'explore', 4, 40, 0, 40, 60),
(2722, 'Trampolinist', 'explore', 5, 50, 0, 50, 120),
(2723, 'Trampolinist', 'explore', 6, 60, 0, 60, 240),
(2724, 'Trampolinist', 'explore', 7, 70, 0, 70, 600),
(2725, 'Trampolinist', 'explore', 8, 80, 0, 80, 1200),
(2726, 'Trampolinist', 'explore', 9, 90, 0, 90, 2400),
(2727, 'Trampolinist', 'explore', 10, 100, 0, 100, 4800),
(2576, 'VicGar', 'explore', 1, 5, 0, 5, 2),
(2577, 'VicGar', 'explore', 2, 10, 0, 10, 6),
(2578, 'VicGar', 'explore', 3, 15, 0, 15, 10),
(2579, 'VicGar', 'explore', 4, 20, 0, 20, 20),
(2580, 'VicGar', 'explore', 5, 25, 0, 25, 40),
(2581, 'VicGar', 'explore', 6, 30, 0, 30, 60),
(2582, 'VicGar', 'explore', 7, 35, 0, 35, 80),
(2583, 'VicGar', 'explore', 8, 40, 0, 40, 100),
(2584, 'VicGar', 'explore', 9, 50, 0, 50, 150),
(2585, 'VicGar', 'explore', 10, 100, 0, 100, 240),
(2370, 'ViciousViking', 'explore', 1, 5, 0, 5, 1),
(2371, 'ViciousViking', 'explore', 2, 10, 0, 5, 5),
(2372, 'ViciousViking', 'explore', 3, 15, 0, 10, 10),
(2373, 'ViciousViking', 'explore', 4, 20, 0, 15, 20),
(2374, 'ViciousViking', 'explore', 5, 25, 0, 20, 40),
(2375, 'ViciousViking', 'explore', 6, 30, 0, 25, 80),
(2376, 'ViciousViking', 'explore', 7, 35, 0, 30, 160),
(2377, 'ViciousViking', 'explore', 8, 40, 0, 35, 250),
(2378, 'ViciousViking', 'explore', 9, 45, 0, 40, 350),
(2379, 'ViciousViking', 'explore', 10, 50, 0, 45, 600);
-- Dumping structure for table habbo.achievements_talents
DROP TABLE IF EXISTS `achievements_talents`;
CREATE TABLE IF NOT EXISTS `achievements_talents` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` enum('citizenship','helper') NOT NULL DEFAULT 'citizenship',
`level` int(11) NOT NULL DEFAULT 0,
`achievement_ids` varchar(100) NOT NULL DEFAULT '',
`achievement_levels` varchar(100) NOT NULL DEFAULT '',
`reward_furni` varchar(100) NOT NULL DEFAULT '',
`reward_perks` varchar(100) NOT NULL DEFAULT '',
`reward_badges` varchar(100) NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.achievements_talents: ~4 rows (approximately)
DELETE FROM `achievements_talents`;
INSERT INTO `achievements_talents` (`id`, `type`, `level`, `achievement_ids`, `achievement_levels`, `reward_furni`, `reward_perks`, `reward_badges`) VALUES
(1, 'citizenship', 0, '481', '1', '179', '', ''),
(2, 'citizenship', 1, '467,479,469', '1,1,1', '179', '', ''),
(3, 'citizenship', 2, '445', '2,1', '179', 'TRADE', 'ACH_TraderPass1'),
(4, 'citizenship', 3, '467', '1', '179,5003', 'CITIZEN', 'ACH_Citizenship1');
-- Dumping structure for table habbo.bans
DROP TABLE IF EXISTS `bans`;
CREATE TABLE IF NOT EXISTS `bans` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`ip` varchar(50) NOT NULL DEFAULT '',
`machine_id` varchar(255) NOT NULL DEFAULT '',
`user_staff_id` int(11) NOT NULL,
`timestamp` int(11) NOT NULL,
`ban_expire` int(11) NOT NULL DEFAULT 0,
`ban_reason` varchar(200) NOT NULL DEFAULT '',
`type` enum('account','ip','machine','super') NOT NULL DEFAULT 'account' COMMENT 'Account is the entry in the users table banned.\nIP is any client that connects with that IP.\nMachine is the computer that logged in.\nSuper is all of the above.',
`cfh_topic` int(11) NOT NULL DEFAULT -1,
PRIMARY KEY (`id`) USING BTREE,
KEY `user_data` (`user_id`,`ip`,`machine_id`,`ban_expire`,`timestamp`,`ban_reason`) USING BTREE,
KEY `general` (`id`,`type`) USING BTREE,
KEY `idx_bans_user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.bans: ~0 rows (approximately)
DELETE FROM `bans`;
-- Dumping structure for table habbo.bot_serves
DROP TABLE IF EXISTS `bot_serves`;
CREATE TABLE IF NOT EXISTS `bot_serves` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`keys` varchar(128) NOT NULL,
`item` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.bot_serves: 0 rows
DELETE FROM `bot_serves`;
/*!40000 ALTER TABLE `bot_serves` DISABLE KEYS */;
/*!40000 ALTER TABLE `bot_serves` ENABLE KEYS */;
-- Dumping structure for table habbo.bots
DROP TABLE IF EXISTS `bots`;
CREATE TABLE IF NOT EXISTS `bots` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL DEFAULT 0,
`room_id` int(11) NOT NULL DEFAULT 0,
`name` varchar(25) NOT NULL DEFAULT '',
`motto` varchar(100) NOT NULL DEFAULT '',
`figure` varchar(500) NOT NULL DEFAULT '',
`gender` enum('M','F') NOT NULL DEFAULT 'M',
`x` int(11) NOT NULL DEFAULT 0,
`y` int(11) NOT NULL DEFAULT 0,
`z` double(11,1) NOT NULL DEFAULT 0.0,
`rot` int(11) NOT NULL DEFAULT 0,
`chat_lines` varchar(5112) NOT NULL DEFAULT '',
`chat_auto` enum('0','1') NOT NULL DEFAULT '1',
`chat_random` enum('0','1') NOT NULL DEFAULT '1',
`chat_delay` int(11) NOT NULL DEFAULT 5,
`dance` int(11) NOT NULL DEFAULT 0,
`freeroam` enum('0','1') NOT NULL DEFAULT '0',
`type` enum('generic','visitor_log','bartender','weapons_dealer') NOT NULL DEFAULT 'generic',
`effect` int(11) NOT NULL DEFAULT 0,
`bubble_id` int(11) DEFAULT 31,
PRIMARY KEY (`id`) USING BTREE,
KEY `general_data` (`id`,`user_id`,`room_id`,`name`,`motto`,`gender`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.bots: ~0 rows (approximately)
DELETE FROM `bots`;
-- Dumping structure for table habbo.builders_club_items
DROP TABLE IF EXISTS `builders_club_items`;
CREATE TABLE IF NOT EXISTS `builders_club_items` (
`item_id` int(11) NOT NULL,
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`item_id`),
KEY `idx_builders_club_items_user_id` (`user_id`),
KEY `idx_builders_club_items_room_id` (`room_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
-- Dumping data for table habbo.builders_club_items: ~0 rows (approximately)
DELETE FROM `builders_club_items`;
-- Dumping structure for table habbo.calendar_campaigns
DROP TABLE IF EXISTS `calendar_campaigns`;
CREATE TABLE IF NOT EXISTS `calendar_campaigns` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL DEFAULT '',
`image` varchar(255) NOT NULL DEFAULT '',
`start_timestamp` int(11) NOT NULL DEFAULT 0,
`total_days` int(11) NOT NULL DEFAULT 30,
`lock_expired` enum('1','0') NOT NULL DEFAULT '1',
`enabled` enum('1','0') NOT NULL DEFAULT '1',
UNIQUE KEY `id` (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.calendar_campaigns: ~0 rows (approximately)
DELETE FROM `calendar_campaigns`;
-- Dumping structure for table habbo.calendar_rewards
DROP TABLE IF EXISTS `calendar_rewards`;
CREATE TABLE IF NOT EXISTS `calendar_rewards` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`campaign_id` int(11) NOT NULL DEFAULT 0,
`product_name` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`custom_image` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`credits` int(11) NOT NULL DEFAULT 0,
`pixels` int(11) NOT NULL DEFAULT 0,
`points` int(11) NOT NULL DEFAULT 0,
`points_type` int(11) NOT NULL DEFAULT 0,
`badge` varchar(25) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '',
`item_id` int(11) NOT NULL DEFAULT 0,
`subscription_type` varchar(128) CHARACTER SET latin1 COLLATE latin1_swedish_ci DEFAULT '',
`subscription_days` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.calendar_rewards: ~0 rows (approximately)
DELETE FROM `calendar_rewards`;
-- Dumping structure for table habbo.calendar_rewards_claimed
DROP TABLE IF EXISTS `calendar_rewards_claimed`;
CREATE TABLE IF NOT EXISTS `calendar_rewards_claimed` (
`user_id` int(11) NOT NULL,
`campaign_id` int(11) NOT NULL DEFAULT 0,
`day` int(11) NOT NULL,
`reward_id` int(11) NOT NULL,
`timestamp` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.calendar_rewards_claimed: ~0 rows (approximately)
DELETE FROM `calendar_rewards_claimed`;
-- Dumping structure for table habbo.camera_web
DROP TABLE IF EXISTS `camera_web`;
CREATE TABLE IF NOT EXISTS `camera_web` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`room_id` int(11) NOT NULL DEFAULT 0,
`timestamp` int(11) NOT NULL,
`url` varchar(128) NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `id` (`id`) USING BTREE,
KEY `user_id` (`user_id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.camera_web: ~0 rows (approximately)
DELETE FROM `camera_web`;
-- Dumping structure for table habbo.catalog_clothing
DROP TABLE IF EXISTS `catalog_clothing`;
CREATE TABLE IF NOT EXISTS `catalog_clothing` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(75) NOT NULL,
`setid` varchar(75) NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=845 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_clothing: 589 rows
DELETE FROM `catalog_clothing`;
/*!40000 ALTER TABLE `catalog_clothing` DISABLE KEYS */;
INSERT INTO `catalog_clothing` (`id`, `name`, `setid`) VALUES
(1, 'clothing_squid', '3356'),
(2, 'clothing_party1', '3362'),
(3, 'clothing_meowtfit', '3331,3334,3335,3337,3338'),
(4, 'clothing_geometricskirt', '3341'),
(5, 'clothing_waistcoatsuit', '3327'),
(6, 'clothing_gatsby', '3322'),
(7, 'clothing_bow', '3358'),
(8, 'clothing_baldy', '3357'),
(9, 'clothing_wavy2', '3339'),
(10, 'clothing_mutton1', '3345'),
(11, 'clothing_straw2', '3347'),
(12, 'clothing_fishhat', '3349'),
(13, 'clothing_rolled_jeans', '3320'),
(14, 'clothing_birdshoes', '3348'),
(15, 'clothing_mermaidoutfit', '3332,3333'),
(16, 'clothing_droopycollar', '3336,3340'),
(17, 'clothing_headband', '3352'),
(18, 'clothing_flowercrown', '3329'),
(19, 'clothing_hheadphones', '3324'),
(20, 'clothing_mutton2', '3346'),
(21, 'clothing_floralskirt', '3355'),
(22, 'clothing_nightvision', '3318'),
(23, 'clothing_mockymouse', '3359,3360,3361'),
(24, 'clothing_xmas1', '3321'),
(25, 'clothing_shavedside', '3325'),
(26, 'clothing_geometricjumper', '3342'),
(27, 'clothing_beard1', '3344'),
(28, 'clothing_beads', '3343'),
(29, 'clothing_twotonecardi', '3326'),
(30, 'clothing_animalprint', '3353'),
(31, 'clothing_party2', '3363'),
(32, 'clothing_tshirt_rolled', '3323,3351'),
(33, 'clothing_rippedjeans', '3328'),
(34, 'clothing_shoestights', '3354'),
(35, 'clothing_kimono1', '3366,3367,3368,3369,3364'),
(36, 'clothing_kimono2', '3365,3371,3372,3370'),
(37, 'clothing_cyboots', '3375'),
(38, 'clothing_cycircuit', '3385'),
(39, 'clothing_cygirl', '3373,3374,3375,3376,3377,3387'),
(40, 'clothing_cyglass', '3388'),
(41, 'clothing_cyhair', '3377'),
(42, 'clothing_cyhood', '3382'),
(43, 'clothing_cyleather', '3373,3374'),
(44, 'clothing_cymask', '3378'),
(45, 'clothing_cyquif', '3386'),
(46, 'clothing_cyskirt', '3387'),
(47, 'clothing_cystrapboots', '3383'),
(48, 'clothing_cystraphood', '3380,3381,3382,3383,3384'),
(49, 'clothing_cystrappants', '3384'),
(50, 'clothing_cyzipped', '3380,3381'),
(51, 'clothing_goggles', '3376'),
(52, 'clothing_candyboy', '3389,3390,3391,3394'),
(53, 'clothing_sidehat', '3392'),
(54, 'clothing_candygirl', '3392,3396,3397,3398,3401'),
(55, 'clothing_candyphones', '3395'),
(56, 'clothing_cherries', '3402'),
(57, 'clothing_cherrybomb', '3403'),
(58, 'clothing_chocodrop', '3394'),
(59, 'clothing_cjersey', '3389,3390'),
(60, 'clothing_cjumper', '3397,3398'),
(61, 'clothing_cshorts', '3391'),
(62, 'clothing_frontswirl', '3393'),
(63, 'clothing_habloompa', '3396'),
(64, 'clothing_swirlskirt', '3401'),
(65, 'clothing_swirltop', '3399,3400'),
(66, 'clothing_knitalien', '3404'),
(67, 'clothing_camoboots', '3419'),
(68, 'clothing_camocap', '3415'),
(69, 'clothing_camooutfit', '3415,3416,3417,3418,3419'),
(70, 'clothing_camotuck', '3418'),
(71, 'clothing_drillserg', '3426'),
(72, 'clothing_kevlaroutfit', '3420,3421'),
(73, 'clothing_kevlar', '3420'),
(74, 'clothing_kevlarhat', '3421'),
(75, 'clothing_medal1', '3423'),
(76, 'clothing_medal2', '3424'),
(77, 'clothing_medal3', '3425'),
(78, 'clothing_militaryhat', '3409'),
(79, 'clothing_militaryjacket', '3405,3406'),
(80, 'clothing_militarypants', '3407'),
(81, 'clothing_napkin', '3422'),
(82, 'clothing_parade', '3405,3406,3408,3409,3407'),
(83, 'clothing_rank1', '3410'),
(84, 'clothing_rank2', '3411'),
(85, 'clothing_rank3', '3412'),
(86, 'clothing_rank4', '3413'),
(87, 'clothing_rank5', '3414'),
(88, 'clothing_walkie', '3427'),
(89, 'clothing_camotank', '3416,3417'),
(90, 'clothing_dinohat', '3431'),
(91, 'clothing_caveshirt', '3428,3429'),
(92, 'clothing_cavehair', '3436'),
(93, 'clothing_dino', '3431,3432,3433,3434,3435'),
(94, 'clothing_caveman', '3428,3429,3436'),
(95, 'clothing_hat_skulldino', '3430'),
(96, 'clothing_breton', '3438,3439'),
(97, 'clothing_necktie', '3437'),
(98, 'clothing_airhelm', '3452'),
(101, 'clothing_deathmask', '3457'),
(102, 'clothing_demoncloak', '3442,3443'),
(103, 'clothing_demonhood', '3441'),
(104, 'clothing_demonoutfit', '3441,3442,3443,3444'),
(105, 'clothing_earthhelm', '3453'),
(106, 'clothing_fammask', '3455'),
(107, 'clothing_firehelm', '3450'),
(108, 'clothing_knightoutfit', '3447,3448,3449'),
(109, 'clothing_knighttop', '3447,3448'),
(110, 'clothing_knighttrousers', '3449'),
(111, 'clothing_pestmask', '3456'),
(112, 'clothing_skullnecklace', '3444'),
(113, 'clothing_warmask', '3454'),
(114, 'clothing_waterhelm', '3451'),
(115, 'clothing_bscarf', '3466'),
(116, 'clothing_cladydress', '3446'),
(117, 'clothing_cladyhair', '3468'),
(118, 'clothing_cladyoutfit', '3446,3467,3468,3469,3458'),
(119, 'clothing_cladyshoes', '3467'),
(120, 'clothing_santapants', '3460'),
(121, 'clothing_xmasbow', '3458'),
(122, 'clothing_santaoutfit', '3459,3460,3461,3462'),
(123, 'clothing_santatop', '3459'),
(124, 'clothing_ribbon', '3469'),
(125, 'clothing_santahat', '3461'),
(126, 'clothing_snood', '3464'),
(127, 'clothing_santabeard', '3462'),
(128, 'clothing_knitband', '3465'),
(129, 'clothing_knithat', '3463'),
(130, 'clothing_hat_space1', '3440'),
(131, 'clothing_goldpack1', '3470,3471,3472,3473,3474,3475,3476'),
(132, 'clothing_party3', '3480'),
(133, 'clothing_party4', '3481'),
(134, 'clothing_party5', '3482'),
(135, 'clothing_party6', '3477'),
(136, 'clothing_party7', '3478'),
(137, 'clothing_party8', '3479'),
(138, 'clothing_backcap', '3494'),
(139, 'clothing_bandage', '3495'),
(140, 'clothing_bedhair', '3520'),
(141, 'clothing_bigshades', '3493'),
(142, 'clothing_brainjar', '3514'),
(143, 'clothing_camera', '3485'),
(144, 'clothing_casualoutfit1', '3519,3522,3523,3526'),
(145, 'clothing_cumberband', '3504'),
(146, 'clothing_denimshorts', '3526'),
(147, 'clothing_denimvest', '3509,3515'),
(148, 'clothing_disco', '3525'),
(149, 'clothing_duckhat', '3500'),
(150, 'clothing_floraloutfit', '3517,3518,3519,3329,3354,3532'),
(151, 'clothing_halter', '3496,3510'),
(152, 'clothing_hipoutfit1', '3342,3344,3531'),
(153, 'clothing_hipoutfit2', '3499,3524,3528,3529,3484,3328'),
(154, 'clothing_hipoutfit3', '3531,3484,3527,3530,3526'),
(155, 'clothing_hipster2', '3499'),
(156, 'clothing_hipsterglasses', '3484'),
(158, 'clothing_jacket_twotone', '3522,3523'),
(159, 'clothing_longtshirt', '3497,3498'),
(160, 'clothing_manbun', '3531'),
(161, 'clothing_mermaid', '3516'),
(162, 'clothing_offshldrjumper', '3528,3529'),
(163, 'clothing_ombrehr', '3519'),
(164, 'clothing_pjbottoms1', '3483'),
(165, 'clothing_pjoutfit1', '3486,3487,3483,3520'),
(166, 'clothing_pjoutfit2', '3489,3490,3483,3520'),
(167, 'clothing_pjoutfit3', '3491,3492,3483,3520'),
(168, 'clothing_pjtop1', '3486,3487'),
(169, 'clothing_pjtop2', '3489,3490'),
(170, 'clothing_pjtop3', '3491,3492'),
(171, 'clothing_polkadress', '3517,3518'),
(172, 'clothing_punkoutfit1', '3528,3529,3325,3391,3419'),
(173, 'clothing_punkoutfit2', '3484,3326,3325,3324'),
(174, 'clothing_rippedtop', '3527,3530'),
(175, 'clothing_sliponcanvas', '3524'),
(176, 'clothing_sportpants', '3521'),
(177, 'clothing_sportsjckt', '3512,3513'),
(178, 'clothing_tie1', '3503'),
(179, 'clothing_tiedjumper', '3532'),
(180, 'clothing_tux', '3507,3508'),
(181, 'clothing_tuxoutfit', '3503,3504,3505,3506,3507,3508'),
(182, 'clothing_tuxshirt', '3505,3506'),
(183, 'clothing_urbanoutfit', '3494,3497,3498,3521'),
(184, 'clothing_cyphones', '3379'),
(185, 'clothing_armyskirt', '3408'),
(186, 'clothing_r16_sloth', '3533'),
(187, 'clothing_r16_cyclops', '3537'),
(188, 'clothing_r16_catface', '3536'),
(189, 'clothing_r16_icetiara', '3541'),
(190, 'clothing_bear', '3545,3546'),
(191, 'clothing_bearhat', '3546'),
(192, 'clothing_bearscarf', '3545'),
(193, 'clothing_longscarf', '3542'),
(194, 'clothing_r16_cathat', '3544'),
(195, 'clothing_xmas2', '3538'),
(196, 'clothing_xmas3', '3539'),
(197, 'clothing_xmas4', '3540'),
(198, 'clothing_poop', '3560'),
(199, 'clothing_angry', '3552'),
(200, 'clothing_bobba', '3557'),
(201, 'clothing_cool', '3558'),
(202, 'clothing_excited', '3548'),
(203, 'clothing_happy', '3547'),
(204, 'clothing_love', '3559'),
(205, 'clothing_sad', '3549'),
(206, 'clothing_shy', '3561'),
(207, 'clothing_silly', '3562'),
(208, 'clothing_surprised', '3550'),
(209, 'clothing_wink', '3551'),
(210, 'ny17_crackable', '3565,3566,3554,3555,3556,3564'),
(212, 'clothing_retrohair', '3657'),
(213, 'clothing_tiedtop', '3658,3659'),
(214, 'clothing_floppyhair', '3664'),
(215, 'clothing_floppysunhat', '3666'),
(216, 'clothing_braidedwavy', '3665'),
(217, 'clothing_shades', '3660'),
(218, 'clothing_satchel', '3661'),
(219, 'clothing_elegantponytail', '3671'),
(220, 'clothing_judgewig', '3674'),
(221, 'clothing_gentcap', '3675'),
(222, 'clothing_beautyface', '3631'),
(223, 'clothing_layerbuns', '3608'),
(224, 'clothing_plaguemask', '3605'),
(225, 'clothing_zombieeyes', '3603'),
(226, 'clothing_demoneyes', '3604'),
(227, 'clothing_bowtights', '3619'),
(228, 'clothing_maid', '3615,3617'),
(229, 'clothing_maidband', '3613'),
(230, 'clothing_bazaarfemale', '3598,3599,3596,3595'),
(231, 'clothing_bazaarmale', '3593,3594,3595,3596'),
(232, 'clothing_alluringeyes', '3600'),
(233, 'clothing_exoticbeard', '3592'),
(234, 'clothing_exoticvest', '3593,3594'),
(235, 'clothing_exotictop', '3598,3599'),
(236, 'clothing_harempants', '3596'),
(237, 'clothing_pointyshoes', '3595'),
(238, 'clothing_messyhalfbun', '3569'),
(239, 'clothing_crownbraid', '3568'),
(240, 'clothing_apron', '3572,3573'),
(241, 'clothing_r18_seawreath', '3681'),
(242, 'clothing_r18_goldfish', '3677'),
(243, 'clothing_luscioushair', '3673'),
(244, 'clothing_wetsuit', '3678,3679'),
(245, 'clothing_sailortop', '3682,3683'),
(246, 'clothing_flippers', '3687'),
(247, 'clothing_r19_messybangs', '3790'),
(248, 'clothing_r19_forrestcrown', '3776'),
(249, 'clothing_ribboncurls', '3777,3778'),
(250, 'clothing_archerhat', '3765'),
(251, 'clothing_madhat', '3766'),
(252, 'clothing_mushroomhat', '3775'),
(253, 'clothing_petaldress', '3769,3770'),
(254, 'clothing_wolfmask', '3771'),
(255, 'clothing_flowerponytail', '3774'),
(256, 'clothing_r19_fox', '3772,3773'),
(257, 'clothing_leafhair', '3768'),
(258, 'clothing_highfade', '3786'),
(259, 'clothing_messycurls', '3791'),
(260, 'clothing_piglethat', '3767'),
(261, 'clothing_rippedjeans2', '3787'),
(262, 'clothing_topbuttonshirt', '3792,3793'),
(263, 'clothing_r18_antlers', '3732'),
(264, 'clothing_r18_hyggehair', '3731'),
(265, 'clothing_r18_dungarees', '3728,3729'),
(266, 'clothing_goldpack2', '3574,3575,3576,3577,3578,3579,3580'),
(267, 'clothing_goldpack3', '3639,3640,3641,3642,3643,3644,3645'),
(268, 'clothing_loyaltycrown_V', '3655'),
(269, 'clothing_loyaltycrown_X', '3656'),
(270, 'clothing_loyaltycrown_II', '3654'),
(271, 'clothing_r17_weddingdress', '3563'),
(272, 'clothing_r17_weddingset', '3563,3553'),
(273, 'clothing_r17_wedveil', '3553'),
(274, 'clothing_r18_goldpack4', '3749,3750,3751,3752,3753,3754,3755'),
(275, 'clothing_r17_chicken', '3570'),
(276, 'clothing_r17_cow', '3571'),
(277, 'clothing_r17_horse', '3567'),
(278, 'clothing_featherflower', '3627'),
(279, 'clothing_buttonpants', '3626'),
(280, 'clothing_r17_goldfeatherflower', '3628'),
(281, 'clothing_ruffleshirt', '3636,3637'),
(282, 'clothing_tophat', '3632'),
(283, 'clothing_dress', '3629,3630'),
(284, 'clothing_tailedcoat', '3634,3635'),
(285, 'clothing_sasquatchmask', '3638'),
(286, 'clothing_r19_frilledskirt', '3781'),
(287, 'clothing_r19_shortcurly', '3785'),
(288, 'clothing_r19_waistcoat', '3779,3780'),
(289, 'clothing_badasshelmet', '3624'),
(290, 'clothing_herochest', '3609'),
(291, 'clothing_rebelchest', '3610'),
(292, 'clothing_r17_bathat', '3606'),
(293, 'clothing_herohelmet', '3623'),
(294, 'clothing_legarmour', '3607'),
(295, 'clothing_r17_hweencrown', '3612'),
(296, 'clothing_shoearmour', '3611'),
(297, 'clothing_animehair', '3699'),
(298, 'clothing_harajukuhair', '3705'),
(299, 'clothing_sakurajacket', '3696,3697'),
(300, 'clothing_dragonplushhat', '3701'),
(301, 'clothing_cuteglasses', '3698'),
(302, 'clothing_shogunhelmet', '3694'),
(303, 'clothing_r18_catbag', '3702'),
(304, 'clothing_r18_kitsunemask', '3700'),
(305, 'clothing_harajukubow', '3703'),
(306, 'clothing_tutu', '3695'),
(307, 'clothing_botface', '3704'),
(308, 'clothing_r19_comedymask', '3815'),
(309, 'clothing_r19_tragedymask', '3816'),
(310, 'clothing_r19_minotaurhorns', '3820'),
(311, 'clothing_r19_medusa', '3819'),
(312, 'clothing_r19_celestialdress', '3817,3818'),
(313, 'clothing_zebratop', '3839,3840'),
(315, 'clothing_croppedjumper', '3837,3838'),
(316, 'clothing_layeredlongskirt', '3842'),
(317, 'clothing_longmohawk', '3841'),
(318, 'clothing_r19_rainbowstarjumper', '3788'),
(319, 'clothing_shortcut', '3829'),
(320, 'clothing_loosekimono', '3826,3827'),
(321, 'clothing_gardenapron', '3824,3825'),
(323, 'clothing_butterflymask', '3832'),
(324, 'clothing_r19_butterflydress', '3834,3835'),
(325, 'clothing_leafmask', '3822'),
(326, 'clothing_gogglehat', '3823'),
(327, 'clothing_flowytop', '3836'),
(328, 'clothing_leafearrings', '3833'),
(329, 'clothing_r19_featheredcowl', '3830,3831'),
(330, 'clothing_floralbag', '3828'),
(331, 'clothing_sprout', '3821'),
(337, 'clothing_halo', '3740'),
(338, 'clothing_rudolphhat', '3742'),
(339, 'clothing_poinsettia', '3743'),
(340, 'clothing_bobblehat', '3745'),
(341, 'clothing_r18_featherdress', '3747,3748'),
(342, 'clothing_penguin', '3737'),
(343, 'clothing_r18_feathercrown', '3734'),
(344, 'clothing_sideflopped', '3746'),
(345, 'clothing_snowman', '3741'),
(346, 'clothing_xmas5', '3735'),
(347, 'clothing_mittens', '3744'),
(348, 'clothing_regiment', '3738,3739'),
(349, 'clothing_treepartyhat', '3736'),
(350, 'clothing_flipflopsocks', '3621'),
(351, 'clothing_kpopbuns', '3676'),
(352, 'clothing_r19_rainbowhair', '3811'),
(353, 'clothing_r19_rainbowshades', '3803'),
(354, 'clothing_halftiedhair', '3852'),
(355, 'clothing_r19_raincoat', '3850,3851'),
(356, 'clothing_r19_teddygown', '3853,3854,3855'),
(357, 'clothing_bookbag', '3856'),
(364, 'clothing_r16_helmprotect', '3534'),
(365, 'clothing_r16_helmhero', '3535'),
(392, 'clothing_noblecrown', '3488'),
(427, 'clothing_r18_unicorn', '3653'),
(454, 'clothing_leafcrown', '3586'),
(456, 'clothing_hermeshat', '3585'),
(457, 'clothing_hoplitehelm', '3583'),
(458, 'clothing_greektoga', '3581,3582'),
(459, 'clothing_hermesshoes', '3587'),
(460, 'clothing_octohat', '3584'),
(461, 'clothing_r17_explorerhelm', '3589'),
(462, 'clothing_r17_sentinelhelm', '3588'),
(463, 'clothing_facehugger', '3590'),
(464, 'clothing_toxicfacehugger', '3597'),
(465, 'clothing_r17_cursedmask', '3591'),
(466, 'clothing_r17_boxerbraids', '3602'),
(467, 'clothing_r17_sharkmask', '3601'),
(469, 'clothing_cutie', '3616,3618'),
(470, 'clothing_ribbonband', '3614'),
(471, 'clothing_r17_elegantcrown', '3620'),
(472, 'clothing_r17_daveycrockett', '3622'),
(473, 'clothing_r17_frontierbraids', '3625'),
(474, 'clothing_r17_goldtophat', '3633'),
(475, 'clothing_r19_warlocks', '3846'),
(476, 'clothing_r19_longlonghair', '3847'),
(477, 'clothing_possessedeyes', '3845'),
(478, 'clothing_witchhat2', '3843'),
(479, 'clothing_witchrobes', '3848,3849'),
(480, 'clothing_r19_demonwings', '3844'),
(481, 'clothing_brownglasses', '3727'),
(482, 'clothing_r18_longwavy', '3733'),
(483, 'clothing_flaredtrench', '3877,3878'),
(484, 'clothing_habpods', '3879'),
(485, 'clothing_hitchedjumper', '3880,3881'),
(486, 'clothing_leatherhoodie', '3874,3875'),
(487, 'clothing_microbag', '3876'),
(488, 'clothing_shortfluffy', '3871'),
(489, 'clothing_shortscarf', '3882'),
(490, 'clothing_wavy3', '3870'),
(491, 'clothing_r19_autumndress', '3868'),
(492, 'clothing_r19_autumnhairpiece', '3869'),
(493, 'clothing_pompombag', '3861'),
(494, 'clothing_r19_elisa', '3866'),
(495, 'clothing_snowmansuit', '3862,3863,3864'),
(496, 'clothing_frostedbeard', '3865'),
(497, 'clothing_nordicscarf', '3867'),
(498, 'clothing_pompomhat', '3857'),
(499, 'clothing_r19_frosted', '3860'),
(500, 'clothing_bearmuffs', '3858'),
(501, 'clothing_icecrown', '3859'),
(502, 'clothing_r19_puppyacc', '3872,3873'),
(503, 'clothing_diafish', '3708'),
(504, 'clothing_dialeafcrown', '3709'),
(505, 'clothing_dianoblecrown', '3710'),
(506, 'clothing_r18_diaparty', '3711'),
(507, 'clothing_mini_bowlerhat_dark', '3652'),
(508, 'clothing_mini_bowlerhat_cream', '3651'),
(509, 'clothing_mini_bowlerhat_gold', '3646'),
(510, 'clothing_mini_bowlerhat_green', '3647'),
(511, 'clothing_mini_bowlerhat_red', '3649'),
(512, 'clothing_mini_bowlerhat_purple', '3648'),
(513, 'clothing_mini_bowlerhat_blue', '3650'),
(514, 'clothing_r16_party14', '3556'),
(515, 'clothing_r16_party13', '3555'),
(516, 'clothing_r16_party11', '3566'),
(517, 'clothing_r16_party9', '3564'),
(518, 'clothing_r16_party12', '3554'),
(519, 'clothing_r16_party10', '3565'),
(520, 'clothing_r18_sparkleparty1', '3756'),
(521, 'clothing_r18_sparkleparty2', '3757'),
(522, 'clothing_r18_sparkleparty3', '3758'),
(523, 'clothing_r18_sparkleparty4', '3759'),
(524, 'clothing_r18_sparkleparty5', '3760'),
(525, 'clothing_r18_sparkleparty6', '3761'),
(526, 'clothing_r18_sparkleparty7', '3762'),
(530, 'clothing_r18_sparkleparty8', '3763'),
(531, 'clothing_bohobag', '3799'),
(532, 'clothing_bohopaint', '3814'),
(533, 'clothing_ruggedbackpack', '3802'),
(534, 'clothing_bohotiara', '3804'),
(535, 'clothing_bohovest', '3794,3795'),
(536, 'clothing_flowingshirt', '3806,3807'),
(537, 'clothing_bohobackpack', '3801'),
(538, 'clothing_grandetail', '3810'),
(539, 'clothing_waistbag', '3798'),
(540, 'clothing_bohotunic', '3796,3797'),
(541, 'clothing_dreadlockstied', '3800'),
(542, 'clothing_flowerbeard', '3812'),
(543, 'clothing_plungebikini', '3808,3809'),
(544, 'clothing_bohoheadgems', '3805'),
(545, 'clothing_bohogems', '3813'),
(546, 'clothing_r19_punkhat', '3784'),
(547, 'clothing_r19_longtwotone', '3789'),
(548, 'clothing_r19_scuffedboots', '3783'),
(549, 'clothing_r19_messybun', '3782'),
(550, 'clothing_r19_longwavy2', '3764'),
(551, 'clothing_bloodscruffyhair', '3725'),
(552, 'clothing_bloodglasses', '3726'),
(553, 'clothing_bloodponytail', '3714'),
(554, 'clothing_shortcurlhair', '3724'),
(555, 'clothing_labcoat', '3722,3723'),
(556, 'clothing_bloodjacket', '3717,3718'),
(557, 'clothing_r18_vamp', '3721'),
(558, 'clothing_bloodshoes', '3720'),
(559, 'clothing_legwarmershoes', '3719'),
(560, 'clothing_r18_axe', '3716'),
(561, 'clothing_sideponytail', '3715'),
(562, 'clothing_vintagejacket', '3712,3713'),
(563, 'clothing_brain', '3730'),
(564, 'clothing_r18_frohawk', '3706'),
(565, 'clothing_r18_tiedwavylocks', '3707'),
(566, 'clothing_r18_divershelmet', '3680'),
(567, 'clothing_r18_seahorse', '3684'),
(568, 'clothing_c18_cutething', '3685,3686'),
(569, 'clothing_yetifeet', '3693'),
(570, 'clothing_mercenary', '3690,3691'),
(571, 'clothing_inmate', '3688,3689'),
(572, 'clothing_poncho', '3692'),
(573, 'clothing_bffhat', '3667'),
(574, 'clothing_bffshirt', '3668,3669'),
(575, 'clothing_kpop', '3670'),
(576, 'clothing_r18_bunniehat', '3662'),
(577, 'clothing_r18_bunniemask', '3663'),
(578, 'clothing_r18_dress', '3672'),
(579, 'clothing_reindeer', '3543'),
(703, 'clothing_r20_galaxybackpack', '3883'),
(704, 'clothing_heartnecklace', '3885'),
(705, 'clothing_r20_kittyearphones', '3884'),
(706, 'clothing_r19_sparklywaist5', '3900,3908'),
(707, 'clothing_r19_sparklywaist6', '3901,3909'),
(708, 'clothing_r19_sparklywaist7', '3902,3910'),
(709, 'clothing_r19_sparklywaist8', '3903,3911'),
(710, 'clothing_r19_sparklywaist2', '3897,3905'),
(711, 'clothing_r19_sparklywaist3', '3898,3906'),
(712, 'clothing_r19_sparklywaist1', '3896,3904'),
(713, 'clothing_r19_sparklywaist4', '3899,3907'),
(714, 'clothing_rat', '3894,3895'),
(715, 'clothing_r20_quinn', '3936'),
(716, 'clothing_chocochefoutfit', '3930,3931,3932,3933'),
(717, 'clothing_r20_tattoo', '3934,3935'),
(718, 'clothing_c20_goldheartbp', '3938'),
(719, 'clothing_c20_heartbackpack', '3937'),
(720, 'clothing_mysticrobes', '3927,3928'),
(721, 'clothing_nt_yogatop', '3913,3914'),
(722, 'clothing_nt_campingbackpack', '3916'),
(723, 'clothing_explorersash', '3921'),
(724, 'clothing_r20_bunnyoutfit', '3922,3923,3924'),
(725, 'clothing_puffyvest', '3917'),
(726, 'clothing_binoculars', '3919'),
(727, 'clothing_campingbackpack', '3916'),
(728, 'clothing_yogatop', '3913,3914'),
(729, 'clothing_nt_puffyvest', '3917'),
(730, 'clothing_nt_sportshair', '3926'),
(731, 'clothing_sportshair', '3926'),
(732, 'clothing_mysticcrown', '3929'),
(733, 'clothing_yogapants', '3915'),
(734, 'clothing_r20_ponytailcap', '3920'),
(735, 'clothing_nt_yogapants', '3915'),
(736, 'clothing_nt_sportsshade', '3925'),
(737, 'clothing_nt_binoculars', '3919'),
(738, 'clothing_sportsshade', '3925'),
(739, 'clothing_nt_explorersash', '3921'),
(740, 'clothing_rainbowegg', '3918'),
(741, 'clothing_goldpack4', '3886,3887,3888,3889,3890,3891,3892,3893,3912'),
(742, 'clothing_towelwraphalf', '3968'),
(743, 'clothing_eyemask', '3958'),
(744, 'clothing_maskmint', '3966'),
(745, 'clothing_towelhair', '3967'),
(746, 'clothing_eyetomato', '3959'),
(747, 'clothing_maskrose', '3964'),
(748, 'clothing_eyecucumber', '3960'),
(749, 'clothing_towelwrapfull', '3969,3970'),
(750, 'clothing_maskcitrus', '3963'),
(751, 'clothing_maskcharcoal', '3965'),
(752, 'clothing_eyecitrus', '3962'),
(753, 'clothing_eyestrawberry', '3961'),
(754, 'clothing_r20_monkeyfezhat', '3952'),
(755, 'clothing_moviestarmakeup', '3956'),
(756, 'clothing_cobra', '3954'),
(757, 'clothing_exoticcape', '3955'),
(758, 'clothing_headjewel', '3951'),
(759, 'clothing_moviestarhair', '3944'),
(760, 'clothing_grandsari', '3949'),
(761, 'clothing_grandheadjewel', '3939'),
(762, 'clothing_sherwani', '3940,3941'),
(763, 'clothing_nt_turban', '3945'),
(764, 'clothing_turban', '3945'),
(765, 'clothing_grandsherwani', '3942,3943'),
(766, 'clothing_nt_moviestarhair', '3944'),
(767, 'clothing_grandexoticcape', '3946'),
(768, 'clothing_snake', '3953'),
(769, 'clothing_nt_moviestarmakeup', '3956'),
(770, 'clothing_sari', '3947,3948,3950'),
(771, 'clothing_r20_jewelbraidhair', '3957'),
(772, 'clothing_studentcap', '3976'),
(773, 'clothing_nt_studentcap', '3976'),
(774, 'clothing_mermaid', '3516'),
(775, 'clothing_nt_zebratop', '3839,3840'),
(776, 'clothing_nt_flowytop', '3836'),
(777, 'clothing_nt_loosekimono', '3826,3827'),
(778, 'clothing_nt_shortcut', '3829'),
(779, 'clothing_nt_sprout', '3821'),
(780, 'clothing_nt_leafearrings', '3833'),
(781, 'clothing_nt_gardenapron', '3824,3825'),
(782, 'clothing_nt_possessedeyes', '3845'),
(783, 'clothing_nt_witchrobes', '3848,3849'),
(784, 'clothing_nt_witchhat2', '3843'),
(785, 'clothing_nt_shortscarf', '3882'),
(786, 'clothing_nt_habpods', '3879'),
(787, 'clothing_nt_flaredtrench', '3877,3878'),
(788, 'clothing_nt_hitchedjumper', '3880,3881'),
(789, 'clothing_nt_microbag', '3876'),
(790, 'clothing_nt_shortfluffy', '3871'),
(791, 'clothing_nt_leatherhoodie', '3874,3875'),
(792, 'clothing_nt_wavy3', '3870'),
(793, 'clothing_nt_pompombag', '3861'),
(794, 'clothing_nt_frostedbeard', '3865'),
(795, 'clothing_nt_bearmuffs', '3858'),
(796, 'clothing_nt_pompomhat', '3857'),
(797, 'clothing_nt_snowmansuit', '3862,3863,3864'),
(822, 'clothing_spottedoctohat', '3984'),
(823, 'clothing_nt_starearrings', '3974'),
(824, 'clothing_starearrings', '3974'),
(825, 'clothing_glitzypurse', '3973'),
(826, 'clothing_nt_flapperdress', '3995,3996'),
(827, 'clothing_chiseledface', '3997'),
(828, 'clothing_nt_modernshortwave', '3998'),
(829, 'clothing_nt_silkgloves', '3975'),
(830, 'clothing_nt_slickedbackhair', '3994'),
(831, 'clothing_r20_glitzytux', '3971,3972'),
(832, 'clothing_pencilmoustache', '3993'),
(833, 'clothing_nt_glitzypurse', '3973'),
(834, 'clothing_modernshortwave', '3998'),
(835, 'clothing_slickedbackhair', '3994'),
(836, 'clothing_flapperdress', '3995,3996'),
(837, 'clothing_nt_pencilmoustache', '3993'),
(838, 'clothing_silkgloves', '3975'),
(839, 'clothing_nt_chiseledface', '3997'),
(840, 'clothing_r20_neonpunkset', '3989,3990,3991,3992'),
(841, 'clothing_r20_gothicset', '3999,4000,4001,4002'),
(842, 'clothing_h20th', '4003,4004'),
(843, 'clothing_darkelegantset', '3985,3986,3987,3988'),
(844, 'clothing_r20_harmonyset', '3983,3982,3980,3981');
/*!40000 ALTER TABLE `catalog_clothing` ENABLE KEYS */;
-- Dumping structure for table habbo.catalog_club_offers
DROP TABLE IF EXISTS `catalog_club_offers`;
CREATE TABLE IF NOT EXISTS `catalog_club_offers` (
`id` int(11) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`name` varchar(35) NOT NULL,
`days` int(11) NOT NULL,
`credits` int(11) NOT NULL DEFAULT 10,
`points` int(11) NOT NULL DEFAULT 0,
`points_type` int(11) NOT NULL DEFAULT 0,
`type` enum('HC','VIP','BUILDERS_CLUB','BUILDERS_CLUB_ADDON') NOT NULL DEFAULT 'HC',
`deal` enum('0','1') NOT NULL DEFAULT '0',
`giftable` enum('1','0') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_club_offers: 2 rows
DELETE FROM `catalog_club_offers`;
/*!40000 ALTER TABLE `catalog_club_offers` DISABLE KEYS */;
INSERT INTO `catalog_club_offers` (`id`, `enabled`, `name`, `days`, `credits`, `points`, `points_type`, `type`, `deal`, `giftable`) VALUES
(1, '1', 'HABBO_CLUB_1_MONTH', 31, 50, 50, 5, 'VIP', '0', '0'),
(2, '1', 'HABBO_CLUB_3_MONTHS', 93, 120, 120, 5, 'VIP', '0', '0');
/*!40000 ALTER TABLE `catalog_club_offers` ENABLE KEYS */;
-- Dumping structure for table habbo.catalog_featured_pages
DROP TABLE IF EXISTS `catalog_featured_pages`;
CREATE TABLE IF NOT EXISTS `catalog_featured_pages` (
`slot_id` int(11) NOT NULL,
`image` varchar(70) NOT NULL DEFAULT '',
`caption` varchar(130) NOT NULL DEFAULT '',
`type` enum('page_name','page_id','product_name') NOT NULL DEFAULT 'page_name',
`expire_timestamp` int(11) NOT NULL DEFAULT -1,
`page_name` varchar(30) NOT NULL DEFAULT '',
`page_id` int(11) NOT NULL DEFAULT 0,
`product_name` varchar(40) NOT NULL DEFAULT '',
PRIMARY KEY (`slot_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_featured_pages: 4 rows
DELETE FROM `catalog_featured_pages`;
/*!40000 ALTER TABLE `catalog_featured_pages` DISABLE KEYS */;
INSERT INTO `catalog_featured_pages` (`slot_id`, `image`, `caption`, `type`, `expire_timestamp`, `page_name`, `page_id`, `product_name`) VALUES
(1, 'catalogue/feature_cata/feature_cata_hort_pets.png', 'The Habbo Pet Shop', 'page_name', -1, 'pet_animals', 277, ''),
(2, 'catalogue/feature_cata/feature_cata_hort_clothes.png', 'Clothes Shop', 'page_name', -1, 'top_picks', 588, ''),
(3, 'catalogue/feature_cata/feature_cata_hort_habbo20_bun2.png', 'Chill Modern Bundle', 'page_name', -1, 'chill_modern_20', 1001, ''),
(4, 'catalogue/feature_cata/feature_cata_vert_habbo20_roselinedball.png', 'Trimmed Rose Gold Balloon', 'page_name', -1, 'trimmed_rosegold20', 757, '');
/*!40000 ALTER TABLE `catalog_featured_pages` ENABLE KEYS */;
-- Dumping structure for table habbo.catalog_items
DROP TABLE IF EXISTS `catalog_items`;
CREATE TABLE IF NOT EXISTS `catalog_items` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`item_ids` varchar(666) NOT NULL,
`page_id` int(11) NOT NULL,
`catalog_name` varchar(100) NOT NULL,
`cost_credits` int(11) NOT NULL DEFAULT 3,
`cost_points` int(11) NOT NULL DEFAULT 0,
`points_type` int(11) NOT NULL DEFAULT 0 COMMENT '0 for duckets; 5 for diamonds; and any seasonal/GOTW currencies you have in your emu_settings table.',
`amount` int(11) NOT NULL DEFAULT 1,
`limited_stack` int(11) NOT NULL DEFAULT 0 COMMENT 'Change this number to make the item limited.',
`limited_sells` int(11) NOT NULL DEFAULT 0 COMMENT 'This automatically logs from the emu; do not change it.',
`order_number` int(11) NOT NULL DEFAULT 1,
`offer_id` int(11) NOT NULL DEFAULT -1,
`song_id` int(10) unsigned NOT NULL DEFAULT 0,
`extradata` varchar(500) NOT NULL DEFAULT '',
`have_offer` enum('0','1') NOT NULL DEFAULT '1',
`club_only` enum('0','1') NOT NULL DEFAULT '0',
PRIMARY KEY (`id`) USING BTREE,
KEY `page_id` (`page_id`) USING BTREE,
KEY `catalog_name` (`catalog_name`) USING BTREE,
KEY `costs` (`cost_credits`,`cost_points`,`points_type`) USING BTREE,
KEY `id` (`id`) USING BTREE,
CONSTRAINT `fk_catitems_page` FOREIGN KEY (`page_id`) REFERENCES `catalog_pages` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=20501 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_items: ~10.790 rows (approximately)
DELETE FROM `catalog_items`;
INSERT INTO `catalog_items` (`id`, `item_ids`, `page_id`, `catalog_name`, `cost_credits`, `cost_points`, `points_type`, `amount`, `limited_stack`, `limited_sells`, `order_number`, `offer_id`, `song_id`, `extradata`, `have_offer`, `club_only`) VALUES
(1, '1', 197, 'post.it', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2, '2', 197, 'post.it.vd', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3, '3', 429, 'photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4, '4', 9, 'bot_generic', 25, 0, 0, 1, 0, 0, 1, -1, 0, 'name:Robbie;motto:Generic;figure:hr-3020-31.sh-3089-82.lg-3057-1330.ch-225-1408.ca-3084-82-82.wa-2003-63.hd-3091-1383;gender:m', '0', '0'),
(5, '5', 9, 'bot_bartender', 40, 0, 0, 1, 0, 0, 3, -1, 0, 'name:Love;motto:Bartender;figure:hr-9534-45.sh-3064-1425.lg-3058-82.ch-818-1408.wa-2005-63.hd-600-1;gender:f', '0', '0'),
(6, '6', 9, 'rentable_bot_visitor_log', 35, 0, 0, 1, 0, 0, 2, -1, 0, 'name:Belle;motto:Visitor Counter;figure:sh-3064-91.lg-3166-82.ch-3076-82-73.hr-3251-31-1355.hd-3096-1;gender:f', '0', '0'),
(7, '7', 429, 'avatar_effect158', 4, 0, 0, 1, 0, 0, 99, -1, 0, '158', '1', '0'),
(8, '13', 27, 'A1 HYN', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9, '14', 17, 'A2 KHP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10, '15', 281, 'A1 KHS', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(11, '17', 17, 'A1 PPP', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(12, '18', 17, 'A1 TUP', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(13, '20', 27, 'A1 PYN', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(14, '21', 281, 'A1 PYS', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(15, '22', 502, 'table_plasto_4leg', 5, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(16, '23', 502, 'table_plasto_round', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(17, '24', 502, 'table_plasto_bigsquare', 5, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(18, '25', 17, 'A1 LTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(19, '26', 281, 'A1 TUS', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(20, '28', 281, 'A1 SHS', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(21, '29', 27, 'A2 PSN', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(22, '30', 27, 'A1 TUN', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(23, '31', 17, 'a2 modetable', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(24, '32', 559, 'A1 OSB', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(25, '33', 559, 'A1 BV1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(26, '34', 17, 'a4 stn', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(27, '35', 17, 'A2 SHP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(28, '36', 281, 'a4 PSN', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(29, '38', 502, 'chair_plasty', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(30, '39', 502, 'chair_plasto', 2, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(31, '40', 502, 'table_plasto_square', 2, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(32, '41', 17, 'A2 S2P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(33, '42', 17, 'A1 S1B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(34, '43', 429, 'A1 S1B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(35, '44', 429, 'A1 S2B', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(36, '45', 281, 'A1 S1S', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(37, '46', 281, 'A1 S2S', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(38, '47', 281, 'A2 POJA', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(39, '48', 18, 'A2 S2A', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(40, '49', 429, 'A1 S1B', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(41, '50', 429, 'A1 S2BVALKO', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(42, '51', 18, 'A1 KHA', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(43, '52', 18, 'A1 PEA', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(44, '53', 18, 'A2 PIA', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(45, '54', 18, 'A1 PPA', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(46, '55', 18, 'A1 JAA', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(47, '56', 18, 'A2 TAA', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(48, '57', 18, 'A1 JLA', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(49, '58', 18, 'A1 S1A', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(50, '59', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(51, '60', 18, 'A1 RMA', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(52, '61', 559, 'A2 MUR', 1, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(53, '62', 17, 'A2 TAP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(54, '63', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(55, '64', 19, 'A1 A1P', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(56, '65', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(57, '66', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(58, '67', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(59, '68', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(60, '69', 559, 'A1 BV1', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(61, '70', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(62, '71', 19, 'A2 A1P', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(63, '72', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(64, '73', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(65, '74', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(66, '75', 559, 'A1 BV2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(67, '76', 559, 'A1 BM2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(68, '77', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(69, '78', 19, 'A3 A1P', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(70, '79', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(71, '80', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(72, '81', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(73, '82', 559, 'A1 BM3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(74, '83', 559, 'A1 BV3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(75, '84', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(76, '85', 19, 'A4 A1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(77, '86', 19, 'A1 C1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(78, '87', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(79, '88', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(80, '89', 559, 'A1 BM4', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(81, '90', 559, 'A1 BV4', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(82, '91', 559, 'A1 BV6', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(83, '93', 559, 'A1 BV5', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(84, '94', 559, 'A1 BM5', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(85, '95', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(86, '96', 19, 'A5 A1P', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(87, '97', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(88, '98', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(89, '99', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(90, '100', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(91, '101', 19, 'A6 A1P', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(92, '102', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(93, '103', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(94, '104', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(95, '105', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(96, '106', 19, 'A7 A1P', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(97, '107', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(98, '108', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(99, '109', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(100, '110', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(101, '111', 19, 'A8 A1P', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(102, '112', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(103, '113', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(104, '114', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(105, '115', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(106, '116', 19, 'A9 A1P', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(107, '117', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(108, '118', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(109, '119', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(110, '120', 559, 'A1 BM6', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(111, '121', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(112, '122', 22, 'A1 PIZ', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(113, '123', 22, 'A1 DRK', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(114, '124', 19, 'A1 E3P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(115, '125', 19, 'A1 E4P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(116, '126', 19, 'A1 E5P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(117, '127', 17, 'A2 BAP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(118, '128', 663, 'A1 PL1', 0, 3600, 5, 1, 0, 1, 24, -1, 0, '', '1', '0'),
(119, '129', 22, 'A2 PUL', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(120, '130', 17, 'A1 BTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(121, '131', 17, 'A1 BKP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(122, '132', 429, 'floortile', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(123, '133', 18, 'A2 BAA', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(124, '134', 18, 'A1 BTA', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(125, '135', 18, 'A1 BJA', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(126, '136', 559, 'A1 MM1', 0, 150, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(127, '137', 559, 'A1 MM1', 0, 150, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(128, '138', 559, 'A1 MM2', 0, 150, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(129, '139', 559, 'A1 MM3', 0, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(130, '140', 559, 'A1 MM4', 0, 150, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(131, '141', 559, 'A1 MM5', 0, 150, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(132, '143', 559, 'A1 MM6', 0, 150, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(133, '144', 22, 'A2 RTV', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(134, '145', 22, 'A2 WTV', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(135, '146', 556, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(136, '147', 19, 'A1 E6P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(137, '148', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(138, '149', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(139, '150', 559, 'A2 MURECO', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(140, '151', 19, 'A1 E7P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(141, '152', 17, 'deal_usa', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(142, '153', 17, 'A2 R2P', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(143, '154', 556, 'A1 GIRLSTP', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(144, '155', 556, 'A1 GIRLS1P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(145, '156', 556, 'A2 GIRLS2P', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(146, '157', 556, 'A2 GIRLSHP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(147, '158', 429, 'A3 S1P', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(148, '159', 429, 'A1 S2BVALKO', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0'),
(149, '160', 20, 'A1 ANANAS', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(150, '161', 20, 'A1 PUU', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(151, '162', 20, 'A1 PIKKUKAKTUS', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(152, '163', 20, 'A2 BONSAI', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(153, '164', 20, 'A2 ISOKAKTUS', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(154, '165', 20, 'A2 JUKKA', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(155, '166', 559, 'A1 BM7', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(156, '167', 559, 'A1 BM8', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(157, '168', 559, 'A1 BM9', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(158, '169', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(159, '170', 559, 'A1 BM1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(160, '171', 20, 'a2 aurinko', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(161, '172', 20, 'a2 ruusu', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(162, '173', 22, 'A2 DIGITV', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(163, '174', 182, 'A2 AMME', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(164, '177', 182, 'A2 AMM', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(165, '178', 182, 'A2 PYTTYSIN', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(166, '179', 182, 'A1 KUMIANKKA', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(167, '180', 182, 'A2 KAAKELISIN', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(168, '181', 182, 'A2 PYTTYPUN', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(169, '182', 182, 'A2 PYTTYKELT', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(170, '183', 182, 'A2 KAAKELIPUN', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(171, '184', 182, 'A2 KAAKELIKELT', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(172, '185', 663, 'a0 prize1', 0, 14400, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(173, '186', 663, 'a0 prize2', 0, 10800, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(174, '187', 260, 'present_gen', 7, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(175, '188', 260, 'present_gen1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(176, '189', 260, 'present_gen2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(177, '190', 260, 'present_gen3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(178, '191', 260, 'present_gen4', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(179, '192', 260, 'present_gen5', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(180, '193', 260, 'present_gen6', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(181, '195', 181, 'A2 baba', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(182, '196', 181, 'a2 bookcase', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(183, '197', 27, 'a2 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(184, '198', 27, 'A2 PSN', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(185, '199', 181, 'A1 BLMP', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(186, '200', 18, 'a2 kya', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(187, '201', 181, 'A2 FDG', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(188, '202', 224, 'DEV door', 1, 225, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(189, '204', 224, 'DEV doorB', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(190, '205', 224, 'DEV doorC', 1, 150, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(191, '206', 388, 'A2 pumpkin', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(192, '207', 676, 'a2 kallo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(193, '208', 676, 'a2 deadduck', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(194, '209', 677, 'deal_halloween', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(195, '210', 724, 'a1 raato3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(196, '211', 473, 'a2 menorah', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(197, '212', 729, 'pudding', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(198, '213', 22, 'A2 ham', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(199, '214', 729, 'turkey', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(200, '215', 724, 'a1 jouluank', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(201, '216', 473, 'a1 house', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(202, '217', 473, 'a2 triplecandle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(203, '218', 473, 'a2 tree3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(204, '219', 473, 'A2 tree5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(205, '220', 473, 'A2 tree4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(206, '223', 22, 'a2 ham2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(207, '224', 473, 'a2 wcandles', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(208, '225', 473, 'A2 KYNTTILAT2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(209, '226', 445, 'a2 cupido', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(210, '228', 724, 'a1 pinkkiankka', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(211, '230', 663, 'a0 throne', 0, 14400, 5, 1, 0, 14, 1, -1, 0, '', '1', '0'),
(212, '231', 663, 'a0 samovar', 0, 7200, 5, 1, 0, 1, 17, -1, 0, '', '1', '0'),
(213, '232', 20, 'a2 giftflowers', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(214, '233', 22, 'a2 habbocake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '0', '0'),
(215, '234', 663, 'a0 hologram', 0, 7200, 5, 1, 0, 1, 5, -1, 0, '', '1', '0'),
(216, '235', 724, 'a1 easterduck', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(217, '236', 378, 'a2 bunny', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(218, '237', 378, 'a2 basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(219, '238', 378, 'a2 birdie', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(220, '239', 22, 'A2 NOPPA', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(221, '243', 663, 'a0 prize3', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(222, '244', 17, 'a2 polyovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(223, '245', 18, 'a1 armkp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(224, '246', 18, 'a1 armdiv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(225, '247', 18, 'a2 armovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(226, '248', 27, 'A4 BTP', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(227, '249', 281, 'a1 silkp', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(228, '250', 27, 'a1 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(229, '251', 281, 'a1 sildiv', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(230, '252', 27, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(231, '253', 281, 'a2 silovi', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(232, '254', 663, 'a0 hemingway', 0, 10800, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(233, '260', 663, 'a0 spyro', 0, 14400, 5, 1, 0, 1, 2, -1, 0, '', '1', '0'),
(234, '261', 663, 'a0 hologirl', 0, 7200, 5, 1, 0, 1, 6, -1, 0, '', '1', '0'),
(235, '263', 273, 'camera', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(236, '264', 473, 'A2 JOULUTAHTI', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(237, '265', 473, 'A2 HYASINTTIP', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(238, '266', 473, 'A2 HYASINTTIS', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(239, '267', 349, 'club_sofa', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(240, '268', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(241, '269', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(242, '270', 429, 'bardeskcorner_polyfon_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(243, '271', 429, 'bardeskcorner_polyfon*11', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '0', '0'),
(244, '273', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(245, '274', 19, 'A1 E1P', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(246, '275', 349, 'A1 E1P', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1'),
(247, '276', 349, 'A2 KOUVOLA', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1'),
(248, '277', 349, 'mocchamaster', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(249, '278', 217, 'a2 legocourt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(250, '279', 217, 'a2 legobench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(251, '280', 217, 'a2 legotrophy', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(252, '283', 663, 'a0 valentinescreen', 0, 3600, 5, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(253, '284', 349, 'edicehc', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(254, '285', 663, 'rare_daffodil_rug', 0, 3600, 5, 1, 0, 28, 25, -1, 0, '', '1', '0'),
(255, '286', 663, 'A0 rarebeehiveblue', 0, 7200, 5, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(256, '287', 349, 'hcsohva', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(257, '288', 349, 'hcamme', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(258, '289', 663, 'A0 rareparasol', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(259, '290', 663, 'A0 rarelephantgold', 0, 14400, 5, 1, 0, 2, 11, -1, 0, '', '1', '0'),
(260, '291', 663, 'A0 rarefountainpink', 0, 7200, 5, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(261, '292', 663, 'rare_stand', 0, 3600, 5, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(262, '293', 663, 'rare_globe', 0, 3600, 5, 1, 0, 1, 31, -1, 0, '', '1', '0'),
(263, '294', 663, 'rare_hammock', 0, 3600, 5, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(264, '295', 663, 'A0 rarelephantsilver', 0, 10800, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(265, '296', 663, 'A0 rarelephantbronze', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(266, '297', 663, 'A0 rarefountaingrey', 0, 7200, 5, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(267, '298', 663, 'A0 rarefountaingreen', 0, 7200, 5, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(268, '299', 663, 'A0 rarefountainblue', 0, 7200, 5, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(269, '300', 663, 's', 0, 7200, 5, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(270, '301', 663, 'A0 rarebeehiveyellow', 0, 7200, 5, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(271, '302', 663, 'A0 rarexmasscreen', 0, 3600, 5, 1, 0, 1, 18, -1, 0, '', '1', '0'),
(272, '303', 663, 'A0 rareparasolyellow', 0, 3600, 5, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(273, '304', 663, 'A0 rareparasolbrown', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(274, '305', 663, 'A0 rareparasolviolet', 0, 3600, 5, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(275, '420', 429, 'soft_jaggara_norja', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '0', '0'),
(276, '428', 473, 'a1 house2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(277, '449', 663, 'A2 3000rpm', 0, 10800, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(278, '456', 198, 'md_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(279, '457', 663, 'md_limukaappi', 0, 7200, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(280, '1001', 429, 'Chess', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '0', '0'),
(281, '1011', 429, 'TicTacToe', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '0', '0'),
(282, '1021', 429, 'BattleShip', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '0', '0'),
(283, '1484', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(284, '1486', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(285, '1487', 19, 'A14 A1P', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(286, '1488', 19, 'A15 A1P', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(287, '1489', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(288, '1490', 19, 'A1 C1P', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(289, '1491', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(290, '1492', 19, 'A1 B1P', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(291, '1495', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(292, '1496', 19, 'A1 E8P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(293, '1497', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(294, '1498', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(295, '1499', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(296, '1500', 19, 'A1 E9P', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(297, '1501', 19, 'A1 E1P', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(298, '1502', 19, 'A2 KOUVOLA', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(299, '1503', 217, 'a0 hockey_score', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(300, '1504', 413, 'a0 goallight', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(301, '1505', 349, 'DEV doorD', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(302, '1506', 225, 'a0 prizetrophy2_b', 8, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(303, '1507', 225, 'a0 prizetrophy3_b', 8, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(304, '1508', 736, 'a0 prizetrophy4_b', 0, 75, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(305, '1509', 736, 'a0 prizetrophy5_b', 0, 75, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(306, '1510', 736, 'a0 prizetrophy6_b', 0, 75, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(307, '1512', 225, 'a0 prizetrophy_g', 12, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(308, '1513', 225, 'a0 prizetrophy2_g', 12, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(309, '1514', 225, 'a0 prizetrophy3_g', 12, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(310, '1515', 736, 'a0 prizetrophy4_g', 0, 75, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(311, '1516', 736, 'a0 prizetrophy5_g', 0, 75, 0, 1, 0, 0, 52, -1, 0, '', '1', '0'),
(312, '1517', 736, 'a0 prizetrophy6_g', 0, 75, 0, 1, 0, 0, 55, -1, 0, '', '1', '0'),
(313, '1518', 736, 'a0 prizetrophy7_g', 0, 75, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(314, '1519', 225, 'a0 prizetrophy_s', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(315, '1520', 225, 'a0 prizetrophy2_s', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(316, '1521', 225, 'a0 prizetrophy3_s', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(317, '1522', 736, 'a0 prizetrophy4_s', 0, 75, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(318, '1523', 736, 'a0 prizetrophy5_s', 0, 75, 0, 1, 0, 0, 53, -1, 0, '', '1', '0'),
(319, '1524', 736, 'a0 prizetrophy6_s', 0, 75, 0, 1, 0, 0, 56, -1, 0, '', '1', '0'),
(320, '1525', 736, 'a0 prizetrophy7_s', 0, 75, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(321, '1526', 225, '', 8, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(322, '1527', 349, 'hc_chr', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(323, '1528', 349, 'hc_tbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(324, '1529', 349, 'hc_lmp', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(325, '1530', 349, 'hc_dsk', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(326, '1531', 115, 'nest', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(327, '1532', 52, 'petfood1', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(328, '1533', 52, 'petfood2', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(329, '1534', 52, 'petfood3', 0, 15, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(330, '1535', 115, 'waterbowl_4', 2, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(331, '1536', 115, 'waterbowl_5', 2, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(332, '1537', 115, 'waterbowl_2', 2, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(333, '1538', 115, 'waterbowl_1', 2, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(334, '1539', 115, 'waterbowl_3', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(335, '1540', 115, 'toy1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(336, '1541', 115, 'toy1_1', 2, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(337, '1542', 115, 'toy1_2', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(338, '1543', 115, 'toy1_3', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(339, '1544', 115, 'toy1_4', 2, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(340, '1545', 52, 'goodie1', 1, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(341, '1546', 52, 'goodie1_1', 1, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(342, '1547', 52, 'goodie1_2', 1, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(343, '1548', 52, 'goodie2', 1, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(344, '1549', 331, 'a0 scifiport', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(345, '1550', 331, 'a10 scifiport', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(346, '1551', 331, 'a9 scifiport', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(347, '1552', 331, 'a8 scifiport', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(348, '1553', 331, 'a7 scifiport', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(349, '1554', 331, 'a6 scifiport', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(350, '1555', 331, 'a5 scifiport', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(351, '1556', 331, 'a4 scifiport', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(352, '1557', 331, 'a3 scifiport', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(353, '1558', 331, 'a2 scifiport', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(354, '1559', 336, 'a10 scifirocket_badge', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(355, '1560', 336, 'a9 scifirocket', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(356, '1561', 336, 'a8 scifirocket', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(357, '1562', 336, 'a7 scifirocket', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(358, '1563', 336, 'a6 scifirocket', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(359, '1564', 336, 'a5 scifirocket_badge', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(360, '1565', 336, 'a4 scifirocket', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(361, '1566', 336, 'a3 scifirocket', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(362, '1567', 336, 'a2 scifirocket', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(363, '1568', 336, 'a1 scifirocket', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(364, '1569', 333, 'a10 scifidoor', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(365, '1570', 333, 'a9 scifidoor', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(366, '1571', 333, 'a8 scifidoor', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(367, '1572', 333, 'a7 scifidoor', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(368, '1573', 333, 'a6 scifidoor', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(369, '1574', 333, 'a5 scifidoor', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(370, '1575', 333, 'a4 scifidoor', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(371, '1576', 333, 'a3 scifidoor', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(372, '1577', 333, 'a2 scifidoor', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(373, '1578', 333, 'a1 scifidoor', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(374, '1579', 347, 'a7 pillow', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(375, '1580', 347, 'a10 pillow', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(376, '1581', 347, 'a0 pillow', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(377, '1582', 347, 'a3 pillow', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(378, '1583', 347, 'a4 pillow', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(379, '1584', 347, 'a9 pillow', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(380, '1585', 347, 'a11 pillow', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(381, '1586', 347, 'a6 pillow', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(382, '1587', 347, 'a10 pillow', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(383, '1588', 347, 'pillow*3', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(384, '1589', 332, 'a4 marquee', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(385, '1590', 332, 'a5 marquee', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(386, '1591', 332, 'a10 marquee', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(387, '1592', 332, 'a0 marquee', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(388, '1593', 332, 'a11 marquee_badge', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(389, '1594', 332, 'a12 marquee', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(390, '1595', 332, 'a8 marquee', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(391, '1596', 332, 'a7 marquee', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(392, '1597', 332, 'a9 marquee', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(393, '1598', 332, 'a6 marquee', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(394, '1599', 334, 'a3 wooden_screen', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(395, '1600', 334, 'a4 wooden_screen', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(396, '1601', 334, 'a9 wooden_screen', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(397, '1602', 334, 'a0 wooden_screen', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(398, '1603', 334, 'a10 wooden_screen', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(399, '1604', 334, 'a7 wooden_screen', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(400, '1605', 334, 'a11 wooden_screen', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(401, '1606', 334, 'a6 wooden_screen', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(402, '1607', 334, 'a8 wooden_screen', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(403, '1608', 334, 'a5 wooden_screen', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(404, '1609', 335, 'a8 pillar', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(405, '1610', 335, 'a3 pillar', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(406, '1611', 335, 'a11 pillar', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(407, '1612', 335, 'a0 pillar', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(408, '1613', 335, 'a10 pillar', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(409, '1614', 335, 'a4 pillar', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(410, '1615', 335, 'a7 pillar', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(411, '1616', 335, 'a6 pillar', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(412, '1617', 335, 'a9 pillar', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(413, '1618', 335, 'a5 pillar', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(414, '1619', 328, 'a5 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(415, '1620', 328, 'rare_dragonlamp*0', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(416, '1621', 328, 'a6 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(417, '1622', 328, 'a3 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(418, '1623', 328, 'a9 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(419, '1624', 328, 'a10 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(420, '1625', 328, 'a8 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(421, '1626', 328, 'a7 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(422, '1627', 328, 'a2 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(423, '1628', 328, 'a4 rare_dragonlamp', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(424, '1629', 330, 'rare_icecream*1', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(425, '1630', 330, 'a8 rare_icecream_badge', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(426, '1631', 330, 'a9 rare_icecream', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(427, '1632', 330, 'a3 rare_icecream', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(428, '1633', 330, 'a7 rare_icecream', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(429, '1634', 330, 'a10 rare_icecream', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(430, '1635', 330, 'a4 rare_icecream', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(431, '1636', 330, 'a1 rare_icecream', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(432, '1637', 330, 'rare_icecream*4', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(433, '1638', 330, 'a6 rare_icecream', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(434, '1639', 329, 'a8 rare_fan', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(435, '1640', 329, 'a7 rare_fan', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(436, '1641', 329, 'a10 rare_fan', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(437, '1642', 329, 'a4 rare_fan', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(438, '1643', 329, 'a9 rare_fan', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(439, '1644', 329, 'a5 rare_fan', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(440, '1645', 329, 'summerpromo_yellowfan', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(441, '1646', 329, 'a2 rare_fan', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(442, '1647', 329, 'a9 rare_fan', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(443, '1648', 329, 'a3 rare_fan', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(444, '1649', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(445, '1650', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(446, '1651', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(447, '1652', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(448, '1653', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(449, '1654', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(450, '1655', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(451, '1656', 42, 'a10 queue', 2, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(452, '1657', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(453, '1658', 42, 'a10 queue', 7, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(454, '1659', 429, 'ticket', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '0', '0'),
(455, '1738', 344, 'rare_snowrug', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(456, '1741', 302, 'a0 lantern', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(457, '1742', 302, 'a0 rw_sofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(458, '1745', 217, 'a1 sporttrackstraight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(459, '1747', 217, 'a3 sporttrackstraight gra', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(460, '1748', 217, 'a2 sporttrackstraight asp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(461, '1750', 217, 'a0 deal201', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(462, '1751', 217, 'a2 sportcorner asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(463, '1752', 217, 'a0 deal208', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(464, '1754', 217, 'a2 sportgoal asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(465, '1755', 217, 'a2 sportgoal asphalt', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(466, '1756', 217, 'a3 sportgoal grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(467, '1757', 217, 'a1 sportfootylamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(468, '1758', 473, 'a1 tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(469, '1759', 281, 'barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(470, '1760', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(471, '1761', 343, 'traffic_light_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(472, '1762', 343, 'traffic_light_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(473, '1763', 343, 'traffic_light_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(474, '1764', 343, 'traffic_light_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(475, '1765', 343, 'traffic_light_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(476, '1766', 342, 'a1 rubberchairblue', 4, 0, 1, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(477, '1767', 342, 'a2 rubberchairpink', 4, 0, 1, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(478, '1768', 342, 'a3 rubberchairorange', 4, 0, 1, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(479, '1769', 342, 'a4 rubberchairocean', 4, 0, 1, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(480, '1770', 342, 'a5 rubberchairlime', 4, 0, 1, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(481, '1771', 342, 'a6 rubberchairviolet', 4, 0, 1, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(482, '1772', 343, 'barrier_1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(483, '1773', 343, 'barrier_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(484, '1774', 343, 'barrier_3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(485, '1775', 342, 'a7 rubberchairwhite', 4, 0, 1, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(486, '1776', 342, 'a8 rubberchairblack', 4, 0, 1, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(487, '1777', 290, 'table_norja_med_2', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(488, '1778', 291, 'table_norja_med_3', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(489, '1779', 292, 'table_norja_med_4', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(490, '1780', 293, 'table_norja_med_5', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(491, '1781', 294, 'table_norja_med_6', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(492, '1782', 295, 'table_norja_med_7', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(493, '1783', 296, 'table_norja_med_8', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(494, '1784', 297, 'table_norja_med_9', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(495, '1785', 290, 'couch_norja_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(496, '1786', 291, 'couch_norja_3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(497, '1787', 292, 'couch_norja_4', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(498, '1788', 293, 'couch_norja_5', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(499, '1789', 294, 'couch_norja_6', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(500, '1790', 295, 'couch_norja_7', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(501, '1791', 296, 'couch_norja_8', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(502, '1792', 297, 'couch_norja_9', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(503, '1793', 290, 'shelves_norja_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(504, '1794', 291, 'shelves_norja_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(505, '1795', 292, 'shelves_norja_4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(506, '1796', 293, 'shelves_norja_5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(507, '1797', 294, 'shelves_norja_6', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(508, '1798', 295, 'shelves_norja_7', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(509, '1799', 296, 'shelves_norja_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(510, '1800', 297, 'shelves_norja_9', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(511, '1801', 290, 'chair_norja_2', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(512, '1802', 291, 'chair_norja_3', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(513, '1803', 292, 'chair_norja_4', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(514, '1804', 293, 'chair_norja_5', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(515, '1805', 294, 'chair_norja_6', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(516, '1806', 295, 'chair_norja_7', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(517, '1807', 296, 'chair_norja_8', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(518, '1808', 297, 'chair_norja_9', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(519, '1809', 290, 'a2 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(520, '1810', 291, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(521, '1811', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(522, '1812', 293, 'a5 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(523, '1813', 294, 'a6 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(524, '1814', 295, 'a7 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(525, '1815', 296, 'a8 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(526, '1816', 297, 'a9 nordiv', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(527, '1817', 290, 'A1 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(528, '1818', 291, 'A3 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(529, '1819', 292, 'A4 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(530, '1820', 293, 'A5 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(531, '1821', 294, 'A6 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(532, '1822', 295, 'A7 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(533, '1823', 296, 'A8 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(534, '1824', 297, 'A9 SHP', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(535, '1825', 290, 'a1 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(536, '1826', 291, 'a3 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(537, '1827', 292, 'a4 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(538, '1828', 293, 'a5 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(539, '1829', 294, 'a6 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(540, '1830', 295, 'a7 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(541, '1831', 296, 'a8 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(542, '1832', 297, 'a9 stn', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(543, '1833', 314, 'A2 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(544, '1834', 315, 'A3 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(545, '1835', 316, 'A4 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(546, '1836', 317, 'A5 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(547, '1837', 318, 'A6 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(548, '1838', 319, 'A7 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(549, '1839', 320, 'A8 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(550, '1840', 321, 'A9 STS', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(551, '1841', 314, 'A2 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(552, '1842', 315, 'A3 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(553, '1843', 316, 'A4 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(554, '1844', 317, 'A5 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(555, '1845', 318, 'A6 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(556, '1846', 319, 'A7 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(557, '1847', 320, 'A8 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(558, '1848', 321, 'A9 PPS', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(559, '1849', 314, 'a2 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(560, '1850', 315, 'a3 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(561, '1851', 316, 'a4 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(562, '1852', 317, 'a5 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(563, '1853', 318, 'a6 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(564, '1854', 319, 'a7 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(565, '1855', 320, 'a8 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(566, '1856', 321, 'a9 silkp', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(567, '1857', 314, 'a1 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(568, '1858', 315, 'a3 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(569, '1859', 316, 'a4 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(570, '1860', 317, 'a5 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(571, '1861', 318, 'a6 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(572, '1862', 319, 'a7 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(573, '1863', 320, 'a8 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(574, '1864', 321, 'a9 silovi', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(575, '1865', 314, 'A1 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(576, '1866', 315, 'A4 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(577, '1867', 316, 'A5 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(578, '1868', 317, 'A6 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(579, '1869', 318, 'A7 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(580, '1870', 319, 'A8 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(581, '1871', 320, 'A8 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(582, '1872', 321, 'A9 OSLO', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(583, '1873', 314, 'A2 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(584, '1874', 315, 'A3 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(585, '1875', 316, 'A4 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(586, '1876', 317, 'A5 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(587, '1877', 318, 'A6 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(588, '1878', 319, 'A7 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(589, '1879', 320, 'A8 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(590, '1880', 321, 'A9 SHS', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(591, '1881', 283, 'A2 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(592, '1882', 289, 'A3 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(593, '1883', 284, 'A4 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(594, '1884', 288, 'A6 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(595, '1885', 287, 'A7 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(596, '1886', 286, 'A8 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(597, '1887', 285, 'A9 STP', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(598, '1888', 283, 'A1 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(599, '1889', 289, 'A3 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(600, '1890', 284, 'A4 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(601, '1891', 288, 'A6 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(602, '1892', 287, 'A7 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(603, '1893', 286, 'A8 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(604, '1894', 285, 'A9 SHP', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(605, '1895', 283, 'A1 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(606, '1896', 289, 'A3 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(607, '1897', 284, 'A4 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(608, '1898', 288, 'A6 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(609, '1899', 287, 'A7 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(610, '1900', 286, 'A8 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(611, '1901', 285, 'A9 S2P', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(612, '1902', 283, 'A2 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(613, '1903', 289, 'A3 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(614, '1904', 284, 'A4 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(615, '1905', 288, 'A6 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(616, '1906', 287, 'A7 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(617, '1907', 286, 'A8 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(618, '1908', 285, 'A9 S1P', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(619, '1909', 283, 'A2 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(620, '1910', 289, 'A3 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(621, '1911', 284, 'A4 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(622, '1912', 556, 'A5 BTP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(623, '1913', 288, 'A6 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(624, '1914', 287, 'A7 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(625, '1915', 286, 'A8 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(626, '1916', 285, 'A9 BTP', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(627, '1917', 283, 'A2 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(628, '1918', 289, 'A3 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(629, '1919', 284, 'A4 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(630, '1920', 556, 'A5 BKP', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(631, '1921', 288, 'A6 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(632, '1922', 287, 'A7 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(633, '1923', 286, 'A8 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(634, '1924', 285, 'A9 BKP', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(635, '1925', 283, 'A1 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(636, '1926', 289, 'A3 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(637, '1927', 284, 'A4 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(638, '1928', 556, 'A5 polyovi', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(639, '1929', 288, 'A6 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(640, '1930', 287, 'A7 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(641, '1931', 286, 'A8 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(642, '1932', 285, 'A9 polyovi', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(643, '1933', 314, 'A2 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(644, '1934', 315, 'A3 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(645, '1935', 316, 'A4 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(646, '1936', 317, 'A5 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(647, '1937', 318, 'A6 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(648, '1938', 319, 'A7 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(649, '1939', 320, 'A8 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(650, '1940', 321, 'A9 TUS', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(651, '1941', 290, 'a2 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(652, '1942', 291, 'a3 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(653, '1943', 292, 'a4 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(654, '1944', 293, 'a5 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(655, '1945', 294, 'a6 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(656, '1946', 295, 'a7 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(657, '1947', 296, 'a8 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(658, '1948', 297, 'a9 norkg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(659, '1949', 290, 'a2 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(660, '1950', 291, 'a3 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(661, '1951', 292, 'a4 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(662, '1952', 293, 'a5 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(663, '1953', 294, 'a6 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(664, '1954', 295, 'a7 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(665, '1955', 296, 'a8 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(666, '1956', 297, 'a9 nordiv', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(667, '1957', 281, 'a0 silostudydesk', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(668, '1958', 291, 'a0 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(669, '1959', 290, 'a1 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(670, '1960', 27, 'a2 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(671, '1961', 292, 'a3 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(672, '1962', 293, 'a5 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(673, '1963', 294, 'a6 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(674, '1964', 295, 'a7 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(675, '1965', 296, 'a8 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(676, '1966', 297, 'a9 solnorja', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(677, '1967', 344, 'a0 sandrug', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(678, '1968', 344, 'a0 moonrug', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(679, '1969', 302, 'a2 china_table', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(680, '1970', 302, 'a2 china_table', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(681, '1971', 340, 'a0 sleepingbag', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(682, '1972', 340, 'a0 sleepingbag2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(683, '1973', 340, 'a0 sleepingbag3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(684, '1974', 340, 'a0 sleepingbag4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(685, '1975', 281, 'a0 safe_silo', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(686, '1976', 340, 'a0 sleepingbag7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(687, '1977', 258, 'a0 sleepingbag9', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(688, '1978', 340, 'a0 sleepingbag5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(689, '1979', 340, 'a0 sleepingbag10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(690, '1980', 340, 'a0 sleepingbag6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(691, '1981', 340, 'a0 sleepingbag8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(692, '1982', 302, 'china_shelve', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(693, '1983', 343, 'traffic_light_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(694, '1984', 290, 'a2 DVN black', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(695, '1985', 291, 'a3 DVN white', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(696, '1986', 293, 'a5 DVN pink', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(697, '1987', 294, 'a6 DVN blue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(698, '1988', 295, 'a7 DVN green', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(699, '1989', 296, 'a8 DVN yellow', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(700, '1990', 297, 'a9 DVN red', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(701, '1991', 290, 'a2 FLIPnor black', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(702, '1992', 291, 'a3 FLIPnor white', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(703, '1993', 292, 'a4 FLIPnor aquamarine', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(704, '1994', 293, 'a5 FLIPnor pink', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(705, '1995', 294, 'a6 FLIPnor blue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(706, '1996', 295, 'a7 FLIPnor green', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(707, '1997', 296, 'a8 FLIPnor yellow', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(708, '1998', 297, 'a9 FLIPnor red', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(709, '1999', 27, 'a0 FLIPnor plain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(710, '2000', 27, 'a0 DVN plain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(711, '2001', 302, 'a2 wall_china', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(712, '2002', 302, 'a2 corner_china', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(713, '2003', 314, 'a2 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(714, '2004', 315, 'a3 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(715, '2005', 316, 'a4 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(716, '2006', 317, 'a5 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(717, '2007', 318, 'a6 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(718, '2008', 319, 'a7 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(719, '2009', 320, 'a8 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(720, '2010', 321, 'a9 barchair_silo', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(721, '2011', 314, 'a2 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(722, '2012', 315, 'a3 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(723, '2013', 315, 'a4 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(724, '2014', 317, 'a5 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(725, '2015', 318, 'a6 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(726, '2016', 319, 'a7 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(727, '2017', 320, 'a8 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(728, '2018', 321, 'a9 safe_silo', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(729, '2019', 29, 'a0 glass_shelf', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(730, '2020', 29, 'a0 glass_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(731, '2021', 29, 'a0 glass_stool', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(732, '2022', 29, 'a0 glass_sofa', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(733, '2023', 29, 'a0 glass_table', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(734, '2024', 29, 'a2 glass_table', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(735, '2025', 29, 'a3 glass_table', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(736, '2026', 29, 'a4 glass_table', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(737, '2027', 29, 'a5 glass_table', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(738, '2028', 29, 'a6 glass_table', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(739, '2029', 29, 'a7 glass_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(740, '2030', 29, 'a8 glass_table', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(741, '2031', 29, 'a9 glass_table', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(742, '2032', 29, 'a2 glass_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(743, '2033', 29, 'a3 glass_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(744, '2034', 29, 'a4 glass_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(745, '2035', 29, 'a5 glass_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(746, '2036', 29, 'a6 glass_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(747, '2037', 29, 'a7 glass_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(748, '2038', 29, 'a8 glass_chair', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(749, '2039', 29, 'a9 glass_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(750, '2040', 29, 'a2 glass_sofa', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(751, '2041', 29, 'a3 glass_sofa', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(752, '2042', 29, 'a4 glass_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(753, '2043', 29, 'a5 glass_sofa', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(754, '2044', 29, 'a6 glass_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(755, '2045', 29, 'a7 glass_sofa', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(756, '2046', 29, 'a8 glass_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(757, '2047', 29, 'a9 glass_sofa', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(758, '2048', 29, 'a2 glass_stool', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(759, '2050', 29, 'a4 glass_stool', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(760, '2051', 29, 'a5 glass_stool', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(761, '2052', 29, 'a6 glass_stool', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(762, '2053', 29, 'a7 glass_stool', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(763, '2054', 29, 'a8 glass_stool', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(764, '2056', 29, 'a3 glass_stool', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(765, '2057', 29, 'a9 glass_stool', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(766, '2063', 12, 'a0 CF_10_coin_gold', 11, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(767, '2064', 12, 'a0 CF_1_coin_bronze', 1, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(768, '2065', 12, 'a0 CF_20_moneybag', 21, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(769, '2066', 12, 'a0 CF_50_goldbar', 51, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(770, '2067', 12, 'a0 CF_5_coin_silver', 5, 5, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(771, '2068', 349, 'a0 clubrug', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(772, '2069', 349, 'a0 clubtv', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(773, '2070', 30, 'a0 gothgate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(774, '2071', 30, 'a0 gothiccandelabra', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(775, '2072', 30, 'a0 gothrailing', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(776, '2073', 30, 'a0 goth_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(777, '2074', 349, 'a0 hc_bkshlf', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(778, '2075', 349, 'a0 hc_btlr', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(779, '2076', 349, 'a0 hc_crtn', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(780, '2077', 349, 'a0 hc_djset', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(781, '2078', 349, 'a0 hc_frplc', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(782, '2079', 349, 'a0 hc_lmpst', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(783, '2080', 349, 'a0 hc_machine', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(784, '2081', 349, 'a0 hc_rllr', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(785, '2082', 349, 'a0 hc_rntgn', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(786, '2083', 349, 'a0 hc_trll', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(787, '2084', 30, 'a1 gothicstool', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(788, '2085', 30, 'a1 gothicchair', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(789, '2086', 30, 'a1 gothicsofa', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(790, '2087', 30, 'a2 gothicstool', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(791, '2088', 30, 'a2 gothicchair', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(792, '2089', 30, 'a2 gothicsofa', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(793, '2090', 30, 'a3 gothicstool', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(794, '2091', 30, 'a3 gothicchair', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(795, '2092', 30, 'a3 gothicsofa', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(796, '2093', 30, 'a4 gothicstool', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(797, '2094', 30, 'a4 gothicchair', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(798, '2095', 30, 'a4 gothicsofa', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(799, '2096', 30, 'a5 gothicstool', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(800, '2097', 30, 'a5 gothicchair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(801, '2098', 30, 'a5 gothicsofa', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(802, '2099', 30, 'a6 gothicstool', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(803, '2100', 30, 'a6 gothicchair', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(804, '2101', 30, 'a6 gothicsofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(805, '2102', 473, 'A1 KYNTTILA1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(806, '2103', 445, 'A0 val_cauldron', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(807, '2104', 473, 'a1 tree2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(808, '2105', 187, 'sound_machine', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(809, '2106', 35, 'a0 romantique_pianochair3', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(810, '2107', 35, 'a0 romantique_pianochair5', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(811, '2108', 35, 'a0 romantique_pianochair2', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(812, '2109', 35, 'a0 romantique_pianochair4', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(813, '2110', 35, 'a0 romantique_pianochair1', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(814, '2111', 35, 'a0 romantique_divan3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(815, '2112', 35, 'a0 romantique_divan5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(816, '2113', 35, 'a0 romantique_divan2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(817, '2114', 35, 'a0 romantique_divan4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(818, '2115', 35, 'a0 romantique_divan1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(819, '2116', 35, 'a0 romantique_chair3', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(820, '2117', 35, 'a0 romantique_chair5', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(821, '2118', 35, 'a0 romantique_chair2', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(822, '2119', 35, 'a0 romantique_chair4', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(823, '2120', 35, 'a0 romantique_chair1', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(824, '2121', 473, 'A1 KYNTTILA2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(825, '2122', 197, 'rare_parasol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(826, '2123', 445, 'a2 valentinerose', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(827, '2124', 445, 'a4 valentinerose', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(828, '2125', 445, 'a1 valentinerose', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(829, '2126', 445, 'a3 valentinerose', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(830, '2127', 445, 'a0 valentinerose', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(831, '2128', 20, 'a0 mazegate', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(832, '2129', 20, 'a0 maze', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(833, '2130', 344, 'DEV plant_bulrush', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(834, '2131', 52, 'a0 petfood4', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(835, '2132', 445, 'a0 carpet_valentine', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(836, '2133', 30, 'a0 gothiccarpet', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(837, '2134', 30, 'a0 gothiccarpet2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(838, '2135', 30, 'gothic_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(839, '2136', 30, 'gothic_sofa', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(840, '2137', 30, 'gothic_stool', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(841, '2138', 35, 'DEV grand_piano3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(842, '2139', 35, 'DEV grand_piano5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(843, '2140', 35, 'DEV grand_piano2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(844, '2141', 35, 'DEV grand_piano4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(845, '2142', 35, 'DEV grand_piano1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(846, '2143', 590, 'a0 theatre_seat', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(847, '2144', 35, 'DEV romantique_tray2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(848, '2145', 35, 'DEV romantique_tray1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(849, '2146', 35, 'DEV romantique_smalltabl3', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(850, '2147', 35, 'DEV romantique_smalltabl5', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(851, '2148', 35, 'DEV romantique_smalltabl2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(852, '2149', 35, 'DEV romantique_smalltabl4', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(853, '2150', 35, 'DEV romantique_smalltabl1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(854, '2151', 35, 'DEV romantique_mirrortabl', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(855, '2152', 35, 'a2 romantique_divider', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(856, '2153', 35, 'a1 romantique_divider', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(857, '2154', 35, 'a3 romantique_divider', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(858, '2155', 35, 'a0 romantique_divider', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(859, '2156', 31, 'DEV jp_tatami2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(860, '2157', 31, 'DEV jp_tatami', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(861, '2158', 590, 'DEV habbowood_chair', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(862, '2159', 31, 'DEV jp_bamboo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(863, '2160', 31, 'DEV jp_irori', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(864, '2161', 31, 'DEV jp_pillow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(865, '2162', 46, 'A0 sound_set_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(866, '2163', 46, 'A0 sound_set_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(867, '2164', 46, 'A0 sound_set_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(868, '2165', 46, 'A0 sound_set_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(869, '2166', 46, 'A0 sound_set_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(870, '2167', 46, 'A0 sound_set_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(871, '2168', 46, 'A0 sound_set_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(872, '2169', 46, 'A0 sound_set_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(873, '2170', 46, 'A0 sound_set_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(874, '2171', 187, 'sound_machine_1', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(875, '227', 445, 'a2 heart', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(876, '229', 445, 'a2 heartsofa', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(877, '2457', 46, 'A0 sound_set_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(878, '2458', 500, 'DEV rclr_garden', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(879, '2459', 500, 'DEV rclr_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(880, '2460', 179, 'pura_mdl11', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(881, '2461', 170, 'pura_mdl12', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(882, '2462', 171, 'pura_mdl13', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(883, '2463', 172, 'pura_mdl14', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(884, '2464', 173, 'pura_mdl15', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(885, '2465', 174, 'pura_mdl16', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(886, '2466', 175, 'pura_mdl17', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(887, '2467', 176, 'pura_mdl18', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(888, '2468', 177, 'pura_mdl19', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(889, '2469', 46, 'A0 sound_set_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(890, '2470', 46, 'A0 sound_set_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(891, '2471', 31, 'DEV jp_lantern', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(892, '2472', 179, 'pura_mdl41', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(893, '2473', 170, 'pura_mdl42', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(894, '2474', 171, 'pura_mdl43', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(895, '2475', 172, 'pura_mdl44', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(896, '2476', 173, 'pura_mdl45', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(897, '2477', 174, 'pura_mdl46', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(898, '2478', 175, 'pura_mdl47', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(899, '2479', 176, 'pura_mdl48', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(900, '2480', 177, 'pura_mdl49', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(901, '2481', 46, 'A0 sound_set_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(902, '2482', 46, 'A0 sound_set_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(903, '2483', 179, 'pura_mdl21', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(904, '2484', 170, 'pura_mdl22', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(905, '2485', 171, 'pura_mdl23', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(906, '2486', 172, 'pura_mdl24', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(907, '2487', 173, 'pura_mdl25', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(908, '2488', 174, 'pura_mdl26', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(909, '2489', 175, 'pura_mdl27', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(910, '2490', 176, 'pura_mdl28', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(911, '2491', 177, 'pura_mdl29', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(912, '2492', 46, 'A0 sound_set_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(913, '2493', 46, 'A0 sound_set_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(914, '2494', 46, 'A0 sound_set_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(915, '2495', 46, 'A0 sound_set_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(916, '2496', 46, 'A0 sound_set_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(917, '2497', 46, 'A0 sound_set_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(918, '2498', 179, 'A1 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(919, '2499', 170, 'A2 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(920, '2500', 171, 'A3 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(921, '2501', 172, 'A4 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(922, '2502', 173, 'A5 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(923, '2503', 174, 'A6 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(924, '2504', 175, 'A7 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(925, '2505', 176, 'A8 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(926, '2506', 177, 'A9 S1P', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(927, '2507', 590, 'b0 rareicecreamwhite', 0, 3600, 5, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(928, '2508', 46, 'A0 sound_set_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(929, '2509', 179, 'pura_mdl51', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(930, '2510', 170, 'pura_mdl52', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(931, '2511', 171, 'pura_mdl53', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(932, '2512', 172, 'pura_mdl54', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(933, '2513', 173, 'pura_mdl55', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(934, '2514', 174, 'pura_mdl56', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(935, '2515', 175, 'pura_mdl57', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(936, '2516', 176, 'pura_mdl58', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(937, '2517', 177, 'pura_mdl59', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(938, '2518', 280, 'a0 ropedivider', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(939, '2519', 280, 'a0 spotlight', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(940, '2520', 35, 'DEV romantique_clock', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(941, '2521', 46, 'A0 sound_set_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(942, '2522', 31, 'DEV jp_drawer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(943, '2523', 46, 'A0 sound_set_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(944, '2524', 46, 'A0 sound_set_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(945, '2525', 179, 'DEV chair_basic1', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(946, '2526', 170, 'DEV chair_basic2', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(947, '2527', 171, 'DEV chair_basic3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(948, '2528', 172, 'DEV chair_basic4', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(949, '2529', 173, 'DEV chair_basic5', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(950, '2530', 174, 'DEV chair_basic6', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(951, '2531', 175, 'DEV chair_basic7', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(952, '2532', 176, 'DEV chair_basic8', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(953, '2533', 177, 'DEV chair_basic9', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(954, '2534', 179, 'pura_mdl31', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(955, '2535', 170, 'pura_mdl32', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(956, '2536', 171, 'pura_mdl33', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(957, '2537', 172, 'pura_mdl34', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(958, '2538', 173, 'pura_mdl35', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(959, '2539', 174, 'pura_mdl36', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(960, '2540', 175, 'pura_mdl37', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(961, '2541', 176, 'pura_mdl38', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(962, '2542', 177, 'pura_mdl39', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(963, '2543', 187, 'sound_machine2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(964, '2544', 187, 'sound_machine3', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(965, '2545', 187, 'sound_machine4', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(966, '2546', 187, 'sound_machine5', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0'),
(967, '2547', 187, 'sound_machine6', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0'),
(968, '2548', 187, 'sound_machine7', 4, 0, 0, 1, 0, 0, -7, -1, 0, '', '1', '0'),
(969, '2549', 46, 'A0 sound_set_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(970, '2550', 46, 'A0 sound_set_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(971, '2551', 35, 'a0 rom_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(972, '2552', 179, 'DEV bed_budget1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(973, '2553', 170, 'DEV bed_budget2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(974, '2554', 171, 'DEV bed_budget3', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(975, '2555', 172, 'DEV bed_budget4', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(976, '2556', 173, 'DEV bed_budget5', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(977, '2557', 174, 'DEV bed_budget6', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(978, '2558', 175, 'DEV bed_budget7', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(979, '2559', 176, 'DEV bed_budget8', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(980, '2560', 177, 'DEV bed_budget9', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(981, '2561', 46, 'A0 sound_set_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(982, '2562', 500, 'DEV rclr_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(983, '2563', 46, 'A0 sound_set_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(984, '2564', 46, 'A0 sound_set_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(985, '2565', 46, 'A0 sound_set_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(986, '2566', 280, 'a0 tile_marble', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(987, '2567', 304, 'DEV exe_rug', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(988, '2568', 280, 'a0 tile_stella', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(989, '2569', 46, 'A0 sound_set_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(990, '2570', 46, 'A0 sound_set_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(991, '2571', 405, 'DEV summer_chair1', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(992, '2572', 405, 'DEV summer_chair2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(993, '2573', 405, 'DEV summer_chair3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(994, '2574', 405, 'DEV summer_chair4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(995, '2575', 405, 'DEV summer_chair5', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(996, '2576', 405, 'DEV summer_chair6', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(997, '2577', 405, 'DEV summer_chair7', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(998, '2578', 405, 'DEV summer_chair8', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(999, '2579', 405, 'DEV summer_chair9', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1000, '2580', 46, 'A0 sound_set_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1001, '2581', 304, 'DEV exe_s_table', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1002, '2582', 280, 'a0 tile_brown', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1003, '2583', 46, 'A0 sound_set_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1004, '2584', 348, 'rare_mosterplant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1005, '2585', 46, 'A0 sound_set_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1006, '2586', 736, 'a0 prizetrophy7_b', 0, 75, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(1007, '2587', 405, 'Summer BBQ Grill Blue', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1008, '2588', 405, 'Summer BBQ Grill Red', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1009, '2589', 405, 'Summer BBQ Grill Green', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1010, '2590', 405, 'Summer BBQ Grill Yellow', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1011, '2591', 405, 'summer_pool blue', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1012, '2592', 405, 'summer_pool red', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1013, '2593', 405, 'summer_pool green', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1014, '2594', 405, 'summer_pool yellow', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1015, '2595', 46, 'A0 sound_set_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1016, '2596', 46, 'A0 sound_set_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1017, '2597', 341, 'DEV one_way_door1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1018, '2598', 341, 'DEV one_way_door2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1019, '2599', 341, 'DEV one_way_door3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1020, '2600', 341, 'DEV one_way_door4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1021, '2601', 341, 'DEV one_way_door5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1022, '2602', 341, 'DEV one_way_door6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1023, '2603', 341, 'DEV one_way_door7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1024, '2604', 341, 'DEV one_way_door8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1025, '2605', 341, 'DEV one_way_door9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1026, '2606', 187, 'sound_machine_pro', 4, 0, 0, 1, 0, 0, -8, -1, 0, '', '1', '0'),
(1027, '2607', 274, 'song peep_benztruck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1028, '2608', 253, 'jukebox_1', 5, 0, 5, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(1029, '2609', 559, 'welcome_carpet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1030, '2610', 46, 'A0 sound_set_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(1031, '2611', 388, 'A1 habbocrypt', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1032, '2612', 46, 'A0 sound_set_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1033, '2613', 272, 'Grunge Sign', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1034, '2614', 46, 'A0 sound_set_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(1035, '2615', 46, 'A0 sound_set_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(1036, '2616', 46, 'A0 sound_set_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1037, '2617', 272, 'Grunge Chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1038, '2618', 272, 'Grunge Mattress', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1039, '2619', 272, 'Grunge Shelf', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1040, '2620', 388, 'gram', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1041, '2621', 272, 'Grunge Radiator', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1042, '2622', 46, 'A0 sound_set_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1043, '2623', 272, 'Grunge Table', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1044, '2624', 46, 'A0 sound_set_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(1045, '2625', 388, 'hal_cauldron', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1046, '2626', 388, 'a0 habboween_grass', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1047, '2627', 46, 'A0 sound_set_47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1048, '2628', 46, 'A0 sound_set_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1049, '2629', 46, 'A0 sound_set_48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(1050, '2630', 46, 'A0 sound_set_46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(1051, '2631', 46, 'A0 sound_set_51', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(1052, '2632', 46, 'A0 sound_set_50', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(1053, '2633', 46, 'A0 sound_set_52', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1054, '2634', 46, 'A0 sound_set_49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(1055, '2635', 473, 'Christmas maze shrubbery', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1056, '2636', 473, 'xmas_cstl_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1057, '2637', 473, 'Christmas Reindeer Rare', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1058, '2638', 473, 'Christmas Tree 6 Bling', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1059, '2639', 304, 'DEV exe_sofa', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1060, '2640', 473, 'Christmas mazegate', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1061, '2641', 473, 'xmas_icelamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1062, '2642', 346, 'a0 safe_silo_pb', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(1063, '2643', 304, 'DEV exe_bardesk', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1064, '2644', 304, 'DEV exe_table', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1065, '2645', 726, 'DEV exe_drinks', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1066, '2646', 473, 'xmas_cstl_wall', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1067, '2647', 304, 'DEV exe_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1068, '2648', 473, 'Christmas Sleigh', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1069, '2649', 46, 'A0 sound_set_54', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(1070, '2650', 304, 'DEV exe_chair2', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1071, '2651', 473, 'xmas_cstl_twr', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1072, '2652', 46, 'A0 sound_set_53', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(1073, '2653', 473, 'Christmas Tree 7 Snow', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1074, '2654', 473, 'Christmas Reindeer Poop', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1075, '2655', 304, 'DEV exe_corner', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1076, '2656', 46, 'A0 sound_set_58', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(1077, '2657', 47, 'noob_stool_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1078, '2658', 47, 'noob_stool_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1079, '2659', 47, 'noob_stool_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1080, '2660', 47, 'noob_stool_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1081, '2661', 47, 'noob_stool_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1082, '2662', 47, 'noob_stool_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1083, '2663', 47, 'noob_lamp_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1084, '2664', 47, 'noob_lamp_2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(1085, '2665', 47, 'noob_lamp_3', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(1086, '2666', 47, 'noob_lamp_4', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(1087, '2667', 47, 'noob_lamp_5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1088, '2668', 47, 'noob_lamp_6', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(1089, '2669', 46, 'A0 sound_set_56', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1090, '2670', 46, 'A0 sound_set_59', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(1091, '2671', 46, 'A0 sound_set_55', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1092, '2672', 699, 'DEV exe_globe', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1093, '2673', 46, 'A0 sound_set_57', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(1094, '2674', 304, 'A0 exe_plant', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1095, '2675', 47, 'noob_chair_1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1096, '2676', 47, 'noob_chair_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1097, '2677', 47, 'noob_chair_3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1098, '2678', 47, 'noob_chair_4', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(1099, '2679', 47, 'noob_chair_5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1100, '2680', 47, 'noob_chair_6', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1101, '2681', 47, 'noob_rug_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1102, '2682', 47, 'noob_rug_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1103, '2683', 47, 'noob_rug_3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1104, '2684', 47, 'noob_rug_4', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1105, '2685', 47, 'noob_rug_5', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1106, '2686', 47, 'noob_rug_6', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1107, '2687', 47, 'noob_table_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1108, '2688', 47, 'noob_table_2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1109, '2689', 47, 'noob_table_3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1110, '2690', 47, 'noob_table_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1111, '2691', 47, 'noob_table_5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1112, '2692', 47, 'noob_table_6', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1113, '2693', 224, 'teleport_door', 5, 10, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1114, '2694', 453, 'DEV fortune', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1115, '2695', 46, 'A0 sound_set_60', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(1116, '2696', 635, 'val_randomizer', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1117, '2697', 453, 'val_choco', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1118, '2698', 46, 'sound_set_61', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1119, '2699', 453, 'vday_sharebears', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1120, '2700', 453, 'Pink Teddy', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1121, '2701', 453, 'Green Teddy', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1122, '2702', 453, 'Brown Teddy', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1123, '2703', 453, 'Yellow Teddy', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1124, '2704', 453, 'Blue Teddy', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1125, '2705', 464, 'sand_cstl_twr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1126, '2706', 272, 'grunge_barrel', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1127, '2707', 272, 'grunge_bench', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1128, '2708', 272, 'grunge_candle', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1129, '2709', 123, 'sw_chest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1130, '2710', 464, 'sand_cstl_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1131, '2711', 123, 'sw_raven', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1132, '2712', 464, 'sand_cstl_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1133, '2713', 123, 'sw_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1134, '2714', 28, 'arabian_tetbl', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1135, '2715', 31, 'jp_tray1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1136, '2716', 28, 'arabian_teamk', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1137, '2717', 31, 'jp_tray5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1138, '2718', 737, 'a0 prizetrophy9_g', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(1139, '2719', 28, 'arabian_rug', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1140, '2720', 31, 'jp_tray6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1141, '2721', 28, 'arabian_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1142, '2722', 28, 'arabian_pllw', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1143, '2723', 28, 'arabian_tray3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1144, '2724', 31, 'jp_tray2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1145, '2725', 31, 'jp_tray4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1146, '2726', 31, 'jp_tray3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1147, '2727', 198, 'md_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1148, '2728', 28, 'arabian_tray4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1149, '2729', 737, 'a0 prizetrophy8_g', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1150, '2730', 28, 'arabian_divdr', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1151, '2731', 28, 'arabian_bigtb', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1152, '2732', 28, 'arabian_snake', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1153, '2733', 500, 'Ecotron Moon Lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1154, '2734', 28, 'arabian_tray1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1155, '2735', 28, 'DEV arabian_tray2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1156, '2736', 565, 'nouvelle_trax', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(1157, '2737', 73, 'b0 calippo', 0, 3600, 5, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1158, '2738', 46, 'A0 sound_set_64', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(1159, '2739', 496, 'jukebox_ptv', 0, 5000, 5, 1, 0, 0, 23, -1, 0, '', '0', '0'),
(1160, '2740', 46, 'A0 sound_set_63', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(1161, '2741', 46, 'A0 sound_set_62', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(1162, '2742', 187, 'traxgold', 4, 0, 0, 1, 0, 0, -11, -1, 0, '', '1', '0'),
(1163, '2743', 187, 'traxbronze', 4, 0, 0, 1, 0, 0, -9, -1, 0, '', '1', '0'),
(1164, '2744', 187, 'traxsilver', 4, 0, 0, 1, 0, 0, -10, -1, 0, '', '1', '0'),
(1165, '2745', 544, 'bench_puffet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1166, '2746', 323, 'footylamp_campaign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '0', '0'),
(1167, '2747', 31, 'jp_katana2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1168, '2748', 31, 'jp_katana3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1169, '2749', 31, 'jp_table', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1170, '2750', 31, 'jp_rare', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1171, '2751', 31, 'jp_katana1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1172, '2752', 46, 'A0 sound_set_66', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(1173, '2753', 408, 'tiki_tray3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1174, '2754', 539, 'tampax_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1175, '2755', 408, 'tiki_tray1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1176, '2756', 408, 'tiki_toucan', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1177, '2757', 408, 'tiki_waterfall', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1178, '2758', 47, 'noob_lamp_tradeable_1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '0', '0'),
(1179, '2759', 47, 'noob_lamp_tradeable_2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '0', '0'),
(1180, '2760', 47, 'noob_lamp_tradeable_3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '0', '0'),
(1181, '2761', 47, 'noob_lamp_tradeable_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0'),
(1182, '2762', 47, 'noob_lamp_tradeable_5', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '0', '0'),
(1183, '2763', 47, 'noob_lamp_tradeable_6', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '0', '0'),
(1184, '2764', 307, 'a0 CFC_500_goldbar', 500, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1185, '2765', 408, 'tiki_tray4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1186, '2766', 46, 'A0 sound_set_65', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(1187, '2767', 46, 'A0 sound_set_70', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(1188, '2768', 408, 'tiki_tray2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1189, '2769', 408, 'DEV tiki_parasol', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1190, '2770', 307, 'a0 CFC_200_moneybag', 200, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1191, '2771', 46, 'A0 sound_set_67', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1192, '2772', 307, 'a0 CFC_50_coin_silver', 50, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1193, '2773', 408, 'tiki_torch', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1194, '2774', 31, 'jp_teamaker', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1195, '2775', 47, 'noob_chair_tradeable_1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '0', '0'),
(1196, '2776', 47, 'noob_chair_tradeable_2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '0', '0'),
(1197, '2777', 47, 'noob_chair_tradeable_3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '0', '0'),
(1198, '2778', 47, 'noob_chair_tradeable_4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '0', '0'),
(1199, '2779', 47, 'noob_chair_tradeable_5', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '0', '0'),
(1200, '2780', 47, 'noob_chair_tradeable_6', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '0', '0'),
(1201, '2781', 408, 'tiki_junglerug', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1202, '2782', 408, 'tiki_statue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1203, '2783', 47, 'noob_plant', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(1204, '2784', 408, 'DEV tiki_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1205, '2785', 408, 'tiki_bflies', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1206, '2786', 47, 'noob_rug_tradeable_1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '0', '0'),
(1207, '2787', 47, 'noob_rug_tradeable_2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '0', '0'),
(1208, '2788', 47, 'noob_rug_tradeable_3', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '0', '0'),
(1209, '2789', 47, 'noob_rug_tradeable_4', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '0', '0'),
(1210, '2790', 47, 'noob_rug_tradeable_5', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '0', '0'),
(1211, '2791', 47, 'noob_rug_tradeable_6', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '0', '0'),
(1212, '2792', 408, 'tiki_tray0', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1213, '2793', 46, 'A0 sound_set_68', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1214, '2794', 408, 'DEV tiki_corner', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1215, '2795', 408, 'DEV tiki_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1216, '2796', 307, 'a0 CFC_100_coin_gold', 100, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1217, '2797', 307, 'a0 CFC_10_coin_bronze', 10, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(1218, '2798', 408, 'DEV tiki_sand', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1219, '2799', 46, 'A0 sound_set_69', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1220, '2800', 628, 'diner_tray_4', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0'),
(1221, '2801', 124, 'svnr_de', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1222, '2802', 628, 'diner_tray_2', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0'),
(1223, '2803', 628, 'diner_rug', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1224, '2804', 575, 'aquamarine diner_sofa_2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1225, '2805', 576, 'pink diner_sofa_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1226, '2806', 586, 'black diner_sofa_2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1227, '2807', 195, 'white diner_sofa_2', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(1228, '2808', 587, 'beige diner_sofa_2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(1229, '2809', 594, 'blue diner_sofa_2', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0'),
(1230, '2810', 625, 'green diner_sofa_2', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0'),
(1231, '2811', 626, 'yellow diner_sofa_2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(1232, '2812', 571, 'red diner_sofa_2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0'),
(1233, '2813', 124, 'svnr_it', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1234, '2814', 628, 'diner_shaker', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(1235, '2815', 628, 'diner_tray_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1236, '2816', 575, 'aquamarine diner_cashreg', 4, 0, 0, 1, 0, 0, 28, 10500, 0, '', '1', '0'),
(1237, '2817', 576, 'pink diner_cashreg', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1238, '2818', 586, 'black diner_cashreg', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1239, '2819', 195, 'yellow diner_cashreg', 4, 0, 0, 1, 0, 0, 31, 10500, 0, '', '1', '0'),
(1240, '2820', 587, 'beige diner_cashreg', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1241, '2821', 594, 'blue diner_cashreg', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1242, '2822', 625, 'green diner_cashreg', 4, 0, 0, 1, 0, 0, 34, 10500, 0, '', '1', '0'),
(1243, '2823', 626, 'white diner_cashreg', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1244, '2824', 571, 'red diner_cashreg', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1245, '2825', 124, 'svnr_nl', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1246, '2826', 628, 'diner_tray_6', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0'),
(1247, '2827', 575, 'aquamarine diner_gumvendor', 4, 0, 0, 1, 0, 0, 46, 10500, 0, '', '1', '0'),
(1248, '2828', 576, 'pink diner_gumvendor', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1249, '2829', 586, 'black diner_gumvendor', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(1250, '2830', 195, 'white diner_gumvendor', 4, 0, 0, 1, 0, 0, 49, 10500, 0, '', '1', '0'),
(1251, '2831', 587, 'beige diner_gumvendor', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(1252, '2832', 594, 'blue diner_gumvendor', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(1253, '2833', 625, 'green diner_gumvendor', 4, 0, 0, 1, 0, 0, 25, 10500, 0, '', '1', '0'),
(1254, '2834', 626, 'yellow diner_gumvendor', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(1255, '2835', 571, 'red diner_gumvendor', 10, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(1256, '2836', 124, 'svnr_aus', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1257, '2837', 628, 'diner_tray_0', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '1', '0'),
(1258, '2838', 124, 'svnr_uk', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1259, '2839', 628, 'diner_tray_1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(1260, '2840', 628, 'diner_tray_7', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(1261, '2841', 628, 'diner_tray_3', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0'),
(1262, '2842', 575, 'aquamarine diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1263, '2843', 576, 'pink diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1264, '2844', 586, 'black diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1265, '2845', 195, 'white diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1266, '2846', 587, 'beige diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1267, '2847', 594, 'blue diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1268, '2848', 625, 'green diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1269, '2849', 626, 'yellow dinger_bardesk_gate', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1270, '2850', 571, 'red diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1271, '2851', 575, 'aquamarine diner_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1272, '2852', 576, 'pink diner_bardesk', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1273, '2853', 586, 'black diner_bardesk', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1274, '2854', 195, 'white diner_bardesk', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1275, '2855', 587, 'beige diner_bardesk', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1276, '2856', 594, 'blue diner_bardesk', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1277, '2857', 625, 'green diner_bardesk', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1278, '2858', 626, 'yellow diner_bardesk', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1279, '2859', 571, 'red diner_bardesk', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1280, '2860', 309, 'ads_dave_cns', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1281, '2861', 575, 'aquamarine diner_chair', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(1282, '2862', 576, 'pink diner_chair', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1283, '2863', 586, 'black diner_chair', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1284, '2864', 195, 'white diner_chair', 2, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(1285, '2865', 587, 'beige diner_chair', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1286, '2866', 594, 'blue diner_chair', 2, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(1287, '2867', 625, 'green diner_chair', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(1288, '2868', 626, 'yellow diner_chair', 2, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(1289, '2869', 571, 'red diner_chair', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1290, '2870', 575, 'aquamarine diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1291, '2871', 576, 'pink diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1292, '2872', 586, 'black diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1293, '2873', 195, 'white diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1294, '2874', 587, 'beige diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1295, '2875', 594, 'blue diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1296, '2876', 625, 'green diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1297, '2877', 626, 'yellow diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1298, '2878', 571, 'red diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1299, '2879', 575, 'aquamarine diner_table_2', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0'),
(1300, '2880', 576, 'pink diner_table_2', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0'),
(1301, '2881', 586, 'black diner_table_2', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0'),
(1302, '2882', 195, 'white diner_table_2', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0'),
(1303, '2883', 587, 'beige diner_table_2', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0'),
(1304, '2884', 594, 'blue diner_table_2', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0'),
(1305, '2885', 625, 'green diner_table_2', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0'),
(1306, '2886', 626, 'yellow diner_table_2', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0'),
(1307, '2887', 571, 'red diner_table_2', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0'),
(1308, '2888', 575, 'aquamarine diner_sofa_1', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(1309, '2889', 576, 'pink diner_sofa_1', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(1310, '2890', 586, 'black diner_sofa_1', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(1311, '2891', 195, 'white diner_sofa_1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1312, '2892', 587, 'beige diner_sofa_1', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(1313, '2893', 594, 'blue diner_sofa_1', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(1314, '2894', 625, 'green diner_sofa_1', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(1315, '2895', 626, 'yellow diner_sofa_1', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(1316, '2896', 571, 'red diner_soda_1', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(1317, '2897', 575, 'aquamarine diner_table_1', 5, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0'),
(1318, '2898', 576, 'pink diner_table_1', 5, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0'),
(1319, '2899', 586, 'black diner_table_1', 5, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0'),
(1320, '2900', 195, 'white diner_table_1', 5, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0'),
(1321, '2901', 587, 'beige diner_table_1', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1322, '2902', 594, 'blue diner_table_1', 5, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0'),
(1323, '2903', 625, 'green diner_table_1', 5, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0'),
(1324, '2904', 626, 'yellow diner_table_1', 5, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0'),
(1325, '2905', 571, 'red diner_table_1', 5, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0'),
(1326, '2906', 629, 'DEV greek_seat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1327, '2907', 541, 'easy_bowl2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1328, '2908', 629, 'greek_gate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1329, '2909', 629, 'greek_pillars', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1330, '2910', 629, 'greek_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1331, '2911', 541, 'easy_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1332, '2912', 736, 'greektrophy_g', 0, 75, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1333, '2913', 736, 'greektrophy_s', 0, 75, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1334, '2914', 736, 'greektrophy_b', 0, 75, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1335, '2915', 629, 'DEV greek_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1336, '2916', 540, 'netari_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1337, '2917', 229, 'hcc_shelf', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(1338, '2918', 272, 'det_divider', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1339, '2919', 229, 'hcc_chair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(1340, '2920', 229, 'hcc_stool', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(1341, '2921', 229, 'hcc_sofa', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(1342, '2922', 272, 'det_body', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1343, '2923', 229, 'hcc_table', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(1344, '2924', 229, 'hcc_minibar', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(1345, '2925', 229, 'hcc_sofachair', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(1346, '2926', 229, 'hcc_crnr', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(1347, '2927', 229, 'hcc_dvdr', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(1348, '2928', 559, 'sob_carpet', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(1349, '2929', 121, 'igor_seat', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1350, '2930', 536, 'ads_711_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1351, '2931', 536, 'ads_711_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1352, '2932', 536, 'ads_711_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1353, '2933', 536, 'ads_711*4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1354, '2934', 121, 'ads_igorswitch', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1355, '2935', 121, 'ads_igorraygun', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1356, '2936', 121, 'ads_igorbrain', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1357, '2937', 389, 'hween08_bed2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1358, '2938', 389, 'hween08_defibs', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1359, '2939', 389, 'hween08_defibs2', 4, 0, 0, 1, 0, 0, 10, 10500, 0, '', '1', '0'),
(1360, '2940', 389, 'hween08_sink2', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1361, '2941', 389, 'hween08_trll', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1362, '2942', 389, 'hween08_curtain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1363, '2943', 389, 'hween08_bbag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1364, '2944', 389, 'hween08_sink', 10, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1365, '2945', 389, 'hween08_bed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1366, '2946', 389, 'hween08_manhole', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1367, '2947', 389, 'hween08_bath2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1368, '2948', 389, 'hween08_bath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1369, '2949', 389, 'hween08_curtain2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1370, '2950', 33, 'party_block2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1371, '2951', 33, 'party_tube_bubble', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1372, '2952', 33, 'party_seat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1373, '2953', 33, 'party_mic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1374, '2954', 621, 'party_djtable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1375, '2955', 33, 'party_tray', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1376, '2956', 33, 'party_table', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1377, '2957', 33, 'DEV party_barcorn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1378, '2958', 33, 'party_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1379, '2959', 33, 'party_block', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1380, '2960', 33, 'party_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1381, '2961', 33, 'party_beamer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1382, '2962', 33, 'DEV party_bardesk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1383, '2963', 33, 'party_discol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1384, '2964', 33, 'party_ball', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1385, '2965', 33, 'party_ravel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1386, '2966', 33, 'party_tube_lava', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1387, '2967', 475, 'xmas08_icetree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1388, '2968', 475, 'xmas08_lantern', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1389, '2969', 724, 'penguin_robot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1390, '2970', 475, 'xmas08_dvdr2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1391, '2971', 724, 'penguin_elf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1392, '2972', 504, 'xmas08_trph1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1393, '2973', 724, 'penguin_skater', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1394, '2974', 475, 'campfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1395, '2975', 724, 'penguin_bunny', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1396, '2976', 724, 'penguin_ninja', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1397, '2977', 677, 'penguin_basic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1398, '2978', 475, 'xmas08_telep', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1399, '2979', 724, 'penguin_boxer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1400, '2980', 475, 'xmas08_hole', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1401, '2981', 724, 'penguin_ski', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1402, '2982', 475, 'xmas_snow', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1403, '2983', 724, 'penguin_infected', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1404, '2984', 724, 'penguin_swim', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1405, '2985', 475, 'xmas08_geysir', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1406, '2986', 475, 'xmas08_hottub', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1407, '2987', 724, 'penguin_cowboy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1408, '2988', 724, 'penguin_icehockey', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1409, '2989', 724, 'penguin_clown', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1410, '2990', 724, 'penguin_wrestler', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1411, '2991', 124, 'svnr_fi', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1412, '2992', 475, 'xmas08_dvdr1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1413, '2993', 676, 'penguin_glow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1414, '2994', 724, 'penguin_sumo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1415, '2995', 724, 'penguin_musketeer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1416, '2996', 724, 'penguin_ballet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1417, '2997', 724, 'penguin_magician', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1418, '2998', 724, 'penguin_super', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1419, '2999', 724, 'penguin_pirate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1420, '3000', 46, 'sound_set_71', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(1421, '3001', 475, 'xmas08_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1422, '3002', 475, 'xmas08_icerug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1423, '3003', 724, 'penguin_hunchback', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1424, '3004', 724, 'penguin_punk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1425, '3005', 475, 'xmas08_snowpl', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1426, '3006', 475, 'xmas08_cubetree', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1427, '3007', 724, 'penguin_pilot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1428, '3008', 724, 'penguin_suit', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1429, '3009', 475, 'xmas08_table', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1430, '3010', 724, 'penguin_rock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1431, '3011', 23, 'DEV fx_explosion', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1432, '3012', 23, 'fx_bubble', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1433, '3013', 23, 'DEV fx_flare', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1434, '3014', 516, 'ads_cltele', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1435, '3015', 500, 'xmas08_trph2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1436, '3016', 497, 'lostc_merdragon', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1437, '3017', 516, 'ads_cldesk', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1438, '3018', 529, 'ads_ob_pillow', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0'),
(1439, '3019', 516, 'ads_clfloor', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1440, '3020', 119, 'ads_mall_tele', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0'),
(1441, '3021', 516, 'ads_cllava2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(1442, '3022', 37, 'bolly_lotus_pool', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1443, '3023', 197, 'kinkysofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1444, '3024', 302, 'china_moongt', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1445, '3025', 302, 'china_ox', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1446, '3026', 37, 'bolly_petals', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1447, '3027', 37, 'bolly_tile2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1448, '3028', 37, 'bolly_tile1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1449, '3029', 37, 'bolly_fountain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1450, '3030', 37, 'bolly_pillow', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1451, '3031', 37, 'DEV bolly_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1452, '3032', 37, 'bolly_drapec', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1453, '3033', 37, 'bolly_phant', 10, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1454, '3034', 37, 'DEV bolly_desk', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1455, '3035', 37, 'bolly_table', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1456, '3036', 37, 'bolly_monkey_lamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1457, '3037', 37, 'bolly_swing', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1458, '3038', 37, 'bolly_drapea', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1459, '3039', 37, 'bolly_palm', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '0', '0'),
(1460, '3040', 37, 'bolly_drapeb', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1461, '3041', 37, 'bolly_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1462, '3042', 37, 'bolly_tree', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1463, '3043', 37, 'bolly_vase', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1464, '3044', 39, 'planet_of_love', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1465, '3045', 58, 'ads_idol_floor1', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(1466, '3046', 121, 'ads_igor_flask', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1467, '3047', 58, 'ads_idol_floor2', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(1468, '3048', 58, 'ads_idol_drape', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1469, '3049', 121, 'ads_igor_dsk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1470, '3050', 58, 'ads_idol_desk', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(1471, '3051', 58, 'ads_idol_ch', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(1472, '3052', 497, 'lostc_octopus', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1473, '3053', 58, 'ads_idol_tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1474, '3054', 58, 'ads_idol_mic', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1475, '3055', 58, 'ads_idol_trax', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0'),
(1476, '3056', 58, 'ads_idol_pchair', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0'),
(1477, '3057', 58, 'ads_idol_audChr', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1478, '3058', 58, 'ads_idol_piano', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0'),
(1479, '3059', 58, 'ads_idol_jukebox_1', 0, 5000, 5, 1, 0, 0, 66, -1, 0, '', '0', '0'),
(1480, '3060', 303, 'lc_glass_floor', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1481, '3061', 303, 'lc_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1482, '3062', 303, 'lc_crab1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1483, '3063', 303, 'lc_stool', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1484, '3064', 303, 'lc_medusa1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1485, '3065', 303, 'lc_tubes_straight', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1486, '3066', 536, 'ads_711shelf', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1487, '3067', 303, 'lc_table', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1488, '3068', 303, 'lc_crab2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1489, '3069', 303, 'lc_tile2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1490, '3070', 303, 'lc_desk', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1491, '3071', 497, 'lostc_teleport', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1492, '3072', 303, 'lc_tubes_corners', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1493, '3073', 303, 'lc_medusa2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1494, '3074', 303, 'lc_anemone', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1495, '3075', 303, 'lc_corner', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1496, '3076', 303, 'lc_tile1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1497, '3077', 303, 'lc_coral_divider_low', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1498, '3078', 303, 'c_coral_divider_hi', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1499, '3079', 58, 'ads_idol_clRack', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(1500, '3080', 58, 'ads_idol_hotspot', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(1501, '3081', 58, 'ads_idol_voting_ch', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0'),
(1502, '3082', 499, 'eco_light2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1503, '3083', 499, 'eco_cactus1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1504, '3084', 499, 'eco_chair1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1505, '3085', 499, 'eco_cactus3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1506, '3086', 499, 'eco_table3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1507, '3087', 48, 'bump_tottero', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1508, '3088', 499, 'eco_sofa3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1509, '3089', 499, 'eco_table2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1510, '3090', 48, 'bump_signs', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1511, '3091', 499, 'eco_lamp3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1512, '3092', 499, 'eco_lamp2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1513, '3093', 499, 'eco_tree1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1514, '3094', 499, 'eco_chair3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1515, '3095', 261, 'ecotron_box', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1516, '3096', 499, 'eco_sofa1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1517, '3097', 499, 'eco_lamp1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1518, '3098', 499, 'eco_light1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1519, '3099', 499, 'eco_table1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1520, '3100', 499, 'eco_sofa2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1521, '3101', 48, 'bump_tires', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1522, '3102', 499, 'eco_fruits2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1523, '3103', 48, 'bump_lights', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1524, '3104', 499, 'eco_fruits3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1525, '3105', 499, 'eco_cactus2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1526, '3106', 499, 'eco_chair2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1527, '3107', 499, 'eco_fruits1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1528, '3108', 499, 'eco_light3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1529, '3109', 499, 'eco_tree2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1530, '3110', 48, 'bump_road', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1531, '3111', 550, 'ads_frankb', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1532, '3112', 534, 'ads_grefusa_cactus', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(1533, '3113', 497, 'totem_leg', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1534, '3114', 304, 'exe_artlamp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1535, '3115', 282, 'env_bushes', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1536, '3116', 58, 'ads_idol_newsDsk', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(1537, '3117', 282, 'env_tree1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1538, '3118', 282, 'env_tree4', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1539, '3119', 304, 'exe_gate', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1540, '3120', 58, 'ads_idol_cork', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(1541, '3121', 304, 'exe_cubelight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1542, '3122', 304, 'exe_artlamp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1543, '3123', 282, 'env_tree2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1544, '3124', 58, 'ads_idol_ichair', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(1545, '3125', 282, 'env_tree3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1546, '3126', 58, 'ads_idol_tube', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0'),
(1547, '3127', 516, 'ads_cl_jukeb', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1548, '3128', 282, 'env_bushes_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1549, '3129', 282, 'env_grass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1550, '3130', 249, 'tray_glasstower', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1551, '3131', 531, 'ads_malaco_gu', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0'),
(1552, '3132', 353, 'ads_reebok_block2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1553, '3133', 249, 'tray_cake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1554, '3134', 249, 'tray_champagne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1555, '3135', 531, 'ads_malaco_rug', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0'),
(1556, '3136', 58, 'ads_idol_tblCloth', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(1557, '3137', 516, 'ads_cl_sofa', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1558, '3138', 58, 'ads_idol_lamp', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1559, '3139', 516, 'ads_clcake', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1560, '3140', 58, 'ads_idol_carpet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1561, '3141', 282, 'country_fnc2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1562, '3142', 499, 'eco_mush1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1563, '3143', 282, 'country_rbw', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1564, '3144', 46, 'sound_set_72', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0'),
(1565, '3145', 282, 'country_soil', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1566, '3146', 282, 'country_log', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1567, '3147', 282, 'country_trctr', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1568, '3148', 282, 'country_stage', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1569, '3149', 282, 'country_well', 10, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1570, '3150', 282, 'country_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1571, '3151', 313, 'ads_goldtabl', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1572, '3152', 282, 'country_fnc3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1573, '3153', 282, 'country_rain', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1574, '3154', 282, 'country_fnc1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1575, '3155', 499, 'eco_mush2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1576, '3156', 73, 'ads_calip_cola_1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1577, '3157', 73, 'ads_calip_cola_2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1578, '3158', 73, 'ads_calip_cola_3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1579, '3159', 73, 'ads_calip_cola_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1580, '3160', 282, 'country_scarecrow', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1581, '3161', 282, 'env_telep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1582, '3162', 282, 'country_grass', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1583, '3163', 282, 'country wheat', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1584, '3164', 282, 'country corner', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1585, '3165', 282, 'country_ditch', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1586, '3166', 282, 'country_patio', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1587, '3167', 497, 'totem_head', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1588, '3168', 73, 'ads_calip_chair', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1589, '3169', 58, 'ads_idol_trophy', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0'),
(1590, '3170', 32, 'LT_pillar2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1591, '3171', 32, 'LT_throne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1592, '3172', 32, 'lt_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1593, '3173', 683, 'laptopdesk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1594, '3174', 32, 'lt_bughill', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1595, '3175', 32, 'lt_stage2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1596, '3176', 32, 'lt lava', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1597, '3177', 32, 'lt_stone2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1598, '3178', 32, 'lt_spider', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1599, '3179', 683, 'audChr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1600, '3180', 32, 'lt lava corner', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1601, '3181', 39, 'saturn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1602, '3182', 73, 'ads_calip_pool', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1603, '3183', 32, 'lt_stage1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1604, '3184', 22, 'clrack', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1605, '3185', 32, 'lt_statue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1606, '3186', 22, 'noticeboard', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1607, '3187', 32, 'LT_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1608, '3188', 32, 'lt_patch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1609, '3189', 32, 'LT_skull', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1610, '3190', 73, 'ads_calip_tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1611, '3195', 73, 'ads_calip_parasol', 0, 3600, 5, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1612, '3196', 32, 'lt_stone1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1613, '3197', 73, 'ads_calip_lava', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1614, '3198', 73, 'ads_calip_fan', 0, 3600, 5, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1615, '3199', 22, 'transparent_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1616, '3200', 497, 'totem_planet', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1617, '3201', 683, 'voting_ch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1618, '3202', 119, 'ads_mall_coffeem', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0'),
(1619, '3203', 36, 'sf_roof', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1620, '3204', 36, 'SF_crate_2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1621, '3205', 36, 'SF_crate_1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1622, '3206', 36, 'sf_stick', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1623, '3207', 36, 'SF_chair_blue', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1624, '3208', 36, 'SF_panel3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1625, '3209', 36, 'sf_roller', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1626, '3210', 670, 'SF_alien', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1627, '3211', 36, 'SF_floor_2', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1628, '3212', 36, 'SF_reactor', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1629, '3213', 36, 'sf_floor', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1630, '3214', 36, 'sf_tele', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1631, '3215', 36, 'SF_chair_green', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1632, '3216', 119, 'ads_mall_kiosk', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0'),
(1633, '3217', 36, 'SF_panel1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1634, '3218', 36, 'SF_panel2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1635, '3219', 670, 'sf_pod', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1636, '3220', 36, 'SF_table', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1637, '3221', 36, 'sf_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1638, '3222', 36, 'SF_floor_1', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1639, '3223', 36, 'SF_chair_red', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1640, '3224', 36, 'SF_lamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1641, '3225', 590, 'prizetrophy_cool', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1642, '3226', 324, 'ads_elisa_gnome', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1643, '3227', 406, 'summer_raft2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(1644, '3228', 406, 'summer_raft1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(1645, '3229', 590, 'prizetrophy_hot', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1646, '3230', 346, 'Soda Crush!', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1647, '3231', 406, 'summer_icebox', 10, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(1648, '3232', 6, 'a0 marsrug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1649, '3233', 34, 'rela_stone', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1650, '3234', 34, 'rela_candles1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1651, '3235', 34, 'rela_candle3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1652, '3236', 34, 'rela_candles3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1653, '3237', 39, 'pix_asteroid', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1654, '3238', 34, 'rela_candle1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1655, '3239', 34, 'rela_orchid', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1656, '3240', 34, 'rela_stick', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1657, '3241', 536, 'ads_711_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1658, '3242', 536, 'ads_711_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1659, '3243', 536, 'ads_711_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1660, '3244', 34, 'rela_candle2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1661, '3245', 34, 'rela_candles2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1662, '3246', 34, 'rela_plant', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1663, '3247', 34, 'rela_hchair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1664, '3248', 34, 'rela_rock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1665, '3249', 59, 'ktchn_fridge', 10, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(1666, '3250', 59, 'ktchn_inspctr', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1667, '3251', 346, 'ads_1800tele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1668, '3252', 59, 'ktchn_pots', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(1669, '3253', 59, 'ktchn_countr_2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1670, '3254', 59, 'ktchn_gate', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(1671, '3255', 59, 'ktchn_bBlock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1672, '3256', 59, 'ktchn_stove', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1673, '3257', 59, 'ktchn_cornr', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(1674, '3258', 59, 'ktchn_light', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1675, '3259', 59, 'ktchn_dvdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1676, '3260', 59, 'ktchn_desk', 5, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(1677, '3261', 59, 'ktchn_countr_1', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1678, '3262', 59, 'ktchn_sink', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(1679, '3263', 59, 'ktchn_plates', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(1680, '3264', 59, 'ktchn_trash', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(1681, '3265', 272, 'urban_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1682, '3266', 272, 'urban_bin', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1683, '3267', 272, 'urban_fence', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1684, '3268', 272, 'urban_carsofa', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1685, '3269', 272, 'urban_bench', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1686, '3270', 272, 'urban_blocker', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1687, '3271', 272, 'urban_bsktbll', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1688, '3272', 272, 'urban_wpost', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1689, '3273', 670, 'sf_mbar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1690, '3274', 272, 'urban_sidewalk', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1691, '3275', 272, 'urban_fence_corner', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1692, '3276', 58, 'ads_idol_l_carpet', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '0', '0'),
(1693, '3277', 533, 'ads_gsArcade_1', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(1694, '3278', 533, 'ads_gsArcade_2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(1695, '3279', 530, 'ads_mtvtrophy_gold', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(1696, '3280', 524, 'ads_spang_sleep', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1697, '3281', 530, 'ads_mtvtrophy_silver', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(1698, '3282', 590, 'hween09_organ', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1699, '3283', 58, 'ads_idol_chmpgn', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '0', '0'),
(1700, '3284', 272, 'urban_bench_plain', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1701, '3285', 390, 'hween09_hatch', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1702, '3286', 390, 'hween09_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1703, '3287', 390, 'hween09_jar', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1704, '3288', 390, 'hween09_floor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1705, '3289', 429, 'byesw_hotel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1706, '3290', 390, 'hween09_ghost', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1707, '3291', 429, 'byesw_hand', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1708, '3292', 390, 'hween09_tv', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1709, '3293', 390, 'hween09_mirror', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1710, '3294', 390, 'hween09_chandelier', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1711, '3295', 390, 'hween09_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1712, '3296', 44, 'ads_twi_toolbx', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0'),
(1713, '3297', 44, 'ads_twi_table', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0'),
(1714, '3298', 44, 'ads_twi_tower', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0'),
(1715, '3299', 44, 'ads_twi_piano', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '1', '0'),
(1716, '3300', 44, 'ads_twi_chair', 4, 0, 0, 1, 0, 0, 130, -1, 0, '', '1', '0'),
(1717, '3301', 44, 'ads_twi_fountn', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '1', '0'),
(1718, '3302', 44, 'ads_twi_dvdr2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(1719, '3303', 44, 'ads_twi_dvdr1', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0'),
(1720, '3304', 44, 'ads_twi_roses', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '1', '0'),
(1721, '3305', 304, 'exe_elevator', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1722, '3306', 119, 'ads_mall_elevator', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0'),
(1723, '3307', 59, 'ktchn_hlthNut', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(1724, '3308', 44, 'ads_twi_mist', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(1725, '3309', 115, 'nest_plow_bro', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(1726, '3310', 115, 'nest_snug_grn', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '0', '0'),
(1727, '3311', 44, 'ads_twi_trophy', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '1', '0'),
(1728, '3312', 28, 'arabian_tile', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1729, '3313', 729, 'xm09_lrgBauble', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1730, '3314', 476, 'xm09_candyCane', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1731, '3315', 115, 'nest_snug_blu', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(1732, '3316', 115, 'nest_plow_blu', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(1733, '3317', 115, 'nest_snug_red', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1734, '3318', 115, 'nest_plow_reg', 2, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(1735, '3319', 115, 'nest_snug_yel', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1736, '3320', 115, 'nest_plow_red', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1737, '3321', 52, 'petfood7', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1738, '3322', 52, 'petfood9', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1739, '3323', 52, 'petfood6', 1, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1740, '3324', 52, 'petfood5', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1741, '3325', 52, 'petfood8', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1742, '3326', 52, 'petfood10', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1743, '3327', 471, 'party_lantern', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1744, '3328', 476, 'xm09_man_b', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1745, '3329', 476, 'xm09_man_c', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1746, '3330', 476, 'xm09_man_a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1747, '3331', 115, 'nest_dirt', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(1748, '3332', 115, 'nest_snug_prp', 2, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(1749, '3333', 115, 'nest_basket', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1750, '3334', 115, 'nest_nest', 2, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(1751, '3335', 476, 'xm09_table', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1752, '3336', 115, 'nest_nails', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1753, '3337', 476, 'xm09_cocoa', 10, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(1754, '3338', 115, 'nest_snug_bla', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1755, '3339', 115, 'nest_ice', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(1756, '3340', 476, 'xm09_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1757, '3341', 115, 'nest_plow_skl', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1758, '3342', 516, 'ads_cl_moodi', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(1759, '3343', 737, 'prizetrophy_nrj', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1760, '3344', 302, 'china_tiger', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1761, '3345', 51, 'org_chrblk', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1762, '3346', 302, 'china_tigrSeat', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1763, '3347', 51, 'org_tblblk', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1764, '3348', 51, 'org_lamppnk', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1765, '3349', 51, 'org_chairblk', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1766, '3350', 51, 'org_chrpnk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1767, '3351', 683, 'xm09_trophy', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1768, '3352', 51, 'org_tblpnk', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1769, '3353', 51, 'org_lampblk', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1770, '3354', 51, 'org_chairpnk', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1771, '3355', 302, 'china_plmTree', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1772, '3356', 51, 'org_table', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1773, '3357', 50, 'val09_floor2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1774, '3358', 194, 'petfood11', 0, 5, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1775, '3359', 194, 'petfood13', 0, 5, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1776, '3360', 50, 'bling_chair_b', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1777, '3361', 50, 'bling_chair_c', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1778, '3362', 50, 'bling_toilet', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1779, '3363', 50, 'val09_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1780, '3364', 50, 'bling_bed', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1781, '3365', 548, 'ads_droetker_paula', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1782, '3366', 50, 'bling_fridge', 10, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1783, '3367', 305, 'ads_chups', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1784, '3368', 50, 'bling_chair_a', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1785, '3369', 50, 'bling_pool', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1786, '3370', 194, 'petfood12', 0, 5, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1787, '3371', 50, 'bling_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1788, '3372', 261, 'present_wrap_1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1789, '3373', 261, 'present_wrap_10', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1790, '3374', 261, 'present_wrap_2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1791, '3375', 261, 'present_wrap_3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1792, '3376', 261, 'present_wrap_4', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1793, '3377', 261, 'present_wrap_5', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1794, '3378', 261, 'present_wrap_6', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1795, '3379', 261, 'present_wrap_7', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1796, '3380', 261, 'present_wrap_8', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1797, '3381', 261, 'present_wrap_9', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1798, '3382', 452, 'val_basket', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1799, '3383', 452, 'teddy_pink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1800, '3384', 452, 'teddy_pendergrass', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1801, '3385', 452, 'teddy_bear', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1802, '3386', 452, 'val_hSeat_1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1803, '3387', 452, 'val_hSeat_2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1804, '3388', 452, 'val_hSeat_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1805, '3389', 452, 'val_hSeat_4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1806, '3390', 452, 'val_hSeat_5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1807, '3391', 452, 'val_hSeat_6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1808, '3392', 452, 'val_hSeat_7', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1809, '3393', 452, 'teddy_basic', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1810, '3394', 50, 'bling_fridge_restricted', 10, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1811, '3395', 542, 'ads_percyrock', 4, 0, 0, 1, 0, 0, 117, -1, 0, '', '1', '0'),
(1812, '3396', 50, 'bling_shwr', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1813, '3397', 452, 'val_table1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1814, '3398', 590, 'rare_trex', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1815, '3399', 30, 'rare_ironmaiden', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1816, '3400', 590, 'crystal_patch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1817, '3401', 590, 'beanstalk', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1818, '3402', 590, 'rare_mmmth', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1819, '3403', 590, 'rare_vdoll', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1820, '3404', 401, 'garden_mursu', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1821, '3405', 401, 'garden_jyrki', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1822, '3406', 401, 'garden_seed', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1823, '3407', 401, 'garden_lupin3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1824, '3408', 401, 'garden_mursu3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1825, '3409', 401, 'garden_flo2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1826, '3410', 683, 'prizetrophy_thumb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1827, '3411', 401, 'garden_lupin5', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1828, '3412', 401, 'garden_mursu2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1829, '3413', 401, 'garden_orchtree', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1830, '3414', 401, 'garden_mursu4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1831, '3415', 401, 'garden_flolamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1832, '3416', 401, 'garden_lupin2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1833, '3417', 401, 'garden_staringbush', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1834, '3418', 401, 'garden_flo1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1835, '3419', 401, 'garden_lupin4', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1836, '3420', 401, 'garden_flytrap', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1837, '3421', 401, 'garden_lupin1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1838, '3422', 401, 'garden_jungle', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1839, '3423', 534, 'ads_grefusa_yum', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1840, '3424', 401, 'garden_volcano', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1841, '3425', 401, 'garden_leaves', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1842, '3426', 401, 'garden_flo3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1843, '3427', 53, 'runway_bigchr_2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1844, '3428', 352, 'hc2_vase', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(1845, '3429', 53, 'runway_chair_2', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1846, '3430', 352, 'hc2_cart', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(1847, '3431', 352, 'hc3_divider', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(1848, '3432', 53, 'runway_head', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1849, '3433', 53, 'runway_block_1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1850, '3434', 352, 'hc2_sofatbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(1851, '3435', 53, 'runway_bigchr_4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1852, '3436', 352, 'hc2_armchair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(1853, '3437', 53, 'runway_manqn_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1854, '3438', 352, 'hc3_shelf', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(1855, '3439', 352, 'hc2_barchair', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(1856, '3440', 352, 'hc2_carpet', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(1857, '3441', 352, 'hc3_sofa', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(1858, '3442', 53, 'runway_stool', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1859, '3443', 53, 'runway_block_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1860, '3444', 53, 'runway_table_2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1861, '3445', 352, 'hc3_bard', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(1862, '3446', 352, 'hc2_biglamp', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(1863, '3447', 352, 'hc3_hugelamp', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(1864, '3448', 352, 'hc3_stool', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(1865, '3449', 352, 'hc2_divider', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(1866, '3450', 352, 'hc2_coffee', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(1867, '3451', 53, 'runway_chair_1', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1868, '3452', 352, 'hc2_sofa', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(1869, '3453', 553, 'ads_cheetos', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1870, '3454', 53, 'runway_bigchr_3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1871, '3455', 492, 'merger_chest', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1872, '3456', 53, 'runway_dvdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1873, '3457', 53, 'runway_display', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1874, '3458', 352, 'hc2_frplc', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(1875, '3459', 352, 'hc2_dvn', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(1876, '3460', 53, 'runway_table_1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1877, '3461', 352, 'hc3_dc', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(1878, '3462', 53, 'runway_bigchr_1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1879, '3463', 53, 'runway_bigchr_5', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1880, '3464', 53, 'runway_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1881, '3465', 352, 'hc3_light', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(1882, '3466', 352, 'hc3_table', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(1883, '3467', 53, 'runway_manqn_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1884, '3468', 492, 'cmp_fish_s', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1885, '3469', 492, 'cmp_fish_bk', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1886, '3470', 352, 'hc3_stereo', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(1887, '3471', 492, 'cmp_nobox_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1888, '3472', 492, 'cmp_fish_b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1889, '3473', 492, 'cmp_nobox_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1890, '3474', 492, 'cmp_fish_gr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1891, '3475', 492, 'cmp_fish_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1892, '3476', 492, 'cmp_nobox', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1893, '3477', 492, 'cmp_fish_r', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1894, '3478', 492, 'cmp_sub', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1895, '3479', 352, 'hc3_vase', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1'),
(1896, '3480', 33, 'party_crate2_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1897, '3481', 33, 'party_crate1_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1898, '3482', 249, 'wed_plant', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1899, '3483', 249, 'wed_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1900, '3484', 33, 'party_djset', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1901, '3485', 33, 'party_crate1_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1902, '3486', 546, 'ads_chocapic', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1903, '3487', 33, 'party_crate1_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1904, '3488', 249, 'wed_icesculp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1905, '3489', 33, 'party_crate1_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1906, '3490', 33, 'party_crate2_2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1907, '3491', 33, 'party_crate2_3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1908, '3492', 33, 'party_crate2_4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1909, '3493', 249, 'wed_carsofa', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1910, '3494', 523, 'fball_bench', 1, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1911, '3495', 523, 'fball_fnc3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1912, '3496', 523, 'fball_score_b', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1913, '3497', 523, 'fball_ball3', 15, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1914, '3498', 523, 'fball_ptch5', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1915, '3499', 523, 'fball_light', 6, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1916, '3500', 523, 'fball_audbench', 6, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1917, '3501', 523, 'fball_fnc1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1918, '3502', 523, 'fball_ptch8', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1919, '3503', 523, 'fball_crnr', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1920, '3504', 523, 'fball_ptch4', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1921, '3505', 465, 'fball_trophy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1922, '3506', 523, 'fball_score_y', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1923, '3507', 523, 'fball_cote', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1924, '3508', 523, 'fball_ball', 5, 200, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1925, '3509', 523, 'fball_ptch7', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1926, '3510', 523, 'fball_ball2', 15, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1927, '3511', 523, 'fball_ptch2', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1928, '3512', 523, 'fball_score_g', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1929, '3513', 523, 'fball_ptch3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1930, '3514', 523, 'fball_goal_r', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1931, '3515', 523, 'fball_goal_b', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1932, '3516', 523, 'fball_gate', 15, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1933, '3517', 523, 'fball_ptch6', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1934, '3518', 465, 'fball_ball5', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1935, '3519', 523, 'fball_goal_g', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1936, '3520', 523, 'fball_ptch0', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1937, '3521', 523, 'fball_ball4', 15, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1938, '3522', 523, 'fball_score_r', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(1939, '3523', 523, 'fball_goal_y', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1940, '3524', 523, 'fball_ptch1', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1941, '3525', 523, 'fball_counter', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1942, '3526', 54, 'prison_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1943, '3527', 403, 'bw_boat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(1944, '3528', 54, 'prison_crnr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1945, '3529', 403, 'bw_lgchair', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1946, '3530', 403, 'bw_water_1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1947, '3531', 54, 'prison_tower', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1948, '3532', 54, 'prison_dvdr2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1949, '3533', 403, 'bw_sofa', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(1950, '3534', 54, 'prison_dvdr1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1951, '3535', 537, 'ads_capri_chair', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1952, '3536', 537, 'ads_capri_lava', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1953, '3537', 54, 'prison_stone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1954, '3538', 403, 'bw_fin', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1955, '3539', 403, 'bw_ccnuts', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1956, '3540', 403, 'bw_shower', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(1957, '3541', 403, 'bw_water_2', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(1958, '3542', 403, 'bw_croc', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(1959, '3543', 403, 'bw_sboard', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(1960, '3544', 403, 'bw_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(1961, '3545', 403, 'bw_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(1962, '3546', 537, 'ads_capri_tree', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1963, '3547', 403, 'bw_bball', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(1964, '3548', 403, 'bw_mttrss', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1965, '3549', 403, 'bw_van', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(1966, '3550', 403, 'bw_tele', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(1967, '3551', 403, 'bw_fnc_crnr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(1968, '3552', 403, 'bw_fnc', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(1969, '3553', 537, 'ads_capri_arcade', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1970, '3554', 351, 'ads_pepsi0', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1971, '3555', 403, 'bw_boat_p', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(1972, '3556', 403, 'bw_pool_a3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(1973, '3557', 403, 'bw_fnc_g', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(1974, '3558', 403, 'bw_mttrss_g', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(1975, '3559', 403, 'bw_mttrss_p', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(1976, '3560', 403, 'bw_pool_b1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(1977, '3561', 403, 'bw_sofa_p', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(1978, '3562', 403, 'bw_sboard_g', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(1979, '3563', 403, 'bw_fnc_crnr_g', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(1980, '3564', 403, 'bw_pool_a2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(1981, '3565', 403, 'bw_pool_b2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(1982, '3566', 403, 'bw_table_g', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(1983, '3567', 403, 'bw_chair_p', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(1984, '3568', 403, 'bw_boat_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1985, '3569', 403, 'bw_fnc_p', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1986, '3570', 403, 'bw_van_p', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(1987, '3571', 403, 'bw_sboard_p', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(1988, '3572', 403, 'bw_chair_g', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(1989, '3573', 403, 'bw_pool_b3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(1990, '3574', 403, 'bw_van_g', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(1991, '3575', 403, 'bw_sofa_g', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(1992, '3576', 403, 'bw_fnc_crnr_p', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(1993, '3577', 403, 'bw_pool_a1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(1994, '3578', 403, 'bw_table_p', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(1995, '3579', 68, 'african_fence', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(1996, '3580', 59, 'ktchn10_pot', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(1997, '3581', 59, 'ktchn10_stove', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(1998, '3582', 66, 'easel_0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(1999, '3583', 52, 'petfood15', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2000, '3584', 68, 'african_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2001, '3585', 553, 'ads_cheetos_hotdog', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2002, '3586', 444, 'hosptl_cab1', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2003, '3587', 115, 'nest_lion2', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2004, '3588', 444, 'hosptl_curtain', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2005, '3589', 59, 'ktchn10_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2006, '3590', 444, 'hosptl_bed', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2007, '3591', 444, 'hosptl_bbag', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2008, '3592', 59, 'ktchn10_tea', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2009, '3593', 553, 'ads_cheetos_bath', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2010, '3594', 66, 'easel_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2011, '3595', 408, 'tiki_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2012, '3596', 66, 'easel_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2013, '3597', 115, 'nest_rhino', 2, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2014, '3598', 346, 'ads_oc_soda_cherry', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '0', '0'),
(2015, '3599', 52, 'petfood14', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2016, '3600', 66, 'easel_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2017, '3601', 115, 'nest_lion', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(2018, '3602', 68, 'african_patch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2019, '3603', 66, 'easel_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2020, '3604', 444, 'hosptl_skele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2021, '3605', 68, 'african_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2022, '3606', 444, 'hosptl_defibs', 4, 0, 0, 1, 0, 0, 99, 10500, 0, '', '1', '0'),
(2023, '3607', 68, 'african_stage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2024, '3608', 444, 'hosptl_cab2', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2025, '3609', 68, 'african_bones', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2026, '3610', 444, 'hosptl_light', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2027, '3611', 444, 'hosptl_seat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2028, '3612', 59, 'ktchn10_sink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2029, '3613', 562, 'ads_disney_tv', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '0', '0'),
(2030, '3614', 45, 'bb_crnr', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0'),
(2031, '3615', 45, 'bb_score_b', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2032, '3616', 45, 'bb_robo', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2033, '3617', 45, 'bb_dragon', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2034, '3618', 45, 'bb_ducklight', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(2035, '3619', 45, 'bb_caterhead', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2036, '3620', 45, 'bb_cargobox', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(2037, '3621', 45, 'bb_gate_g', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2038, '3622', 45, 'bb_crchair3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2039, '3623', 45, 'bb_score_g', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2040, '3624', 45, 'bb_crchair', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2041, '3625', 45, 'bb_crchair2', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2042, '3626', 45, 'bb_score_y', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2043, '3627', 45, 'bb_knj1', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2044, '3628', 45, 'bb_gate_r', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2045, '3629', 45, 'bb_tddhnd', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2046, '3630', 45, 'bb_lightdiv', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2047, '3631', 45, 'bb_tddhead', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(2048, '3632', 45, 'bb_pyramid', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2049, '3633', 45, 'bb_patch1', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2050, '3634', 45, 'bb_fnc1', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2051, '3635', 45, 'bb_gate_y', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2052, '3636', 391, 'hween10_zombie', 10, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2053, '3637', 45, 'bb_apparatus', 8, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2054, '3638', 45, 'bb_caterbody', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2055, '3639', 45, 'bb_knj2', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '0', '0'),
(2056, '3640', 45, 'bb_fnc1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2057, '3641', 45, 'bb_puck', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2058, '3642', 45, 'bb_rnd_tele', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2059, '3643', 45, 'bb_gate_b', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2060, '3644', 45, 'bb_score_r', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2061, '3645', 45, 'bb_counter', 3, 250, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2062, '3646', 391, 'hween10_tarot', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2063, '3647', 391, 'hween10_voodoo1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2064, '3648', 391, 'hween10_tree', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2065, '3649', 391, 'hween10_swamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2066, '3650', 391, 'hween10_pond', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2067, '3651', 391, 'hween10_jar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2068, '3652', 391, 'hween10_fog', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2069, '3653', 391, 'hween10_voodoo2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2070, '3654', 391, 'hween10_skullpost', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2071, '3655', 391, 'hween10_voodoo3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2072, '3656', 391, 'hween10_logs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2073, '3657', 391, 'hween10_ffly', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2074, '3658', 391, 'hween10_chicken', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2075, '3659', 391, 'hween10_tele', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2076, '3660', 391, 'hween10_throne', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(2077, '3661', 391, 'hween10_portch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2078, '3662', 391, 'hween10_bat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2079, '3663', 64, 'wf_act_move_rotate', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2080, '3664', 211, 'wf_wire2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2081, '3665', 65, 'wf_cnd_time_more_than', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2082, '3666', 211, 'wf_colortile', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2083, '3667', 211, 'wf_floor_switch2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2084, '3668', 63, 'wf_trg_state_changed', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2085, '3669', 64, 'wf_xtra_random', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2086, '3670', 64, 'wf_xtra_unseen', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2087, '3671', 63, 'wf_trg_periodically', 6, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2088, '3672', 211, 'wf_pyramid', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2089, '3673', 63, 'wf_trg_score_achieved', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2090, '3674', 64, 'Product_wf_promo10', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2091, '3675', 63, 'wf_trg_says_something', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2092, '3676', 211, 'wf_colorwheel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2093, '3677', 211, 'wf_wire4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2094, '3678', 63, 'wf_trg_walks_off_furni', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2095, '3679', 63, 'wf_trg_game_starts', 6, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2096, '3680', 63, 'wf_trg_game_ends', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2097, '3681', 64, 'wf_act_show_message', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2098, '3682', 65, 'wf_cnd_time_less_than', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2099, '3683', 63, 'Product_wf_promo9', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2100, '3684', 346, 'ads_hh_safe', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '0', '0'),
(2101, '3685', 64, 'Product_wf_promo5', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2102, '3686', 211, 'wf_firegate', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2103, '3687', 211, 'wf_ringplate', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2104, '3688', 211, 'wf_pressureplate', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2105, '3689', 211, 'wf_glowball', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2106, '3690', 361, 'bb_lightstrip', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '0', '0'),
(2107, '3691', 64, 'wf_act_reset_timers', 6, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2108, '3692', 65, 'wf_cnd_furnis_hv_avtrs', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2109, '3693', 211, 'wf_arrowplate', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2110, '3694', 65, 'wf_cnd_trggrer_on_frn', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2111, '3695', 65, 'wf_cnd_match_snapshot', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2112, '3696', 211, 'wf_wire1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2113, '3697', 64, 'wf_act_give_score', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2114, '3698', 211, 'wf_wire3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2115, '3699', 211, 'wf_glassdoor', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2116, '3700', 64, 'wf_act_match_to_sshot', 8, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2117, '3701', 211, 'wf_floor_switch1', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2118, '3702', 63, '', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2119, '3703', 63, 'wf_trg_walks_on_furni', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2120, '3704', 304, 'exe_copier', 4, 0, 0, 1, 0, 0, 9, 10500, 0, '', '1', '0'),
(2121, '3705', 304, 'exe_wrkdesk', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2122, '3706', 304, 'exe_glassdvdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2123, '3707', 304, 'exe_seccam', 4, 0, 0, 1, 0, 0, 15, 10500, 0, '', '1', '0'),
(2124, '3708', 504, 'qt_penguin_icehockey', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2125, '3709', 724, 'duck_vip', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(2126, '3710', 239, 'duck_hc', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '1'),
(2127, '3711', 504, 'qt_penguin_ballet', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2128, '3712', 477, 'es_bench', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2129, '3713', 477, 'es_icestar', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2130, '3714', 477, 'es_fnc_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2131, '3715', 478, 'qt_xm10_monkey_lamp', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2132, '3716', 477, 'es_sidewalk', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2133, '3717', 477, 'es_statue', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2134, '3718', 478, 'qt_xm10_iceclubsofa', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2135, '3719', 724, 'qt_xm10_xmduck', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2136, '3720', 478, 'qt_xm10_palm_tree', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2137, '3721', 477, 'es_fnc_crnr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2138, '3722', 478, 'qt_xm10_trex', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2139, '3723', 477, 'es_epictree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2140, '3724', 478, 'qt_xm10_elephant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2141, '3725', 477, 'es_wpost', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2142, '3726', 478, 'qt_xm10_gnome', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2143, '3727', 676, 'qt_xm10_iceduck', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2144, '3728', 478, 'qt_xm10_icetiger', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2145, '3729', 477, 'es_fnc_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2146, '3730', 478, 'Jifin tuoli', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2147, '3731', 477, 'es_icestar_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2148, '3732', 478, 'qt_xm10_icelupin', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2149, '3733', 737, 'prizetrophy_nrj_2011', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2150, '3734', 478, 'qt_xm10_iceteddy', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2151, '3735', 477, 'es_lmppst', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2152, '3736', 415, 'es_skating_ice', 10, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2153, '3737', 368, 'qt_xm10_icepillar', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2154, '3738', 477, 'es_roaster', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2155, '3739', 415, 'es_puck', 10, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2156, '3740', 729, 'es_santa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2157, '3741', 415, 'es_tagging', 3, 250, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2158, '3742', 478, 'qt_xm10_nest', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2159, '3743', 478, 'qt_xm10_icesilotable', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2160, '3744', 52, 'petfood16', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2161, '3745', 477, 'es_icestar_r', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2162, '3746', 368, 'qt_xm10_icedragon', 0, 3600, 5, 1, 0, 1, 21, -1, 0, '', '1', '0'),
(2163, '3747', 478, 'qt_xm10_stone', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2164, '3748', 478, 'qt_xm10_ice_fish', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2165, '3749', 477, 'es_icestar_y', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2166, '3750', 478, 'qt_xm10_bench', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2167, '3751', 477, 'xmas10_surprise', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '0', '0'),
(2168, '3752', 477, 'xmas10_fireplace', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2169, '3753', 38, 'es_geysir', 0, 150, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2170, '3754', 669, 'xmas10_present', 7, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2171, '3755', 368, 'qt_xm10_iceelephant', 0, 3600, 5, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2172, '3756', 38, 'es_score_b', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2173, '3757', 38, 'es_tile', 1, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(2174, '3758', 38, 'es_box', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2175, '3759', 38, 'es_exit', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2176, '3760', 38, 'es_gate_r', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2177, '3761', 38, 'es_gate_g', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2178, '3762', 38, 'es_gate_b', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2179, '3763', 38, 'es_gate_y', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2180, '3764', 38, 'es_counter', 3, 250, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2181, '3765', 38, 'es_score_r', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2182, '3766', 38, 'es_score_g', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2183, '3767', 38, 'es_score_y', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2184, '3768', 469, 'year2011_waver_y', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2185, '3769', 737, 'prizetrophy_2011_w', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2186, '3770', 477, 'prizetrophy_2011_r', 0, 1, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(2187, '3771', 477, 'prizetrophy_2011_y', 0, 1, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(2188, '3772', 469, 's', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2189, '3773', 477, 'prizetrophy_2011_b', 0, 1, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2190, '3774', 469, 'fireworks_03', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2191, '3775', 477, 'prizetrophy_2011_p', 0, 1, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2192, '3776', 469, 'fireworks_02', 4, 0, 0, 1, 0, 0, 2, 10500, 0, '', '1', '0'),
(2193, '3777', 469, 'year2011_waver_r', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2194, '3778', 477, 'prizetrophy_2011_g', 0, 1, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(2195, '3779', 469, 'fireworks_05', 4, 0, 0, 1, 0, 0, 5, 10500, 0, '', '1', '0'),
(2196, '3780', 469, 'year2011_waver_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2197, '3781', 469, 'year2011_waver_b', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2198, '3782', 469, 'fireworks_07', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2199, '3783', 469, 'fireworks_06', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2200, '3784', 469, 'fireworks_04', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2201, '3785', 50, 'bling11_statue2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2202, '3786', 50, 'bling11_slot', 4, 0, 0, 1, 0, 0, 11, 10500, 0, '', '1', '0'),
(2203, '3787', 50, 'bling11_towels', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2204, '3788', 50, 'bling11_rug1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2205, '3789', 50, 'bling11_tele', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2206, '3790', 50, 'bling11_sofa', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2207, '3791', 50, 'bling11_statue1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2208, '3792', 460, 'val11_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2209, '3793', 50, 'bling11_dvd', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2210, '3794', 50, 'bling11_floor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2211, '3795', 50, 'bling11_plant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2212, '3796', 302, 'china_rabbit', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2213, '3797', 50, 'bling11_rug2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2214, '3798', 50, 'bling11_dvn', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2215, '3799', 50, 'bling11_seat2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2216, '3800', 50, 'bling11_seat1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2217, '3801', 50, 'bling11_block', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2218, '3802', 50, 'bling11_pillar', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2219, '3803', 635, 'qt_val11_holoduck', 0, 3600, 5, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2220, '3804', 460, 'val11_playa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2221, '3805', 459, 'qt_val11_discoball', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2222, '3806', 460, 'val11_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2223, '3807', 459, 'qt_val11_nest', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2224, '3808', 115, 'nest_terrarium', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2225, '3809', 459, 'qt_val11_duckformer', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2226, '3810', 459, 'qt_val11_jellychair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2227, '3811', 459, 'qt_val11_jellyheart', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2228, '3812', 460, 'val11_rail', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2229, '3813', 635, 'qt_val11_holoheart', 0, 3600, 5, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2230, '3814', 346, 'ads_leaf_teleport', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2231, '3815', 543, 'ads_sunnyvend', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2232, '3816', 52, 'petfood18', 1, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2233, '3817', 52, 'petfood17', 1, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2234, '3819', 280, 'limo_w_mid', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '1'),
(2235, '3820', 280, 'limo_w_mid2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '1'),
(2236, '3821', 52, 'petfood19', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2237, '3822', 280, 'limo_w_back', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '1'),
(2238, '3823', 280, 'limo_w_front', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '1'),
(2239, '3824', 30, 'gothic_bed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2240, '3825', 30, 'gothic_candles', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2241, '3826', 30, 'gothic_desk', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2242, '3827', 534, 'ads_grefu_trophy', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2243, '3828', 30, 'gothic_bowl', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2244, '3830', 115, 'nest_frog', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2245, '3831', 115, 'pond', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2246, '3832', 635, 'val11_present', 7, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2247, '3833', 225, 'prizetrophy_cine', 6, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2248, '3834', 280, 'cine_vipsign', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '1'),
(2249, '3835', 50, 'limo_b_mid3', 10, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(2250, '3836', 50, 'limo_b_mid2', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(2251, '3837', 50, 'limo_b_front', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2252, '3838', 50, 'limo_b_mid', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(2253, '3839', 225, 'cine_star', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2254, '3840', 50, 'limo_b_back', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(2255, '3841', 280, 'cine_curtain', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2256, '3842', 280, 'cine_screen', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2257, '3843', 280, 'theatre_seat_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2258, '3844', 280, 'cine_tile', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2259, '3845', 280, 'cine_bench_b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2260, '3846', 280, 'theatre_seat_b', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2261, '3847', 280, 'cine_roof', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2262, '3848', 280, 'cine_popcorn', 10, 0, 0, 1, 0, 0, 11, 10500, 0, '', '1', '0'),
(2263, '3849', 280, 'cine_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2264, '3850', 280, 'cine_bench_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2265, '3851', 280, 'cine_ticket_booth', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2266, '3852', 280, 'cine_projector', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2267, '3853', 211, 'wf_box', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2268, '3854', 211, 'wf_maze', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2269, '3855', 549, 'ads_rangocactus', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2270, '3856', 280, 'cine_glass', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2271, '3857', 65, 'wf_cnd_has_furni_on', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2272, '3858', 56, 'cubie_lamp_b', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2273, '3859', 56, 'cubie_chair_b', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2274, '3860', 56, 'cubie_rug_b', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2275, '3861', 56, 'cubie_bigtable_b', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2276, '3862', 56, 'cubie_beanbag_p', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2277, '3863', 56, 'cubie_lamp_p', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2278, '3864', 56, 'cubie_sofaseat_p', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2279, '3865', 56, 'cubie_shelf_0_b', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2280, '3866', 56, 'cubie_shelf_4_p', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(2281, '3867', 56, 'cubie_shelf_2_p', 5, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2282, '3868', 56, 'cubie_bed_p', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2283, '3869', 56, 'cubie_stool_b', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2284, '3870', 56, 'cubie_rug_p', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2285, '3871', 56, 'cubie_bed_b', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2286, '3872', 56, 'cubie_shelf_3_b', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2287, '3873', 56, 'cubie_shelf_3_p', 5, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2288, '3874', 56, 'cubie_shelf_1_p', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2289, '3875', 56, 'cubie_shelf_1_b', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2290, '3876', 56, 'cubie_bigtable_p', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2291, '3877', 56, 'cubie_beanbag_b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2292, '3878', 56, 'cubie_stool_p', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(2293, '3879', 56, 'cubie_chair_p', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2294, '3880', 56, 'cubie_table', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(2295, '3881', 56, 'cubie_sofaseat_b', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2296, '3882', 56, 'cubie_shelf_4_b', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2297, '3883', 56, 'cubie_shelf_2_b', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2298, '3884', 56, 'cubie_shelf_0_p', 5, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2299, '3885', 683, 'newbie_present', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2300, '3886', 22, 'tv_flat', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2301, '3887', 57, 'waasa_table2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2302, '3888', 22, 'computer_flatscreen', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2303, '3889', 57, 'waasa_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2304, '3890', 57, 'waasa_ship2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2305, '3891', 57, 'waasa_ship1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2306, '3892', 57, 'waasa_bunk_bed', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2307, '3893', 22, 'computer_laptop', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2308, '3894', 22, 'computer_old', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2309, '3895', 57, 'waasa_table1', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2310, '3896', 57, 'waasa_desk', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2311, '3897', 632, 'newbie_nest', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '0', '0'),
(2312, '3898', 57, 'waasa_rug5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2313, '3899', 57, 'waasa_rug1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2314, '3900', 57, 'waasa_rug3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2315, '3901', 57, 'waasa_aquarium', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2316, '3902', 57, 'waasa_rug4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2317, '3903', 57, 'waasa_chair_wood', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2318, '3904', 57, 'waasa_rug2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2319, '3905', 253, 'jukebox_big', 9, 10, 5, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(2320, '3906', 115, 'milkbowl', 0, 15, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2321, '3907', 115, 'petfood21', 0, 5, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2322, '3908', 386, 'easter11_basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2323, '3909', 386, 'easter11_grasspatch', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2324, '3910', 562, 'ads_wowpball', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '0', '0'),
(2325, '3911', 52, 'pet_food_corn', 1, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2326, '3912', 115, 'pet_toy_trampoline', 2, 0, 0, 1, 0, 0, 43, -1, 0, '', '0', '0'),
(2327, '3913', 115, 'nest_chick', 2, 0, 0, 1, 0, 0, 44, -1, 0, '', '0', '0'),
(2328, '3914', 386, 'easter11_tag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2329, '3915', 379, 'easter11_tuip_g', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2330, '3916', 379, 'easter11_tuip_y', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2331, '3917', 379, 'easter11_mushroom4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2332, '3918', 379, 'easter11_mushroom1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2333, '3919', 555, 'kuurna_sofa', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2334, '3920', 379, 'easter11_mushroom3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2335, '3921', 379, 'easter11_mushroom2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2336, '3922', 555, 'kuurna_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2337, '3923', 555, 'kuurna_chair', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2338, '3924', 555, 'kuurna_mat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2339, '3925', 555, 'kuurna_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2340, '3926', 555, 'kuurna_table', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2341, '3927', 382, 'ads_suun', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2342, '3928', 555, 'kuurna_chair1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2343, '3929', 379, 'easter11_tuip_p', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2344, '3930', 69, 'anna_divider_1', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2345, '3931', 69, 'anna_divider_2', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2346, '3932', 69, 'anna_divider_3', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2347, '3933', 69, 'anna_divider_4', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2348, '3934', 69, 'anna_divider_5', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2349, '3935', 69, 'anna_div_gate_1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2350, '3936', 69, 'anna_div_gate_2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2351, '3937', 69, 'anna_div_gate_3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2352, '3938', 69, 'anna_div_gate_4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2353, '3939', 69, 'anna_div_gate_5', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2354, '3940', 69, 'anna_chair_1', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2355, '3941', 69, 'anna_chair_2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2356, '3942', 69, 'anna_chair_3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2357, '3943', 69, 'anna_chair_4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2358, '3944', 69, 'anna_chair_5', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2359, '3945', 69, 'anna_stool_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2360, '3946', 69, 'anna_stool_2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(2361, '3947', 69, 'anna_stool_3', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(2362, '3948', 69, 'anna_stool_4', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(2363, '3949', 69, 'anna_stool_5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2364, '3950', 69, 'anna_table_1', 5, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(2365, '3951', 69, 'anna_table_2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2366, '3952', 69, 'anna_table_3', 5, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(2367, '3953', 69, 'anna_table_4', 5, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(2368, '3954', 69, 'anna_table_5', 5, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(2369, '3955', 69, 'anna_rug_1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2370, '3956', 69, 'anna_rug_2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2371, '3957', 69, 'anna_rug_3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(2372, '3958', 69, 'anna_rug_4', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2373, '3959', 69, 'anna_rug_5', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2374, '3960', 69, 'anna_sofa_1', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2375, '3961', 69, 'anna_sofa_2', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(2376, '3962', 69, 'anna_sofa_3', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(2377, '3963', 69, 'anna_sofa_4', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2378, '3964', 69, 'anna_sofa_5', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(2379, '3965', 69, 'anna_pill_1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2380, '3966', 69, 'anna_pill_2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2381, '3967', 69, 'anna_pill_3', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2382, '3968', 69, 'anna_pill_4', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2383, '3969', 69, 'anna_pill_5', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2384, '3970', 69, 'anna_lamp_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2385, '3971', 69, 'anna_lamp_2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2386, '3972', 69, 'anna_lamp_3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2387, '3973', 69, 'anna_lamp_4', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2388, '3974', 69, 'anna_lamp_5', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2389, '3975', 69, 'anna_div_crnr_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2390, '3976', 69, 'anna_div_crnr_2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2391, '3977', 69, 'anna_div_crnr_3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2392, '3978', 69, 'anna_div_crnr_4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2393, '3979', 69, 'anna_div_crnr_5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2394, '3980', 282, 'picnic_blanket_yel', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(2395, '3981', 282, 'picnic_pillow_yel', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2396, '3982', 282, 'picnic_food1', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2397, '3983', 22, 'note_tag', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2398, '3984', 282, 'picnic_wfall', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(2399, '3985', 282, 'picnic_blanket_blu', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(2400, '3986', 282, 'picnic_food3', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(2401, '3987', 282, 'picnic_blanket', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2402, '3988', 282, 'picnic_pillow_blu', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(2403, '3989', 282, 'picnic_food2', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(2404, '3990', 282, 'picnic_tele', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(2405, '3991', 282, 'picnic_basket', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(2406, '3992', 282, 'picnic_pillow', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(2407, '3993', 282, 'picnic_chair', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2408, '3994', 282, 'picnic_3brds', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(2409, '3995', 52, 'petfood23', 1, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2410, '3996', 40, 'ads_background', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2411, '3997', 451, 'ads_kelloggs_statue', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2412, '3998', 480, 'race_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2413, '3999', 185, 'ads_kfp2statue', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2414, '4000', 52, 'petfood22', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2415, '4001', 115, 'nest_dragon', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2416, '4002', 115, 'ashtree', 2, 0, 0, 1, 0, 0, 45, -1, 0, '', '0', '0'),
(2417, '4003', 115, 'grail_water', 2, 0, 0, 1, 0, 0, 46, -1, 0, '', '0', '0'),
(2418, '4004', 115, 'grail_nectar', 2, 0, 0, 1, 0, 0, 47, -1, 0, '', '0', '0'),
(2419, '4005', 104, 'dng_cube', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2420, '4006', 104, 'dng_ground', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2421, '4007', 104, 'dng_pillar', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2422, '4008', 104, 'dng_treasure2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2423, '4009', 104, 'dng_floor', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2424, '4010', 104, 'dng_stairs', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2425, '4011', 104, 'dng_treasure', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2426, '4012', 702, 'dng_throne', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2427, '4013', 104, 'dng_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2428, '4014', 52, 'petfood_19', 1, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2429, '4015', 463, 'mm_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2430, '4016', 463, 'mm_lemon_drink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2431, '4017', 431, 'qt_sum11_shell1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2432, '4018', 431, 'qt_sum11_ictrolley', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2433, '4019', 431, 'qt_sum11_petfood', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2434, '4020', 431, 'qt_sum11_shell4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2435, '4021', 431, 'qt_sum11_shell3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2436, '4022', 431, 'qt_sum11_platfrm', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2437, '4023', 431, 'qt_sum11_shell2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2438, '4024', 431, 'qt_sum11_shell5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2439, '4025', 431, 'qt_sum11_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2440, '4026', 463, 'mm_tub', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2441, '4027', 225, 'prizetrophy_skate_g', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2442, '4028', 225, 'prizetrophy_skate_s', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2443, '4029', 225, 'prizetrophy_skate_b', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2444, '4030', 272, 'sb_rail', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2445, '4031', 272, 'sb_ramp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2446, '4032', 272, 'sb_block', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2447, '4033', 272, 'sb_cans', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2448, '4034', 272, 'sb_tile', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2449, '4035', 115, 'nest_turtle', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2450, '4036', 40, 'ads_mpu_720', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2451, '4037', 52, 'petfood24', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2452, '4039', 404, 'coco_stool_c2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2453, '4040', 404, 'coco_divan_c4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2454, '4041', 404, 'coco_throne_c3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2455, '4042', 404, 'coco_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2456, '4043', 404, 'coco_throne__c2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2457, '4044', 404, 'coco_stool_c4', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2458, '4045', 404, 'coco_patch', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2459, '4046', 404, 'coco_divan_c2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2460, '4047', 404, 'coco_sofatable_c3', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2461, '4048', 404, 'coco_stool_c3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2462, '4049', 404, 'coco_sofatable_c4', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2463, '4050', 404, 'coco_sofa_c3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2464, '4051', 404, 'coco_table', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2465, '4052', 404, 'coco_stool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2466, '4053', 404, 'coco_chair_c2', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2467, '4054', 404, 'coco_stick', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2468, '4055', 404, 'coco_throne', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2469, '4056', 404, 'coco_table2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2470, '4057', 404, 'coco_sofa_c2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2471, '4058', 404, 'coco_chair_c4', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2472, '4059', 404, 'coco_chair_c3', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2473, '4060', 404, 'coco_divan', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2474, '4061', 404, 'coco_divan_c3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2475, '4062', 404, 'coco_sofatable', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2476, '4063', 404, 'coco_sofa_c4', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2477, '4064', 404, 'coco_sofatable_c2', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2478, '4065', 404, 'coco_throne_c4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2479, '4066', 404, 'coco_sofa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2480, '4067', 235, 'lm_crystal_skull', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2481, '4068', 235, 'lm_bananadrink', 18, 20, 5, 1, 0, 0, 4, 10500, 0, '', '1', '0'),
(2482, '4069', 40, 'ads_mpu_300', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2483, '4070', 52, 'petfood25', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2484, '4071', 215, 'hole', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(2485, '4073', 235, 'lm_jackbox', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2486, '4074', 554, 'ads_durex_vend', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2487, '4075', 554, 'ads_durex_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2488, '4076', 235, 'lm_pond', 1, 225, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2489, '4077', 115, 'nest_with_statue', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '0', '0'),
(2490, '4078', 115, 'nest_monkey', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '0', '0'),
(2491, '4079', 530, 'ads_mtv_floor', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0'),
(2492, '4080', 55, 'studio_monitor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2493, '4081', 55, 'studio_stool', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2494, '4082', 55, 'studio_fencecr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2495, '4083', 55, 'studio_guitar', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2496, '4084', 55, 'studio_amp2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2497, '4085', 55, 'studio_fence', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2498, '4086', 55, 'studio_amp1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2499, '4087', 55, 'studio_floorlight', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2500, '4088', 55, 'studio_mixingdesk', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2501, '4089', 55, 'studio_camera', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2502, '4090', 55, 'studio_tv', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2503, '4091', 55, 'studio_lights3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2504, '4092', 55, 'studio_lights2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2505, '4093', 55, 'studio_drums', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2506, '4094', 55, 'studio_lights1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2507, '4095', 55, 'studio_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2508, '4096', 46, 'sound_set_73', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '0', '0'),
(2509, '4097', 46, 'sound_set_74', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '0', '0'),
(2510, '4098', 46, 'sound_set_76', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '0', '0'),
(2511, '4099', 46, 'sound_set_75', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '0', '0'),
(2512, '4100', 407, 'summer_blaster', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2513, '4101', 407, 's12_bonfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2514, '4102', 235, 'lm_bigrock', 1, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2515, '4103', 235, 'lm_palm1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2516, '4104', 235, 'lm_totem', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2517, '4105', 429, 'hole2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '0', '0'),
(2518, '4106', 235, 'lm_palm2', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2519, '4107', 590, 'qt_sum11_dragon', 0, 3600, 5, 1, 0, 1, 17, -1, 0, '', '1', '0'),
(2520, '4108', 165, 'usva3_rug', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2521, '4109', 167, 'isokakka', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2522, '4110', 166, 'kakka', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2523, '4111', 165, 'usva3_shelf', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2524, '4112', 168, 'usva_rug', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(2525, '4113', 164, 'usva2_table', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2526, '4114', 168, 'usva_shelf2', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2527, '4115', 166, 'usva4_sofa', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2528, '4116', 168, 'usva_table', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(2529, '4117', 167, 'usva5_table', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2530, '4118', 168, 'usva_lamble', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2531, '4119', 164, 'usva2_sofa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2532, '4120', 164, 'usva2_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2533, '4121', 168, 'usva_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2534, '4122', 164, 'usva2_shelf2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2535, '4123', 168, 'usva_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2536, '4124', 167, 'usva5_lamble', 4, 0, 0, 1, 0, 0, 55, -1, 0, '', '0', '0'),
(2537, '4125', 164, 'usva2_lamp', 4, 0, 0, 1, 0, 0, 56, -1, 0, '', '0', '0'),
(2538, '4126', 166, 'usva4_chair', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2539, '4127', 165, 'usva3_shelf2', 5, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2540, '4128', 165, 'usva3_table', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2541, '4129', 164, 'usva2_rug', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2542, '4130', 166, 'usva4_table', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2543, '4131', 167, 'usva5_lamp', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2544, '4132', 165, 'usva3_chair', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2545, '4133', 165, 'usva3_lamble', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2546, '4134', 168, 'usva_sofa', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2547, '4135', 168, 'usva_shelf', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2548, '4136', 166, 'usva4_lamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2549, '4137', 164, 'usva2_lamble', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2550, '4138', 165, 'usva3_lamp', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2551, '4139', 166, 'usva4_rug', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2552, '4140', 164, 'usva2_shelf', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2553, '4141', 165, 'usva3_sofa', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2554, '4142', 167, 'usva5_rug', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2555, '4143', 167, 'usva5_chair', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2556, '4144', 429, 'uservoice_soapbox', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '0', '0'),
(2557, '4145', 467, 'school_platform', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2558, '4146', 467, 'school_locker_b', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2559, '4147', 467, 'school_locker_r_nosale', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2560, '4148', 467, 'school_toilet_stall', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2561, '4149', 467, 'school_stuff_06', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(2562, '4150', 467, 'school_locker_r', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2563, '4151', 467, 'school_bus', 4, 0, 0, 1, 0, 0, 6, 10500, 0, '', '1', '0'),
(2564, '4152', 467, 'school_table', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(2565, '4153', 467, 'school_bench', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2566, '4154', 467, 'school_console', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2567, '4155', 467, 'school_stuff_01', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2568, '4156', 467, 'school_stuff_05', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2569, '4157', 467, 'school_floor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2570, '4158', 467, 'school_locker_b_nosale', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2571, '4159', 467, 'school_stuff_02', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(2572, '4160', 467, 'school_stuff_04', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2573, '4161', 467, 'school_stuff_03', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2574, '4162', 467, 'school_chair', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2575, '4163', 52, 'petfood26', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2576, '4164', 106, 'boutique_floor1a', 1, 0, 0, 1, 0, 0, 58, -1, 0, '', '0', '0'),
(2577, '4165', 106, 'boutique_table1', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2578, '4166', 106, 'boutique_clothingpile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2579, '4167', 106, 'boutique_changing1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2580, '4168', 106, 'boutique_changing3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2581, '4169', 106, 'boutique_sofa2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2582, '4170', 106, 'boutique_mannequin1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2583, '4171', 106, 'boutique_sofa1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2584, '4172', 106, 'boutique_table2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2585, '4173', 106, 'boutique_cashreg', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2586, '4174', 106, 'boutique_changing2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2587, '4175', 106, 'boutique_plant1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2588, '4176', 106, 'boutique_plant2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2589, '4177', 106, 'boutique_counter', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2590, '4178', 106, 'boutique_floor2b', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2591, '4179', 106, 'boutique_floor1b', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2592, '4180', 106, 'boutique_floor2a', 1, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2593, '4181', 115, 'waterbowl_basic_1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2594, '4182', 115, 'waterbowl_basic_2', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2595, '4183', 115, 'waterbowl_basic_3', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2596, '4184', 115, 'waterbowl_basic_4', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2597, '4185', 115, 'waterbowl_basic_5', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2598, '4186', 106, 'boutique_hcsign', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2599, '4187', 106, 'boutique_vipsign', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2600, '4188', 181, 'bubble_lamp1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2601, '4189', 176, 'pura_roundpad8', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2602, '4190', 181, 'pura_block_lamp1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2603, '4191', 177, 'pura_roundpad9', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2604, '4192', 170, 'eleblock2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2605, '4193', 172, 'eleblock4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2606, '4194', 174, 'pura_roundpad6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2607, '4195', 175, 'eleblock7', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2608, '4196', 171, 'pura_roundpad3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2609, '4197', 172, 'pura_roundpad4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2610, '4198', 173, 'eleblock5', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2611, '4199', 171, 'eleblock3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2612, '4200', 179, 'eleblock1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2613, '4201', 179, 'pura_roundpad1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2614, '4202', 170, 'pura_roundpad2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2615, '4203', 176, 'eleblock8', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2616, '4204', 173, 'pura_roundpad5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2617, '4205', 177, 'eleblock9', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2618, '4206', 175, 'pura_roundpad7', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2619, '4207', 174, 'eleblock6', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2620, '4208', 243, 'horse_dye_08', 1, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(2621, '4209', 245, 'horse_hayfloor', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2622, '4210', 243, 'horse_dye_11', 1, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(2623, '4211', 243, 'horse_hairdye_06', 1, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2624, '4212', 243, 'horse_dye_02', 1, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(2625, '4213', 245, 'horse_stable_gate', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2626, '4214', 243, 'horse_hairdye_09', 1, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2627, '4215', 243, 'horse_hairdye_07', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2628, '4216', 243, 'horse_dye_12', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2629, '4217', 243, 'horse_dye_03', 1, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(2630, '4218', 243, 'horse_dye_05', 1, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2631, '4219', 243, 'horse_hairdye_11', 1, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2632, '4220', 243, 'horse_hairdye_12', 1, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2633, '4221', 242, 'horse_saddle1', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2634, '4222', 245, 'horse_stable_fence_w', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2635, '4223', 115, 'horse_stable_gate_w', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2636, '4224', 243, 'horse_dye_04', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(2637, '4225', 243, 'horse_hairdye_10', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2638, '4226', 243, 'horse_hairdye_01', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2639, '4227', 243, 'horse_hairdye_02', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2640, '4228', 243, 'horse_dye_13', 1, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(2641, '4229', 115, 'horse_sawdustfloor', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(2642, '4230', 243, 'horse_hairdye_05', 1, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2643, '4231', 243, 'horse_hairdye_04', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2644, '4232', 243, 'horse_hairdye_00', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2645, '4233', 245, 'horse_stable_fence', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2646, '4234', 243, 'horse_dye_09', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2647, '4235', 243, 'horse_dye_10', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2648, '4236', 115, 'horse_stbl_fnc_corn_w', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2649, '4237', 243, 'horse_dye_06', 1, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(2650, '4238', 243, 'horse_hairdye_03', 1, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2651, '4239', 115, 'horse_hay', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2652, '4240', 115, 'horse_stbl_fnc_corner', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2653, '4241', 243, 'horse_dye_07', 1, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2654, '4242', 243, 'horse_dye_14', 1, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(2655, '4243', 243, 'horse_hairdye_08', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2656, '4244', 243, 'horse_dye_01', 1, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2657, '4245', 243, 'horse_dye_00', 1, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(2658, '4246', 245, 'horse_poop', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2659, '4247', 115, 'horse_trough', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(2660, '4248', 108, 'gld_carpet', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2661, '4249', 108, 'gld_badgewall_tall', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2662, '4250', 108, 'gld_stool2', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2663, '4251', 108, 'gld_stool1', 0, 25, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2664, '4252', 108, 'gld_wall_tall', 1, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2665, '4253', 108, 'gld_pennant', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2666, '4254', 108, 'gld_sofa1', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2667, '4255', 550, 'ads_frank_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2668, '4256', 244, 'horse_hairstyle_3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2669, '4257', 244, 'horse_hairstyle_5', 5, 200, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2670, '4258', 243, 'horse_dye_15', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2671, '4259', 244, 'horse_hairstyle_1', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2672, '4260', 244, 'horse_hairstyle_0', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2673, '4261', 244, 'horse_hairstyle_4', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2674, '4262', 243, 'horse_dye_16', 1, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2675, '4263', 244, 'horse_hairstyle_2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2676, '4264', 225, 'prizetrophy_hween11', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2677, '4265', 392, 'hween11_disflo2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2678, '4266', 392, 'hween11_punch', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2679, '4267', 392, 'hween11_dish2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2680, '4268', 392, 'hween11_pumpkin', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2681, '4269', 392, 'hween11_sofa', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2682, '4270', 392, 'hween11_dish3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2683, '4271', 392, 'hween11_dish4', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2684, '4272', 392, 'hween11_disflo', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2685, '4273', 392, 'hween11_dish1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2686, '4274', 235, 'lm_pumpkin', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2687, '4275', 245, 'horse_poop_luxus', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2688, '4276', 40, 'ads_mpu_160', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2689, '4277', 346, 'ads_liisu', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '0', '0'),
(2690, '4278', 392, 'hween11_fountain', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2691, '4279', 20, 'plant_rose_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2692, '4280', 346, 'ads_pib', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2693, '4281', 65, 'wf_cnd_actor_in_group', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2694, '4282', 479, 'xmas11_sofatable', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2695, '4283', 479, 'xmas11_comfy_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2696, '4284', 479, 'xmas2011_aurora1', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(2697, '4285', 479, 'xmas11_stonedivider', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(2698, '4286', 479, 'xmas11_yetifeet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2699, '4287', 729, 'xmas2011_tree2', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(2700, '4288', 479, 'xmas11_woodfloor', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2701, '4289', 479, 'xmas11_footstool', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2702, '4290', 479, 'xmas11_flag', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2703, '4291', 729, 'xmas2011_tree1', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(2704, '4292', 479, 'xmas11_firewood', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2705, '4293', 729, 'xmas11_stool', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(2706, '4294', 479, 'xmas11_stove', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2707, '4295', 479, 'xmas2011_snowlog', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(2708, '4296', 479, 'xmas11_stonefloor', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(2709, '4297', 479, 'xmas11_comfy_bench', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2710, '4298', 479, 'xmas2011_icefall', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(2711, '4299', 479, 'xmas11_throne', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(2712, '4300', 479, 'xmas11_petfood', 0, 5, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(2713, '4301', 479, 'xmas2011_aurora2', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(2714, '4302', 479, 'xmas11_nghtstnd', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(2715, '4303', 479, 'xmas11_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2716, '4304', 729, 'xmas2011_rock1', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(2717, '4305', 479, 'xmas2011_balrail', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(2718, '4306', 479, 'xmas2011_tree4', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(2719, '4307', 479, 'xmas2011_rock2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2720, '4308', 479, 'xmas2011_tree3', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(2721, '4309', 479, 'xmas11_elewood', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2722, '4310', 244, 'horse_hairstyle_6', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2723, '4313', 479, 'xmas_giftbag', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2724, '4314', 473, 'joulutahti_notrd', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2725, '4315', 729, 'xmas11_comfy_chair_3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2726, '4316', 479, 'xmas11_stool_2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(2727, '4317', 479, 'xmas11_stool_4', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(2728, '4318', 479, 'xmas11_stool_3', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(2729, '4319', 479, 'xmas11_footstool_4', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2730, '4320', 479, 'xmas11_comfy_chair_2', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2731, '4321', 479, 'xmas11_chair_2', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2732, '4322', 478, 'xmas11_btlr', 10, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(2733, '4323', 479, 'xmas11_comfy_bench_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2734, '4324', 479, 'xmas11_comfy_chair_4', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2735, '4325', 479, 'xmas11_comfy_bench_4', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2736, '4326', 479, 'xmas11_chair_4', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2737, '4327', 479, 'xmas11_comfy_bench_3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2738, '4328', 479, 'xmas11_chair_3', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2739, '4329', 479, 'xmas11_footstool_2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2740, '4330', 729, 'xmas11_footstool_3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2741, '4331', 683, 'books_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2742, '4332', 467, 'homework', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2743, '4333', 480, 'gift_mdlcar0', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2744, '4334', 480, 'gift_manlystatue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2745, '4335', 480, 'gift_joystick', 4, 0, 0, 1, 0, 0, 6, 10500, 0, '', '1', '0'),
(2746, '4336', 480, 'gift_thing', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2747, '4337', 467, 'pstack', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2748, '4338', 467, 'pwad', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2749, '4339', 480, 'gift_incense', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2750, '4340', 480, 'pencils', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2751, '4341', 480, 'pframe', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2752, '4342', 480, 'toaster', 10, 0, 0, 1, 0, 0, 13, 10500, 0, '', '1', '0'),
(2753, '4343', 480, 'gift_pbank', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2754, '4344', 480, 'console', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2755, '4345', 480, 'gift_vase', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2756, '4346', 480, 'gift_mypod', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2757, '4347', 467, 'trapkeep', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(2758, '4348', 480, 'gift_coal', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2759, '4349', 480, 'gift_handbag0', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2760, '4350', 480, 'gift_jewel0', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2761, '4351', 509, 'books_0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(2762, '4352', 632, 'bed_silo_two_notrd', 4, 0, 0, 1, 0, 0, 61, -1, 0, '', '0', '0'),
(2763, '4353', 414, 'snst_ballpile', 4, 0, 0, 1, 0, 0, 62, -1, 0, '', '0', '0'),
(2764, '4354', 414, 'starting_position', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '0', '0'),
(2765, '4355', 414, 'snst_tree1_d', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '0', '0'),
(2766, '4356', 414, 'snst_fence', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '0', '0'),
(2767, '4357', 414, 'snst_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2768, '4358', 414, 'snst_iceblock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2769, '4359', 414, 'hole1x1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2770, '4360', 414, 'snst_block1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2771, '4361', 414, 'snst_fireplace', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2772, '4362', 414, 's_snowball_machine', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2773, '4363', 350, 'ads_honeymonster', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2774, '4364', 532, 'ads_m6_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2775, '4365', 724, 'duck_vipwhite', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(2776, '4366', 414, 'snst_fireplace_nfs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2777, '4368', 479, 'xmas11_balloon2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2778, '4369', 479, 'xmas11_luxfloor2', 2, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(2779, '4370', 479, 'xmas11_balloon1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2780, '4371', 470, 'fireworks_09', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2781, '4372', 479, 'xmas11_luxtable', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(2782, '4373', 470, 'fireworks_08', 4, 0, 0, 1, 0, 0, 8, 10500, 0, '', '1', '0'),
(2783, '4374', 479, 'xmas11_luxsofa1', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2784, '4375', 479, 'xmas11_luxfloor1', 2, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(2785, '4376', 479, 'xmas11_balloon', 10, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2786, '4377', 479, 'xmas11_balloon3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2787, '4378', 479, 'xmas11_luxchair1', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2788, '4379', 479, 'xmas11_luxdish2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2789, '4380', 470, 'fireworks_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2790, '4381', 479, 'xmas11_luxsofa2', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(2791, '4382', 479, 'xmas11_luxdish3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2792, '4383', 479, 'xmas11_luxchair3', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(2793, '4384', 470, 'fireworks_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2794, '4385', 479, 'xmas11_luxsofa3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2795, '4386', 479, 'xmas11_luxchair2', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2796, '4387', 470, 'fireworks_11', 4, 0, 0, 1, 0, 0, 10, 10500, 0, '', '1', '0'),
(2797, '4388', 479, 'xmas11_luxdish1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2798, '4389', 108, 'gld_gate', 7, 10, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2799, '4390', 412, 'snowb_slope', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2800, '4391', 412, 'snowb_jump', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2801, '4392', 412, 'snowb_light1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2802, '4393', 412, 'snowb_divider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2803, '4394', 412, 'snowb_snowpuff', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2804, '4395', 412, 'snowb_rail', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2805, '4402', 421, 'sfx_lazer', 1, 150, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2806, '4403', 421, 'sfx_onetwo', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2807, '4404', 421, 'Ääniefekti-paketti', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2808, '4405', 421, 'sfx_whistle', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2809, '4406', 421, 'sfx_bells', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2810, '4407', 421, 'sfx_glass', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2811, '4408', 737, 'prizetrophy_niko2', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2812, '4409', 737, 'prizetrophy_niko1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2813, '4410', 468, 'china_lantern', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2814, '4411', 468, 'fireworks_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2815, '4412', 590, 'rare_fountain_niko', 0, 3600, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2816, '4413', 468, 'teleport_dragon', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2817, '4414', 590, 'sfx_rare_lazer', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '0', '0'),
(2818, '4415', 590, 'sfx_rare_duck', 4, 0, 0, 1, 0, 0, 67, -1, 0, '', '0', '0'),
(2819, '4416', 447, 'val12_kbooth', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2820, '4417', 447, 'val12_flower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2821, '4418', 446, 'val12_carpet', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2822, '4419', 447, 'val12_vines', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2823, '4420', 447, 'val12_shocker', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2824, '4421', 446, 'val12_hopper1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2825, '4422', 446, 'val12_pillar2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2826, '4423', 447, 'val12_xray', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2827, '4424', 446, 'val12_marble2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2828, '4425', 447, 'val12_elevine', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2829, '4426', 446, 'val12_marble1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2830, '4427', 447, 'val12_hopper2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2831, '4428', 635, 'edice_val12_therm', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2832, '4429', 447, 'val12_therm_nfs', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(2833, '4430', 447, 'val12_sofa', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2834, '4431', 447, 'val12_lantern', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2835, '4432', 446, 'val12_pillar1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2836, '4433', 446, 'val12_table', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2837, '4434', 545, 'ads_antena3_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2838, '4435', 215, 'hole3', 0, 100, 0, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(2839, '4436', 115, 'water_bowl1_1', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2840, '4437', 115, 'water_bowl1_2', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2841, '4438', 115, 'water_bowl1_3', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2842, '4439', 115, 'water_bowl1_4', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2843, '4440', 115, 'water_bowl1_5', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2844, '4441', 683, 'nest_with_egg', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2845, '4442', 429, 'present_firework', 4, 0, 0, 1, 0, 0, 68, -1, 0, '', '0', '0'),
(2846, '4443', 446, 'val12_hopper_3', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2847, '4444', 523, 'cine_platform', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2848, '4445', 22, 'magazines', 4, 0, 0, 1, 0, 0, 69, -1, 0, '', '0', '0'),
(2849, '4446', 22, 'desk_junk', 5, 0, 0, 1, 0, 0, 70, -1, 0, '', '0', '0'),
(2850, '4447', 22, 'coffee_cup', 4, 0, 0, 1, 0, 0, 71, -1, 0, '', '0', '0'),
(2851, '4448', 22, 'bowl', 4, 0, 0, 1, 0, 0, 72, -1, 0, '', '0', '0'),
(2852, '4449', 480, 'bookpile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2853, '4450', 242, 'horse_saddle2', 5, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2854, '4451', 245, 'horse_fin_flag', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2855, '4452', 245, 'horse_track_fence_cor', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2856, '4453', 245, 'obstacle_oxer', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2857, '4454', 245, 'horse_track1', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(2858, '4455', 245, 'horse_track_fence', 1, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2859, '4456', 429, 'elmeri', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2860, '4457', 52, 'petfood20', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2861, '4458', 282, 'elegrass1', 4, 0, 0, 1, 0, 0, 73, -1, 0, '', '0', '0'),
(2862, '4459', 120, 'elerock1', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(2863, '4460', 455, 'bling_sofa_mu', 3, 0, 0, 1, 0, 0, 74, -1, 0, '', '0', '0'),
(2864, '4461', 245, 'obstacle_bush', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(2865, '4462', 245, 'obstacle_fring', 5, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(2866, '4463', 245, 'horse_fin_poster', 0, 150, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2867, '4464', 52, 'petfood27', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(2868, '4465', 244, 'horse_hairstyle_7', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2869, '4466', 245, 'horse_track_gate', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2870, '4467', 245, 'horse_fin_poster2', 0, 150, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2871, '4468', 245, 'horse_fin_flag2', 0, 75, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2872, '4469', 245, 'horse_fin_poster3', 0, 300, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2873, '4470', 245, 'horse_hopper', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2874, '4471', 245, 'obstacle_water3', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(2875, '4472', 245, 'obstacle_water', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(2876, '4473', 245, 'obstacle_oxer3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(2877, '4474', 245, 'obstacle_oxer2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2878, '4475', 245, 'horse_fin_flag3', 0, 150, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2879, '4476', 245, 'obstacle_water2', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2880, '4477', 243, 'horse_hairdye_04_horsesho', 1, 0, 0, 1, 0, 0, 75, -1, 0, '', '0', '0'),
(2881, '4478', 346, 'ads_ag_crate', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2882, '4479', 244, 'horse_hairstyle_4_hs', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2883, '4480', 115, 'petfood7_horseshoe', 2, 0, 0, 1, 0, 0, 76, -1, 0, '', '0', '0'),
(2884, '4481', 738, 'bolly_cherry', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2885, '4482', 31, 'jp_ceiling_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2886, '4483', 31, 'jp_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2887, '4484', 738, 'exe_drinks_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2888, '4485', 738, 'cine_curtain_red', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2889, '4486', 738, 'sf_pod_dark', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2890, '4487', 738, 'dark_merdragon', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(2891, '4488', 35, 'a4 romantique_divider', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(2892, '4489', 738, 'black_dino_egg', 0, 3600, 5, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2893, '4490', 307, 'CF_500_platinum_bar', 500, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2894, '4491', 41, 'theatre_stage', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2895, '4492', 41, 'theatre_mask', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2896, '4493', 41, 'theatre_carpet', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2897, '4494', 41, 'theatre_lights', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2898, '4495', 41, 'theatre_rug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2899, '4496', 41, 'theatre_stool', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2900, '4497', 41, 'theatre_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2901, '4498', 41, 'theatre_switch', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2902, '4499', 41, 'theatre_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2903, '4500', 41, 'theatre_curtain', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2904, '4501', 41, 'theatre_floor', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2905, '4502', 41, 'theatre_plant', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '0', '0'),
(2906, '4503', 41, 'theatre_edge', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2907, '4504', 41, 'theatre_spotlight', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2908, '4505', 255, 'wf_act_give_reward', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2909, '4506', 52, 'petfood28', 1, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(2910, '4507', 115, 'toy2', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2911, '4508', 115, 'nest_bunny', 2, 0, 0, 1, 0, 0, 78, -1, 0, '', '0', '0'),
(2912, '4509', 115, 'nest_bunny_green', 2, 0, 0, 1, 0, 0, 79, -1, 0, '', '0', '0'),
(2913, '4510', 115, 'nest_bunny_blue', 2, 0, 0, 1, 0, 0, 80, -1, 0, '', '0', '0'),
(2914, '4511', 369, 'lido_bench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2915, '4512', 369, 'lidowall3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2916, '4513', 369, 'lido_parasol', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2917, '4514', 369, 'lidowall1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2918, '4515', 369, 'lidofence', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2919, '4516', 369, 'lido_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2920, '4517', 369, 'lido_kiosk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2921, '4518', 369, 'lido_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2922, '4519', 369, 'lidotree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2923, '4520', 369, 'lidodoor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2924, '4521', 369, 'lidotile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2925, '4522', 369, 'lido_kiosk_block', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2926, '4523', 369, 'lidostairs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2927, '4524', 369, 'lidostage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2928, '4525', 369, 'lidowall2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2929, '4526', 371, 'wl_wall2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2930, '4527', 371, 'wl_table2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2931, '4528', 371, 'wl_sofa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2932, '4529', 371, 'wl_wall1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2933, '4530', 371, 'wl_floor', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2934, '4531', 371, 'wl_rdesk', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2935, '4532', 371, 'wl_shelf', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2936, '4533', 371, 'wl_chair', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2937, '4534', 371, 'wl_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2938, '4535', 370, 'pcnc_tilegrass', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(2939, '4536', 370, 'pcnc_dvdrtile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2940, '4537', 370, 'pcnc_wtable', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2941, '4538', 370, 'pcnc_shrub', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2942, '4539', 370, 'pcnc_fountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2943, '4540', 370, 'pcnc_tiledirt', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2944, '4541', 370, 'pcnc_gazebohack', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2945, '4542', 370, 'pcnc_wall1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2946, '4543', 370, 'pcnc_carp', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2947, '4544', 370, 'pcnc_door', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2948, '4545', 370, 'pcnc_wood', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2949, '4546', 370, 'pcnc_redbench', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2950, '4547', 370, 'pcnc_wall2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2951, '4548', 370, 'pcnc_swing', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2952, '4549', 370, 'pcnc_bbq', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2953, '4550', 370, 'pcnc_tilestone', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2954, '4551', 370, 'pcnc_tree', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2955, '4552', 370, 'pcnc_carrot', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2956, '4553', 370, 'pcnc_gazebo', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2957, '4554', 370, 'pcnc_wbench', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2958, '4555', 738, 'nest_bunny_evil', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2959, '4556', 115, 'nest_bunny_dep', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(2960, '4557', 115, 'nest_bunny_love', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(2961, '4558', 566, 'ads_dfrisss', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '0', '0'),
(2962, '4559', 512, 'table_plasto_round_lm1', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2963, '4560', 513, 'chair_plasty2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2964, '4561', 513, 'table_plasto2_sq', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2965, '4562', 515, 'chair_plasto3', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(2966, '4563', 515, 'table_plasto3_4leg', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(2967, '4564', 515, 'chair_plasty3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2968, '4565', 512, 'table_plasto_sq_lm1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2969, '4566', 512, 'chair_plasty_lm1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2970, '4567', 515, 'table_plasto3_bigsq', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(2971, '4568', 515, 'table_plasto3_sq', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2972, '4569', 512, 'table_plasto_bigsq_lm1', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2973, '4570', 513, 'table_plasto2_bigsq', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(2974, '4571', 513, 'table_plasto2_4leg', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2975, '4572', 513, 'table_plasto2_round', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2976, '4573', 512, 'table_plasto_4leg_lm1', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2977, '4574', 513, 'chair_plasto2', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(2978, '4575', 512, 'chair_plasto_lm1', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(2979, '4576', 515, 'table_plasto3_round', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2980, '4577', 66, 'easel_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(2981, '4578', 248, 'mnstr_revival', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(2982, '4579', 411, 'gh_div_wall', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(2983, '4580', 411, 'watering_can', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(2984, '4581', 411, 'gh_div_cor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2985, '4582', 247, 'mnstr_seed', 20, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2986, '4583', 411, 'gardening_box', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2987, '4584', 411, 'stone_platform', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(2988, '4585', 411, 'stone_stairs', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(2989, '4586', 514, 'chair_plasty4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2990, '4587', 514, 'table_plasto4_4leg', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2991, '4588', 514, 'table_plasto4_sq', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2992, '4589', 514, 'table_plasto4_bigsq', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2993, '4590', 514, 'chair_plasto4', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(2994, '4591', 514, 'table_plasto4_round', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2995, '4592', 248, 'mnstr_rebreed', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(2996, '4593', 248, 'mnstr_fert', 3, 250, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(2997, '4594', 738, 'dragonlamp_shinobi', 0, 3600, 5, 1, 0, 1, 14, -1, 0, '', '1', '0'),
(2998, '4595', 31, 'jp_divider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(2999, '4596', 31, 'jp_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3000, '4597', 736, 'prizetrophy_breed_g', 0, 75, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(3001, '4598', 736, 'prizetrophy_breed_s', 0, 75, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(3002, '4599', 736, 'prizetrophy_breed_b', 0, 75, 0, 1, 0, 0, 39, -1, 0, '', '1', '0'),
(3003, '4600', 736, 'prizetrophy_nurture_g', 0, 75, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(3004, '4601', 736, 'prizetrophy_nurture_s', 0, 75, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(3005, '4602', 736, 'prizetrophy_nurture_b', 0, 75, 0, 1, 0, 0, 45, -1, 0, '', '1', '0'),
(3006, '4603', 411, 'stone_flowerbed', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3007, '4604', 247, 'mnstr_seed_rare', 155, 50, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3008, '4605', 551, 'ads_mad3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3009, '4606', 738, 'mnstr_waterfall', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3010, '4607', 248, 'mnstr_rebreed_2', 30, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3011, '4608', 248, 'mnstr_rebreed_3', 80, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3012, '4609', 738, 'garden_caterpillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3013, '4610', 552, 'ads_cp_trophy', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3014, '4611', 474, 'ads_ontour', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3015, '4612', 307, 'CF_75_ruby_small', 75, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3016, '4613', 307, 'CF_200_ruby', 200, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3017, '4614', 737, 'prizetrophy_habboway', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3018, '4615', 271, 'patch_cloud', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3019, '4616', 401, 'garden_bfly', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3020, '4617', 188, 'kuurna_red_sofa', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3021, '4618', 188, 'kuurna_red_chair', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3022, '4619', 188, 'kuurna_red_chair1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3023, '4620', 188, 'kuurna_red_table', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3024, '4621', 188, 'kuurna_red_table1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3025, '4622', 188, 'kuurna_red_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3026, '4623', 188, 'pixel_memorial', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3027, '4624', 737, 'trophy_torch', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3028, '4625', 701, 'js_exe_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3029, '4626', 701, 'js_exe_gate', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3030, '4627', 701, 'js_exe_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3031, '4628', 701, 'js_exe_sofa', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3032, '4629', 701, 'js_exe_corner', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3033, '4630', 701, 'js_exe_rug', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3034, '4631', 701, 'js_exe_chair2', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3035, '4632', 701, 'js_exe_s_table', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3036, '4633', 120, 'anc_pharaoh_tele', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3037, '4634', 120, 'anc_artifact1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3038, '4635', 120, 'anc_trophy_obsidian', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3039, '4636', 120, 'anc_pyramid_block', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3040, '4637', 120, 'anc_trophy_marble', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3041, '4638', 120, 'anc_trophy_sstone', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3042, '4639', 120, 'anc_hot_sands', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3043, '4640', 738, 'sp_statue', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '0', '0'),
(3044, '4641', 737, 'prizetrophy_frank', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3045, '4642', 120, 'anc_ele_rock', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3046, '4643', 120, 'shallow', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3047, '4644', 120, 'anc_ele_grass', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3048, '4645', 120, 'anc_sun', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3049, '4646', 120, 'pink_flamingo', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3050, '4647', 120, 'anc_bones', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3051, '4648', 120, 'anc_artifact2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3052, '4649', 120, 'anc_jngl_patch', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3053, '4650', 120, 'anc_talltree', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3054, '4651', 120, 'anc_waterfall', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3055, '4652', 120, 'anc_mossyrock', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3056, '4653', 120, 'anc_comfy_tree', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3057, '4654', 120, 'gate_of_eternity', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3058, '4655', 120, 'anc_artifact3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3059, '4656', 697, 'track12_circle', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(3060, '4657', 697, 'track12_hurdle', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(3061, '4658', 697, 'track12_ele_podium2', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(3062, '4659', 695, 'track12_tea_mother', 10, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3063, '4660', 697, 'track12_hammer', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(3064, '4661', 697, 'track12_mini_torch', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3065, '4662', 697, 'track12_ele_podium1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(3066, '4663', 695, 'track12_ujack_sofa', 3, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(3067, '4664', 697, 'track12_weight', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(3068, '4665', 225, 'prizetrophy_track12_g', 15, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3069, '4666', 225, 'prizetrophy_track12_s', 10, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3070, '4667', 225, 'prizetrophy_track12_b', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3071, '4668', 738, 'track12_javstatue', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(3072, '4669', 738, 'track12_hcauldron', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3073, '4670', 686, 'lon_block2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3074, '4671', 686, 'lon_base', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3075, '4672', 686, 'lon_window', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3076, '4673', 697, 'lon_gate', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3077, '4674', 686, 'lon_roof', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3078, '4675', 686, 'lon_block1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3079, '4676', 429, 'hof_parameter_test', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '0', '0'),
(3080, '4677', 6, 'matic_walkway_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3081, '4678', 6, 'matic_tree_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3082, '4679', 6, 'matic_walkway_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3083, '4680', 6, 'matic_cont_duck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3084, '4681', 6, 'matic_tree_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3085, '4682', 6, 'matic_tree_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3086, '4683', 6, 'matic_cont_frank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3087, '4684', 6, 'matic_cont_alien', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3088, '4685', 6, 'matic_tree_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3089, '4686', 6, 'matic_probe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3090, '4687', 6, 'matic_walkway_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3091, '4688', 6, 'matic_tree_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3092, '4689', 6, 'matic_walkway_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3093, '4690', 6, 'matic_walkway_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3094, '4691', 560, 'ads_spiderman_trophy', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3095, '4692', 261, 'matic_box', 7, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3096, '4693', 6, 'matic_wirerig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3097, '4694', 6, 'matic_dispenser', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3098, '4695', 36, 'matic_mech', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3099, '4696', 551, 'ads_mad3_edit', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3100, '4697', 223, 'roombg_color', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3101, '4698', 271, 'roombg_mountains1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3102, '4699', 223, 'roombg_cloud_dark', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3103, '4700', 223, 'roombg_cloud', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3104, '4701', 590, 'cloud_egg', 0, 3600, 5, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3105, '4702', 738, 'cloud_throne', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3106, '4703', 279, 'jetset_yacht_front', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '1'),
(3107, '4704', 279, 'js_jetski', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '1'),
(3108, '4705', 279, 'vip_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '1'),
(3109, '4706', 279, 'jetset_yacht_mid_1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1'),
(3110, '4707', 279, 'jetset_landhigh', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3111, '4708', 279, 'jetset_landlow', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3112, '4709', 279, 'jetset_yacht_back', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(3113, '4710', 279, 'jetset_yacht_mid_2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '1'),
(3114, '4711', 279, 'jetset_vipscreen', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(3115, '4712', 279, 'jetset_yacht_mid_3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1'),
(3116, '4713', 279, 'js_jetski2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '1'),
(3117, '4714', 279, 'jetset_tent', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(3118, '4715', 279, 'jetset_stonejetty', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3119, '4716', 279, 'vip_hopper', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '1'),
(3120, '4717', 737, 'prizetrophy_room_1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3121, '4718', 279, 'js_bouncer', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '1'),
(3122, '4719', 279, 'jetset_vault_wall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3123, '4720', 279, 'jetset_vault_crnr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3124, '4721', 279, 'jetset_moneypatch', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(3125, '4722', 279, 'jetset_vault_door', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3126, '4723', 590, 'diamond_dragon', 0, 3600, 5, 1, 0, 2, 11, -1, 0, '', '1', '0'),
(3127, '4724', 590, 'diamond_throne', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3128, '4725', 279, 'roombg_jetset', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '1'),
(3129, '4726', 279, 'jetset_vipscreencr', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(3130, '4727', 738, 'jetset_tub', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3131, '4728', 279, 'js_coins', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '1'),
(3132, '4729', 393, 'hween12_cart', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3133, '4730', 393, 'hween12_entry', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3134, '4731', 393, 'hween12_track', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3135, '4732', 393, 'hween12_orb', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3136, '4733', 393, 'hween12_scarecrow', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3137, '4734', 393, 'roombg_hween12', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(3138, '4735', 393, 'hween12_costume_hopper', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3139, '4736', 393, 'hween12_track_crl', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3140, '4737', 393, 'hween12_shedskin', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3141, '4738', 676, 'hween12_guillotine', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3142, '4739', 393, 'hween12_track_crr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3143, '4740', 393, 'hween12_moon', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3144, '4741', 393, 'hween12_coffin', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3145, '4742', 393, 'hween12_lantern', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3146, '4743', 393, 'hween12_mirror', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3147, '4744', 393, 'cannon', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3148, '4745', 724, 'hween12_duck', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3149, '4746', 393, 'hween12_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3150, '4747', 393, 'hween12_wall', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3151, '4748', 393, 'costume_gate', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3152, '4749', 393, 'hween12_fortune', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3153, '4750', 393, 'hween12_cage', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3154, '4751', 393, 'hween12_grabby', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3155, '4752', 393, 'hween12_wolf', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3156, '4753', 393, 'hween12_strengthtest', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3157, '4754', 74, 'hs_stage_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3158, '4755', 74, 'hs_smoke', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3159, '4756', 74, 'hs_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3160, '4757', 74, 'hs_circstage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3161, '4758', 74, 'hs_stage_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3162, '4759', 74, 'hs_stage_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3163, '4760', 74, 'hs_prop', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3164, '4761', 74, 'hs_dnctile_1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3165, '4762', 74, 'hs_lightstrip_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3166, '4763', 74, 'hs_stage_long_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3167, '4764', 74, 'hs_carpet_blk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3168, '4765', 74, 'hs_stage_long_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3169, '4766', 74, 'hs_stairs_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3170, '4767', 74, 'hs_stage_long_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3171, '4768', 74, 'hs_bpass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3172, '4769', 74, 'hs_stairs_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3173, '4770', 74, 'hs_stairs_black', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3174, '4771', 74, 'hs_lightstrip_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3175, '4772', 74, 'hs_marswalk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3176, '4773', 74, 'hs_balcony', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3177, '4774', 74, 'hs_box', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3178, '4775', 74, 'hs_chair', 2, 0, 0, 1, 0, 0, 84, -1, 0, '', '0', '0'),
(3179, '4776', 421, 'sfx_xylo', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3180, '4777', 421, 'sfx_dubstep3_2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3181, '4778', 421, 'sfx_dubstep3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3182, '4779', 421, 'sfx_xylo_high', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3183, '4780', 421, 'sfx_bigfinish_jamesbrown', 4, 0, 0, 1, 0, 0, 85, -1, 0, '', '0', '0'),
(3184, '4781', 421, 'sfx_funkhorn', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3185, '4782', 421, 'sfx_dubstep1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3186, '4783', 421, 'sfx_xylo2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3187, '4784', 421, 'sfx_dubstep2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3188, '4785', 421, 'sfx_highhatintro', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3189, '4786', 421, 'sfx_jamesbrown_hey', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '0', '0'),
(3190, '4787', 421, 'sfx_drumloop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3191, '4788', 421, 'sfx_pad3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3192, '4789', 421, 'sfx_xylopattern', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3193, '4790', 421, 'sfx_pad1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3194, '4791', 421, 'sfx_pad2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3195, '4792', 46, 'sound_set_77', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '0', '0'),
(3196, '4793', 46, 'sound_set_78', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '0', '0'),
(3197, '4794', 590, 'dia_uplink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3198, '4795', 590, 'dia_podium', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3199, '4796', 278, 'pet_breeding_bear', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0'),
(3200, '4797', 683, 'mystery_box', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3201, '4798', 421, 'sfx_strange_echoes_2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3202, '4799', 421, 'sfx_bass1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3203, '4800', 421, 'sfx_sqrpad_dbldotted', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3204, '4801', 421, 'sfx_bass_dbl', 1, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3205, '4802', 421, 'sfx_strange_echoes_1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3206, '4803', 421, 'sfx_strange_echoes_3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3207, '4804', 481, 'xmas12_floortile', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3208, '4805', 481, 'xmas12_bardesk', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3209, '4806', 481, 'xmas12_pork', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3210, '4807', 481, 'xmas12_nutcracker', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3211, '4808', 481, 'xmas12_table', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3212, '4809', 738, 'xmas12_santathrone', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3213, '4810', 481, 'xmas12_npole', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3214, '4811', 481, 'xmas12_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3215, '4812', 481, 'xmas12_fireplace', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3216, '4813', 481, 'xmas12_pillar2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3217, '4814', 481, 'xmas12_barrel', 10, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3218, '4815', 481, 'xmas12_pillar1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3219, '4816', 481, 'xmas12_pillar3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3220, '4817', 481, 'xmas12_snack', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3221, '4818', 481, 'xmas12_floortile2', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3222, '4819', 481, 'xmas12_cfloor', 1, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3223, '4820', 738, 'xmas12_worktable', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3224, '4821', 481, 'xmas12_cfloorbig', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3225, '4822', 481, 'roombg_aurora', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(3226, '4823', 115, 'pet_toy_ball', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3227, '4824', 115, 'pet_waterbottle', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3228, '4825', 278, 'pet_breeding_terrier', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0'),
(3229, '4826', 115, 'pet_blanket_pink', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3230, '4827', 115, 'pet_basket_blue', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3231, '4828', 115, 'pet_basket_pink', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3232, '4829', 115, 'pet_blanket_blue', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3233, '4830', 411, 'mnstr_compost', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3234, '4831', 471, 'ny2013_res', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3235, '4832', 471, 'ny2013_extrares', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3236, '4833', 590, 'holo_dragon', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3237, '4834', 64, 'wf_act_call_stacks', 10, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3238, '4835', 471, 'fireworks_15', 4, 0, 0, 1, 0, 0, 13, 10500, 0, '', '1', '0'),
(3239, '4836', 67, 'ny2013_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3240, '4837', 481, 'reef_aquarium', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3241, '4838', 67, 'ny2013_calendar', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3242, '4839', 67, 'ny2013_block', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3243, '4840', 471, 'fireworks_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3244, '4841', 67, 'ny2013_aftermath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3245, '4842', 67, 'ny2013_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3246, '4843', 67, 'ny2013_clock', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3247, '4844', 676, 'ny2013_cup', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3248, '4845', 349, 'hc_roundchair', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(3249, '4846', 349, 'hc_bigvase', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(3250, '4847', 229, 'hc_knight_1', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(3251, '4848', 349, 'hc_roundtable', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(3252, '4849', 349, 'hc_cab', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(3253, '4850', 349, 'hc_radio', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(3254, '4851', 349, 'hc_luggage', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(3255, '4852', 739, 'rare_dragonlamp_pink', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3256, '4853', 347, 'pillow_silver', 0, 3600, 5, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3257, '4854', 347, 'pillow_bronze', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3258, '4855', 736, 'prizetrophy_cake_g', 0, 75, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(3259, '4856', 736, 'prizetrophy_cake_s', 0, 75, 0, 1, 0, 0, 41, -1, 0, '', '1', '0'),
(3260, '4857', 736, 'prizetrophy_cake_b', 0, 75, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(3261, '4858', 302, 'china_snake', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3262, '4859', 330, 'a11 rare_icecream', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3263, '4860', 454, 'val13_build_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3264, '4861', 454, 'val13_gond_post', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3265, '4862', 454, 'val13_gond_mid1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3266, '4863', 454, 'val13_water', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3267, '4864', 454, 'val13_div_2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3268, '4865', 454, 'val13_gond_front', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3269, '4866', 454, 'val13_build_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3270, '4867', 454, 'val13_build_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3271, '4868', 454, 'val13_gond_back', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3272, '4869', 454, 'val13_gond_mid2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3273, '4870', 454, 'val13_div_1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3274, '4871', 24, 'pixel_plantred', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3275, '4872', 24, 'pixel_plantpink', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(3276, '4873', 24, 'pixel_light_red', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3277, '4874', 24, 'pixel_plantblue', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(3278, '4875', 24, 'pixel_plantgreen', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3279, '4876', 24, 'pixel_light_green', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(3280, '4877', 24, 'pixel_light_pink', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3281, '4878', 24, 'pixel_plantblack', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(3282, '4879', 24, 'pixel_light_blue', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(3283, '4880', 24, 'pixel_carpet_red', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3284, '4881', 24, 'pixel_carpet_blue', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3285, '4882', 24, 'pixel_carpet_pink', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3286, '4883', 24, 'pixel_light_black', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3287, '4884', 24, 'pixel_carpet_black', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3288, '4885', 240, 'valentines_lovelock', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3289, '4886', 24, 'pixel_bed_blue', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3290, '4887', 24, 'pixel_smalltable_blue', 2, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(3291, '4888', 24, 'pixel_smalltable_red', 2, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(3292, '4889', 24, 'pixel_smalltable_pink', 2, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(3293, '4890', 24, 'pixel_smalltable_black', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(3294, '4891', 24, 'pixel_smalltable_green', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3295, '4892', 240, 'valentines_lovelock9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3296, '4893', 24, 'pixel_table_red', 5, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(3297, '4894', 24, 'pixel_chair_blue', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3298, '4895', 24, 'pixel_floor_pink', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(3299, '4896', 24, 'pixel_floor_brown', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3300, '4897', 24, 'pixel_floor_yellow', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3301, '4898', 24, 'pixel_bed_red', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3302, '4899', 24, 'pixel_chair_green', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3303, '4900', 24, 'pixel_table_black', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3304, '4901', 24, 'pixel_bed_black', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3305, '4902', 24, 'pixel_table_blue', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3306, '4903', 24, 'pixel_floor_green', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3307, '4904', 24, 'pixel_floor_silver', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3308, '4905', 24, 'pixel_table_pink', 5, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(3309, '4906', 24, 'pixel_chair_pink', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3310, '4907', 24, 'pixel_table_green', 5, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(3311, '4908', 24, 'pixel_bed_pink', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3312, '4909', 24, 'pixel_bed_green', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3313, '4910', 24, 'pixel_chair_red', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3314, '4911', 24, 'pixel_chair_black', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3315, '4912', 24, 'pixel_floor_blue', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3316, '4913', 240, 'valentines_lovelock8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3317, '4914', 240, 'valentines_lovelock7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3318, '4915', 240, 'valentines_lovelock3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3319, '4916', 240, 'valentines_lovelock4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3320, '4917', 240, 'valentines_lovelock6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3321, '4918', 240, 'valentines_lovelock5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3322, '4919', 240, 'valentines_lovelock2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3323, '4920', 240, 'valentines_lovelock10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3324, '4921', 450, 'val13_div_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3325, '4922', 450, 'val13_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3326, '4923', 450, 'val13_grass', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3327, '4924', 450, 'val13_pillar', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3328, '4925', 450, 'val13_floor1', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3329, '4926', 450, 'val13_gazebo', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3330, '4927', 450, 'val13_div_3_crnr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3331, '4928', 450, 'val13_roses', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3332, '4929', 450, 'val13_table', 5, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3333, '4930', 450, 'val13_lamp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3334, '4931', 450, 'val13_flower', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3335, '4932', 450, 'val13_div_3_crnr2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3336, '4933', 450, 'val13_light', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3337, '4934', 450, 'val13_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3338, '4935', 450, 'val13_shrub_circ', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3339, '4936', 450, 'val13_shrub_duck', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3340, '4937', 24, 'pixel_carpet_green', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3341, '4938', 24, 'pixel_couch_blue', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3342, '4939', 739, 'val13_easel_4', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(3343, '4940', 739, 'val13_easel_3', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(3344, '4941', 739, 'val13_easel_1', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0'),
(3345, '4942', 739, 'val13_easel_2', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0'),
(3346, '4943', 739, 'val13_easel_5', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(3347, '4944', 450, 'val13_statue', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(3348, '4945', 307, 'CF_120_sapphire_small', 120, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3349, '4946', 307, 'CF_240_sapphire', 240, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3350, '4947', 64, 'wf_act_kick_user', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3351, '4948', 70, 'steampunk_table_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3352, '4949', 70, 'steampunk_pillar_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3353, '4950', 70, 'steampunk_rack', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3354, '4951', 70, 'steampunk_pillar_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3355, '4952', 70, 'steampunk_chand', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3356, '4953', 70, 'steampunk_floor1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3357, '4954', 70, 'steampunk_sofachair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3358, '4955', 70, 'steampunk_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3359, '4956', 70, 'steampunk_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3360, '4957', 70, 'steampunk_table_2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3361, '4958', 70, 'steampunk_gear_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3362, '4959', 70, 'steampunk_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3363, '4960', 70, 'steampunk_lamp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3364, '4961', 70, 'steampunk_computer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3365, '4962', 70, 'steampunk_floor2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3366, '4963', 70, 'steampunk_globe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3367, '4964', 70, 'steampunk_gear_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3368, '4965', 70, 'steampunk_carpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3369, '4966', 714, 'steampunk_gramophone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3370, '4967', 714, 'steampunk_timemach', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3371, '4968', 714, 'steampunk_zep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3372, '4969', 243, 'horse_hairdye_17', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3373, '4970', 243, 'horse_dye_17', 1, 225, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3374, '4971', 243, 'horse_hairdye_15', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3375, '4972', 243, 'horse_hairdye_14', 1, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3376, '4973', 243, 'horse_hairdye_13', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3377, '4974', 243, 'horse_hairdye_16', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3378, '4975', 380, 'easter13_flower_2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3379, '4976', 380, 'easter13_flower_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3380, '4977', 380, 'easter13_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3381, '4978', 380, 'easter13_floor_1', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3382, '4979', 380, 'easter13_teleport', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3383, '4980', 380, 'easter13_bulbs', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3384, '4981', 380, 'easter13_stage_1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3385, '4982', 380, 'easter13_sshrooms', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3386, '4983', 380, 'easter13_stage_2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3387, '4984', 380, 'easter13_flower_3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3388, '4985', 52, 'petfood29', 1, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3389, '4986', 667, 'easter13_egg_0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3390, '4987', 667, 'easter13_egg_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3391, '4988', 667, 'easter13_egg_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3392, '4989', 667, 'easter13_egg_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3393, '4990', 322, 'table_silo_med*10', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3394, '4991', 322, 'sofa_silo*10', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3395, '4992', 322, 'safe_silo*10', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3396, '4993', 322, 'iced_c16_sofa', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3397, '4994', 322, 'divider_silo3*10', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3398, '4995', 322, 'chair_silo*10', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3399, '4996', 322, 'barchair_silo*10', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3400, '4997', 322, 'divider_silo1*10', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3401, '4998', 322, 'table_silo_small*10', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3402, '4999', 380, 'easter13_globe', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3403, '5000', 724, 'easter13_stonefrank', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '0', '0'),
(3404, '5001', 380, 'duck_scuba', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3405, '5002', 380, 'duck_afro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3406, '5003', 380, 'duck_frank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3407, '5004', 504, 'penguin_frank', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '0', '0'),
(3408, '5005', 504, 'penguin_tribal', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '0', '0'),
(3409, '5006', 724, 'easter13_stonehead', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '0', '0'),
(3410, '5007', 380, 'duck_zombie', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3411, '5008', 504, 'penguin_wip', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '0', '0'),
(3412, '5009', 724, 'easter13_sub', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '0', '0'),
(3413, '5010', 504, 'penguin_skele', 4, 0, 0, 1, 0, 0, 95, -1, 0, '', '0', '0'),
(3414, '5011', 739, 'easter13_dinoegg', 0, 3600, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3415, '5012', 380, 'easter13_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3416, '5013', 25, 'badge_display2', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3417, '5014', 25, 'badge_display', 2, 10, 0, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(3418, '5015', 25, 'badge_display4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3419, '5016', 25, 'badge_display3', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3420, '5017', 25, 'badge_display5', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3421, '5018', 699, 'exe_icecream', 0, 3600, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3422, '5019', 736, 'prizetrophy_hockey_g', 0, 75, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3423, '5020', 736, 'prizetrophy_hockey_s', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3424, '5021', 736, 'prizetrophy_hockey_b', 0, 75, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3425, '5022', 736, 'prizetrophy_football_g', 0, 75, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3426, '5023', 736, 'prizetrophy_football_s', 0, 75, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3427, '5024', 736, 'prizetrophy_football_b', 0, 75, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3428, '5025', 736, 'prizetrophy_freeze_g', 0, 75, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(3429, '5026', 736, 'prizetrophy_freeze_s', 0, 75, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3430, '5027', 736, 'prizetrophy_freeze_b', 0, 75, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3431, '5028', 736, 'prizetrophy_bb_g', 0, 75, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3432, '5029', 736, 'prizetrophy_bb_s', 0, 75, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(3433, '5030', 736, 'prizetrophy_bb_b', 0, 75, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3434, '5031', 736, 'prizetrophy_snow_g', 0, 75, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3435, '5032', 736, 'prizetrophy_snow_s', 0, 75, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(3436, '5033', 736, 'prizetrophy_snow_b', 0, 75, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(3437, '5034', 736, 'prizetrophy_roller_g', 0, 75, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3438, '5035', 736, 'prizetrophy_roller_s', 0, 75, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3439, '5036', 736, 'prizetrophy_roller_b', 0, 75, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(3440, '5037', 108, 'gld_hangflag2', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3441, '5038', 108, 'gld_tile2', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3442, '5039', 108, 'gld_hangflag1', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3443, '5040', 108, 'gld_tile1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3444, '5041', 108, 'gld_table1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3445, '5042', 63, 'wf_trg_period_long', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3446, '5043', 64, 'wf_act_give_score_tm', 10, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3447, '5044', 256, 'highscore_classic_alltime', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3448, '5045', 256, 'highscore_classic_daily', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3449, '5046', 256, 'highscore_classic_monthly', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3450, '5047', 256, 'highscore_classic', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3451, '5048', 64, 'wf_act_move_to_dir', 7, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3452, '5049', 64, 'wf_act_leave_team', 7, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3453, '5050', 63, 'wf_trg_collision', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3454, '5051', 256, 'highscore_classic_weekly', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3455, '5052', 256, 'highscore_mostwin_daily', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3456, '5053', 256, 'highscore_mostwin_monthly', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3457, '5054', 256, 'highscore_mostwin', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3458, '5055', 64, 'wf_act_chase', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3459, '5056', 65, 'wf_cnd_actor_in_team', 5, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3460, '5057', 256, 'highscore_mostwin_weekly', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3461, '5058', 256, 'highscore_perteam_alltime', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3462, '5059', 256, 'highscore_perteam_daily', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3463, '5060', 256, 'highscore_perteam_monthly', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3464, '5061', 64, 'wf_act_flee', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3465, '5062', 64, 'wf_act_join_team', 7, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3466, '5063', 739, 'arcade_cab', 4, 0, 0, 1, 0, 0, 96, -1, 0, '', '0', '0'),
(3467, '5064', 590, 'bb_tddhead_rc1', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '0', '0'),
(3468, '5065', 590, 'bb_robo_rc1', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '0', '0'),
(3469, '5066', 590, 'bb_apparatus_rc1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(3470, '5067', 211, 'wf_blob', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3471, '5068', 211, 'wf_blob2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '1'),
(3472, '5069', 122, 'loyalty_toad', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3473, '5070', 122, 'statue_dragon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3474, '5071', 122, 'statue_griffin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3475, '5072', 122, 'loyalty_mouse', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3476, '5073', 122, 'statue_elk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3477, '5074', 62, 'mystics_gstool', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3478, '5075', 62, 'mystics_bspike2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3479, '5076', 62, 'mystics_bbench', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3480, '5077', 62, 'mystics_gblock1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3481, '5078', 62, 'mystics_bfloor', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3482, '5079', 62, 'mystics_bstool', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3483, '5080', 62, 'mystics_gbench', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3484, '5081', 62, 'mystics_garch', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3485, '5082', 62, 'mystics_gblock2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3486, '5083', 62, 'mystics_gfloor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3487, '5084', 62, 'mystics_barch', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3488, '5085', 62, 'mystics_gtile1', 1, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3489, '5086', 62, 'mystics_bbed', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3490, '5087', 62, 'mystics_btile2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3491, '5088', 62, 'mystics_bspike1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3492, '5089', 62, 'mystics_btile1', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3493, '5090', 62, 'mystics_btable', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3494, '5091', 62, 'mystics_gtable', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3495, '5092', 62, 'mystics_gbed', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3496, '5093', 62, 'mystics_gtree', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3497, '5094', 255, 'wf_cnd_wearing_badge', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3498, '5095', 255, 'wf_cnd_wearing_effect', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3499, '5096', 682, 'mystics_gthrone', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3500, '5097', 682, 'mystics_bthrone', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3501, '5098', 62, 'mystics_ltstatue', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3502, '5099', 590, 'mystics_crystal_s', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3503, '5100', 590, 'mystics_crystal_m', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3504, '5101', 725, 'mystics_duck', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3505, '5102', 590, 'mystics_crystal_l', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3506, '5103', 215, 'tile_stackmagic', 2, 225, 0, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(3507, '5104', 739, 'mystics_rfountain', 0, 3600, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3508, '5105', 739, 'mystics_rpillar', 0, 3600, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3509, '5106', 739, 'holo_nelly', 0, 3600, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3510, '5107', 40, 'ads_woz_mpu', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3511, '5108', 627, 'mint diner_bardesk_corner', 5, 0, 0, 1, 0, 0, 100, -1, 0, '', '0', '0'),
(3512, '5109', 627, 'mint diner_bardesk_gate', 5, 0, 0, 1, 0, 0, 101, -1, 0, '', '0', '0'),
(3513, '5110', 627, 'mint diner_sofa_1', 4, 0, 0, 1, 0, 0, 102, -1, 0, '', '0', '0'),
(3514, '5111', 627, 'mint diner_bardesk', 5, 0, 0, 1, 0, 0, 103, -1, 0, '', '0', '0'),
(3515, '5112', 627, 'mint diner_table_1', 5, 0, 0, 1, 0, 0, 104, -1, 0, '', '0', '0'),
(3516, '5113', 627, 'mint diner_gumvendor', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '0', '0'),
(3517, '5114', 627, 'mint diner_sofa_2', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '0', '0'),
(3518, '5115', 627, 'mint diner_table_2', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '0', '0'),
(3519, '5116', 627, 'mint diner_chair', 2, 0, 0, 1, 0, 0, 108, -1, 0, '', '0', '0'),
(3520, '5117', 627, 'mint diner_cashreg', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '0', '0'),
(3521, '5118', 122, 'loyalty_dolphin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3522, '5119', 535, 'ads_clearasil_tile1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3523, '5120', 535, 'ads_clearasil_vend', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3524, '5121', 71, 'tent_orange', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3525, '5122', 111, 'hblooza_bbq', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(3526, '5123', 71, 'foldabletable_camo', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3527, '5124', 71, 'foldabletable_beige', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3528, '5125', 111, 'hblooza_icecream', 10, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(3529, '5126', 111, 'hblooza_stage2_1', 4, 0, 0, 1, 0, 0, 89, -1, 0, '', '1', '0'),
(3530, '5127', 111, 'hblooza_stage2_2', 4, 0, 0, 1, 0, 0, 90, -1, 0, '', '1', '0'),
(3531, '5128', 111, 'hblooza_stage2_3', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0'),
(3532, '5129', 111, 'hblooza_stage2_4', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0'),
(3533, '5130', 276, 'hblooza_popcorn', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0'),
(3534, '5131', 111, 'hblooza_dirtfloor', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(3535, '5132', 111, 'hblooza_tfnc_1', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0'),
(3536, '5133', 71, 'tent_beige', 4, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3537, '5134', 267, 'hblooza_spacerent3x4', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0'),
(3538, '5135', 111, 'hblooza_sfnc_crnr_1', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0'),
(3539, '5136', 111, 'hblooza_sfnc_crnr_2', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0'),
(3540, '5137', 111, 'hblooza_sfnc_crnr_3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(3541, '5138', 111, 'hblooza_sfnc_crnr_4', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0'),
(3542, '5139', 111, 'hblooza_stage1_1', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0'),
(3543, '5140', 111, 'hblooza_stage1_2', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0'),
(3544, '5141', 111, 'hblooza_stage1_3', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0'),
(3545, '5142', 111, 'hblooza_stage1_4', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0'),
(3546, '5143', 71, 'tent_camo', 4, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3547, '5144', 111, 'hblooza_fnc_crnr', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3548, '5145', 276, 'hblooza_bubblejuice', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(3549, '5146', 111, 'hblooza_tfnc_2_1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(3550, '5147', 111, 'hblooza_tfnc_2_2', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0'),
(3551, '5148', 111, 'hblooza_tfnc_2_3', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0'),
(3552, '5149', 111, 'hblooza_tfnc_2_4', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0'),
(3553, '5150', 111, 'hblooza_pillar1', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0'),
(3554, '5151', 71, 'bigtent_beige', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3555, '5152', 71, 'foldablechair_camo', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3556, '5153', 111, 'hblooza_candyfloss', 10, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(3557, '5154', 111, 'hblooza_fnc', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3558, '5155', 267, 'hblooza_spacerent6x6', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0'),
(3559, '5156', 276, 'hblooza_hotdog', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3560, '5157', 71, 'bigtent_camo', 18, 20, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3561, '5158', 111, 'hblooza_sfnc_1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(3562, '5159', 111, 'hblooza_sfnc_2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0'),
(3563, '5160', 111, 'hblooza_sfnc_3', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0'),
(3564, '5161', 111, 'hblooza_sfnc_4', 4, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0'),
(3565, '5162', 71, 'foldablechair_beige', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3566, '5163', 71, 'tent_blue', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3567, '5164', 739, 'hblooza_kiosk', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(3568, '5165', 111, 'hblooza_tgate_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3569, '5166', 111, 'hblooza_tgate_2', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0'),
(3570, '5167', 111, 'hblooza_tgate_3', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(3571, '5168', 111, 'hblooza_tgate_4', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(3572, '5169', 111, 'hblooza_chicken', 10, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3573, '5170', 111, 'hblooza_sign', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '0', '0'),
(3574, '5171', 267, 'hblooza_spacerent7x7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3575, '5172', 267, 'hblooza_spacerent5x5', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0'),
(3576, '5173', 109, 'yttv3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3577, '5174', 109, 'yttv2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3578, '5175', 109, 'yttv1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3579, '5176', 109, 'yttv2b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3580, '5177', 736, 'prizetrophy_hblooza_g', 0, 75, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3581, '5178', 736, 'prizetrophy_hblooza_s', 0, 75, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3582, '5179', 736, 'prizetrophy_hblooza_b', 0, 75, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3583, '5180', 215, 'tile_stackmagic1', 12, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(3584, '5181', 215, 'tile_stackmagic2', 15, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(3585, '5182', 266, 'hblooza_guitar3', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(3586, '5183', 266, 'hblooza_guitar1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(3587, '5184', 266, 'hblooza_guitar11', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3588, '5185', 266, 'hblooza_guitar7', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(3589, '5186', 266, 'hblooza_guitar9', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3590, '5187', 266, 'hblooza_guitar8', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(3591, '5188', 266, 'hblooza_guitar6', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(3592, '5189', 266, 'hblooza_guitar10', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(3593, '5190', 266, 'hblooza_guitar5', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(3594, '5191', 266, 'hblooza_guitar4', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(3595, '5192', 266, 'hblooza_guitar2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(3596, '5193', 600, 'hblooza_pinata2', 25, 25, 5, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(3597, '5194', 600, 'hblooza_pinata1', 12, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0'),
(3598, '5195', 547, 'ads_vpiggy_flag', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(3599, '5196', 547, 'ads_vpiggy_pig', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3600, '5197', 710, 'pirate_bottle_1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3601, '5198', 72, 'pirate_dvdr3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3602, '5199', 710, 'pirate_bottle_3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3603, '5200', 710, 'pirate_bottle_2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3604, '5201', 72, 'pirate_chest1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3605, '5202', 72, 'pirate_barrel1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3606, '5203', 72, 'pirate_cannonballs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3607, '5204', 72, 'pirate_mast2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3608, '5205', 108, 'pirate_mast2grp', 6, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3609, '5206', 710, 'pirate_bottle_8', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3610, '5207', 710, 'pirate_bottle_7', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3611, '5208', 72, 'pirate_dvdr2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3612, '5209', 72, 'pirate_crate', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3613, '5210', 72, 'pirate_parrot', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3614, '5211', 108, 'pirate_mast3grp', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3615, '5212', 72, 'pirate_swordrack', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(3616, '5213', 710, 'pirate_bottle_10', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3617, '5214', 72, 'pirate_gate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3618, '5215', 72, 'pirate_side1', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(3619, '5216', 72, 'pirate_roombg', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3620, '5217', 72, 'pirate_stage3', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(3621, '5218', 710, 'pirate_bottle_4', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3622, '5219', 710, 'pirate_bottle_9', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3623, '5220', 72, 'pirate_stage2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(3624, '5221', 72, 'pirate_mast1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3625, '5222', 72, 'pirate_cannon', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3626, '5223', 72, 'pirate_stairs', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(3627, '5224', 267, 'spacerent_room', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3628, '5225', 108, 'pirate_mast4grp', 6, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3629, '5226', 72, 'pirate_grate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3630, '5227', 72, 'ship_wheel', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3631, '5228', 710, 'pirate_bottle_6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3632, '5229', 72, 'pirate_mast3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3633, '5230', 72, 'pirate_stage', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(3634, '5231', 710, 'pirate_bottle_5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3635, '5232', 72, 'pirate_flag', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3636, '5233', 72, 'pirate_barrel2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3637, '5234', 72, 'pirate_plank', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3638, '5235', 72, 'pirate_anchor', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3639, '5236', 72, 'pirate_gunrack', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3640, '5237', 72, 'pirate_sandtrap', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3641, '5238', 72, 'pirate_barrel3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3642, '5239', 72, 'pirate_mast4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3643, '5240', 72, 'pirate_dvdr1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3644, '5241', 72, 'pirate_teleport', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(3645, '5242', 707, 'pirate_poseidon', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(3646, '5243', 707, 'pirate_kraken', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3647, '5244', 707, 'pirate_navdesk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3648, '5245', 709, 'Aavelaivan osat', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '0', '0'),
(3649, '5246', 709, 'pirate_stage_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3650, '5247', 709, 'pirate_stage3_g', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3651, '5248', 709, 'pirate_stairs_g', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(3652, '5249', 709, 'pirate_plank_g', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(3653, '5250', 709, 'pirate_flag_g', 4, 0, 0, 1, 0, 0, 112, -1, 0, '', '0', '0'),
(3654, '5251', 709, 'pirate_mast_g', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(3655, '5252', 709, 'pirate_gate_g', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3656, '5253', 709, 'pirate_stage2_g', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3657, '5254', 709, 'ship_wheel_g', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3658, '5255', 709, 'pirate_dvdr3_g', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '0', '0'),
(3659, '5256', 709, 'pirate_dvdr2_g', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '0', '0'),
(3660, '5257;59969', 713, 'school_chairgold', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3661, '5258', 467, 'school_coatrack_g', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3662, '5259', 467, 'school_locker_g_notele', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3663, '5260', 467, 'school_coatrack_b', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3664, '5261', 467, 'school_locker_b_notele', 4, 0, 0, 1, 0, 0, 115, -1, 0, '', '0', '0'),
(3665, '5262', 467, 'school_chair_b', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3666, '5263', 467, 'school_locker_g', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3667, '5264;59970', 713, 'school_consolegold', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3668, '5265', 467, 'school_chair_g', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3669, '5266', 467, 'school_fountain', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3670, '5267', 467, 'school_locker_r_notele', 4, 0, 0, 1, 0, 0, 116, -1, 0, '', '0', '0'),
(3671, '5268', 467, 'school_console_g', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3672, '5269', 467, 'school_console_b', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3673, '5270', 467, 'school_coatrack_r', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3674, '5271;59971', 713, 'school_gate', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3675, '5272', 467, 'school_cafe', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3676, '5273', 272, 'grungelamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3677, '5274', 535, 'ads_clearasil_vend2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3678, '5275', 739, 'golden_apple', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3679, '5276', 467, 'trophy_display', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(3680, '5277', 394, 'hween13_sheep', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3681, '5278', 394, 'hween13_rose', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(3682, '5279', 394, 'hween13_book', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3683, '5280', 394, 'hween13_castleturret3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3684, '5281', 394, 'hween13_castleturret1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3685, '5282', 394, 'hween13_castleturret2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3686, '5283', 394, 'hween13_castleblock2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3687, '5284', 394, 'hween13_bridgeend', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3688, '5285', 394, 'hween13_thorndiv2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(3689, '5286', 394, 'hween13_thorndiv1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(3690, '5287', 394, 'hween13_gutsfloor', 1, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3691, '5288', 394, 'hween13_grass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3692, '5289', 394, 'hween13_castlespike', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3693, '5290', 394, 'hween13_castleblock1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3694, '5291', 394, 'hween13_floor2', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3695, '5292', 394, 'hween13_roombg', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3696, '5293', 394, 'hween13_bridgemid', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3697, '5294', 394, 'hween13_fence_1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3698, '5295', 394, 'hween13_stage_s', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(3699, '5296', 394, 'hween13_crnr_1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3700, '5297', 394, 'hween13_cardtable', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3701, '5298', 394, 'hween13_gate_1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3702, '5299', 394, 'hween13_tree', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3703, '5300', 676, 'hween13_bldtrail', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3704, '5301', 394, 'hween13_teacup', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(3705, '5302', 394, 'hween13_tile1', 1, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3706, '5303', 394, 'hween13_stage_l', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3707, '5304', 394, 'hween13_tele', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3708, '5305', 394, 'hween13_chair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3709, '5306', 394, 'hween13_tile2', 1, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(3710, '5307', 394, 'hween13_mirror', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3711, '5308', 394, 'hween13_candle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3712, '5309', 394, 'hween13_piglamp', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3713, '5310', 394, 'hween13_castlegarg', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3714, '5311', 394, 'hween13_castledoor', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3715, '5312', 394, 'hween13_teaset', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3716, '5313', 394, 'hween13_dwarfdiv', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3717, '5314', 394, 'hween13_dwarfcrn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3718, '5315', 683, 'info_terminal', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3719, '5316', 429, 'button_green', 4, 0, 0, 1, 0, 0, 117, -1, 0, '', '0', '0'),
(3720, '5317', 394, 'hween13_bed', 4, 0, 0, 1, 0, 0, 118, -1, 0, '', '0', '0'),
(3721, '5318', 122, 'loyalty_pig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3722, '5319', 394, 'hween13_monsterpea', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3723, '5320', 739, 'hween13_sheepdemon', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3724, '5321', 394, 'hween13_throne', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3725, '5322', 109, 'yttv2n', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3726, '5323', 280, 'cine_teleport4', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(3727, '5324', 590, 'cine_starchair', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3728, '5325', 280, 'cine_pillarlight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3729, '5326', 280, 'cine_teleport2', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0'),
(3730, '5327', 280, 'cine_bigcorn', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3731, '5328', 280, 'cine_teleport1', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '1', '0'),
(3732, '5329', 280, 'cine_soda', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3733, '5330', 280, 'cine_teleport3', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0'),
(3734, '5331', 538, 'ads_dtlrare', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3735, '5332', 429, 'mystics_crystal', 4, 0, 0, 1, 0, 0, 119, -1, 0, '', '0', '0'),
(3736, '5333', 421, 'sfx_taperec_breakbeat', 4, 0, 0, 1, 0, 0, 120, -1, 0, '', '0', '0'),
(3737, '5334', 421, 'sfx_taperec', 4, 0, 0, 1, 0, 0, 121, -1, 0, '', '0', '0'),
(3738, '5335', 421, 'sfx_taperec_bassline', 4, 0, 0, 1, 0, 0, 122, -1, 0, '', '0', '0'),
(3739, '5336', 46, 'sound_set_79', 4, 0, 0, 1, 0, 0, 123, -1, 0, '', '0', '0'),
(3740, '5337', 429, 'background_color', 4, 0, 0, 1, 0, 0, 124, -1, 0, '', '0', '0'),
(3741, '5338', 24, 'pixel_couch_pink', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3742, '5339', 24, 'pixel_couch_green', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3743, '5340', 24, 'pixel_couch_black', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3744, '5341', 24, 'pixel_couch_red', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3745, '5342', 483, 'xmas13_block2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(3746, '5343', 482, 'xmas13_snowflake10', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3747, '5344', 482, 'xmas13_snowflake2', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3748, '5345', 483, 'xmas13_table', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(3749, '5346', 482, 'xmas13_snowflake5', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3750, '5347', 483, 'xmas13_snack', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(3751, '5348', 482, 'xmas13_snowflake9', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3752, '5349', 482, 'xmas13_snowflake3', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3753, '5350', 483, 'xmas13_block1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(3754, '5351', 482, 'xmas13_snowflake6', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3755, '5352', 482, 'xmas13_snowflake1', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3756, '5353', 482, 'xmas13_snowflake7', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3757, '5354', 482, 'xmas13_snowflake4', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3758, '5355', 482, 'xmas13_snowflake8', 4, 0, 0, 1, 0, 0, 999, -1, 0, '', '1', '0'),
(3759, '5356', 483, 'xmas13_chair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3760, '5357', 483, 'xmas13_floor', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(3761, '5358', 455, 'js_bling_chair_w', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3762, '5359', 455, 'js_bling_bed', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3763, '5360', 279, 'js_chandelier', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '1'),
(3764, '5361', 455, 'js_bling11_seat1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3765, '5362', 455, 'js_bling_fridge', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3766, '5363', 455, 'js_bling11_seat2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3767, '5364', 455, 'js_bling11_sofa', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3768, '5365', 455, 'js_bling11_dvn', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3769, '5366', 369, 'lidotower', 4, 0, 0, 1, 0, 0, 125, -1, 0, '', '0', '0'),
(3770, '5367', 429, 'test_tent', 4, 0, 0, 1, 0, 0, 126, -1, 0, '', '0', '0'),
(3771, '5368', 429, 'test_cnd_not_stuff_is', 4, 0, 0, 1, 0, 0, 127, -1, 0, '', '0', '0'),
(3772, '5369', 429, 'test_cnd_not_furni_on', 4, 0, 0, 1, 0, 0, 128, -1, 0, '', '0', '0'),
(3773, '5370', 429, 'info_terminal_test', 4, 0, 0, 1, 0, 0, 129, -1, 0, '', '0', '0'),
(3774, '5371', 429, 'talking_fridge', 4, 0, 0, 1, 0, 0, 130, -1, 0, '', '0', '0'),
(3775, '5372', 429, 'telescopetest', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '0', '0'),
(3776, '5373', 429, 'test_spacerent', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '0', '0'),
(3777, '5374', 429, 'guild_customized', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '0', '0'),
(3778, '5375', 429, 'test_effectswitch', 4, 0, 0, 1, 0, 0, 134, -1, 0, '', '0', '0'),
(3779, '5376', 429, 'test_cnd_not_hv_avtrs', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '0', '0'),
(3780, '5377', 429, 'vimeo_cubie', 4, 0, 0, 1, 0, 0, 136, -1, 0, '', '0', '0'),
(3781, '5378', 429, 'vote_majority', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3782, '5379', 429, 'test_cnd_not_in_group', 4, 0, 0, 1, 0, 0, 137, -1, 0, '', '0', '0'),
(3783, '5380', 109, 'ytprojector', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3784, '5381', 429, 'test_cnd_not_match_snap', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '0', '0'),
(3785, '5382', 429, 'testbot', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3786, '5383', 429, 'ach_resolution_test', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '0', '0'),
(3787, '5384', 429, 'test_bigtent', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '0', '0'),
(3788, '5385', 429, 'test_cnd_not_in_team', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '0', '0'),
(3789, '5386', 429, 'icecream_stand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3790, '5387', 429, 'test_candyfloss', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3791, '5388', 429, 'test_cnd_not_wearing_b', 4, 0, 0, 1, 0, 0, 142, -1, 0, '', '0', '0'),
(3792, '5389', 429, 'shallow_test', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3793, '5390', 429, 'test_cnd_not_wearing_f', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '0', '0'),
(3794, '5391', 429, 'test_builder_placeholder', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3795, '5392', 429, 'test_cnd_not_trggrer_on', 4, 0, 0, 1, 0, 0, 144, -1, 0, '', '0', '0'),
(3796, '5393', 429, 'change_state_on_step', 4, 0, 0, 1, 0, 0, 145, -1, 0, '', '0', '0'),
(3797, '5394', 429, 'test_highscore_1', 4, 0, 0, 1, 0, 0, 146, -1, 0, '', '0', '0'),
(3798, '5395', 429, 'test_highscore_2', 4, 0, 0, 1, 0, 0, 147, -1, 0, '', '0', '0'),
(3799, '5396', 429, 'test_highscore_3', 4, 0, 0, 1, 0, 0, 148, -1, 0, '', '0', '0'),
(3800, '5397', 429, 'test_highscore_4', 4, 0, 0, 1, 0, 0, 149, -1, 0, '', '0', '0'),
(3801, '5398', 429, 'testtubetv2', 4, 0, 0, 1, 0, 0, 150, -1, 0, '', '0', '0'),
(3802, '5399', 429, 'vimeo_test', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3803, '5400', 429, 'action_link_furni_test', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3804, '5401', 429, 'test_highscore_wins_1', 4, 0, 0, 1, 0, 0, 151, -1, 0, '', '0', '0'),
(3805, '5402', 429, 'test_highscore_wins_2', 4, 0, 0, 1, 0, 0, 152, -1, 0, '', '0', '0'),
(3806, '5403', 429, 'test_highscore_wins_3', 4, 0, 0, 1, 0, 0, 153, -1, 0, '', '0', '0'),
(3807, '5404', 429, 'test_highscore_wins_4', 4, 0, 0, 1, 0, 0, 154, -1, 0, '', '0', '0'),
(3808, '5405', 429, 'cr_tree_basic_01', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3809, '5406', 429, 'handitem_tester', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3810, '5407', 429, 'random_tele_1', 4, 0, 0, 1, 0, 0, 155, -1, 0, '', '0', '0'),
(3811, '5408', 429, 'builder_exp', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3812, '5409', 429, 'cameraproto', 4, 0, 0, 1, 0, 0, 156, -1, 0, '', '0', '0'),
(3813, '5410', 429, 'test_shipside', 4, 0, 0, 1, 0, 0, 157, -1, 0, '', '0', '0'),
(3814, '5411', 429, 'lovelock_test', 4, 0, 0, 1, 0, 0, 158, -1, 0, '', '0', '0'),
(3815, '5412', 429, 'testing_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3816, '5413', 429, 'royal_sofa', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3817, '5414', 429, 'test_ltd_handitem', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3818, '5415', 429, 'testing_yt', 4, 0, 0, 1, 0, 0, 159, -1, 0, '', '0', '0'),
(3819, '5416', 429, 'vote_machine', 4, 0, 0, 1, 0, 0, 160, -1, 0, '', '0', '0'),
(3820, '5417', 429, 'badge_display_case', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3821, '5418', 429, 'testtubetv1', 4, 0, 0, 1, 0, 0, 161, -1, 0, '', '0', '0'),
(3822, '5419', 429, 'royal_chair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3823, '5420', 429, 'random_tele_2', 4, 0, 0, 1, 0, 0, 162, -1, 0, '', '0', '0'),
(3824, '5421', 429, 'statestoragetesting_1', 4, 0, 0, 1, 0, 0, 163, -1, 0, '', '0', '0'),
(3825, '5422', 429, 'statestoragetesting_2', 4, 0, 0, 1, 0, 0, 164, -1, 0, '', '0', '0'),
(3826, '5423', 429, 'statestoragetesting_3', 4, 0, 0, 1, 0, 0, 165, -1, 0, '', '0', '0'),
(3827, '5424', 429, 'statestoragetesting_4', 4, 0, 0, 1, 0, 0, 166, -1, 0, '', '0', '0'),
(3828, '5425', 429, 'statestoragetesting_5', 4, 0, 0, 1, 0, 0, 167, -1, 0, '', '0', '0'),
(3829, '5426', 429, 'statestoragetesting_6', 4, 0, 0, 1, 0, 0, 168, -1, 0, '', '0', '0'),
(3830, '5427', 429, 'statestoragetesting_7', 4, 0, 0, 1, 0, 0, 169, -1, 0, '', '0', '0'),
(3831, '5428', 429, 'statestoragetesting_8', 4, 0, 0, 1, 0, 0, 170, -1, 0, '', '0', '0'),
(3832, '5429', 429, 'statestoragetesting_9', 4, 0, 0, 1, 0, 0, 171, -1, 0, '', '0', '0'),
(3833, '5430', 429, 'test_cnd_not_user_count', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3834, '5431', 429, 'soundblock', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3835, '5432', 429, 'testing_rentablespace', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3836, '5433', 429, 'test_festhotdog', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3837, '5434', 429, 'random_teleport', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3838, '5435', 429, 'soundblock_breakbeat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3839, '5436', 429, 'stackable_water', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3840, '5437', 40, 'water_backdrop', 3, 0, 0, 1, 0, 0, 172, -1, 0, '', '0', '0'),
(3841, '5438', 65, 'wf_cnd_not_trggrer_on', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3842, '5439', 65, 'wf_cnd_not_in_team', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3843, '5440', 65, 'wf_cnd_not_furni_on', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3844, '5441', 65, 'wf_cnd_not_hv_avtrs', 5, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3845, '5442', 63, 'wf_trg_at_time_long', 4, 0, 0, 1, 0, 0, 173, -1, 0, '', '0', '0'),
(3846, '5443', 65, 'wf_cnd_not_user_count', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3847, '5444', 255, 'wf_cnd_not_wearing_fx', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3848, '5445', 65, 'wf_cnd_user_count_in', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3849, '5446', 255, 'wf_cnd_not_wearing_b', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3850, '5447', 65, 'wf_cnd_stuff_is', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3851, '5448', 65, 'wf_cnd_not_in_group', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3852, '5449', 65, 'wf_cnd_not_stuff_is', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3853, '5450', 64, 'wf_act_move_furni_to', 4, 0, 0, 1, 0, 0, 174, -1, 0, '', '0', '0'),
(3854, '5451', 429, 'wf_act_toggle_to_rnd', 4, 0, 0, 1, 0, 0, 175, -1, 0, '', '0', '0'),
(3855, '5452', 65, 'wf_cnd_not_match_snap', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3856, '5453', 590, 'crystal_dragon', 4, 0, 0, 1, 0, 0, 176, -1, 0, '', '0', '0'),
(3857, '5454', 590, 'crystal_throne', 4, 0, 0, 1, 0, 0, 177, -1, 0, '', '0', '0'),
(3858, '5455', 738, 'white_dino_egg', 4, 0, 0, 1, 0, 0, 178, -1, 0, '', '0', '0'),
(3859, '5456', 40, 'bg_cloud', 3, 0, 0, 1, 0, 0, 179, -1, 0, '', '0', '0'),
(3860, '5457', 429, 'hole4', 4, 0, 0, 1, 0, 0, 180, -1, 0, '', '0', '0'),
(3861, '5458', 429, 'hole1x1test', 4, 0, 0, 1, 0, 0, 181, -1, 0, '', '0', '0'),
(3862, '5459', 429, 'teleport_random', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3863, '5460', 429, 'teleport_random_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3864, '5461', 307, 'CF_5000_suitcase', 5000, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(3865, '5462', 139, 'bc_block_0_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3866, '5463', 139, 'bc_block_0_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3867, '5464', 139, 'bc_block_0_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3868, '5465', 139, 'bc_block_0_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3869, '5466', 139, 'bc_block_0_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3870, '5467', 139, 'bc_block_0_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3871, '5468', 139, 'bc_block_0_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3872, '5469', 139, 'bc_block_0_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3873, '5470', 139, 'bc_block_0_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3874, '5471', 139, 'bc_block_0_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3875, '5472', 139, 'bc_block_0_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3876, '5473', 139, 'bc_block_0_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3877, '5474', 139, 'bc_block_0_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3878, '5475', 139, 'bc_block_0_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3879, '5476', 140, 'bc_block_1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3880, '5477', 140, 'bc_block_1_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3881, '5478', 140, 'bc_block_1_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3882, '5479', 140, 'bc_block_1_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3883, '5480', 140, 'bc_block_1_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3884, '5481', 140, 'bc_block_1_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3885, '5482', 140, 'bc_block_1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3886, '5483', 140, 'bc_block_1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3887, '5484', 140, 'bc_block_1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3888, '5485', 140, 'bc_block_1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3889, '5486', 140, 'bc_block_1_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3890, '5487', 140, 'bc_block_1_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3891, '5488', 140, 'bc_block_1_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3892, '5489', 140, 'bc_block_1_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3893, '5490', 483, 'xmas13_rug', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(3894, '5491', 483, 'xmas13_shelves', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(3895, '5492', 483, 'xmas13_pillar', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(3896, '5493', 483, 'xmas13_toyhorse', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(3897, '5494', 483, 'xmas13_tools1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(3898, '5495', 483, 'xmas13_paintsplat1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(3899, '5496', 729, 'xmas13_gingerbread', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(3900, '5497', 483, 'xmas13_light', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(3901, '5498', 483, 'xmas13_candycane1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(3902, '5499', 483, 'xmas13_paintsplat3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(3903, '5500', 483, 'xmas13_paintsplat4', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(3904, '5501', 483, 'xmas13_paintsplat2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(3905, '5502', 483, 'xmas13_candycane2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3906, '5503', 483, 'xmas13_bucket1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(3907, '5504', 483, 'xmas13_toyblock2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3908, '5505', 483, 'xmas13_toyblock4', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3909, '5506', 483, 'xmas13_toyblock3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3910, '5507', 483, 'xmas13_toyblock1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3911, '5508', 354, 'hc_exe_seccam', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(3912, '5509', 354, 'hc_exe_wrkdesk', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(3913, '5510', 354, 'hc_exe_glassdvdr', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(3914, '5511', 354, 'hc_exe_sofa', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(3915, '5512', 354, 'hc_exe_s_table', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(3916, '5513', 354, 'hc_exe_light', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(3917, '5514', 354, 'hc_exe_chair2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(3918, '5515', 354, 'hc_exe_table', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(3919, '5516', 354, 'hc_exe_chair', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(3920, '5517', 354, 'hc_exe_elevator', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(3921, '5518', 354, 'hc_exe_cubelight', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(3922, '5519', 683, 'mutearea_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3923, '5520', 683, 'buildarea_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3924, '5521', 483, 'xmas13_mincepies', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3925, '5522', 483, 'xmas13_eggnogbowl', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3926, '5523', 483, 'xmas13_eggnogglass', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3927, '5524', 483, 'xmas13_machine1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3928, '5525', 483, 'xmas13_jack', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3929, '5526', 740, 'xmas13_throne', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3930, '5527', 483, 'xmas13_toolbox', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3931, '5528', 483, 'xmas13_workdesk', 5, 0, 0, 1, 0, 0, 182, -1, 0, '', '0', '0'),
(3932, '5529', 483, 'xmas13_robotdino', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3933, '5530', 238, 'gnome_box', 0, 1500, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(3934, '5531', 307, 'CF_750_duck', 750, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(3935, '5532', 307, 'CF_350_duck', 350, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3936, '5533', 483, 'xmas13_terminal', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3937, '5534', 368, 'habbo15_icm', 0, 3600, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3938, '5535', 470, 'roombg_stars', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(3939, '5536', 470, 'roombg_city1', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(3940, '5537', 470, 'roombg_city2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(3941, '5538', 302, 'rare_chinahorse', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(3942, '5539', 146, 'bc_block_redbrick_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3943, '5540', 146, 'bc_block_redbrick_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3944, '5541', 146, 'bc_block_redbrick_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3945, '5542', 146, 'bc_block_redbrick_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3946, '5543', 146, 'bc_block_redbrick_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3947, '5544', 146, 'bc_block_redbrick_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3948, '5545', 146, 'bc_block_redbrick_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3949, '5546', 146, 'bc_block_redbrick_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3950, '5547', 146, 'bc_block_redbrick_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3951, '5548', 146, 'bc_block_redbrick_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3952, '5549', 146, 'bc_block_redbrick_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3953, '5550', 146, 'bc_block_redbrick_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3954, '5551', 146, 'bc_block_redbrick_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3955, '5552', 146, 'bc_block_redbrick_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3956, '5553', 150, 'bc_block_artdeco1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3957, '5554', 150, 'bc_block_artdeco1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3958, '5555', 150, 'bc_block_artdeco1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3959, '5556', 150, 'bc_block_artdeco1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3960, '5557', 150, 'bc_block_artdeco1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3961, '5558', 151, 'bc_block_industrial_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3962, '5559', 151, 'bc_block_industrial_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3963, '5560', 151, 'bc_block_industrial_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3964, '5561', 151, 'bc_block_industrial_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3965, '5562', 151, 'bc_block_industrial_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3966, '5563', 148, 'bc_lavarock_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3967, '5564', 148, 'bc_lavarock_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3968, '5565', 148, 'bc_lavarock_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(3969, '5566', 148, 'bc_lavarock_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(3970, '5567', 148, 'bc_lavarock_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(3971, '5568', 148, 'bc_lavarock_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(3972, '5569', 148, 'bc_lavarock_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3973, '5570', 148, 'bc_lavarock_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3974, '5571', 148, 'bc_lavarock_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3975, '5572', 148, 'bc_lavarock_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3976, '5573', 148, 'bc_lavarock_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3977, '5574', 148, 'bc_lavarock_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3978, '5575', 148, 'bc_lavarock_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(3979, '5576', 148, 'bc_lavarock_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(3980, '5577', 153, 'bc_block_metalgrip_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3981, '5578', 153, 'bc_block_metalgrip_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3982, '5579', 153, 'bc_block_metalgrip_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3983, '5580', 153, 'bc_block_metalgrip_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3984, '5581', 153, 'bc_block_metalgrip_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3985, '5582', 157, 'bc_block_grass_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(3986, '5583', 157, 'bc_block_grass_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(3987, '5584', 157, 'bc_block_grass_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(3988, '5585', 157, 'bc_block_grass_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(3989, '5586', 157, 'bc_block_grass_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(3990, '5587', 157, 'bc_block_grass_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(3991, '5588', 157, 'bc_block_grass_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(3992, '5589', 149, 'bc_block_marble_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3993, '5590', 149, 'bc_block_marble_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3994, '5591', 149, 'bc_block_marble_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3995, '5592', 149, 'bc_block_marble_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3996, '5593', 149, 'bc_block_marble_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3997, '5594', 149, 'bc_block_marble_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3998, '5595', 149, 'bc_block_marble_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(3999, '5596', 149, 'bc_block_marble_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4000, '5597', 149, 'bc_block_marble_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4001, '5598', 149, 'bc_block_marble_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4002, '5599', 149, 'bc_block_marble_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4003, '5600', 149, 'bc_block_marble_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4004, '5601', 149, 'bc_block_marble_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4005, '5602', 149, 'bc_block_marble_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4006, '5603', 152, 'bc_block_sand_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4007, '5604', 152, 'bc_block_sand_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4008, '5605', 152, 'bc_block_sand_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4009, '5606', 152, 'bc_block_sand_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4010, '5607', 152, 'bc_block_sand_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4011, '5608', 152, 'bc_block_sand_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4012, '5609', 152, 'bc_block_sand_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4013, '5610', 147, 'bc_block_glass_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4014, '5611', 147, 'bc_block_glass_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4015, '5612', 147, 'bc_block_glass_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4016, '5613', 147, 'bc_block_glass_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4017, '5614', 147, 'bc_block_glass_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4018, '5615', 147, 'bc_block_glass_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4019, '5616', 147, 'bc_block_glass_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4020, '5617', 147, 'bc_block_glass_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4021, '5618', 147, 'bc_block_glass_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4022, '5619', 147, 'bc_block_glass_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4023, '5620', 147, 'bc_block_glass_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4024, '5621', 147, 'bc_block_glass_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4025, '5622', 147, 'bc_block_glass_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4026, '5623', 147, 'bc_block_glass_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4027, '5624', 138, 'bc_round_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4028, '5625', 138, 'bc_round_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4029, '5626', 138, 'bc_round_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4030, '5627', 138, 'bc_round_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4031, '5628', 138, 'bc_round_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4032, '5629', 138, 'bc_round_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4033, '5630', 138, 'bc_round_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4034, '5631', 138, 'bc_round_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4035, '5632', 138, 'bc_round_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4036, '5633', 138, 'bc_round_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4037, '5634', 138, 'bc_round_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4038, '5635', 138, 'bc_round_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4039, '5636', 138, 'bc_round_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4040, '5637', 138, 'bc_round_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4041, '5638', 156, 'bc_block_wool_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4042, '5639', 156, 'bc_block_wool_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4043, '5640', 156, 'bc_block_wool_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4044, '5641', 156, 'bc_block_wool_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4045, '5642', 156, 'bc_block_wool_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4046, '5643', 156, 'bc_block_wool_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4047, '5644', 156, 'bc_block_wool_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4048, '5645', 156, 'bc_block_wool_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4049, '5646', 156, 'bc_block_wool_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4050, '5647', 156, 'bc_block_wool_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4051, '5648', 156, 'bc_block_wool_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4052, '5649', 156, 'bc_block_wool_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4053, '5650', 156, 'bc_block_wool_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4054, '5651', 156, 'bc_block_wool_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4055, '5652', 155, 'bc_stone_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4056, '5653', 155, 'bc_stone_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4057, '5654', 155, 'bc_stone_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4058, '5655', 155, 'bc_stone_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4059, '5656', 155, 'bc_stone_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4060, '5657', 155, 'bc_stone_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4061, '5658', 155, 'bc_stone_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4062, '5659', 155, 'bc_stone_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4063, '5660', 155, 'bc_stone_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4064, '5661', 155, 'bc_stone_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4065, '5662', 155, 'bc_stone_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4066, '5663', 155, 'bc_stone_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4067, '5664', 155, 'bc_stone_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4068, '5665', 155, 'bc_stone_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4069, '5666', 154, 'bc_metalcrate_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4070, '5667', 154, 'bc_metalcrate_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4071, '5668', 154, 'bc_metalcrate_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4072, '5669', 154, 'bc_metalcrate_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4073, '5670', 154, 'bc_metalcrate_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4074, '5671', 154, 'bc_metalcrate_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4075, '5672', 154, 'bc_metalcrate_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4076, '5673', 154, 'bc_metalcrate_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4077, '5674', 154, 'bc_metalcrate_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4078, '5675', 154, 'bc_metalcrate_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4079, '5676', 154, 'bc_metalcrate_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4080, '5677', 154, 'bc_metalcrate_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4081, '5678', 154, 'bc_metalcrate_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4082, '5679', 154, 'bc_metalcrate_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4083, '5680', 302, 'china_horse', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4084, '5681', 493, 'prizetrophy_storieshero', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4085, '5682', 312, 'book_rare_0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(4086, '5683', 312, 'book_rare_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4087, '5684', 312, 'book_rare_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4088, '5685', 312, 'book_rare_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4089, '5686', 312, 'book_rare_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4090, '5687', 312, 'book_rare_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4091, '5688', 312, 'book_rare_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4092, '5689', 312, 'book_rare_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4093, '5690', 312, 'book_rare_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4094, '5691', 312, 'book_rare_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4095, '5692', 299, 'val14_bench', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4096, '5693', 299, 'val14_table', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4097, '5694', 299, 'val14_rosebook', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4098, '5695', 299, 'val14_stool', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4099, '5696', 299, 'val14_bed_g', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4100, '5697', 299, 'val14_b_roof', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4101, '5698', 299, 'val14_gate', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4102, '5699', 299, 'val14_tile2', 1, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4103, '5700', 299, 'val14_bed_o', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4104, '5701', 299, 'val14_wchair', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(4105, '5702', 299, 'val14_tile3', 1, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4106, '5703', 299, 'val14_g_roof', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4107, '5704', 299, 'val14_bigplant1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4108, '5705', 299, 'val14_pot1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4109, '5706', 299, 'val14_fbath', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4110, '5707', 299, 'val14_largetile', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4111, '5708', 299, 'val14_tile1', 1, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4112, '5709', 299, 'val14_y_roof', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(4113, '5710', 299, 'val14_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4114, '5711', 299, 'val14_door', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4115, '5712', 299, 'val14_recchair', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4116, '5713', 299, 'val14_bed_b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4117, '5714', 299, 'val14_bigplant2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4118, '5715', 299, 'val14_b_wall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4119, '5716', 299, 'val14_g_wall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4120, '5717', 299, 'val14_y_wall', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(4121, '5718', 241, 'val14_lovelock1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4122, '5719', 241, 'val14_lovelock2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4123, '5720', 736, 'prizetrophy_room2_g', 0, 75, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4124, '5721', 736, 'prizetrophy_room2_s', 0, 75, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4125, '5722', 736, 'prizetrophy_room2_b', 0, 75, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4126, '5723', 736, 'prizetrophy_hotel1_g', 0, 75, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4127, '5724', 736, 'prizetrophy_hotel1_s', 0, 75, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4128, '5725', 736, 'prizetrophy_hotel1_b', 0, 75, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4129, '5726', 601, 'rare_pbag_7', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(4130, '5727', 601, 'rare_pbag_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4131, '5728', 601, 'rare_pbag_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4132, '5729', 601, 'rare_pbag_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4133, '5730', 601, 'rare_pbag_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4134, '5731', 601, 'rare_pbag_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4135, '5732', 601, 'rare_pbag_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4136, '5733', 590, 'br_phoenix', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4137, '5734', 299, 'val14_lamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4138, '5735', 507, 'stories_shakespeare_tree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4139, '5736', 507, 'stories_shakespeare_swing', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4140, '5737', 507, 'stories_shakespeare_bench', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4141, '5738', 507, 'stories_shakespeare_fairy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4142, '5739', 697, 'hlympic_bear', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4143, '5740', 299, 'val14_fountain', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4144, '5741', 590, 'portabandeira', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4145, '5742', 241, 'val14_lock3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4146, '5743', 53, 'runway_camera', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4147, '5744', 528, 'ads_nick_geyeser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4148, '5745', 528, 'ads_nick_faketile', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4149, '5746', 53, 'runway_hangingb', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4150, '5747', 53, 'runway_umbrellalight', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4151, '5748', 53, 'runway_fan', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4152, '5749', 53, 'runway_changing', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4153, '5750', 683, 'rare_sage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4154, '5751', 53, 'runway_oldecamera', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4155, '5752', 53, 'runway_changingrare', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4156, '5753', 590, 'rare_stpat14', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4157, '5754', 115, 'nest_leprechaun', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4158, '5755', 115, 'nest_gnome', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4159, '5756', 426, 'leprechaun_box', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4160, '5757', 632, 'newbie_stairs_pink', 4, 0, 0, 1, 0, 0, 183, -1, 0, '', '0', '0'),
(4161, '5758', 632, 'newbie_stairs_black', 4, 0, 0, 1, 0, 0, 184, -1, 0, '', '0', '0'),
(4162, '5759', 590, 'newbie_present_2014', 7, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4163, '5760', 632, 'newbie_eleblock5', 4, 0, 0, 1, 0, 0, 185, -1, 0, '', '0', '0'),
(4164, '5761', 632, 'newbie_eleblock1', 4, 0, 0, 1, 0, 0, 186, -1, 0, '', '0', '0'),
(4165, '5762', 509, 'stories_sch_book', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4166, '5763', 509, 'stories_sch_hourglass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4167, '5764', 740, 'LTD_fashionistam', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4168, '5765', 740, 'LTD_fashionistaf', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4169, '5766', 429, 'effect_faketile', 4, 0, 0, 1, 0, 0, 187, -1, 0, '', '0', '0'),
(4170, '5767', 143, 'bc_block_water_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4171, '5768', 143, 'bc_block_water_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4172, '5769', 143, 'bc_block_water_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4173, '5770', 143, 'bc_block_water_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4174, '5771', 143, 'bc_block_water_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4175, '5772', 143, 'bc_block_water_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4176, '5773', 141, 'bc_tile_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4177, '5774', 141, 'bc_tile_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4178, '5775', 141, 'bc_tile_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4179, '5776', 141, 'bc_tile_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4180, '5777', 141, 'bc_tile_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4181, '5778', 141, 'bc_tile_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4182, '5779', 141, 'bc_tile_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4183, '5780', 141, 'bc_tile_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4184, '5781', 141, 'bc_tile_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4185, '5782', 141, 'bc_tile_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4186, '5783', 141, 'bc_tile_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4187, '5784', 141, 'bc_tile_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4188, '5785', 141, 'bc_tile_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4189, '5786', 141, 'bc_tile_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4190, '5787', 145, 'bc_terra_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4191, '5788', 145, 'bc_terra_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4192, '5789', 145, 'bc_terra_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4193, '5790', 145, 'bc_terra_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4194, '5791', 145, 'bc_terra_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4195, '5792', 145, 'bc_terra_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4196, '5793', 145, 'bc_terra_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4197, '5794', 145, 'bc_terra_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4198, '5795', 145, 'bc_terra_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4199, '5796', 145, 'bc_terra_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4200, '5797', 145, 'bc_terra_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4201, '5798', 145, 'bc_terra_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4202, '5799', 145, 'bc_terra_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4203, '5800', 145, 'bc_terra_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4204, '5801', 142, 'bc_flowerhedge_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4205, '5802', 142, 'bc_flowerhedge_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4206, '5803', 142, 'bc_flowerhedge_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4207, '5804', 142, 'bc_flowerhedge_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4208, '5805', 142, 'bc_flowerhedge_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4209, '5806', 142, 'bc_flowerhedge_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4210, '5807', 142, 'bc_flowerhedge_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4211, '5808', 142, 'bc_flowerhedge_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4212, '5809', 142, 'bc_flowerhedge_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4213, '5810', 142, 'bc_flowerhedge_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4214, '5811', 142, 'bc_flowerhedge_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4215, '5812', 142, 'bc_flowerhedge_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4216, '5813', 142, 'bc_flowerhedge_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4217, '5814', 142, 'bc_flowerhedge_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4218, '5815', 509, 'stories_sch_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4219, '5816', 509, 'stories_sch_bookshelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4220, '5817', 381, 'easter14_chocchestrare', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4221, '5818', 429, 'free_placement_room', 4, 0, 0, 1, 0, 0, 188, -1, 0, '', '0', '0'),
(4222, '5819', 381, 'easter14_plant', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4223, '5820', 381, 'easter14_elecdivdr', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4224, '5821', 381, 'easter14_jar', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4225, '5822', 381, 'easter14_pillar', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4226, '5823', 381, 'easter14_block3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4227, '5824', 381, 'easter14_block1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4228, '5825', 381, 'easter14_metalfloor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4229, '5826', 381, 'easter14_lamp', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4230, '5827', 381, 'easter14_roombg', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(4231, '5828', 381, 'easter14_corner', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4232, '5829', 381, 'easter14_captainchr', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4233, '5830', 381, 'easter14_flower', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4234, '5831', 381, 'easter14_palmtree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4235, '5832', 381, 'easter14_teleport', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(4236, '5833', 381, 'easter14_eggplant', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4237, '5834', 381, 'easter14_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4238, '5835', 381, 'easter14_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4239, '5836', 381, 'easter14_block2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4240, '5837', 381, 'easter14_block4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4241, '5838', 381, 'easter14_techtreebrkn', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(4242, '5839', 381, 'easter14_sandfloor', 2, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4243, '5840', 381, 'easter14_chair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4244, '5841', 381, 'easter14_grasspatch', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4245, '5842', 381, 'easter14_techstump', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(4246, '5843', 381, 'easter14_table', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4247, '5844', 381, 'easter14_effectgiver', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4248, '5845', 381, 'easter14_eleccrn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4249, '5846', 381, 'easter14_screen', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(4250, '5847', 381, 'easter14_statue', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4251, '5848', 381, 'easter14_bunnysphinx', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4252, '5849', 381, 'easter14_eggstar', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(4253, '5850', 740, 'ltd_habberge3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4254, '5851', 740, 'ltd_habberge2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4255, '5852', 739, 'ltd_habberge4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4256, '5853', 740, 'ltd_habberge5', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4257, '5854', 255, 'wf_act_mute_triggerer', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4258, '5855', 740, 'ltd_habberge1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4259, '5856', 381, 'easter14_habberge6', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(4260, '5857', 508, 'stories_oldmusic_neon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4261, '5858', 508, 'stories_oldmusic_vinyl', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4262, '5859', 508, 'stories_oldmusic_guitarcase', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4263, '5860', 508, 'stories_oldmusic_mike', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4264, '5861', 255, 'wf_cnd_date_rng_active', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4265, '5862', 590, 'rare_venusstatue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4266, '5863', 163, 'guild_forum', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4267, '5864', 110, 'vikings_table_r', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(4268, '5865', 110, 'vikings_chair_g', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4269, '5866', 110, 'vikings_torch', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(4270, '5867', 110, 'vikings_bed', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4271, '5868', 110, 'vikings_house', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4272, '5869', 110, 'vikings_spike', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4273, '5870', 110, 'vikings_wooddivdr', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(4274, '5871', 110, 'vikings_floor', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4275, '5872', 110, 'vikings_woodgate', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4276, '5873', 110, 'vikings_flag_r', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4277, '5874', 110, 'vikings_stonecrn', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4278, '5875', 110, 'vikings_animal_r', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4279, '5876', 110, 'vikings_basket1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4280, '5877', 110, 'vikings_stonedivdr', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4281, '5878', 110, 'vikings_outdoorstove', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4282, '5879', 110, 'vikings_weapon', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(4283, '5880', 110, 'vikings_animal_g', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4284, '5881', 110, 'vikings_indoorstove', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4285, '5882', 110, 'vikings_roof_r', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4286, '5883', 110, 'vikings_gondola1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4287, '5884', 110, 'vikings_basket2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4288, '5885', 110, 'vikings_table_g', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(4289, '5886', 110, 'vikings_gondola2b', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4290, '5887', 110, 'vikings_woodcrn', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(4291, '5888', 110, 'vikings_gondola3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4292, '5889', 110, 'vikings_teleport', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(4293, '5890', 110, 'vikings_flag_g', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4294, '5891', 110, 'vikings_gondola2c', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4295, '5892', 110, 'vikings_roof_g', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4296, '5893', 110, 'vikings_chair_r', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4297, '5894', 110, 'vikings_tombstone', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4298, '5895', 110, 'vikings_stonegate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4299, '5896', 110, 'vikings_stool', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4300, '5897', 110, 'vikings_gondola2a', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4301, '5898', 110, 'vikings_stove', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4302, '5899', 110, 'vikings_pillar', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4303, '5900', 144, 'bc_wood_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4304, '5901', 144, 'bc_wood_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4305, '5902', 144, 'bc_wood_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4306, '5903', 144, 'bc_wood_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4307, '5904', 144, 'bc_wood_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4308, '5905', 144, 'bc_wood_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4309, '5906', 590, 'vikings_runestone', 4, 0, 0, 1, 0, 0, 189, -1, 0, '', '0', '0'),
(4310, '5907', 113, 'room_noob_walltl', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4311, '5908', 113, 'room_noob_bar', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4312, '5909', 113, 'room_noob_walltr1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(4313, '5910', 113, 'room_noob_table1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4314, '5911', 113, 'room_noob_carpet1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4315, '5912', 113, 'room_noob_fxremove', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4316, '5913', 113, 'room_noob_barchair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(4317, '5914', 113, 'room_noob_fx1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4318, '5915', 113, 'room_noob_table2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4319, '5916', 113, 'room_noob_stairside', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4320, '5917', 113, 'room_noob_walltr2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(4321, '5918', 113, 'room_noob_tallfloor', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4322, '5919', 113, 'room_noob_floor1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4323, '5920', 113, 'room_noob_stairs', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4324, '5921', 113, 'room_noob_fx2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4325, '5922', 113, 'room_noob_barside', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4326, '5923', 113, 'room_noob_sofa', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4327, '5924', 113, 'room_noob_glow', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4328, '5925', 113, 'room_noob_plant', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4329, '5926', 113, 'room_noob_wallcrnr', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4330, '5927', 113, 'room_noob_wallbl3', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4331, '5928', 113, 'room_noob_hanglight', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4332, '5929', 113, 'room_noob_wallbl1', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4333, '5930', 113, 'room_noob_div', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4334, '5931', 113, 'room_noob_floor2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4335, '5932', 113, 'room_noob_floor3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4336, '5933', 113, 'room_noob_chair', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4337, '5934', 113, 'room_noob_bargate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4338, '5935', 113, 'room_noob_wallbl2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4339, '5936', 113, 'room_noob_pool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4340, '5937', 113, 'room_noob_fx4', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4341, '5938', 113, 'room_noob_fx3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4342, '5939', 255, 'wf_blob_invis', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4343, '5940', 255, 'wf_blob2_vis', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4344, '5941', 740, 'vikings_throne', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4345, '5942', 110, 'vikings_yggdrasil', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(4346, '5943', 110, 'vikings_thor', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(4347, '5944', 110, 'vikings_chesspiece', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4348, '5945', 339, 'tablet_vendor', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4349, '5946', 307, 'CF_500_vikings', 500, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4350, '5947', 538, 'ads_dtlrare_rc', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(4351, '5948', 429, 'room_noob_exit', 4, 0, 0, 1, 0, 0, 190, -1, 0, '', '0', '0'),
(4352, '5949', 465, 'fball_goldenboot', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4353, '5950', 108, 'fball_grp_crnr', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4354, '5951', 465, 'fball_trophybrasil_silver', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(4355, '5952', 523, 'fball_ball6', 15, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4356, '5953', 465, 'fball_trophybrasil_bronze', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(4357, '5954', 465, 'fball_trophybrasil_gold', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4358, '5955', 108, 'fball_grp_fnc1', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4359, '5956', 108, 'fball_grp_cote', 6, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4360, '5957', 108, 'fball_grp_bench', 1, 225, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4361, '5958', 108, 'fball_grp_fnc3', 5, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4362, '5959', 523, 'fball_audbench2', 6, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4363, '5960', 510, 'stories_football_board', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4364, '5961', 510, 'stories_football_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4365, '5962', 108, 'fball_flag_grp', 2, 300, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4366, '5963', 465, 'fball_goldenboot2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4367, '5964', 465, 'fball_mascot', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4368, '5965', 523, 'fball_scales', 10, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(4369, '5966', 12, 'CF_diamond_1000', 0, 10000, 5, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4370, '5967', 12, 'CF_diamond_500', 0, 5000, 5, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4371, '5968', 12, 'CF_diamond_250', 0, 2500, 5, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4372, '5969', 12, 'CF_diamond_100', 0, 1000, 5, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4373, '5970', 12, 'CF_diamond_2500', 0, 25000, 5, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4374, '5971', 510, 'stories_football_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4375, '5972', 740, 'fball_ltd14', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4376, '5973', 736, 'prizetrophy_fballbrazil_1', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '0', '0'),
(4377, '5974', 736, 'prizetrophy_fballbrazil_s', 4, 0, 0, 1, 0, 0, 47, -1, 0, '', '0', '0'),
(4378, '5975', 736, 'prizetrophy_fballbrazil_b', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '0', '0'),
(4379, '5976', 261, 'gift_mysterytrophy', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4380, '5977', 567, 'hblooza14_hotair_b', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(4381, '5978', 567, 'hblooza14_hotair_y', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(4382, '5979', 257, 'hblooza14_bundkiosk', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4383, '5980', 567, 'hblooza14_hotair_p', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(4384, '5981', 257, 'hblooza14_tent', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(4385, '5982', 257, 'hblooza14_drinkstall', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4386, '5983', 257, 'hblooza14_shotgall', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(4387, '5984', 257, 'hblooza14_duckhook', 4, 0, 0, 1, 0, 0, 14, 10500, 0, '', '1', '0'),
(4388, '5985', 600, 'hblooza14_pinata2', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '0', '0'),
(4389, '5986', 257, 'hblooza14_hedgediv', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4390, '5987', 257, 'hblooza14_duckgate', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4391, '5988', 257, 'hblooza14_tele', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(4392, '5989', 567, 'hblooza14_duck_balloon_y', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4393, '5990', 600, 'hblooza14_pinata1', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '0', '0'),
(4394, '5991', 257, 'hblooza14_flowerlight', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4395, '5992', 257, 'hblooza14_flagpole', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4396, '5993', 257, 'hblooza14_hctele', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4397, '5994', 257, 'hblooza14_rollercost', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4398, '5995', 257, 'hblooza14_duckdvdr', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4399, '5996', 567, 'hblooza14_cafe_y', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4400, '5997', 257, 'hblooza14_duckhookhc', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4401, '5998', 257, 'hblooza14_flagpole_p', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4402, '5999', 567, 'hblooza14_horsecarop', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4403, '6000', 257, 'hblooza14_candystall', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4404, '6001', 600, 'hblooza14_pinata3', 7, 0, 0, 1, 0, 0, 37, -1, 0, '', '0', '0'),
(4405, '6002', 257, 'hblooza14_ballsign', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4406, '6003', 567, 'hblooza14_horsecaroy', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4407, '6004', 257, 'hblooza14_planepadr', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4408, '6005', 567, 'hblooza14_duck_balloon_p', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4409, '6006', 567, 'hblooza14_cafe_b', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4410, '6007', 567, 'hblooza14_duck_balloon_b', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4411, '6008', 257, 'hblooza14_flag_p', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4412, '6009', 257, 'hblooza14_flag_y', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4413, '6010', 257, 'hblooza14_arrowsign', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4414, '6011', 257, 'hblooza14_dance', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4415, '6012', 257, 'hblooza14_table', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(4416, '6013', 257, 'hblooza14_hedgecrn', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4417, '6014', 257, 'hblooza14_duckcrn', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4418, '6015', 257, 'hblooza14_stool', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4419, '6016', 257, 'hblooza14_flag_b', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4420, '6017', 567, 'hblooza14_cafe_p', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4421, '6018', 257, 'hblooza14_mud', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(4422, '6019', 257, 'hblooza14_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4423, '6020', 257, 'hblooza14_planepadb', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4424, '6021', 567, 'hblooza14_horsecarob', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4425, '6022', 257, 'st_palooza_cake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4426, '6023', 257, 'st_palooza_unicorn', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4427, '6024', 726, 'st_palooza_cupcakes', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4428, '6025', 257, 'hblooza14_track_crl', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(4429, '6026', 257, 'hblooza14_track', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4430, '6027', 257, 'hblooza14_track_crr', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4431, '6028', 600, 'hblooza14_pinata4', 7, 0, 0, 1, 0, 0, 38, -1, 0, '', '0', '0'),
(4432, '6029', 257, 'st_palooza_screen', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4433, '6030', 257, 'st_palooza_balloons', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4434, '6031', 257, 'st_palooza_pool', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4435, '6032', 112, 'wildwest_minecart', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4436, '6033', 112, 'wildwest_teleport', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(4437, '6034', 740, 'wildwest_piano', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4438, '6035', 112, 'wildwest_floor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4439, '6036', 112, 'wildwest_milkcan', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4440, '6037', 112, 'wildwest_bank', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4441, '6038', 112, 'wildwest_sofa', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4442, '6039', 112, 'wildwest_desk', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4443, '6040', 112, 'wildwest_pump', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(4444, '6041', 112, 'wildwest_vulture', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(4445, '6042', 112, 'wildwest_salooncrn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4446, '6043', 112, 'wildwest_floor2', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4447, '6044', 112, 'wildwest_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4448, '6045', 112, 'wildwest_cactus1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4449, '6046', 112, 'wildwest_stagew2', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(4450, '6047', 112, 'wildwest_cactus2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4451, '6048', 718, 'wildwest_wagon', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(4452, '6049', 112, 'wildwest_roofr', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(4453, '6050', 112, 'wildwest_stager2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4454, '6051', 112, 'wildwest_spittoon2', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(4455, '6052', 112, 'wildwest_roofw', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(4456, '6053', 112, 'wildwest_store', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(4457, '6054', 112, 'wildwest_bench', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4458, '6055', 112, 'wildwest_saloondr', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(4459, '6056', 112, 'wildwest_divdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4460, '6057', 112, 'wildwest_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4461, '6058', 112, 'wildwest_wanted_poster', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(4462, '6059', 718, 'wildwest_till', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4463, '6060', 112, 'wildwest_spittoon', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(4464, '6061', 112, 'wildwest_stocks', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(4465, '6062', 112, 'wildwest_light', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4466, '6063', 112, 'wildwest_tarbucket', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(4467, '6064', 112, 'wildwest_tree', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4468, '6065', 112, 'wildwest_saloon', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4469, '6066', 112, 'wildwest_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4470, '6067', 112, 'wildwest_stageb', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(4471, '6068', 112, 'wildwest_crn', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4472, '6069', 112, 'wildwest_longhorn', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4473, '6070', 112, 'wildwest_clothesline', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4474, '6071', 112, 'wildwest_bgland', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4475, '6072', 112, 'wildwest_crate', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4476, '6073', 112, 'wildwest_weed', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4477, '6074', 112, 'wildwest_bgland2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4478, '6075', 112, 'wildwest_bgtrain', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4479, '6076', 112, 'wildwest_roofb', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(4480, '6077', 112, 'wildwest_saloonwall', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(4481, '6078', 112, 'wildwest_sheriff', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4482, '6079', 112, 'wildwest_snake', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(4483, '6080', 112, 'wildwest_table', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4484, '6081', 112, 'wildwest_stageb2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4485, '6082', 112, 'wildwest_stager', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(4486, '6083', 112, 'wildwest_stagew', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(4487, '6084', 718, 'wildwest_gallows', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4488, '6085', 112, 'st_wildwest_buffalo', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4489, '6086', 112, 'st_wildwest_cards', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4490, '6087', 112, 'st_wildwest_barrel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4491, '6088', 112, 'st_wildwest_tnt', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4492, '6089', 112, 'st_wildwest_goldpick', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4493, '6090', 112, 'st_wildwest_canteen', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4494, '6091', 6, 'matic_light_cam_red', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4495, '6092', 6, 'matic_light_cam_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4496, '6093', 6, 'matic_light_cam_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4497, '6094', 6, 'matic_sanitizer', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4498, '6095', 6, 'matic_light_cam_orange', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4499, '6096', 114, 'uni_messwardrobe', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4500, '6097', 114, 'uni_plush1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(4501, '6098', 114, 'uni_owl', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4502, '6099', 114, 'uni_ottoman', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(4503, '6100', 114, 'uni_drinks', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4504, '6101', 114, 'uni_brotein', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4505, '6102', 114, 'uni_games', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4506, '6103', 114, 'uni_girlchair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4507, '6104', 114, 'uni_gamershelf', 5, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4508, '6105', 114, 'uni_dumbells', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4509, '6106', 114, 'uni_doorhanging', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4510, '6107', 114, 'uni_wardrobe', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(4511, '6108', 114, 'uni_jewellery', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4512, '6109', 114, 'uni_plush2', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(4513, '6110', 114, 'uni_cafeterie', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4514, '6111', 210, 'uni_projector', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(4515, '6112', 114, 'uni_rubik', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4516, '6113', 114, 'uni_hipbed', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(4517, '6114', 114, 'uni_laptop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4518, '6115', 114, 'uni_wobench', 3, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(4519, '6116', 114, 'uni_fridge', 10, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4520, '6117', 114, 'uni_bed', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4521, '6118', 114, 'uni_snacks', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4522, '6119', 114, 'uni_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4523, '6120', 114, 'uni_messbed', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(4524, '6121', 114, 'uni_gamerdesk', 5, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4525, '6122', 114, 'uni_pizza', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(4526, '6123', 114, 'uni_manga', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4527, '6124', 114, 'uni_nstand', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(4528, '6125', 114, 'uni_plushpile', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(4529, '6126', 114, 'uni_bookshelf', 5, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4530, '6127', 114, 'uni_gamerbed', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4531, '6128', 114, 'uni_hipbookcase', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(4532, '6129', 114, 'uni_desk', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4533, '6130', 114, 'uni_girlbed', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4534, '6131', 114, 'uni_alarm', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4535, '6132', 740, 'uni_lectern', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(4536, '6133', 114, 'uni_catrug', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4537, '6134', 114, 'uni_trashcan', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(4538, '6135', 182, 'bathroom_bath3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4539, '6136', 182, 'bathroom_sinkmodule3', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4540, '6137', 182, 'bathroom_tablemodule4', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4541, '6138', 182, 'bathroom_sinkmodule2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4542, '6139', 182, 'bathroom_toilet4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4543, '6140', 182, 'bathroom_tablemodule1', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4544, '6141', 182, 'bathroom_toilet1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4545, '6142', 182, 'bathroom_sinkmodule4', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4546, '6143', 182, 'bathroom_bath2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4547, '6144', 182, 'bathroom_floortile2', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4548, '6145', 182, 'bathroom_toilet3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4549, '6146', 182, 'bathroom_floortile4', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4550, '6147', 182, 'bathroom_bath4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4551, '6148', 182, 'bathroom_shower1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4552, '6149', 182, 'bathroom_floortile3', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4553, '6150', 182, 'bathroom_bath1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4554, '6151', 182, 'bathroom_toilet2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4555, '6152', 182, 'bathroom_toiletroll', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4556, '6153', 182, 'bathroom_shampoo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4557, '6154', 182, 'bathroom_floortile1', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4558, '6155', 182, 'bathroom_shower2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4559, '6156', 182, 'bathroom_poop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4560, '6157', 182, 'bathroom_shower4', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4561, '6158', 182, 'bathroom_chamberpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4562, '6159', 182, 'bathroom_tablemodule2', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4563, '6160', 182, 'bathroom_shower3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4564, '6161', 182, 'bathroom_tablemodule3', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4565, '6162', 182, 'bathroom_sinkmodule1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4566, '6163', 114, 'st_uni_dnamodel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4567, '6164', 114, 'st_uni_testtubes', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4568, '6165', 114, 'st_uni_labtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4569, '6166', 114, 'st_uni_ooze', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4570, '6167', 210, 'uni_einstein', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4571, '6168', 114, 'st_uni_solarsystem', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4572, '6169', 36, 'matic_water_dispenser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4573, '6170', 6, 'matic_chair', 4, 0, 0, 1, 0, 0, 194, -1, 0, '', '0', '0'),
(4574, '6171', 6, 'matic_brainjar', 4, 0, 0, 1, 0, 0, 195, -1, 0, '', '0', '0'),
(4575, '6172', 6, 'matic_slime_duck', 4, 0, 0, 1, 0, 0, 196, -1, 0, '', '0', '0'),
(4576, '6173', 6, 'matic_door', 4, 0, 0, 1, 0, 0, 197, -1, 0, '', '0', '0'),
(4577, '6174', 395, 'hween14_crn', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(4578, '6175', 395, 'hween14_floor', 2, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4579, '6176', 395, 'hween14_catrina', 4, 0, 0, 1, 0, 0, -21, -1, 0, '', '1', '0'),
(4580, '6177', 395, 'hween14_hccoffin', 4, 0, 0, 1, 0, 0, -15, -1, 0, '', '1', '0'),
(4581, '6178', 676, 'hween14_skelepieces', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4582, '6179', 676, 'hween14_mariachi', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4583, '6180', 395, 'hween14_table', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4584, '6181', 395, 'hween14_bench', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4585, '6182', 395, 'hween14_doll5', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(4586, '6183', 395, 'hween14_carpet', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(4587, '6184', 395, 'hween14_lovelock', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(4588, '6185', 395, 'hween14_candletrail', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(4589, '6186', 395, 'hween14_doll2', 4, 0, 0, 1, 0, 0, -9, -1, 0, '', '1', '0'),
(4590, '6187', 395, 'hween14_doll8', 4, 0, 0, 1, 0, 0, -12, -1, 0, '', '1', '0'),
(4591, '6188', 395, 'hween14_doll6', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0'),
(4592, '6189', 395, 'hween14_doll1', 4, 0, 0, 1, 0, 0, -7, -1, 0, '', '1', '0'),
(4593, '6190', 395, 'hween14_gate', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4594, '6191', 395, 'hween14_goat', 4, 0, 0, 1, 0, 0, -18, -1, 0, '', '1', '0'),
(4595, '6192', 395, 'hween14_doll7', 4, 0, 0, 1, 0, 0, -11, -1, 0, '', '1', '0'),
(4596, '6193', 395, 'hween14_grossfood', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4597, '6194', 395, 'hween14_hctele', 4, 0, 0, 1, 0, 0, -17, -1, 0, '', '1', '0'),
(4598, '6195', 395, 'hween14_flowertrail', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4599, '6196', 395, 'hween14_doll10', 4, 0, 0, 1, 0, 0, -10, -1, 0, '', '1', '0'),
(4600, '6197', 395, 'hween14_hangskull', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4601, '6198', 395, 'hween14_skullcandle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4602, '6199', 395, 'hween14_rare2', 4, 0, 0, 1, 0, 0, -19, -1, 0, '', '1', '0'),
(4603, '6200', 395, 'hween14_altarpieces1', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(4604, '6201', 395, 'hween14_teleport', 4, 0, 0, 1, 0, 0, -16, -1, 0, '', '1', '0'),
(4605, '6202', 395, 'hween14_doll9', 4, 0, 0, 1, 0, 0, -13, -1, 0, '', '1', '0'),
(4606, '6203', 676, 'hween14_doll3', 4, 0, 0, 1, 0, 0, -6, -1, 0, '', '1', '0'),
(4607, '6204', 676, 'hween14_doll4', 4, 0, 0, 1, 0, 0, -8, -1, 0, '', '1', '0'),
(4608, '6205', 395, 'hween14_chair', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4609, '6206', 395, 'hween14_food', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4610, '6207', 395, 'hween14_bed', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(4611, '6208', 395, 'hween14_altarpieces2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(4612, '6209', 395, 'hween14_mirror', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4613, '6210', 395, 'hween14_flowerpot', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4614, '6211', 395, 'hween14_altarpieces3', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4615, '6212', 395, 'hween14_divdr', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4616, '6213', 395, 'hween14_skulllight', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4617, '6214', 395, 'hween14_demon', 4, 0, 0, 1, 0, 0, 198, -1, 0, '', '0', '0'),
(4618, '6215', 395, 'st_hween14_jack', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4619, '6216', 395, 'st_hween14_skulls', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4620, '6217', 395, 'hween14_carnivalbg', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4621, '6218', 395, 'st_hween14_horse', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4622, '6219', 395, 'st_hween14_mbox', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4623, '6220', 395, 'st_hween14_fireplace', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4624, '6221', 395, 'st_hween14_closet', 4, 0, 0, 1, 0, 0, 199, -1, 0, '', '0', '0'),
(4625, '6222', 307, 'CF_350_skull', 350, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4626, '6223', 395, 'hween14_rare1', 4, 0, 0, 1, 0, 0, -20, -1, 0, '', '1', '0'),
(4627, '6224', 280, 'limo_r_front', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(4628, '6225', 280, 'limo_r_back', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4629, '6226', 280, 'limo_r_mid2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(4630, '6227', 280, 'limo_r_mid', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4631, '6228', 740, 'hween14_ltdalter', 4, 0, 0, 1, 0, 0, -22, -1, 0, '', '1', '0'),
(4632, '6229', 737, 'prizetrophy_mastercard', 0, 75, 0, 1, 0, 0, 36, -1, 0, '', '1', '0'),
(4633, '6230', 484, 'xmas14_recliner', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(4634, '6231', 484, 'xmas14_corner2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4635, '6232', 484, 'xmas14_stages1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4636, '6233', 484, 'xmas14_tikibar2', 10, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(4637, '6234', 484, 'xmas14_beachhut', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4638, '6235', 484, 'xmas14_divider', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4639, '6236', 484, 'xmas14_tikibar', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(4640, '6237', 484, 'xmas14_stages2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(4641, '6238', 484, 'xmas14_snowman', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(4642, '6239', 484, 'xmas14_tele', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4643, '6240', 484, 'xmas14_corner1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4644, '6241', 484, 'xmas14_table', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(4645, '6242', 484, 'xmas14_sunbeams', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4646, '6243', 484, 'xmas14_sand', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4647, '6244', 484, 'xmas14_gate1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(4648, '6245', 484, 'xmas14_chair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4649, '6246', 484, 'xmas14_gate2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(4650, '6247', 484, 'xmas14_lights1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(4651, '6248', 484, 'xmas14_lights2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(4652, '6249', 484, 'xmas14_starfish', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(4653, '6250', 484, 'xmas14_inflatabletree', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(4654, '6251', 484, 'xmas14_palm', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(4655, '6252', 484, 'xmas14_mermaid', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(4656, '6253', 729, 'xmas14_lobsterdin', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(4657, '6254', 484, 'xmas14_festivehut', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(4658, '6255', 484, 'xmas14_octosanta', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(4659, '6256', 484, 'xmas14_sharkthrone', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(4660, '6257', 484, 'xmas14_boomboxman', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4661, '6258', 484, 'xmas14_rudolph_ring', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(4662, '6259', 740, 'xmas14_snowglobe', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(4663, '6260', 484, 'xmas14_tubeman', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(4664, '6261', 484, 'xmas14_elf8', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(4665, '6262', 484, 'xmas14_elf7', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4666, '6263', 484, 'xmas14_elf3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4667, '6264', 484, 'xmas14_elf1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4668, '6265', 484, 'xmas14_elf5', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4669, '6266', 484, 'xmas14_elf10', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4670, '6267', 484, 'xmas14_elf2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4671, '6268', 484, 'xmas14_elf9', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(4672, '6269', 484, 'xmas14_elf4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4673, '6270', 484, 'xmas14_elf6', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(4674, '6271', 355, 'hc_arab_tetbl', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(4675, '6272', 355, 'hc_arab_bigtb', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(4676, '6273', 484, 'xmas14_santateller', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(4677, '6274', 49, 'memorial_size', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4678, '6275', 495, 'bc_blocktrophy_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4679, '6276', 484, 'xmas14_hammock', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(4680, '6277', 484, 'xmas14_santastuck', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(4681, '6278', 581, 'clothing_party1', 0, 500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(4682, '6279', 207, 'clothing_geometricskirt', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(4683, '6280', 205, 'clothing_waistcoatsuit', 5, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0'),
(4684, '6281', 200, 'clothing_meowtfit', 18, 20, 5, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(4685, '6282', 201, 'clothing_gatsby', 6, 0, 0, 1, 0, 0, 51, -1, 0, '0', '1', '0'),
(4686, '6283', 310, 'clothing_bow', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0'),
(4687, '6284', 202, 'clothing_squid', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(4688, '6285', 201, 'clothing_baldy', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(4689, '6286', 676, 'clothing_wavy2', 6, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0'),
(4690, '6287', 201, 'clothing_mutton1', 6, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0'),
(4691, '6288', 202, 'clothing_straw2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '0', '1', '0'),
(4692, '6289', 202, 'clothing_fishhat', 6, 0, 0, 1, 0, 0, 26, -1, 0, '0', '1', '0'),
(4693, '6290', 206, 'clothing_rolled_jeans', 1, 225, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(4694, '6291', 208, 'clothing_birdshoes', 1, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(4695, '6292', 200, 'clothing_mermaidoutfit', 12, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(4696, '6293', 204, 'clothing_droopycollar', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(4697, '6294', 310, 'clothing_headband', 6, 0, 0, 1, 0, 0, 36, -1, 0, '0', '1', '0'),
(4698, '6295', 202, 'clothing_flowercrown', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(4699, '6296', 310, 'clothing_hheadphones', 6, 0, 0, 1, 0, 0, 35, -1, 0, '0', '1', '0'),
(4700, '6297', 201, 'clothing_mutton2', 2, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0'),
(4701, '6298', 207, 'clothing_floralskirt', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(4702, '6299', 310, 'clothing_nightvision', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0'),
(4703, '6300', 588, 'clothing_mockymouse', 10, 20, 5, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(4704, '6301', 204, 'clothing_xmas1', 5, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0'),
(4705, '6302', 201, 'clothing_shavedside', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(4706, '6303', 204, 'clothing_geometricjumper', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(4707, '6304', 201, 'clothing_beard1', 2, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0'),
(4708, '6305', 310, 'clothing_beads', 6, 0, 0, 1, 0, 0, 70, -1, 0, '0', '1', '0'),
(4709, '6306', 204, 'clothing_twotonecardi', 5, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0'),
(4710, '6307', 206, 'clothing_animalprint', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(4711, '6308', 581, 'clothing_party2', 0, 500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(4712, '6309', 204, 'clothing_tshirt_rolled', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(4713, '6310', 588, 'clothing_rippedjeans', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(4714, '6311', 208, 'clothing_shoestights', 4, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(4715, '6312', 115, 'pet_puppy_toy', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4716, '6313', 115, 'pet_ufo_toy', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4717, '6314', 115, 'yarn', 0, 75, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4718, '6315', 115, 'nest_pig', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4719, '6316', 115, 'nest_bed', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4720, '6317', 115, 'nest_box', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4721, '6318', 423, 'fxbox_fx147', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4722, '6319', 423, 'fxbox_fx92', 0, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4723, '6320', 423, 'fxbox_fx123', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4724, '6321', 423, 'fxbox_fx153', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4725, '6322', 676, 'fxbox_fx152', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4726, '6323', 423, 'fxbox_fx116', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(4727, '6324', 676, 'fxbox_fx125', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4728, '6325', 423, 'fxbox_fx143', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4729, '6326', 423, 'fxbox_fx127', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4730, '6327', 423, 'fxbox_fx126', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4731, '6328', 472, 'ny2015_floor2', 1, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(4732, '6329', 472, 'ny2015_archway', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(4733, '6330', 472, 'ny2015_balloons', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(4734, '6331', 472, 'ny2015_chocfountain', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(4735, '6332', 472, 'ny2015_conball', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(4736, '6333', 472, 'ny2015_bar', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(4737, '6334', 472, 'ny2015_table', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(4738, '6335', 472, 'ny2015_cctray', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(4739, '6336', 472, 'ny2015_floor1', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(4740, '6337', 472, 'ny2015_drktray', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(4741, '6338', 355, 'hc_arab_tray3', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1'),
(4742, '6339', 355, 'hc_arab_tray1', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(4743, '6340', 355, 'hc_arab_rug', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(4744, '6341', 355, 'hc_arab_chair', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(4745, '6342', 355, 'hc_arab_divdr', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(4746, '6343', 355, 'hc_arab_teamk', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(4747, '6344', 355, 'hc_arab_snake', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(4748, '6345', 355, 'hc_arab_pllw', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(4749, '6346', 278, 'pet_breeding_dog', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0'),
(4750, '6347', 278, 'pet_breeding_pig', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0'),
(4751, '6348', 278, 'pet_breeding_cat', 15, 0, 0, 1, 0, 0, 99, -1, 0, '0', '1', '0'),
(4752, '6349', 547, 'ads_vpiggy_santapig', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4753, '6350', 130, 'bc_pyramidtip_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4754, '6351', 130, 'bc_pyramidtip_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4755, '6352', 130, 'bc_pyramidtip_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4756, '6353', 130, 'bc_pyramidtip_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4757, '6354', 130, 'bc_pyramidtip_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4758, '6355', 130, 'bc_pyramidtip_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4759, '6356', 130, 'bc_pyramidtip_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4760, '6357', 130, 'bc_pyramidtip_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4761, '6358', 130, 'bc_pyramidtip_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4762, '6359', 130, 'bc_pyramidtip_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4763, '6360', 130, 'bc_pyramidtip_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4764, '6361', 130, 'bc_pyramidtip_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4765, '6362', 130, 'bc_pyramidtip_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4766, '6363', 130, 'bc_pyramidtip_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4767, '6364', 130, 'bc_pyramidtip_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4768, '6365', 130, 'bc_pyramidtip_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4769, '6366', 130, 'bc_pyramidtip_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4770, '6367', 130, 'bc_pyramidtip_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4771, '6368', 130, 'bc_pyramidtip_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4772, '6369', 130, 'bc_pyramidtip_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4773, '6370', 130, 'bc_pyramidtip_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4774, '6371', 130, 'bc_pyramidtip_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4775, '6372', 130, 'bc_pyramidtip_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4776, '6373', 130, 'bc_pyramidtip_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4777, '6374', 130, 'bc_pyramidtip_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4778, '6375', 130, 'bc_pyramidtip_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4779, '6376', 130, 'bc_pyramidtip_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4780, '6377', 130, 'bc_pyramidtip_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4781, '6378', 130, 'bc_pyramidtip_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4782, '6379', 130, 'bc_pyramidtip_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4783, '6380', 130, 'bc_pyramidtip_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4784, '6381', 130, 'bc_pyramidtip_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4785, '6382', 130, 'bc_pyramidtip_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4786, '6383', 130, 'bc_pyramidtip_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4787, '6384', 130, 'bc_pyramidtip_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4788, '6385', 130, 'bc_pyramidtip_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4789, '6386', 130, 'bc_pyramidtip_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4790, '6387', 130, 'bc_pyramidtip_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4791, '6388', 130, 'bc_pyramidtip_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4792, '6389', 130, 'bc_pyramidtip_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4793, '6390', 130, 'bc_pyramidtip_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4794, '6391', 130, 'bc_pyramidtip_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4795, '6392', 130, 'bc_pyramidtip_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4796, '6393', 130, 'bc_pyramidtip_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4797, '6394', 130, 'bc_pyramidtip_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4798, '6395', 130, 'bc_pyramidtip_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4799, '6396', 130, 'bc_pyramidtip_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4800, '6397', 130, 'bc_pyramidtip_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4801, '6398', 130, 'bc_pyramidtip_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4802, '6399', 130, 'bc_pyramidtip_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4803, '6400', 130, 'bc_pyramidtip_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4804, '6401', 130, 'bc_pyramidtip_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4805, '6402', 130, 'bc_pyramidtip_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4806, '6403', 130, 'bc_pyramidtip_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4807, '6404', 130, 'bc_pyramidtip_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4808, '6405', 130, 'bc_pyramidtip_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4809, '6406', 130, 'bc_pyramidtip_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4810, '6407', 130, 'bc_pyramidtip_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4811, '6408', 130, 'bc_pyramidtip_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4812, '6409', 130, 'bc_pyramidtip_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4813, '6410', 130, 'bc_pyramidtip_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4814, '6411', 130, 'bc_pyramidtip_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4815, '6412', 130, 'bc_pyramidtip_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4816, '6413', 130, 'bc_pyramidtip_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4817, '6414', 130, 'bc_pyramidtip_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4818, '6415', 130, 'bc_pyramidtip_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4819, '6416', 130, 'bc_pyramidtip_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4820, '6417', 130, 'bc_pyramidtip_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4821, '6418', 130, 'bc_pyramidtip_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4822, '6419', 126, 'bc_cone_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4823, '6420', 126, 'bc_cone_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4824, '6421', 126, 'bc_cone_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4825, '6422', 126, 'bc_cone_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4826, '6423', 126, 'bc_cone_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4827, '6424', 126, 'bc_cone_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4828, '6425', 126, 'bc_cone_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4829, '6426', 126, 'bc_cone_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4830, '6427', 126, 'bc_cone_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4831, '6428', 126, 'bc_cone_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4832, '6429', 126, 'bc_cone_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4833, '6430', 126, 'bc_cone_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4834, '6431', 126, 'bc_cone_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4835, '6432', 126, 'bc_cone_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4836, '6433', 126, 'bc_cone_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4837, '6434', 126, 'bc_cone_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4838, '6435', 126, 'bc_cone_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4839, '6436', 126, 'bc_cone_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4840, '6437', 126, 'bc_cone_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4841, '6438', 126, 'bc_cone_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4842, '6439', 126, 'bc_cone_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4843, '6440', 126, 'bc_cone_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4844, '6441', 126, 'bc_cone_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4845, '6442', 126, 'bc_cone_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4846, '6443', 126, 'bc_cone_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4847, '6444', 126, 'bc_cone_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4848, '6445', 126, 'bc_cone_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4849, '6446', 126, 'bc_cone_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4850, '6447', 126, 'bc_cone_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4851, '6448', 126, 'bc_cone_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4852, '6449', 126, 'bc_cone_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4853, '6450', 126, 'bc_cone_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4854, '6451', 126, 'bc_cone_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4855, '6452', 126, 'bc_cone_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4856, '6453', 126, 'bc_cone_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4857, '6454', 126, 'bc_cone_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4858, '6455', 126, 'bc_cone_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4859, '6456', 126, 'bc_cone_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4860, '6457', 126, 'bc_cone_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4861, '6458', 126, 'bc_cone_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4862, '6459', 126, 'bc_cone_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4863, '6460', 126, 'bc_cone_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4864, '6461', 126, 'bc_cone_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4865, '6462', 126, 'bc_cone_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4866, '6463', 126, 'bc_cone_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4867, '6464', 126, 'bc_cone_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4868, '6465', 126, 'bc_cone_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4869, '6466', 126, 'bc_cone_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4870, '6467', 126, 'bc_cone_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4871, '6468', 126, 'bc_cone_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4872, '6469', 126, 'bc_cone_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4873, '6470', 126, 'bc_cone_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4874, '6471', 126, 'bc_cone_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4875, '6472', 126, 'bc_cone_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4876, '6473', 126, 'bc_cone_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4877, '6474', 126, 'bc_cone_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4878, '6475', 126, 'bc_cone_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4879, '6476', 126, 'bc_cone_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4880, '6477', 126, 'bc_cone_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4881, '6478', 126, 'bc_cone_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4882, '6479', 126, 'bc_cone_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4883, '6480', 126, 'bc_cone_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4884, '6481', 126, 'bc_cone_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4885, '6482', 126, 'bc_cone_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4886, '6483', 126, 'bc_cone_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4887, '6484', 126, 'bc_cone_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4888, '6485', 126, 'bc_cone_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4889, '6486', 126, 'bc_cone_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4890, '6487', 126, 'bc_cone_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4891, '6488', 133, 'bc_standinghalfcylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4892, '6489', 133, 'bc_standinghalfcylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4893, '6490', 133, 'bc_standinghalfcylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4894, '6491', 133, 'bc_standinghalfcylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4895, '6492', 133, 'bc_standinghalfcylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4896, '6493', 133, 'bc_standinghalfcylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4897, '6494', 133, 'bc_standinghalfcylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4898, '6495', 133, 'bc_standinghalfcylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4899, '6496', 133, 'bc_standinghalfcylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4900, '6497', 133, 'bc_standinghalfcylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4901, '6498', 133, 'bc_standinghalfcylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4902, '6499', 133, 'bc_standinghalfcylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4903, '6500', 133, 'bc_standinghalfcylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4904, '6501', 133, 'bc_standinghalfcylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4905, '6502', 133, 'bc_standinghalfcylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4906, '6503', 133, 'bc_standinghalfcylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4907, '6504', 133, 'bc_standinghalfcylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4908, '6505', 133, 'bc_standinghalfcylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4909, '6506', 133, 'bc_standinghalfcylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4910, '6507', 133, 'bc_standinghalfcylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4911, '6508', 133, 'bc_standinghalfcylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4912, '6509', 133, 'bc_standinghalfcylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4913, '6510', 133, 'bc_standinghalfcylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4914, '6511', 133, 'bc_standinghalfcylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4915, '6512', 133, 'bc_standinghalfcylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4916, '6513', 133, 'bc_standinghalfcylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4917, '6514', 133, 'bc_standinghalfcylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4918, '6515', 133, 'bc_standinghalfcylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4919, '6516', 133, 'bc_standinghalfcylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4920, '6517', 133, 'bc_standinghalfcylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4921, '6518', 133, 'bc_standinghalfcylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4922, '6519', 133, 'bc_standinghalfcylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4923, '6520', 133, 'bc_standinghalfcylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4924, '6521', 133, 'bc_standinghalfcylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4925, '6522', 133, 'bc_standinghalfcylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4926, '6523', 133, 'bc_standinghalfcylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4927, '6524', 133, 'bc_standinghalfcylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4928, '6525', 133, 'bc_standinghalfcylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4929, '6526', 133, 'bc_standinghalfcylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4930, '6527', 133, 'bc_standinghalfcylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4931, '6528', 133, 'bc_standinghalfcylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4932, '6529', 133, 'bc_standinghalfcylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4933, '6530', 133, 'bc_standinghalfcylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4934, '6531', 133, 'bc_standinghalfcylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4935, '6532', 133, 'bc_standinghalfcylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4936, '6533', 133, 'bc_standinghalfcylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4937, '6534', 133, 'bc_standinghalfcylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4938, '6535', 133, 'bc_standinghalfcylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4939, '6536', 133, 'bc_standinghalfcylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4940, '6537', 133, 'bc_standinghalfcylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4941, '6538', 133, 'bc_standinghalfcylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4942, '6539', 133, 'bc_standinghalfcylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4943, '6540', 133, 'bc_standinghalfcylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4944, '6541', 133, 'bc_standinghalfcylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4945, '6542', 133, 'bc_standinghalfcylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4946, '6543', 133, 'bc_standinghalfcylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4947, '6544', 133, 'bc_standinghalfcylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4948, '6545', 133, 'bc_standinghalfcylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4949, '6546', 133, 'bc_standinghalfcylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4950, '6547', 133, 'bc_standinghalfcylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4951, '6548', 133, 'bc_standinghalfcylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4952, '6549', 133, 'bc_standinghalfcylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4953, '6550', 133, 'bc_standinghalfcylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4954, '6551', 133, 'bc_standinghalfcylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4955, '6552', 133, 'bc_standinghalfcylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4956, '6553', 133, 'bc_standinghalfcylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4957, '6554', 133, 'bc_standinghalfcylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4958, '6555', 133, 'bc_standinghalfcylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4959, '6556', 133, 'bc_standinghalfcylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4960, '6557', 129, 'bc_hemisphere_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4961, '6558', 129, 'bc_hemisphere_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4962, '6559', 129, 'bc_hemisphere_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4963, '6560', 129, 'bc_hemisphere_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4964, '6561', 129, 'bc_hemisphere_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4965, '6562', 129, 'bc_hemisphere_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4966, '6563', 129, 'bc_hemisphere_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4967, '6564', 129, 'bc_hemisphere_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4968, '6565', 129, 'bc_hemisphere_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4969, '6566', 129, 'bc_hemisphere_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4970, '6567', 129, 'bc_hemisphere_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4971, '6568', 129, 'bc_hemisphere_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4972, '6569', 129, 'bc_hemisphere_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4973, '6570', 129, 'bc_hemisphere_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4974, '6571', 129, 'bc_hemisphere_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4975, '6572', 129, 'bc_hemisphere_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4976, '6573', 129, 'bc_hemisphere_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4977, '6574', 129, 'bc_hemisphere_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4978, '6575', 129, 'bc_hemisphere_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4979, '6576', 129, 'bc_hemisphere_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4980, '6577', 129, 'bc_hemisphere_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4981, '6578', 129, 'bc_hemisphere_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4982, '6579', 129, 'bc_hemisphere_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4983, '6580', 129, 'bc_hemisphere_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4984, '6581', 129, 'bc_hemisphere_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4985, '6582', 129, 'bc_hemisphere_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4986, '6583', 129, 'bc_hemisphere_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4987, '6584', 129, 'bc_hemisphere_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4988, '6585', 129, 'bc_hemisphere_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4989, '6586', 129, 'bc_hemisphere_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4990, '6587', 129, 'bc_hemisphere_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4991, '6588', 129, 'bc_hemisphere_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4992, '6589', 129, 'bc_hemisphere_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4993, '6590', 129, 'bc_hemisphere_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4994, '6591', 129, 'bc_hemisphere_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4995, '6592', 129, 'bc_hemisphere_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4996, '6593', 129, 'bc_hemisphere_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4997, '6594', 129, 'bc_hemisphere_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4998, '6595', 129, 'bc_hemisphere_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(4999, '6596', 129, 'bc_hemisphere_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5000, '6597', 129, 'bc_hemisphere_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5001, '6598', 129, 'bc_hemisphere_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5002, '6599', 129, 'bc_hemisphere_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5003, '6600', 129, 'bc_hemisphere_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5004, '6601', 129, 'bc_hemisphere_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5005, '6602', 129, 'bc_hemisphere_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5006, '6603', 129, 'bc_hemisphere_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5007, '6604', 129, 'bc_hemisphere_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5008, '6605', 129, 'bc_hemisphere_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5009, '6606', 129, 'bc_hemisphere_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5010, '6607', 129, 'bc_hemisphere_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5011, '6608', 129, 'bc_hemisphere_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5012, '6609', 129, 'bc_hemisphere_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5013, '6610', 129, 'bc_hemisphere_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5014, '6611', 129, 'bc_hemisphere_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5015, '6612', 129, 'bc_hemisphere_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5016, '6613', 129, 'bc_hemisphere_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5017, '6614', 129, 'bc_hemisphere_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5018, '6615', 129, 'bc_hemisphere_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5019, '6616', 129, 'bc_hemisphere_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5020, '6617', 129, 'bc_hemisphere_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5021, '6618', 129, 'bc_hemisphere_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5022, '6619', 129, 'bc_hemisphere_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5023, '6620', 129, 'bc_hemisphere_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5024, '6621', 129, 'bc_hemisphere_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5025, '6622', 129, 'bc_hemisphere_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5026, '6623', 129, 'bc_hemisphere_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5027, '6624', 129, 'bc_hemisphere_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5028, '6625', 129, 'bc_hemisphere_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5029, '6626', 128, 'bc_halfcylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5030, '6627', 128, 'bc_halfcylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5031, '6628', 128, 'bc_halfcylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5032, '6629', 128, 'bc_halfcylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5033, '6630', 128, 'bc_halfcylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5034, '6631', 128, 'bc_halfcylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5035, '6632', 128, 'bc_halfcylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5036, '6633', 128, 'bc_halfcylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5037, '6634', 128, 'bc_halfcylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5038, '6635', 128, 'bc_halfcylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5039, '6636', 128, 'bc_halfcylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5040, '6637', 128, 'bc_halfcylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5041, '6638', 128, 'bc_halfcylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5042, '6639', 128, 'bc_halfcylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5043, '6640', 128, 'bc_halfcylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5044, '6641', 128, 'bc_halfcylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5045, '6642', 128, 'bc_halfcylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5046, '6643', 128, 'bc_halfcylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5047, '6644', 128, 'bc_halfcylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5048, '6645', 128, 'bc_halfcylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5049, '6646', 128, 'bc_halfcylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5050, '6647', 128, 'bc_halfcylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5051, '6648', 128, 'bc_halfcylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5052, '6649', 128, 'bc_halfcylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5053, '6650', 128, 'bc_halfcylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5054, '6651', 128, 'bc_halfcylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5055, '6652', 128, 'bc_halfcylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5056, '6653', 128, 'bc_halfcylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5057, '6654', 128, 'bc_halfcylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5058, '6655', 128, 'bc_halfcylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5059, '6656', 128, 'bc_halfcylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5060, '6657', 128, 'bc_halfcylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5061, '6658', 128, 'bc_halfcylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5062, '6659', 128, 'bc_halfcylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5063, '6660', 128, 'bc_halfcylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5064, '6661', 128, 'bc_halfcylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5065, '6662', 128, 'bc_halfcylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5066, '6663', 128, 'bc_halfcylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5067, '6664', 128, 'bc_halfcylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5068, '6665', 128, 'bc_halfcylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5069, '6666', 128, 'bc_halfcylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5070, '6667', 128, 'bc_halfcylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5071, '6668', 128, 'bc_halfcylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5072, '6669', 128, 'bc_halfcylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5073, '6670', 128, 'bc_halfcylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5074, '6671', 128, 'bc_halfcylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5075, '6672', 128, 'bc_halfcylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5076, '6673', 128, 'bc_halfcylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5077, '6674', 128, 'bc_halfcylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5078, '6675', 128, 'bc_halfcylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5079, '6676', 128, 'bc_halfcylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5080, '6677', 128, 'bc_halfcylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5081, '6678', 128, 'bc_halfcylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5082, '6679', 128, 'bc_halfcylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5083, '6680', 128, 'bc_halfcylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5084, '6681', 128, 'bc_halfcylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5085, '6682', 128, 'bc_halfcylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5086, '6683', 128, 'bc_halfcylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5087, '6684', 128, 'bc_halfcylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5088, '6685', 128, 'bc_halfcylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5089, '6686', 128, 'bc_halfcylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5090, '6687', 128, 'bc_halfcylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5091, '6688', 128, 'bc_halfcylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5092, '6689', 128, 'bc_halfcylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5093, '6690', 128, 'bc_halfcylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5094, '6691', 128, 'bc_halfcylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5095, '6692', 128, 'bc_halfcylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5096, '6693', 128, 'bc_halfcylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5097, '6694', 128, 'bc_halfcylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5098, '6695', 131, 'bc_quarterring_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5099, '6696', 131, 'bc_quarterring_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5100, '6697', 131, 'bc_quarterring_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5101, '6698', 131, 'bc_quarterring_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5102, '6699', 131, 'bc_quarterring_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5103, '6700', 131, 'bc_quarterring_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5104, '6701', 131, 'bc_quarterring_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5105, '6702', 131, 'bc_quarterring_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5106, '6703', 131, 'bc_quarterring_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5107, '6704', 131, 'bc_quarterring_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5108, '6705', 131, 'bc_quarterring_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5109, '6706', 131, 'bc_quarterring_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5110, '6707', 131, 'bc_quarterring_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5111, '6708', 131, 'bc_quarterring_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5112, '6709', 131, 'bc_quarterring_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5113, '6710', 131, 'bc_quarterring_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5114, '6711', 131, 'bc_quarterring_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5115, '6712', 131, 'bc_quarterring_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5116, '6713', 131, 'bc_quarterring_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5117, '6714', 131, 'bc_quarterring_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5118, '6715', 131, 'bc_quarterring_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5119, '6716', 131, 'bc_quarterring_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5120, '6717', 131, 'bc_quarterring_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5121, '6718', 131, 'bc_quarterring_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5122, '6719', 131, 'bc_quarterring_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5123, '6720', 131, 'bc_quarterring_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5124, '6721', 131, 'bc_quarterring_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5125, '6722', 131, 'bc_quarterring_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5126, '6723', 131, 'bc_quarterring_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5127, '6724', 131, 'bc_quarterring_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5128, '6725', 131, 'bc_quarterring_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5129, '6726', 131, 'bc_quarterring_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5130, '6727', 131, 'bc_quarterring_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5131, '6728', 131, 'bc_quarterring_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5132, '6729', 131, 'bc_quarterring_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5133, '6730', 131, 'bc_quarterring_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5134, '6731', 131, 'bc_quarterring_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5135, '6732', 131, 'bc_quarterring_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5136, '6733', 131, 'bc_quarterring_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5137, '6734', 131, 'bc_quarterring_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5138, '6735', 131, 'bc_quarterring_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5139, '6736', 131, 'bc_quarterring_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5140, '6737', 131, 'bc_quarterring_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5141, '6738', 131, 'bc_quarterring_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5142, '6739', 131, 'bc_quarterring_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5143, '6740', 131, 'bc_quarterring_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5144, '6741', 131, 'bc_quarterring_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5145, '6742', 131, 'bc_quarterring_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5146, '6743', 131, 'bc_quarterring_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5147, '6744', 131, 'bc_quarterring_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5148, '6745', 131, 'bc_quarterring_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5149, '6746', 131, 'bc_quarterring_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5150, '6747', 131, 'bc_quarterring_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5151, '6748', 131, 'bc_quarterring_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5152, '6749', 131, 'bc_quarterring_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5153, '6750', 131, 'bc_quarterring_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5154, '6751', 131, 'bc_quarterring_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5155, '6752', 131, 'bc_quarterring_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5156, '6753', 131, 'bc_quarterring_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5157, '6754', 131, 'bc_quarterring_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5158, '6755', 131, 'bc_quarterring_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5159, '6756', 131, 'bc_quarterring_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5160, '6757', 131, 'bc_quarterring_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5161, '6758', 131, 'bc_quarterring_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5162, '6759', 131, 'bc_quarterring_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5163, '6760', 131, 'bc_quarterring_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5164, '6761', 131, 'bc_quarterring_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5165, '6762', 131, 'bc_quarterring_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5166, '6763', 131, 'bc_quarterring_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5167, '6764', 137, 'bc_glasspanel_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5168, '6765', 137, 'bc_glasspanel_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5169, '6766', 137, 'bc_glasspanel_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5170, '6767', 137, 'bc_glasspanel_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5171, '6768', 137, 'bc_glasspanel_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5172, '6769', 137, 'bc_glasspanel_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5173, '6770', 137, 'bc_glasspanel_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5174, '6771', 137, 'bc_glasspanel_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5175, '6772', 137, 'bc_glasspanel_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5176, '6773', 137, 'bc_glasspanel_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5177, '6774', 137, 'bc_glasspanel_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5178, '6775', 137, 'bc_glasspanel_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5179, '6776', 137, 'bc_glasspanel_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5180, '6777', 137, 'bc_glasspanel_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5181, '6778', 137, 'bc_glasspanel_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5182, '6779', 137, 'bc_glasspanel_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5183, '6780', 137, 'bc_glasspanel_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5184, '6781', 137, 'bc_glasspanel_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5185, '6782', 137, 'bc_glasspanel_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5186, '6783', 137, 'bc_glasspanel_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5187, '6784', 137, 'bc_glasspanel_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5188, '6785', 137, 'bc_glasspanel_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5189, '6786', 137, 'bc_glasspanel_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5190, '6787', 137, 'bc_glasspanel_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5191, '6788', 137, 'bc_glasspanel_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5192, '6789', 137, 'bc_glasspanel_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5193, '6790', 137, 'bc_glasspanel_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5194, '6791', 137, 'bc_glasspanel_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5195, '6792', 137, 'bc_glasspanel_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5196, '6793', 137, 'bc_glasspanel_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5197, '6794', 137, 'bc_glasspanel_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5198, '6795', 137, 'bc_glasspanel_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5199, '6796', 137, 'bc_glasspanel_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5200, '6797', 137, 'bc_glasspanel_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5201, '6798', 137, 'bc_glasspanel_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5202, '6799', 137, 'bc_glasspanel_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5203, '6800', 137, 'bc_glasspanel_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5204, '6801', 137, 'bc_glasspanel_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5205, '6802', 137, 'bc_glasspanel_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5206, '6803', 137, 'bc_glasspanel_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5207, '6804', 137, 'bc_glasspanel_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5208, '6805', 137, 'bc_glasspanel_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5209, '6806', 137, 'bc_glasspanel_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5210, '6807', 137, 'bc_glasspanel_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5211, '6808', 137, 'bc_glasspanel_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5212, '6809', 137, 'bc_glasspanel_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5213, '6810', 137, 'bc_glasspanel_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5214, '6811', 137, 'bc_glasspanel_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5215, '6812', 137, 'bc_glasspanel_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5216, '6813', 137, 'bc_glasspanel_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5217, '6814', 137, 'bc_glasspanel_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5218, '6815', 137, 'bc_glasspanel_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5219, '6816', 137, 'bc_glasspanel_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5220, '6817', 137, 'bc_glasspanel_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5221, '6818', 137, 'bc_glasspanel_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5222, '6819', 137, 'bc_glasspanel_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5223, '6820', 137, 'bc_glasspanel_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5224, '6821', 137, 'bc_glasspanel_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5225, '6822', 137, 'bc_glasspanel_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5226, '6823', 137, 'bc_glasspanel_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5227, '6824', 137, 'bc_glasspanel_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5228, '6825', 137, 'bc_glasspanel_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5229, '6826', 137, 'bc_glasspanel_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5230, '6827', 137, 'bc_glasspanel_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5231, '6828', 137, 'bc_glasspanel_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5232, '6829', 137, 'bc_glasspanel_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5233, '6830', 137, 'bc_glasspanel_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5234, '6831', 137, 'bc_glasspanel_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5235, '6832', 137, 'bc_glasspanel_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5236, '6833', 135, 'bc_wedge_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5237, '6834', 135, 'bc_wedge_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5238, '6835', 135, 'bc_wedge_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5239, '6836', 135, 'bc_wedge_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5240, '6837', 135, 'bc_wedge_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5241, '6838', 135, 'bc_wedge_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5242, '6839', 135, 'bc_wedge_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5243, '6840', 135, 'bc_wedge_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5244, '6841', 135, 'bc_wedge_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5245, '6842', 135, 'bc_wedge_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5246, '6843', 135, 'bc_wedge_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5247, '6844', 135, 'bc_wedge_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5248, '6845', 135, 'bc_wedge_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5249, '6846', 135, 'bc_wedge_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5250, '6847', 135, 'bc_wedge_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5251, '6848', 135, 'bc_wedge_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5252, '6849', 135, 'bc_wedge_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5253, '6850', 135, 'bc_wedge_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5254, '6851', 135, 'bc_wedge_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5255, '6852', 135, 'bc_wedge_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5256, '6853', 135, 'bc_wedge_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5257, '6854', 135, 'bc_wedge_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5258, '6855', 135, 'bc_wedge_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5259, '6856', 135, 'bc_wedge_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5260, '6857', 135, 'bc_wedge_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5261, '6858', 135, 'bc_wedge_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5262, '6859', 135, 'bc_wedge_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5263, '6860', 135, 'bc_wedge_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5264, '6861', 135, 'bc_wedge_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5265, '6862', 135, 'bc_wedge_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5266, '6863', 135, 'bc_wedge_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5267, '6864', 135, 'bc_wedge_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5268, '6865', 135, 'bc_wedge_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5269, '6866', 135, 'bc_wedge_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5270, '6867', 135, 'bc_wedge_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5271, '6868', 135, 'bc_wedge_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5272, '6869', 135, 'bc_wedge_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5273, '6870', 135, 'bc_wedge_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5274, '6871', 135, 'bc_wedge_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5275, '6872', 135, 'bc_wedge_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5276, '6873', 135, 'bc_wedge_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5277, '6874', 135, 'bc_wedge_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5278, '6875', 135, 'bc_wedge_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5279, '6876', 135, 'bc_wedge_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5280, '6877', 135, 'bc_wedge_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5281, '6878', 135, 'bc_wedge_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5282, '6879', 135, 'bc_wedge_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5283, '6880', 135, 'bc_wedge_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5284, '6881', 135, 'bc_wedge_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5285, '6882', 135, 'bc_wedge_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5286, '6883', 135, 'bc_wedge_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5287, '6884', 135, 'bc_wedge_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5288, '6885', 135, 'bc_wedge_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5289, '6886', 135, 'bc_wedge_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5290, '6887', 135, 'bc_wedge_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5291, '6888', 135, 'bc_wedge_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5292, '6889', 135, 'bc_wedge_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5293, '6890', 135, 'bc_wedge_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5294, '6891', 135, 'bc_wedge_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5295, '6892', 135, 'bc_wedge_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5296, '6893', 135, 'bc_wedge_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5297, '6894', 135, 'bc_wedge_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5298, '6895', 135, 'bc_wedge_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5299, '6896', 135, 'bc_wedge_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5300, '6897', 135, 'bc_wedge_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5301, '6898', 135, 'bc_wedge_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5302, '6899', 135, 'bc_wedge_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5303, '6900', 135, 'bc_wedge_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5304, '6901', 135, 'bc_wedge_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5305, '6902', 139, 'bc_block_0_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(5306, '6903', 139, 'bc_block_0_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(5307, '6904', 139, 'bc_block_0_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(5308, '6905', 139, 'bc_block_0_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(5309, '6906', 139, 'bc_block_0_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(5310, '6907', 139, 'bc_block_0_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(5311, '6908', 139, 'bc_block_0_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(5312, '6909', 139, 'bc_block_0_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(5313, '6910', 139, 'bc_block_0_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(5314, '6911', 139, 'bc_block_0_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(5315, '6912', 139, 'bc_block_0_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(5316, '6913', 139, 'bc_block_0_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(5317, '6914', 139, 'bc_block_0_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(5318, '6915', 139, 'bc_block_0_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(5319, '6916', 139, 'bc_block_0_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(5320, '6917', 139, 'bc_block_0_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(5321, '6918', 139, 'bc_block_0_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(5322, '6919', 139, 'bc_block_0_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(5323, '6920', 139, 'bc_block_0_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(5324, '6921', 139, 'bc_block_0_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(5325, '6922', 139, 'bc_block_0_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(5326, '6923', 139, 'bc_block_0_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(5327, '6924', 139, 'bc_block_0_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(5328, '6925', 139, 'bc_block_0_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(5329, '6926', 139, 'bc_block_0_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(5330, '6927', 139, 'bc_block_0_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(5331, '6928', 139, 'bc_block_0_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(5332, '6929', 139, 'bc_block_0_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(5333, '6930', 139, 'bc_block_0_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(5334, '6931', 139, 'bc_block_0_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(5335, '6932', 139, 'bc_block_0_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(5336, '6933', 139, 'bc_block_0_46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(5337, '6934', 139, 'bc_block_0_47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(5338, '6935', 139, 'bc_block_0_48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(5339, '6936', 139, 'bc_block_0_49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(5340, '6937', 139, 'bc_block_0_50', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(5341, '6938', 139, 'bc_block_0_51', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(5342, '6939', 139, 'bc_block_0_52', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(5343, '6940', 139, 'bc_block_0_53', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(5344, '6941', 139, 'bc_block_0_54', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(5345, '6942', 139, 'bc_block_0_55', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(5346, '6943', 139, 'bc_block_0_56', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(5347, '6944', 139, 'bc_block_0_57', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(5348, '6945', 139, 'bc_block_0_58', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(5349, '6946', 139, 'bc_block_0_59', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(5350, '6947', 139, 'bc_block_0_60', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(5351, '6948', 139, 'bc_block_0_61', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(5352, '6949', 139, 'bc_block_0_62', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(5353, '6950', 139, 'bc_block_0_63', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(5354, '6951', 139, 'bc_block_0_64', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(5355, '6952', 139, 'bc_block_0_65', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(5356, '6953', 139, 'bc_block_0_66', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(5357, '6954', 139, 'bc_block_0_67', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(5358, '6955', 139, 'bc_block_0_68', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(5359, '6956', 139, 'bc_block_0_69', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(5360, '6957', 127, 'bc_cylinder_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5361, '6958', 127, 'bc_cylinder_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5362, '6959', 127, 'bc_cylinder_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5363, '6960', 127, 'bc_cylinder_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5364, '6961', 127, 'bc_cylinder_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5365, '6962', 127, 'bc_cylinder_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5366, '6963', 127, 'bc_cylinder_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5367, '6964', 127, 'bc_cylinder_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5368, '6965', 127, 'bc_cylinder_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5369, '6966', 127, 'bc_cylinder_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5370, '6967', 127, 'bc_cylinder_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5371, '6968', 127, 'bc_cylinder_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5372, '6969', 127, 'bc_cylinder_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5373, '6970', 127, 'bc_cylinder_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5374, '6971', 127, 'bc_cylinder_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5375, '6972', 127, 'bc_cylinder_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5376, '6973', 127, 'bc_cylinder_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5377, '6974', 127, 'bc_cylinder_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5378, '6975', 127, 'bc_cylinder_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5379, '6976', 127, 'bc_cylinder_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5380, '6977', 127, 'bc_cylinder_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5381, '6978', 127, 'bc_cylinder_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5382, '6979', 127, 'bc_cylinder_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5383, '6980', 127, 'bc_cylinder_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5384, '6981', 127, 'bc_cylinder_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5385, '6982', 127, 'bc_cylinder_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5386, '6983', 127, 'bc_cylinder_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5387, '6984', 127, 'bc_cylinder_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5388, '6985', 127, 'bc_cylinder_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5389, '6986', 127, 'bc_cylinder_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5390, '6987', 127, 'bc_cylinder_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5391, '6988', 127, 'bc_cylinder_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5392, '6989', 127, 'bc_cylinder_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5393, '6990', 127, 'bc_cylinder_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5394, '6991', 127, 'bc_cylinder_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5395, '6992', 127, 'bc_cylinder_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5396, '6993', 127, 'bc_cylinder_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5397, '6994', 127, 'bc_cylinder_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5398, '6995', 127, 'bc_cylinder_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5399, '6996', 127, 'bc_cylinder_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5400, '6997', 127, 'bc_cylinder_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5401, '6998', 127, 'bc_cylinder_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5402, '6999', 127, 'bc_cylinder_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5403, '7000', 127, 'bc_cylinder_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5404, '7001', 127, 'bc_cylinder_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5405, '7002', 127, 'bc_cylinder_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5406, '7003', 127, 'bc_cylinder_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5407, '7004', 127, 'bc_cylinder_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5408, '7005', 127, 'bc_cylinder_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5409, '7006', 127, 'bc_cylinder_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5410, '7007', 127, 'bc_cylinder_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5411, '7008', 127, 'bc_cylinder_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5412, '7009', 127, 'bc_cylinder_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5413, '7010', 127, 'bc_cylinder_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5414, '7011', 127, 'bc_cylinder_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5415, '7012', 127, 'bc_cylinder_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5416, '7013', 127, 'bc_cylinder_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5417, '7014', 127, 'bc_cylinder_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5418, '7015', 127, 'bc_cylinder_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5419, '7016', 127, 'bc_cylinder_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5420, '7017', 127, 'bc_cylinder_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5421, '7018', 127, 'bc_cylinder_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5422, '7019', 127, 'bc_cylinder_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5423, '7020', 127, 'bc_cylinder_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5424, '7021', 127, 'bc_cylinder_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5425, '7022', 127, 'bc_cylinder_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5426, '7023', 127, 'bc_cylinder_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5427, '7024', 127, 'bc_cylinder_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5428, '7025', 127, 'bc_cylinder_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5429, '7026', 134, 'bc_standingtriangularprism_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5430, '7027', 134, 'bc_standingtriangularprism_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5431, '7028', 134, 'bc_standingtriangularprism_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5432, '7029', 134, 'bc_standingtriangularprism_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5433, '7030', 134, 'bc_standingtriangularprism_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5434, '7031', 134, 'bc_standingtriangularprism_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5435, '7032', 134, 'bc_standingtriangularprism_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5436, '7033', 134, 'bc_standingtriangularprism_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5437, '7034', 134, 'bc_standingtriangularprism_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5438, '7035', 134, 'bc_standingtriangularprism_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5439, '7036', 134, 'bc_standingtriangularprism_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5440, '7037', 134, 'bc_standingtriangularprism_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5441, '7038', 134, 'bc_standingtriangularprism_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5442, '7039', 134, 'bc_standingtriangularprism_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5443, '7040', 134, 'bc_standingtriangularprism_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5444, '7041', 134, 'bc_standingtriangularprism_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5445, '7042', 134, 'bc_standingtriangularprism_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5446, '7043', 134, 'bc_standingtriangularprism_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5447, '7044', 134, 'bc_standingtriangularprism_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5448, '7045', 134, 'bc_standingtriangularprism_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5449, '7046', 134, 'bc_standingtriangularprism_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5450, '7047', 134, 'bc_standingtriangularprism_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5451, '7048', 134, 'bc_standingtriangularprism_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5452, '7049', 134, 'bc_standingtriangularprism_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5453, '7050', 134, 'bc_standingtriangularprism_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5454, '7051', 134, 'bc_standingtriangularprism_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5455, '7052', 134, 'bc_standingtriangularprism_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5456, '7053', 134, 'bc_standingtriangularprism_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5457, '7054', 134, 'bc_standingtriangularprism_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5458, '7055', 134, 'bc_standingtriangularprism_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5459, '7056', 134, 'bc_standingtriangularprism_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5460, '7057', 134, 'bc_standingtriangularprism_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5461, '7058', 134, 'bc_standingtriangularprism_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5462, '7059', 134, 'bc_standingtriangularprism_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5463, '7060', 134, 'bc_standingtriangularprism_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5464, '7061', 134, 'bc_standingtriangularprism_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5465, '7062', 134, 'bc_standingtriangularprism_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5466, '7063', 134, 'bc_standingtriangularprism_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5467, '7064', 134, 'bc_standingtriangularprism_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5468, '7065', 134, 'bc_standingtriangularprism_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5469, '7066', 134, 'bc_standingtriangularprism_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5470, '7067', 134, 'bc_standingtriangularprism_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5471, '7068', 134, 'bc_standingtriangularprism_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5472, '7069', 134, 'bc_standingtriangularprism_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5473, '7070', 134, 'bc_standingtriangularprism_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5474, '7071', 134, 'bc_standingtriangularprism_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5475, '7072', 134, 'bc_standingtriangularprism_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5476, '7073', 134, 'bc_standingtriangularprism_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5477, '7074', 134, 'bc_standingtriangularprism_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5478, '7075', 134, 'bc_standingtriangularprism_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5479, '7076', 134, 'bc_standingtriangularprism_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5480, '7077', 134, 'bc_standingtriangularprism_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5481, '7078', 134, 'bc_standingtriangularprism_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5482, '7079', 134, 'bc_standingtriangularprism_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5483, '7080', 134, 'bc_standingtriangularprism_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5484, '7081', 134, 'bc_standingtriangularprism_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5485, '7082', 134, 'bc_standingtriangularprism_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5486, '7083', 134, 'bc_standingtriangularprism_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5487, '7084', 134, 'bc_standingtriangularprism_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5488, '7085', 134, 'bc_standingtriangularprism_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5489, '7086', 134, 'bc_standingtriangularprism_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5490, '7087', 134, 'bc_standingtriangularprism_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5491, '7088', 134, 'bc_standingtriangularprism_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5492, '7089', 134, 'bc_standingtriangularprism_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5493, '7090', 134, 'bc_standingtriangularprism_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5494, '7091', 134, 'bc_standingtriangularprism_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5495, '7092', 134, 'bc_standingtriangularprism_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5496, '7093', 134, 'bc_standingtriangularprism_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5497, '7094', 134, 'bc_standingtriangularprism_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5498, '7095', 140, 'bc_block_1_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5499, '7096', 140, 'bc_block_1_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5500, '7097', 140, 'bc_block_1_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5501, '7098', 140, 'bc_block_1_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5502, '7099', 140, 'bc_block_1_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5503, '7100', 140, 'bc_block_1_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5504, '7101', 140, 'bc_block_1_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5505, '7102', 140, 'bc_block_1_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5506, '7103', 140, 'bc_block_1_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5507, '7104', 140, 'bc_block_1_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5508, '7105', 140, 'bc_block_1_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5509, '7106', 140, 'bc_block_1_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5510, '7107', 140, 'bc_block_1_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5511, '7108', 140, 'bc_block_1_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5512, '7109', 140, 'bc_block_1_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5513, '7110', 140, 'bc_block_1_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5514, '7111', 140, 'bc_block_1_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5515, '7112', 140, 'bc_block_1_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5516, '7113', 140, 'bc_block_1_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5517, '7114', 140, 'bc_block_1_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5518, '7115', 140, 'bc_block_1_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5519, '7116', 140, 'bc_block_1_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5520, '7117', 140, 'bc_block_1_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5521, '7118', 140, 'bc_block_1_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5522, '7119', 140, 'bc_block_1_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5523, '7120', 140, 'bc_block_1_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5524, '7121', 140, 'bc_block_1_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5525, '7122', 140, 'bc_block_1_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5526, '7123', 140, 'bc_block_1_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5527, '7124', 140, 'bc_block_1_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5528, '7125', 140, 'bc_block_1_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5529, '7126', 140, 'bc_block_1_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5530, '7127', 140, 'bc_block_1_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5531, '7128', 140, 'bc_block_1_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5532, '7129', 140, 'bc_block_1_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5533, '7130', 140, 'bc_block_1_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5534, '7131', 140, 'bc_block_1_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5535, '7132', 140, 'bc_block_1_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5536, '7133', 140, 'bc_block_1_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5537, '7134', 140, 'bc_block_1_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5538, '7135', 140, 'bc_block_1_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5539, '7136', 140, 'bc_block_1_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5540, '7137', 140, 'bc_block_1_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5541, '7138', 140, 'bc_block_1_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5542, '7139', 140, 'bc_block_1_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5543, '7140', 140, 'bc_block_1_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5544, '7141', 140, 'bc_block_1_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5545, '7142', 140, 'bc_block_1_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5546, '7143', 140, 'bc_block_1_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5547, '7144', 140, 'bc_block_1_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5548, '7145', 140, 'bc_block_1_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5549, '7146', 140, 'bc_block_1_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5550, '7147', 140, 'bc_block_1_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5551, '7148', 140, 'bc_block_1_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5552, '7149', 140, 'bc_block_1_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5553, '7150', 136, 'bc_triangularprism_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5554, '7151', 136, 'bc_triangularprism_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5555, '7152', 136, 'bc_triangularprism_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5556, '7153', 136, 'bc_triangularprism_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5557, '7154', 136, 'bc_triangularprism_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5558, '7155', 136, 'bc_triangularprism_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5559, '7156', 136, 'bc_triangularprism_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5560, '7157', 136, 'bc_triangularprism_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5561, '7158', 136, 'bc_triangularprism_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5562, '7159', 136, 'bc_triangularprism_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5563, '7160', 136, 'bc_triangularprism_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5564, '7161', 136, 'bc_triangularprism_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5565, '7162', 136, 'bc_triangularprism_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5566, '7163', 136, 'bc_triangularprism_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5567, '7164', 136, 'bc_triangularprism_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5568, '7165', 136, 'bc_triangularprism_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5569, '7166', 136, 'bc_triangularprism_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5570, '7167', 136, 'bc_triangularprism_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5571, '7168', 136, 'bc_triangularprism_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5572, '7169', 136, 'bc_triangularprism_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5573, '7170', 136, 'bc_triangularprism_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5574, '7171', 136, 'bc_triangularprism_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5575, '7172', 136, 'bc_triangularprism_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5576, '7173', 136, 'bc_triangularprism_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5577, '7174', 136, 'bc_triangularprism_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5578, '7175', 136, 'bc_triangularprism_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5579, '7176', 136, 'bc_triangularprism_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5580, '7177', 136, 'bc_triangularprism_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5581, '7178', 136, 'bc_triangularprism_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5582, '7179', 136, 'bc_triangularprism_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5583, '7180', 136, 'bc_triangularprism_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5584, '7181', 136, 'bc_triangularprism_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5585, '7182', 136, 'bc_triangularprism_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5586, '7183', 136, 'bc_triangularprism_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5587, '7184', 136, 'bc_triangularprism_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5588, '7185', 136, 'bc_triangularprism_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5589, '7186', 136, 'bc_triangularprism_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5590, '7187', 136, 'bc_triangularprism_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5591, '7188', 136, 'bc_triangularprism_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5592, '7189', 136, 'bc_triangularprism_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5593, '7190', 136, 'bc_triangularprism_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5594, '7191', 136, 'bc_triangularprism_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5595, '7192', 136, 'bc_triangularprism_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5596, '7193', 136, 'bc_triangularprism_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5597, '7194', 136, 'bc_triangularprism_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5598, '7195', 136, 'bc_triangularprism_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5599, '7196', 136, 'bc_triangularprism_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5600, '7197', 136, 'bc_triangularprism_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5601, '7198', 136, 'bc_triangularprism_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5602, '7199', 136, 'bc_triangularprism_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5603, '7200', 136, 'bc_triangularprism_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5604, '7201', 136, 'bc_triangularprism_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5605, '7202', 136, 'bc_triangularprism_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5606, '7203', 136, 'bc_triangularprism_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5607, '7204', 136, 'bc_triangularprism_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5608, '7205', 136, 'bc_triangularprism_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5609, '7206', 136, 'bc_triangularprism_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5610, '7207', 136, 'bc_triangularprism_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5611, '7208', 136, 'bc_triangularprism_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5612, '7209', 136, 'bc_triangularprism_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5613, '7210', 136, 'bc_triangularprism_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5614, '7211', 136, 'bc_triangularprism_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5615, '7212', 136, 'bc_triangularprism_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5616, '7213', 136, 'bc_triangularprism_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5617, '7214', 136, 'bc_triangularprism_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5618, '7215', 136, 'bc_triangularprism_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5619, '7216', 136, 'bc_triangularprism_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5620, '7217', 136, 'bc_triangularprism_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5621, '7218', 136, 'bc_triangularprism_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5622, '7219', 132, 'bc_sphere_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5623, '7220', 132, 'bc_sphere_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5624, '7221', 132, 'bc_sphere_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5625, '7222', 132, 'bc_sphere_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5626, '7223', 132, 'bc_sphere_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5627, '7224', 132, 'bc_sphere_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5628, '7225', 132, 'bc_sphere_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5629, '7226', 132, 'bc_sphere_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5630, '7227', 132, 'bc_sphere_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5631, '7228', 132, 'bc_sphere_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5632, '7229', 132, 'bc_sphere_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5633, '7230', 132, 'bc_sphere_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5634, '7231', 132, 'bc_sphere_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5635, '7232', 132, 'bc_sphere_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5636, '7233', 132, 'bc_sphere_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5637, '7234', 132, 'bc_sphere_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5638, '7235', 132, 'bc_sphere_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5639, '7236', 132, 'bc_sphere_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5640, '7237', 132, 'bc_sphere_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5641, '7238', 132, 'bc_sphere_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5642, '7239', 132, 'bc_sphere_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5643, '7240', 132, 'bc_sphere_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5644, '7241', 132, 'bc_sphere_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5645, '7242', 132, 'bc_sphere_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5646, '7243', 132, 'bc_sphere_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5647, '7244', 132, 'bc_sphere_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5648, '7245', 132, 'bc_sphere_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5649, '7246', 132, 'bc_sphere_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5650, '7247', 132, 'bc_sphere_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5651, '7248', 132, 'bc_sphere_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5652, '7249', 132, 'bc_sphere_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5653, '7250', 132, 'bc_sphere_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5654, '7251', 132, 'bc_sphere_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5655, '7252', 132, 'bc_sphere_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5656, '7253', 132, 'bc_sphere_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5657, '7254', 132, 'bc_sphere_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5658, '7255', 132, 'bc_sphere_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5659, '7256', 132, 'bc_sphere_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5660, '7257', 132, 'bc_sphere_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5661, '7258', 132, 'bc_sphere_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5662, '7259', 132, 'bc_sphere_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5663, '7260', 132, 'bc_sphere_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5664, '7261', 132, 'bc_sphere_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5665, '7262', 132, 'bc_sphere_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5666, '7263', 132, 'bc_sphere_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5667, '7264', 132, 'bc_sphere_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5668, '7265', 132, 'bc_sphere_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5669, '7266', 132, 'bc_sphere_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5670, '7267', 132, 'bc_sphere_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5671, '7268', 132, 'bc_sphere_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5672, '7269', 132, 'bc_sphere_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5673, '7270', 132, 'bc_sphere_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5674, '7271', 132, 'bc_sphere_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5675, '7272', 132, 'bc_sphere_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5676, '7273', 132, 'bc_sphere_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5677, '7274', 132, 'bc_sphere_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5678, '7275', 132, 'bc_sphere_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5679, '7276', 132, 'bc_sphere_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5680, '7277', 132, 'bc_sphere_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5681, '7278', 132, 'bc_sphere_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5682, '7279', 132, 'bc_sphere_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5683, '7280', 132, 'bc_sphere_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5684, '7281', 132, 'bc_sphere_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5685, '7282', 132, 'bc_sphere_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5686, '7283', 132, 'bc_sphere_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5687, '7284', 132, 'bc_sphere_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5688, '7285', 132, 'bc_sphere_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5689, '7286', 132, 'bc_sphere_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5690, '7287', 132, 'bc_sphere_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5691, '7288', 138, 'bc_round_15', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5692, '7289', 138, 'bc_round_16', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5693, '7290', 138, 'bc_round_17', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5694, '7291', 138, 'bc_round_18', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5695, '7292', 138, 'bc_round_19', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5696, '7293', 138, 'bc_round_20', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5697, '7294', 138, 'bc_round_21', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5698, '7295', 138, 'bc_round_22', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5699, '7296', 138, 'bc_round_23', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5700, '7297', 138, 'bc_round_24', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5701, '7298', 138, 'bc_round_25', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5702, '7299', 138, 'bc_round_26', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5703, '7300', 138, 'bc_round_27', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5704, '7301', 138, 'bc_round_28', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5705, '7302', 138, 'bc_round_29', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5706, '7303', 138, 'bc_round_30', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5707, '7304', 138, 'bc_round_31', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5708, '7305', 138, 'bc_round_32', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5709, '7306', 138, 'bc_round_33', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5710, '7307', 138, 'bc_round_34', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5711, '7308', 138, 'bc_round_35', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5712, '7309', 138, 'bc_round_36', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5713, '7310', 138, 'bc_round_37', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5714, '7311', 138, 'bc_round_38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5715, '7312', 138, 'bc_round_39', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5716, '7313', 138, 'bc_round_40', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5717, '7314', 138, 'bc_round_41', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5718, '7315', 138, 'bc_round_42', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5719, '7316', 138, 'bc_round_43', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5720, '7317', 138, 'bc_round_44', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5721, '7318', 138, 'bc_round_45', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5722, '7319', 138, 'bc_round_46', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5723, '7320', 138, 'bc_round_47', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5724, '7321', 138, 'bc_round_48', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5725, '7322', 138, 'bc_round_49', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5726, '7323', 138, 'bc_round_50', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5727, '7324', 138, 'bc_round_51', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5728, '7325', 138, 'bc_round_52', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5729, '7326', 138, 'bc_round_53', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5730, '7327', 138, 'bc_round_54', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5731, '7328', 138, 'bc_round_55', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5732, '7329', 138, 'bc_round_56', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5733, '7330', 138, 'bc_round_57', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5734, '7331', 138, 'bc_round_58', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5735, '7332', 138, 'bc_round_59', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5736, '7333', 138, 'bc_round_60', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5737, '7334', 138, 'bc_round_61', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5738, '7335', 138, 'bc_round_62', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5739, '7336', 138, 'bc_round_63', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5740, '7337', 138, 'bc_round_64', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5741, '7338', 138, 'bc_round_65', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5742, '7339', 138, 'bc_round_66', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5743, '7340', 138, 'bc_round_67', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5744, '7341', 138, 'bc_round_68', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5745, '7342', 138, 'bc_round_69', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5746, '7343', 307, 'CF_1500_suitcase', 1500, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(5747, '7344', 117, 'bc_alpha1_w_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5748, '7345', 117, 'bc_alpha1_w_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5749, '7346', 117, 'bc_alpha1_w_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5750, '7347', 117, 'bc_alpha1_w_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5751, '7348', 117, 'bc_alpha1_w_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5752, '7349', 117, 'bc_alpha1_w_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5753, '7350', 117, 'bc_alpha1_w_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5754, '7351', 117, 'bc_alpha1_w_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5755, '7352', 117, 'bc_alpha1_w_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5756, '7353', 117, 'bc_alpha1_w_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5757, '7354', 117, 'bc_alpha1_w_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5758, '7355', 117, 'bc_alpha1_w_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5759, '7356', 117, 'bc_alpha1_w_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5760, '7357', 117, 'bc_alpha1_w_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5761, '7358', 117, 'bc_alpha1_g_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5762, '7359', 117, 'bc_alpha1_g_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5763, '7360', 117, 'bc_alpha1_g_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5764, '7361', 117, 'bc_alpha1_g_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5765, '7362', 117, 'bc_alpha1_g_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5766, '7363', 117, 'bc_alpha1_g_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5767, '7364', 117, 'bc_alpha1_g_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5768, '7365', 117, 'bc_alpha1_g_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5769, '7366', 117, 'bc_alpha1_g_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5770, '7367', 117, 'bc_alpha1_g_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5771, '7368', 117, 'bc_alpha1_g_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5772, '7369', 117, 'bc_alpha1_g_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5773, '7370', 117, 'bc_alpha1_g_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5774, '7371', 117, 'bc_alpha1_g_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5775, '7372', 117, 'bc_alpha1_r_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5776, '7373', 117, 'bc_alpha1_r_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5777, '7374', 117, 'bc_alpha1_r_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5778, '7375', 117, 'bc_alpha1_r_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5779, '7376', 117, 'bc_alpha1_r_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5780, '7377', 117, 'bc_alpha1_r_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5781, '7378', 117, 'bc_alpha1_r_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5782, '7379', 117, 'bc_alpha1_r_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5783, '7380', 117, 'bc_alpha1_r_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5784, '7381', 117, 'bc_alpha1_r_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5785, '7382', 117, 'bc_alpha1_r_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5786, '7383', 117, 'bc_alpha1_r_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5787, '7384', 117, 'bc_alpha1_r_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5788, '7385', 117, 'bc_alpha1_r_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5789, '7386', 117, 'bc_alpha1_s_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5790, '7387', 117, 'bc_alpha1_s_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5791, '7388', 117, 'bc_alpha1_s_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5792, '7389', 117, 'bc_alpha1_s_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5793, '7390', 117, 'bc_alpha1_s_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5794, '7391', 117, 'bc_alpha1_s_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5795, '7392', 117, 'bc_alpha1_s_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5796, '7393', 117, 'bc_alpha1_s_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5797, '7394', 117, 'bc_alpha1_s_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5798, '7395', 117, 'bc_alpha1_s_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5799, '7396', 117, 'bc_alpha1_s_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5800, '7397', 117, 'bc_alpha1_s_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5801, '7398', 117, 'bc_alpha1_s_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5802, '7399', 117, 'bc_alpha1_s_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5803, '7400', 117, 'bc_alpha1_h_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5804, '7401', 117, 'bc_alpha1_h_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5805, '7402', 117, 'bc_alpha1_h_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5806, '7403', 117, 'bc_alpha1_h_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5807, '7404', 117, 'bc_alpha1_h_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5808, '7405', 117, 'bc_alpha1_h_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5809, '7406', 117, 'bc_alpha1_h_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5810, '7407', 117, 'bc_alpha1_h_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5811, '7408', 117, 'bc_alpha1_h_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5812, '7409', 117, 'bc_alpha1_h_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5813, '7410', 117, 'bc_alpha1_h_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5814, '7411', 117, 'bc_alpha1_h_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5815, '7412', 117, 'bc_alpha1_h_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5816, '7413', 117, 'bc_alpha1_h_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5817, '7414', 117, 'bc_alpha1_t_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5818, '7415', 117, 'bc_alpha1_t_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5819, '7416', 117, 'bc_alpha1_t_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5820, '7417', 117, 'bc_alpha1_t_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5821, '7418', 117, 'bc_alpha1_t_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5822, '7419', 117, 'bc_alpha1_t_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5823, '7420', 117, 'bc_alpha1_t_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5824, '7421', 117, 'bc_alpha1_t_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5825, '7422', 117, 'bc_alpha1_t_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5826, '7423', 117, 'bc_alpha1_t_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5827, '7424', 117, 'bc_alpha1_t_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5828, '7425', 117, 'bc_alpha1_t_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5829, '7426', 117, 'bc_alpha1_t_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5830, '7427', 117, 'bc_alpha1_t_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5831, '7428', 117, 'bc_alpha1_o_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5832, '7429', 117, 'bc_alpha1_o_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5833, '7430', 117, 'bc_alpha1_o_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5834, '7431', 117, 'bc_alpha1_o_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5835, '7432', 117, 'bc_alpha1_o_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5836, '7433', 117, 'bc_alpha1_o_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5837, '7434', 117, 'bc_alpha1_o_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5838, '7435', 117, 'bc_alpha1_o_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5839, '7436', 117, 'bc_alpha1_o_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5840, '7437', 117, 'bc_alpha1_o_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5841, '7438', 117, 'bc_alpha1_o_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5842, '7439', 117, 'bc_alpha1_o_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5843, '7440', 117, 'bc_alpha1_o_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5844, '7441', 117, 'bc_alpha1_o_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5845, '7442', 117, 'bc_alpha1_v_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5846, '7443', 117, 'bc_alpha1_v_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5847, '7444', 117, 'bc_alpha1_v_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5848, '7445', 117, 'bc_alpha1_v_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5849, '7446', 117, 'bc_alpha1_v_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5850, '7447', 117, 'bc_alpha1_v_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5851, '7448', 117, 'bc_alpha1_v_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5852, '7449', 117, 'bc_alpha1_v_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5853, '7450', 117, 'bc_alpha1_v_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5854, '7451', 117, 'bc_alpha1_v_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5855, '7452', 117, 'bc_alpha1_v_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5856, '7453', 117, 'bc_alpha1_v_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5857, '7454', 117, 'bc_alpha1_v_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5858, '7455', 117, 'bc_alpha1_v_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5859, '7456', 117, 'bc_alpha1_c_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5860, '7457', 117, 'bc_alpha1_c_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5861, '7458', 117, 'bc_alpha1_c_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5862, '7459', 117, 'bc_alpha1_c_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5863, '7460', 117, 'bc_alpha1_c_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5864, '7461', 117, 'bc_alpha1_c_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5865, '7462', 117, 'bc_alpha1_c_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5866, '7463', 117, 'bc_alpha1_c_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5867, '7464', 117, 'bc_alpha1_c_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5868, '7465', 117, 'bc_alpha1_c_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5869, '7466', 117, 'bc_alpha1_c_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5870, '7467', 117, 'bc_alpha1_c_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5871, '7468', 117, 'bc_alpha1_c_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5872, '7469', 117, 'bc_alpha1_c_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5873, '7470', 117, 'bc_alpha1_b_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5874, '7471', 117, 'bc_alpha1_b_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5875, '7472', 117, 'bc_alpha1_b_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5876, '7473', 117, 'bc_alpha1_b_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5877, '7474', 117, 'bc_alpha1_b_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5878, '7475', 117, 'bc_alpha1_b_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5879, '7476', 117, 'bc_alpha1_b_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5880, '7477', 117, 'bc_alpha1_b_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5881, '7478', 117, 'bc_alpha1_b_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5882, '7479', 117, 'bc_alpha1_b_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5883, '7480', 117, 'bc_alpha1_b_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5884, '7481', 117, 'bc_alpha1_b_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5885, '7482', 117, 'bc_alpha1_b_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5886, '7483', 117, 'bc_alpha1_b_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5887, '7484', 117, 'bc_alpha1_m_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5888, '7485', 117, 'bc_alpha1_m_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5889, '7486', 117, 'bc_alpha1_m_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5890, '7487', 117, 'bc_alpha1_m_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5891, '7488', 117, 'bc_alpha1_m_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5892, '7489', 117, 'bc_alpha1_m_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5893, '7490', 117, 'bc_alpha1_m_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5894, '7491', 117, 'bc_alpha1_m_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5895, '7492', 117, 'bc_alpha1_m_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5896, '7493', 117, 'bc_alpha1_m_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5897, '7494', 117, 'bc_alpha1_m_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5898, '7495', 117, 'bc_alpha1_m_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5899, '7496', 117, 'bc_alpha1_m_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5900, '7497', 117, 'bc_alpha1_m_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5901, '7498', 117, 'bc_alpha1_i_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5902, '7499', 117, 'bc_alpha1_i_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5903, '7500', 117, 'bc_alpha1_i_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5904, '7501', 117, 'bc_alpha1_i_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5905, '7502', 117, 'bc_alpha1_i_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5906, '7503', 117, 'bc_alpha1_i_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5907, '7504', 117, 'bc_alpha1_i_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5908, '7505', 117, 'bc_alpha1_i_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5909, '7506', 117, 'bc_alpha1_i_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5910, '7507', 117, 'bc_alpha1_i_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5911, '7508', 117, 'bc_alpha1_i_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5912, '7509', 117, 'bc_alpha1_i_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5913, '7510', 117, 'bc_alpha1_i_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5914, '7511', 117, 'bc_alpha1_i_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5915, '7512', 117, 'bc_alpha1_x_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5916, '7513', 117, 'bc_alpha1_x_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5917, '7514', 117, 'bc_alpha1_x_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5918, '7515', 117, 'bc_alpha1_x_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5919, '7516', 117, 'bc_alpha1_x_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5920, '7517', 117, 'bc_alpha1_x_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5921, '7518', 117, 'bc_alpha1_x_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5922, '7519', 117, 'bc_alpha1_x_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5923, '7520', 117, 'bc_alpha1_x_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5924, '7521', 117, 'bc_alpha1_x_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5925, '7522', 117, 'bc_alpha1_x_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5926, '7523', 117, 'bc_alpha1_x_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5927, '7524', 117, 'bc_alpha1_x_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5928, '7525', 117, 'bc_alpha1_x_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5929, '7526', 117, 'bc_alpha1_l_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5930, '7527', 117, 'bc_alpha1_l_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5931, '7528', 117, 'bc_alpha1_l_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5932, '7529', 117, 'bc_alpha1_l_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5933, '7530', 117, 'bc_alpha1_l_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5934, '7531', 117, 'bc_alpha1_l_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5935, '7532', 117, 'bc_alpha1_l_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5936, '7533', 117, 'bc_alpha1_l_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5937, '7534', 117, 'bc_alpha1_l_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5938, '7535', 117, 'bc_alpha1_l_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5939, '7536', 117, 'bc_alpha1_l_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5940, '7537', 117, 'bc_alpha1_l_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5941, '7538', 117, 'bc_alpha1_l_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5942, '7539', 117, 'bc_alpha1_l_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5943, '7540', 117, 'bc_alpha1_j_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5944, '7541', 117, 'bc_alpha1_j_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5945, '7542', 117, 'bc_alpha1_j_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5946, '7543', 117, 'bc_alpha1_j_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5947, '7544', 117, 'bc_alpha1_j_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5948, '7545', 117, 'bc_alpha1_j_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5949, '7546', 117, 'bc_alpha1_j_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5950, '7547', 117, 'bc_alpha1_j_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5951, '7548', 117, 'bc_alpha1_j_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5952, '7549', 117, 'bc_alpha1_j_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5953, '7550', 117, 'bc_alpha1_j_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5954, '7551', 117, 'bc_alpha1_j_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5955, '7552', 117, 'bc_alpha1_j_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5956, '7553', 117, 'bc_alpha1_j_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5957, '7554', 117, 'bc_alpha1_f_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5958, '7555', 117, 'bc_alpha1_f_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5959, '7556', 117, 'bc_alpha1_f_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5960, '7557', 117, 'bc_alpha1_f_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5961, '7558', 117, 'bc_alpha1_f_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5962, '7559', 117, 'bc_alpha1_f_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5963, '7560', 117, 'bc_alpha1_f_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5964, '7561', 117, 'bc_alpha1_f_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5965, '7562', 117, 'bc_alpha1_f_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5966, '7563', 117, 'bc_alpha1_f_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5967, '7564', 117, 'bc_alpha1_f_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5968, '7565', 117, 'bc_alpha1_f_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5969, '7566', 117, 'bc_alpha1_f_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5970, '7567', 117, 'bc_alpha1_f_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5971, '7568', 117, 'bc_alpha1_e_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5972, '7569', 117, 'bc_alpha1_e_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5973, '7570', 117, 'bc_alpha1_e_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5974, '7571', 117, 'bc_alpha1_e_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5975, '7572', 117, 'bc_alpha1_e_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5976, '7573', 117, 'bc_alpha1_e_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5977, '7574', 117, 'bc_alpha1_e_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5978, '7575', 117, 'bc_alpha1_e_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5979, '7576', 117, 'bc_alpha1_e_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5980, '7577', 117, 'bc_alpha1_e_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5981, '7578', 117, 'bc_alpha1_e_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5982, '7579', 117, 'bc_alpha1_e_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5983, '7580', 117, 'bc_alpha1_e_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5984, '7581', 117, 'bc_alpha1_e_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5985, '7582', 117, 'bc_alpha1_q_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5986, '7583', 117, 'bc_alpha1_q_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5987, '7584', 117, 'bc_alpha1_q_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5988, '7585', 117, 'bc_alpha1_q_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5989, '7586', 117, 'bc_alpha1_q_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5990, '7587', 117, 'bc_alpha1_q_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5991, '7588', 117, 'bc_alpha1_q_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5992, '7589', 117, 'bc_alpha1_q_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5993, '7590', 117, 'bc_alpha1_q_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5994, '7591', 117, 'bc_alpha1_q_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5995, '7592', 117, 'bc_alpha1_q_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5996, '7593', 117, 'bc_alpha1_q_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5997, '7594', 117, 'bc_alpha1_q_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5998, '7595', 117, 'bc_alpha1_q_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(5999, '7596', 117, 'bc_alpha1_y_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6000, '7597', 117, 'bc_alpha1_y_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6001, '7598', 117, 'bc_alpha1_y_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6002, '7599', 117, 'bc_alpha1_y_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6003, '7600', 117, 'bc_alpha1_y_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6004, '7601', 117, 'bc_alpha1_y_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6005, '7602', 117, 'bc_alpha1_y_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6006, '7603', 117, 'bc_alpha1_y_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6007, '7604', 117, 'bc_alpha1_y_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6008, '7605', 117, 'bc_alpha1_y_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6009, '7606', 117, 'bc_alpha1_y_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6010, '7607', 117, 'bc_alpha1_y_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6011, '7608', 117, 'bc_alpha1_y_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6012, '7609', 117, 'bc_alpha1_y_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6013, '7610', 117, 'bc_alpha1_d_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6014, '7611', 117, 'bc_alpha1_d_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6015, '7612', 117, 'bc_alpha1_d_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6016, '7613', 117, 'bc_alpha1_d_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6017, '7614', 117, 'bc_alpha1_d_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6018, '7615', 117, 'bc_alpha1_d_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6019, '7616', 117, 'bc_alpha1_d_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6020, '7617', 117, 'bc_alpha1_d_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6021, '7618', 117, 'bc_alpha1_d_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6022, '7619', 117, 'bc_alpha1_d_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6023, '7620', 117, 'bc_alpha1_d_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6024, '7621', 117, 'bc_alpha1_d_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6025, '7622', 117, 'bc_alpha1_d_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6026, '7623', 117, 'bc_alpha1_d_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6027, '7624', 117, 'bc_alpha1_n_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6028, '7625', 117, 'bc_alpha1_n_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6029, '7626', 117, 'bc_alpha1_n_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6030, '7627', 117, 'bc_alpha1_n_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6031, '7628', 117, 'bc_alpha1_n_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6032, '7629', 117, 'bc_alpha1_n_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6033, '7630', 117, 'bc_alpha1_n_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6034, '7631', 117, 'bc_alpha1_n_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6035, '7632', 117, 'bc_alpha1_n_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6036, '7633', 117, 'bc_alpha1_n_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6037, '7634', 117, 'bc_alpha1_n_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6038, '7635', 117, 'bc_alpha1_n_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6039, '7636', 117, 'bc_alpha1_n_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6040, '7637', 117, 'bc_alpha1_n_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6041, '7638', 117, 'bc_alpha1_k_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6042, '7639', 117, 'bc_alpha1_k_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6043, '7640', 117, 'bc_alpha1_k_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6044, '7641', 117, 'bc_alpha1_k_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6045, '7642', 117, 'bc_alpha1_k_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6046, '7643', 117, 'bc_alpha1_k_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6047, '7644', 117, 'bc_alpha1_k_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6048, '7645', 117, 'bc_alpha1_k_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6049, '7646', 117, 'bc_alpha1_k_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6050, '7647', 117, 'bc_alpha1_k_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6051, '7648', 117, 'bc_alpha1_k_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6052, '7649', 117, 'bc_alpha1_k_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6053, '7650', 117, 'bc_alpha1_k_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6054, '7651', 117, 'bc_alpha1_k_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6055, '7652', 117, 'bc_alpha1_num_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6056, '7653', 117, 'bc_alpha1_num_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6057, '7654', 117, 'bc_alpha1_num_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6058, '7655', 117, 'bc_alpha1_num_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6059, '7656', 117, 'bc_alpha1_num_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6060, '7657', 117, 'bc_alpha1_num_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6061, '7658', 117, 'bc_alpha1_num_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6062, '7659', 117, 'bc_alpha1_num_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6063, '7660', 117, 'bc_alpha1_num_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6064, '7661', 117, 'bc_alpha1_num_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6065, '7662', 117, 'bc_alpha1_num_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6066, '7663', 117, 'bc_alpha1_num_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6067, '7664', 117, 'bc_alpha1_num_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6068, '7665', 117, 'bc_alpha1_num_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6069, '7666', 117, 'bc_alpha1_u_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6070, '7667', 117, 'bc_alpha1_u_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6071, '7668', 117, 'bc_alpha1_u_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6072, '7669', 117, 'bc_alpha1_u_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6073, '7670', 117, 'bc_alpha1_u_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6074, '7671', 117, 'bc_alpha1_u_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6075, '7672', 117, 'bc_alpha1_u_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6076, '7673', 117, 'bc_alpha1_u_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6077, '7674', 117, 'bc_alpha1_u_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6078, '7675', 117, 'bc_alpha1_u_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6079, '7676', 117, 'bc_alpha1_u_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6080, '7677', 117, 'bc_alpha1_u_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6081, '7678', 117, 'bc_alpha1_u_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6082, '7679', 117, 'bc_alpha1_u_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6083, '7680', 117, 'bc_alpha1_z_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6084, '7681', 117, 'bc_alpha1_z_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6085, '7682', 117, 'bc_alpha1_z_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6086, '7683', 117, 'bc_alpha1_z_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6087, '7684', 117, 'bc_alpha1_z_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6088, '7685', 117, 'bc_alpha1_z_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6089, '7686', 117, 'bc_alpha1_z_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6090, '7687', 117, 'bc_alpha1_z_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6091, '7688', 117, 'bc_alpha1_z_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6092, '7689', 117, 'bc_alpha1_z_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6093, '7690', 117, 'bc_alpha1_z_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6094, '7691', 117, 'bc_alpha1_z_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6095, '7692', 117, 'bc_alpha1_z_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6096, '7693', 117, 'bc_alpha1_z_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6097, '7694', 117, 'bc_alpha1_a_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6098, '7695', 117, 'bc_alpha1_a_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6099, '7696', 117, 'bc_alpha1_a_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6100, '7697', 117, 'bc_alpha1_a_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6101, '7698', 117, 'bc_alpha1_a_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6102, '7699', 117, 'bc_alpha1_a_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6103, '7700', 117, 'bc_alpha1_a_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6104, '7701', 117, 'bc_alpha1_a_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6105, '7702', 117, 'bc_alpha1_a_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6106, '7703', 117, 'bc_alpha1_a_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6107, '7704', 117, 'bc_alpha1_a_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6108, '7705', 117, 'bc_alpha1_a_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6109, '7706', 117, 'bc_alpha1_a_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6110, '7707', 117, 'bc_alpha1_a_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6111, '7708', 117, 'bc_alpha1_p_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6112, '7709', 117, 'bc_alpha1_p_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6113, '7710', 117, 'bc_alpha1_p_11', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6114, '7711', 117, 'bc_alpha1_p_12', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6115, '7712', 117, 'bc_alpha1_p_13', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6116, '7713', 117, 'bc_alpha1_p_14', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6117, '7714', 117, 'bc_alpha1_p_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6118, '7715', 117, 'bc_alpha1_p_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6119, '7716', 117, 'bc_alpha1_p_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6120, '7717', 117, 'bc_alpha1_p_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6121, '7718', 117, 'bc_alpha1_p_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6122, '7719', 117, 'bc_alpha1_p_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6123, '7720', 117, 'bc_alpha1_p_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6124, '7721', 117, 'bc_alpha1_p_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6125, '7722', 116, 'attic15_cabinet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6126, '7723', 456, 'val15_gift2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6127, '7724', 456, 'val15_zen', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(6128, '7725', 456, 'val15_tele', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(6129, '7726', 456, 'val15_sakura', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6130, '7727', 456, 'val15_lilys', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6131, '7728', 456, 'val15_rock1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6132, '7729', 456, 'val15_shamisen', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6133, '7730', 456, 'val15_tea', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6134, '7731', 456, 'val15_gift1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6135, '7732', 456, 'val15_hottub', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6136, '7733', 456, 'val15_petals', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6137, '7734', 456, 'val15_stage2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6138, '7735', 456, 'val15_lantern', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6139, '7736', 456, 'val15_gift3', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6140, '7737', 456, 'val15_corner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6141, '7738', 456, 'val15_dogstat', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6142, '7739', 456, 'val15_table', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6143, '7740', 456, 'val15_chair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6144, '7741', 456, 'val15_rock2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6145, '7742', 456, 'val15_bridge2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6146, '7743', 456, 'val15_divider', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6147, '7744', 456, 'val15_water', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6148, '7745', 741, 'val15_armour_badge', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6149, '7746', 456, 'val15_koipond', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6150, '7747', 456, 'val15_crane', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6151, '7748', 456, 'val15_bench', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6152, '7749', 456, 'val15_gazebo', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6153, '7750', 456, 'val15_tree', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6154, '7751', 456, 'val15_shinto_arch', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6155, '7752', 456, 'val15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6156, '7753', 456, 'val15_bridge1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6157, '7754', 456, 'val15_stage1', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6158, '7755', 116, 'attic15_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6159, '7756', 116, 'attic15_crn', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6160, '7757', 116, 'attic15_box', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6161, '7758', 116, 'attic15_chest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6162, '7759', 116, 'attic15_oillamp', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6163, '7760', 116, 'attic15_bigshelf', 5, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6164, '7761', 116, 'attic15_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6165, '7762', 116, 'attic15_bigtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6166, '7763', 116, 'attic15_lamp', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6167, '7764', 116, 'attic15_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6168, '7765', 116, 'attic15_paintingfloor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6169, '7766', 116, 'attic15_window', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6170, '7767', 116, 'attic15_cradle', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6171, '7768', 116, 'attic15_telescope', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6172, '7769', 116, 'attic15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6173, '7770', 116, 'attic15_clock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6174, '7771', 116, 'attic15_mousetrap', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6175, '7772', 116, 'attic15_carpet', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6176, '7773', 116, 'attic15_tele', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6177, '7774', 116, 'attic15_shelf', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6178, '7775', 116, 'attic15_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6179, '7776', 456, 'val15_shrub', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6180, '7777', 200, 'clothing_kimono1', 20, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0'),
(6181, '7778', 200, 'clothing_kimono2', 16, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0'),
(6182, '7779', 490, 'rare_prize15_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6183, '7780', 490, 'rare_prize15_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6184, '7781', 490, 'rare_prize15_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6185, '7782', 490, 'rare_prize15_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6186, '7783', 490, 'rare_prize15_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6187, '7784', 490, 'rare_prize15_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6188, '7785', 490, 'rare_prize15_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6189, '7786', 490, 'rare_prize15_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6190, '7787', 490, 'rare_prize15_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6191, '7788', 490, 'rare_prize15_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6192, '7789', 490, 'rare_prize15_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6193, '7790', 490, 'rare_prize15_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6194, '7791', 741, 'carnival15_hotair_brazil', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(6195, '7792', 490, 'rare_prize15_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6196, '7793', 490, 'rare_prize15_14', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6197, '7794', 490, 'rare_prize15_15', 0, 50, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6198, '7795', 490, 'rare_prize15_16', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6199, '7796', 490, 'rare_prize15_17', 0, 50, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6200, '7797', 490, 'rare_prize15_18', 0, 50, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6201, '7798', 490, 'rare_prize15_19', 0, 50, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6202, '7799', 490, 'rare_prize15_20', 0, 50, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6203, '7800', 490, 'rare_prize15_21', 0, 50, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6204, '7801', 490, 'rare_prize15_22', 0, 50, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6205, '7802', 490, 'rare_prize15_23', 0, 50, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6206, '7803', 490, 'rare_prize15_24', 0, 50, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6207, '7804', 118, 'cpunk_c15_neoarrowup', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6208, '7805', 118, 'cpunk_c15_neonx', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6209, '7806', 741, 'cpunk15_robofrank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6210, '7807', 118, 'cpunk_c15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6211, '7808', 631, 'cpunk15_robo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6212, '7809', 118, 'cpunk15_gift', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6213, '7810', 118, 'cpunk_c15_rain', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6214, '7811', 118, 'cpunk_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6215, '7812', 208, 'clothing_cyboots', 4, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(6216, '7813', 118, 'cpunk_c15_searchlight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6217, '7814', 205, 'clothing_cyzipped', 5, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0'),
(6218, '7815', 200, 'clothing_cystraphood', 18, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0'),
(6219, '7816', 310, 'clothing_goggles', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0'),
(6220, '7817', 118, 'cpunk_c15_robojunk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6221, '7818', 631, 'cpunk15_blimp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6222, '7819', 588, 'clothing_cyskirt', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(6223, '7820', 588, 'clothing_cyquif', 6, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(6224, '7821', 118, 'cpunk_c15_building2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6225, '7822', 202, 'clothing_cyhood', 6, 0, 0, 1, 0, 0, 51, -1, 0, '0', '1', '0'),
(6226, '7823', 118, 'cpunk_c15_tubes', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6227, '7824', 201, 'clothing_cyhair', 6, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0'),
(6228, '7825', 118, 'cpunk_c15_neonsk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6229, '7826', 118, 'cpunk_c15_neoarrow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6230, '7827', 206, 'clothing_cystrappants', 5, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(6231, '7828', 118, 'cpunk_c15_road', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6232, '7829', 631, 'cpunk15_gunvender', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6233, '7830', 118, 'cpunk_c15_neond', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6234, '7831', 208, 'clothing_cystrapboots', 4, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(6235, '7832', 310, 'clothing_cymask', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0'),
(6236, '7833', 118, 'cpunk_c15_stool', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6237, '7834', 118, 'cpunk_c15_traffic', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6238, '7835', 588, 'clothing_cyglass', 8, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(6239, '7836', 118, 'cpunk_c15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6240, '7837', 200, 'clothing_cygirl', 16, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0'),
(6241, '7838', 118, 'cpunk15_roborat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6242, '7839', 631, 'cpunk15_robosheep', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6243, '7840', 118, 'cpunk_c15_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6244, '7841', 310, 'clothing_cycircuit', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0'),
(6245, '7842', 588, 'clothing_cyleather', 1, 225, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(6246, '7843', 310, 'clothing_cyphones', 6, 0, 0, 1, 0, 0, 66, -1, 0, '0', '1', '0'),
(6247, '7844', 118, 'cpunk_c15_building1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6248, '7845', 302, 'cny_sheepballoon', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6249, '7846', 302, 'china_goat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6250, '7847', 118, 'cpunk_c15_stage1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6251, '7848', 64, 'wf_act_bot_clothes', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6252, '7849', 64, 'wf_act_bot_teleport', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6253, '7850', 63, 'wf_trg_bot_reached_stf', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6254, '7851', 64, 'wf_act_bot_follow_avatar', 10, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6255, '7852', 64, 'wf_act_bot_give_handitem', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6256, '7853', 64, 'wf_act_bot_move', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6257, '7854', 65, 'wf_cnd_has_handitem', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6258, '7855', 64, 'wf_act_bot_talk_to_avatar', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6259, '7856', 63, 'wf_trg_bot_reached_avtr', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6260, '7857', 64, 'wf_act_bot_talk', 10, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6261, '7858', 436, 'room_cof15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6262, '7859', 436, 'room_cof15_counter2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6263, '7860', 436, 'room_cof15_table3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6264, '7861', 436, 'room_cof15_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6265, '7862', 436, 'room_cof15_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6266, '7863', 436, 'room_cof15_counter1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6267, '7864', 436, 'room_cof15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6268, '7865', 436, 'room_cof15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6269, '7866', 436, 'room_cof15_sofa1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6270, '7867', 436, 'room_cof15_cup', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6271, '7868', 436, 'room_cof15_planter', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6272, '7869', 436, 'room_cof15_pillar1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6273, '7870', 436, 'room_cof15_counter3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6274, '7871', 436, 'room_cof15_espresso', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6275, '7872', 436, 'room_cof15_lamp2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6276, '7873', 436, 'room_cof15_shelf2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6277, '7874', 436, 'room_cof15_shelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6278, '7875', 436, 'room_cof15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6279, '7876', 436, 'room_cof15_cup2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6280, '7877', 436, 'room_cof15_sofa2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6281, '7878', 436, 'room_cof15_press', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6282, '7879', 160, 'room_gh15_cab2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6283, '7880', 160, 'room_gh15_light', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6284, '7881', 160, 'room_gh15_cab3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6285, '7882', 160, 'room_gh15_cab1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6286, '7883', 160, 'room_gh15_desk', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6287, '7884', 160, 'room_gh15_cab4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6288, '7885', 160, 'room_gh15_cab6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6289, '7886', 160, 'room_gh15_ball', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6290, '7887', 160, 'room_gh15_rtele', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6291, '7888', 160, 'room_gh15_cab5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6292, '7889', 440, 'room_hcl15_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6293, '7890', 440, 'room_hcl15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6294, '7891', 440, 'room_hcl15_dj', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6295, '7892', 440, 'room_hcl15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6296, '7893', 440, 'room_hcl15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6297, '7894', 440, 'room_hcl15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6298, '7895', 440, 'room_hcl15_amp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6299, '7896', 440, 'room_hcl15_div', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6300, '7897', 440, 'room_hcl15_tube', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6301, '7898', 440, 'room_hcl15_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6302, '7899', 440, 'room_hcl15_barchair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6303, '7900', 440, 'room_hcl15_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6304, '7901', 440, 'room_hcl15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6305, '7902', 440, 'room_hcl15_djtable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6306, '7903', 439, 'room_wl15_mag1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6307, '7904', 439, 'room_wl15_table1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6308, '7905', 439, 'room_wl15_ele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6309, '7906', 439, 'room_wl15_sink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6310, '7907', 441, 'room_wlof15_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6311, '7908', 439, 'room_wl15_teleblock', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6312, '7909', 439, 'room_wl15_tree', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6313, '7910', 439, 'room_wl15_infolink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6314, '7911', 439, 'room_wl15_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6315, '7912', 439, 'room_wl15_trashbin', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6316, '7913', 439, 'room_wl15_table3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6317, '7914', 439, 'room_wl15_bthdoor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6318, '7915', 439, 'room_wl15_toiletbroke', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6319, '7916', 439, 'room_wl15_deskgate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6320, '7917', 439, 'room_wl15_deskfront', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6321, '7918', 439, 'room_wl15_table2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6322, '7919', 441, 'room_wlof15_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6323, '7920', 439, 'room_wl15_mirror', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6324, '7921', 441, 'room_wlof15_wardrobe', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6325, '7922', 441, 'room_wlof15_bookcase', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6326, '7923', 439, 'room_wl15_toilet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6327, '7924', 439, 'room_wl15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6328, '7925', 437, 'room_hall15_wfall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6329, '7926', 437, 'room_hall15_dish1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6330, '7927', 437, 'room_hall15_ele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6331, '7928', 437, 'room_hall15_light1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6332, '7929', 437, 'room_hall15_dish2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6333, '7930', 437, 'room_hall15_arch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6334, '7931', 437, 'room_hall15_plant1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6335, '7932', 400, 'cland_c15_table', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6336, '7933', 400, 'cland_c15_icreamtree', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6337, '7934', 201, 'clothing_frontswirl', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(6338, '7935', 205, 'clothing_cjersey', 5, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(6339, '7936', 200, 'clothing_candygirl', 18, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(6340, '7937', 400, 'cland_c15_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6341, '7938', 741, 'cland15_LTD5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6342, '7939', 400, 'cland_c15_jellyseat2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6343, '7940', 400, 'cland15_tent', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6344, '7941', 400, 'cland_c15_pillar', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6345, '7942', 400, 'cland_c15_waferblock', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6346, '7943', 204, 'clothing_cjumper', 5, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0'),
(6347, '7944', 400, 'cland_c15_gatepink', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6348, '7945', 741, 'cland15_ltd4', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6349, '7946', 400, 'cland_c15_pavement', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6350, '7947', 400, 'cland_c15_roof', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6351, '7948', 310, 'clothing_cherries', 6, 0, 0, 1, 0, 0, 65, -1, 0, '0', '1', '0'),
(6352, '7949', 400, 'cland_c15_swirltree', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6353, '7950', 400, 'cland_c15_cakeblock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6354, '7951', 206, 'clothing_cshorts', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(6355, '7952', 201, 'clothing_habloompa', 6, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0'),
(6356, '7953', 400, 'cland15_candythrone', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6357, '7954', 310, 'clothing_cherrybomb', 6, 0, 0, 1, 0, 0, 64, -1, 0, '0', '1', '0'),
(6358, '7955', 400, 'cland_c15_wafer', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6359, '7956', 741, 'cland15_ltd3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6360, '7957', 400, 'cland15_unipoo', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6361, '7958', 310, 'clothing_candyphones', 6, 0, 0, 1, 0, 0, 63, -1, 0, '0', '1', '0'),
(6362, '7959', 400, 'cland_c15_light', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6363, '7960', 400, 'cland15_unicorn', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6364, '7961', 202, 'clothing_sidehat', 4, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0'),
(6365, '7962', 400, 'cland15_fountain', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6366, '7963', 207, 'clothing_swirlskirt', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(6367, '7964', 400, 'cland_c15_grass', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6368, '7965', 741, 'cland15_ltd1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6369, '7966', 400, 'cland15_flosstree', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6370, '7967', 202, 'clothing_chocodrop', 4, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0'),
(6371, '7968', 741, 'cland15_ltd2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6372, '7969', 400, 'cland_c15_goofloor', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6373, '7970', 400, 'cland_c15_lollytree', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6374, '7971', 400, 'cland_c15_jellyseat3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6375, '7972', 400, 'cland_c15_jellyseat1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6376, '7973', 204, 'clothing_swirltop', 5, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0'),
(6377, '7974', 400, 'cland_c15_chocostick', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6378, '7975', 400, 'cland_c15_chocorock', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6379, '7976', 200, 'clothing_candyboy', 12, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0'),
(6380, '7977', 230, 'petbox_epic', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(6381, '7978', 590, 'clothing_knitalien', 6, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0'),
(6382, '7979', 339, 'tablet_vendorg', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6383, '7980', 683, 'prize_alienplush', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6384, '7981', 159, 'room_info15_shrub1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6385, '7982', 159, 'room_info15_shrub3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6386, '7983', 159, 'room_info15_shrub2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6387, '7984', 159, 'room_info15_statue1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6388, '7985', 159, 'room_info15_counter3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6389, '7986', 159, 'room_info15_sofa2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6390, '7987', 159, 'room_info15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6391, '7988', 159, 'room_info15_bus_1', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(6392, '7989', 159, 'room_info15_bus_10', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(6393, '7990', 159, 'room_info15_bus_11', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6394, '7991', 159, 'room_info15_bus_12', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(6395, '7992', 159, 'room_info15_bus_13', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(6396, '7993', 159, 'room_info15_bus_14', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(6397, '7994', 159, 'room_info15_bus_15', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(6398, '7995', 159, 'room_info15_bus_16', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(6399, '7996', 159, 'room_info15_bus_17', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(6400, '7997', 159, 'room_info15_bus_18', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6401, '7998', 159, 'room_info15_bus_19', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6402, '7999', 159, 'room_info15_bus_2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6403, '8000', 159, 'room_info15_bus_20', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(6404, '8001', 159, 'room_info15_bus_3', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(6405, '8002', 159, 'room_info15_bus_4', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(6406, '8003', 159, 'room_info15_bus_5', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6407, '8004', 159, 'room_info15_bus_6', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6408, '8005', 159, 'room_info15_bus_7', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(6409, '8006', 159, 'room_info15_bus_8', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(6410, '8007', 159, 'room_info15_bus_9', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(6411, '8008', 159, 'room_info15_bridge1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6412, '8009', 159, 'room_info15_bridge2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6413, '8010', 159, 'room_info15_clouds', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6414, '8011', 159, 'room_info15_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6415, '8012', 159, 'room_info15_bench', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6416, '8013', 159, 'room_info15_sofa1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6417, '8014', 159, 'room_info15_reed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6418, '8015', 159, 'room_info15_fridge', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6419, '8016', 159, 'room_info15_counter4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6420, '8017', 159, 'room_info15_counter2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6421, '8018', 159, 'room_info15_counter1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6422, '8019', 159, 'room_info15_statue2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6423, '8020', 159, 'room_info15_bg', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6424, '8021', 491, 'diamond_painting8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6425, '8022', 158, 'army15_copter', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6426, '8023', 158, 'army_c15_contable2', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6427, '8024', 310, 'clothing_rank4', 6, 0, 0, 1, 0, 0, 30, -1, 0, '0', '1', '0'),
(6428, '8025', 741, 'army15_ltdhumvee', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6429, '8026', 158, 'army_c15_telemine', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(6430, '8027', 158, 'army_c15_medictent', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6431, '8028', 158, 'army_c15_notice', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6432, '8029', 158, 'army_c15_crate', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6433, '8030', 200, 'clothing_parade', 15, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(6434, '8031', 158, 'army_c15_compass', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6435, '8032', 158, 'army_c15_glasscrn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6436, '8033', 158, 'army_c15_doorscan', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6437, '8034', 200, 'clothing_kevlaroutfit', 18, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(6438, '8035', 158, 'army_c15_gate', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6439, '8036', 158, 'army_c15_leatherchr', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6440, '8037', 158, 'army_c15_guardcub', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6441, '8038', 158, 'army_c15_wirecrn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6442, '8039', 158, 'army_c15_sandbag', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6443, '8040', 158, 'army_c15_light', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6444, '8041', 205, 't', 5, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(6445, '8042', 200, 'clothing_camooutfit', 14, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0'),
(6446, '8043', 202, 'clothing_napkin', 4, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(6447, '8044', 205, 'clothing_kevlar', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(6448, '8045', 588, 'clothing_camoboots', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(6449, '8046', 158, 'army_c15_screen', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(6450, '8047', 310, 'clothing_rank5', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0'),
(6451, '8048', 158, 'army15_scanner', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6452, '8049', 158, 'army_c15_wirecrn', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(6453, '8050', 158, 'army_c15_jerrycan', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6454, '8051', 202, 'clothing_kevlarhat', 4, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0'),
(6455, '8052', 158, 'army_c15_watchtwr', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(6456, '8053', 158, 'army_c15_contable', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6457, '8054', 158, 'army15_statue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6458, '8055', 158, 'army_c15_locker', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6459, '8056', 310, 'clothing_medal1', 6, 0, 0, 1, 0, 0, 60, -1, 0, '0', '1', '0'),
(6460, '8057', 310, 'clothing_rank3', 6, 0, 0, 1, 0, 0, 59, -1, 0, '0', '1', '0'),
(6461, '8058', 158, 'army_c15_officetent', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(6462, '8059', 310, 'clothing_medal3', 6, 0, 0, 1, 0, 0, 58, -1, 0, '0', '1', '0'),
(6463, '8060', 158, 'army_c15_teledoor', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(6464, '8061', 741, 'army15_ltddesk', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6465, '8062', 158, 'army_c15_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6466, '8063', 202, 'clothing_drillserg', 4, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(6467, '8064', 158, 'army_c15_plant', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6468, '8065', 310, 'clothing_rank2', 6, 0, 0, 1, 0, 0, 57, -1, 0, '0', '1', '0'),
(6469, '8066', 158, 'army_c15_table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6470, '8067', 158, 'army_c15_bed', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6471, '8068', 158, 'army_c15_cabinet', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6472, '8069', 158, 'army_c15_bookshelf', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6473, '8070', 158, 'army_c15_gunrack', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6474, '8071', 158, 'army_c15_shipcon', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6475, '8072', 310, 'clothing_rank1', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(6476, '8073', 158, 'army_c15_glassdivdr', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6477, '8074', 207, 'clothing_armyskirt', 5, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(6478, '8075', 206, 'clothing_militarypants', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(6479, '8076', 158, 'army_c15_food', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6480, '8077', 158, 'army_c15_carpet', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6481, '8078', 310, 'clothing_walkie', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(6482, '8079', 158, 'army15_dog', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6483, '8080', 158, 'army_c15_deskcomp', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6484, '8081', 158, 'army_c15_deskitem', 5, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6485, '8082', 108, 'army_c15_groupflag', 2, 300, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6486, '8083', 310, 'clothing_medal2', 6, 0, 0, 1, 0, 0, 54, -1, 0, '0', '1', '0'),
(6487, '8084', 204, 'clothing_camotank', 5, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(6488, '8085', 202, 'clothing_militaryhat', 4, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0'),
(6489, '8086', 202, 'clothing_camocap', 4, 0, 0, 1, 0, 0, 22, -1, 0, '0', '1', '0'),
(6490, '8087', 206, 'clothing_camotuck', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(6491, '8088', 159, 'room_info15_div', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6492, '8089', 159, 'room_info15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6493, '8090', 429, 'botnest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6494, '8091', 199, 'dino_c15_footprint', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6495, '8092', 199, 'dino15_dinoprize6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6496, '8093', 694, 'dino15_fossil2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6497, '8094', 694, 'dino15_fossil5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6498, '8095', 199, 'dino_c15_venusfly', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6499, '8096', 199, 'dino_c15_nest', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6500, '8097', 202, 'clothing_dinohat', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(6501, '8098', 741, 'dino15_throne', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6502, '8099', 199, 'dino_c15_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6503, '8100', 199, 'dino_c15_blocks', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6504, '8101', 199, 'dino_c15_rocksmall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6505, '8102', 199, 'dino_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6506, '8103', 199, 'dino_c15_dilosaur', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6507, '8104', 199, 'dino_c15_tree1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6508, '8105', 199, 'dino_c15_crn', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6509, '8106', 199, 'dino_c15_volcano', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6510, '8107', 199, 'dino15_amberbug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6511, '8108', 741, 'dino15_dragonfly', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6512, '8109', 199, 'dino_c15_gate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6513, '8110', 199, 'dino_c15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6514, '8111', 204, 'clothing_caveshirt', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(6515, '8112', 199, 'dino_c15_ribcage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6516, '8113', 199, 'dino_c15_tree2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6517, '8114', 199, 'dino15_dinoprize1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6518, '8115', 201, 'clothing_cavehair', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(6519, '8116', 694, 'dino15_fossil3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6520, '8117', 199, 'dino_c15_rocklarge', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6521, '8118', 199, 'dino15_amberduck', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6522, '8119', 199, 'dino_c15_plant2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6523, '8120', 199, 'dino_c15_plant1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6524, '8121', 200, 'clothing_dino', 14, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6525, '8122', 199, 'dino_c15_divdr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6526, '8123', 199, 'dino15_dinoprize3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6527, '8124', 694, 'dino15_fossil1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6528, '8125', 200, 'clothing_caveman', 10, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(6529, '8126', 199, 'dino_c15_log', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6530, '8127', 199, 'dino15_dinoprize4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6531, '8128', 199, 'dino15_fossil4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6532, '8129', 199, 'dino15_dinoprize5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6533, '8130', 202, 'clothing_hat_skulldino', 6, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6534, '8131', 199, 'dino15_dinoprize2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6535, '8132', 199, 'dino_c15_tree3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6536, '8133', 423, 'fxbox_fx183', 3, 0, 0, 1, 0, 0, 200, -1, 0, '', '0', '0'),
(6537, '8134', 307, 'CF_300_bricks', 300, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6538, '8135', 438, 'room_thr15_spot', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6539, '8136', 438, 'room_thr15_chair2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6540, '8137', 438, 'room_thr15_div2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6541, '8138', 438, 'room_thr15_curtain1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6542, '8139', 438, 'room_thr15_bubjuice', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6543, '8140', 438, 'room_thr15_popcorn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6544, '8141', 438, 'room_thr15_stair', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6545, '8142', 438, 'room_thr15_icecream', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6546, '8143', 438, 'room_thr15_chair1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6547, '8144', 438, 'room_thr15_div3', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6548, '8145', 438, 'room_thr15_stage', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6549, '8146', 438, 'room_thr15_ramp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6550, '8147', 438, 'room_thr15_block', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6551, '8148', 438, 'room_thr15_div1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6552, '8149', 438, 'room_thr15_frontcur', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6553, '8150', 438, 'room_thr15_cover', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6554, '8151', 438, 'room_thr15_candy', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6555, '8152', 438, 'room_thr15_hotdog', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6556, '8153', 438, 'room_thr15_sofa', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6557, '8154', 159, 'room_info15_roller', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6558, '8155', 115, 'nest_raptor', 2, 0, 0, 1, 0, 0, 201, -1, 0, '', '0', '0'),
(6559, '8156', 102, 'velociraptor_egg', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6560, '8157', 232, 'pterosaur_egg', 35, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6561, '8158', 52, 'petfood31', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6562, '8159', 52, 'petfood30', 3, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6563, '8160', 161, 'paris_c15_roof', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6564, '8161', 161, 'paris_c15_crn', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6565, '8162', 161, 'paris15_paintings', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6566, '8163', 588, 'clothing_breton', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(6567, '8164', 161, 'paris_c15_table', 2, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6568, '8165', 161, 'paris15_bicycle', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6569, '8166', 161, 'paris_c15_building2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6570, '8167', 161, 'paris_c15_chair', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6571, '8168', 161, 'paris15_pigeon', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6572, '8169', 161, 'paris_c15_food3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6573, '8170', 161, 'paris_c15_menu', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6574, '8171', 161, 'paris_c15_food1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6575, '8172', 161, 'paris15_poodle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6576, '8173', 161, 'paris15_giftsnails', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6577, '8174', 161, 'paris_c15_flowerpot', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6578, '8175', 161, 'paris_c15_vegstall3', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6579, '8176', 706, 'paris15_cake', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6580, '8177', 161, 'paris_c15_building1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6581, '8178', 161, 'paris_c15_arch', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6582, '8179', 310, 'clothing_necktie', 6, 0, 0, 1, 0, 0, 26, -1, 0, '0', '1', '0'),
(6583, '8180', 161, 'paris_c15_shadow', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6584, '8181', 161, 'paris_c15_vegstall2', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6585, '8182', 741, 'paris15_ltdfountain', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6586, '8183', 161, 'paris_c15_floor', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6587, '8184', 161, 'paris_c15_food2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6588, '8185', 161, 'paris_c15_flowerstl', 10, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6589, '8186', 161, 'paris_c15_awning', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6590, '8187', 161, 'paris_c15_pavement', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6591, '8188', 161, 'paris_c15_breadstall', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6592, '8189', 161, 'paris_c15_vegstall1', 10, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6593, '8190', 161, 'paris_c15_parasol', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6594, '8191', 115, 'nest_pterosaur', 2, 0, 0, 1, 0, 0, 202, -1, 0, '', '0', '0'),
(6595, '8192', 109, 'yttv_retro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6596, '8193', 192, 'habbo15_rare_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6597, '8194', 162, 'habbo15_comp_photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6598, '8195', 162, 'habbo15_comp_clothing', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6599, '8196', 162, 'habbo15_comp_room', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6600, '8197', 162, 'habbo15_comp_video', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6601, '8198', 162, 'habbo15_placeholder', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6602, '8199', 162, 'habbo15_comp_furni', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6603, '8200', 162, 'habbo15_comp_blocks', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6604, '8201', 192, 'habbo15_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6605, '8202', 162, 'room_hall_trophy2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6606, '8203', 162, 'room_hall15_window', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6607, '8204', 162, 'room_hall15_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6608, '8205', 162, 'room_hall15_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6609, '8206', 162, 'room_hall_trophy1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6610, '8207', 162, 'room_hall15_barch', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6611, '8208', 337, 'pillar*10', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6612, '8209', 337, 'habbo15_parasol', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6613, '8210', 337, 'habbo15_scifidoor', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6614, '8211', 337, 'habbo15_sleepingbag', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6615, '8212', 337, 'habbo15_fountain', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6616, '8213', 337, 'habbo15_dragonlamp', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6617, '8214', 337, 'habbo15_fan', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6618, '8215', 337, 'habbo15_icm', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6619, '8216', 337, 'habbo15_woodenscreen', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6620, '8217', 337, 'habbo15_beehive', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6621, '8218', 337, 'habbo15_pillow', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6622, '8219', 337, 'habbo15_scifiport', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6623, '8220', 337, 'habbo15_elephant', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6624, '8221', 337, 'habbo15_marquee', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6625, '8222', 337, 'habbo15_scifirocket', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6626, '8223', 68, 'africa15_meerkat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6627, '8224', 18, 'lodge_c15_floor', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6628, '8225', 104, 'drago_c15_bed', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6629, '8226', 104, 'drago_c15_sofa', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6630, '8227', 30, 'gothic15_toilet', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6631, '8228', 30, 'gothic_c15_tower', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6632, '8229', 30, 'gothic_c15_dvdr', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6633, '8230', 676, 'gothic_c15_chandelier', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6634, '8231', 30, 'gothic_c15_crn', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6635, '8232', 120, 'anc15_pharaohduck', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6636, '8233', 120, 'anc_c15_table', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6637, '8234', 120, 'anc_c15_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6638, '8235', 30, 'gothic15_toilet', 4, 0, 0, 1, 0, 0, 203, -1, 0, '', '0', '0'),
(6639, '8236', 32, 'lt_c15_tree', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6640, '8237', 32, 'lt15_tele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6641, '8238', 32, 'lt_c15_bush', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6642, '8239', 68, 'africa_c15_table', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6643, '8240', 68, 'africa_c15_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6644, '8241', 68, 'africa_c15_bongos', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6645, '8242', 569, 'habbo15_win_2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6646, '8243', 569, 'habbo15_win_3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6647, '8244', 569, 'habbo15_win_1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6648, '8245', 408, 'tiki_c15_leigiver', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6649, '8246', 408, 'tiki_c15_tele', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6650, '8247', 629, 'greek_c15_floor', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6651, '8248', 629, 'greek_c15_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6652, '8249', 629, 'greek_c15_lamp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6653, '8250', 629, 'greek_c15_tile', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6654, '8251', 212, 'garden_c15_toolshed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6655, '8252', 212, 'garden_c15_shroomchr', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6656, '8253', 212, 'garden15_lawnmower', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6657, '8254', 569, 'habbo15_win_5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6658, '8255', 569, 'habbo15_win_4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6659, '8256', 569, 'habbo15_win_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6660, '8257', 569, 'habbo15_win_7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6661, '8258', 569, 'habbo15_win_6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6662, '8259', 569, 'habbo15_win_8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6663, '8260', 304, 'exe_c15_telephone', 4, 0, 0, 1, 0, 0, 5, 10500, 0, '', '1', '0'),
(6664, '8261', 304, 'exe_c15_printer', 4, 0, 0, 1, 0, 0, 4, 10500, 0, '', '1', '0'),
(6665, '8262', 304, 'exe_c15_desktidy', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6666, '8263', 70, 'steampunk15_plane', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6667, '8264', 70, 'steampunk_c15_door', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6668, '8265', 70, 'steampunk_c15_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6669, '8266', 70, 'steampunk_c15_stage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6670, '8267', 569, 'habbo15_win_13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6671, '8268', 569, 'habbo15_win_12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6672, '8269', 162, 'habbo15_birthdaycake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6673, '8270', 569, 'habbo15_win_14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6674, '8271', 569, 'habbo15_win_11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6675, '8272', 569, 'habbo15_win_9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6676, '8273', 35, 'a0 romantique_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6677, '8274', 35, 'a0 romantique_divider1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6678, '8275', 35, 'a0 romantique_divider2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6679, '8276', 35, 'a0 romantique_divider3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6680, '8277', 35, 'a0 romantique_divider4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6681, '8278', 35, 'romantique_c15_dresser', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6682, '8279', 114, 'uni_c15_lamp', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6683, '8280', 114, 'uni_c15_shelvescrn', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6684, '8281', 114, 'uni_c15_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6685, '8282', 50, 'bling_c15_chandalier', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6686, '8283', 50, 'bling15_pooltable', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6687, '8284', 31, 'jp_c15_daruma', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6688, '8285', 31, 'jp_c15_dresser', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6689, '8286', 31, 'jp_c15_teapot', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6690, '8287', 31, 'jp15_luckycat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6691, '8288', 569, 'habbo15_win_19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6692, '8289', 569, 'habbo15_win_16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6693, '8290', 569, 'habbo15_win_17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6694, '8291', 569, 'habbo15_win_20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6695, '8292', 569, 'habbo15_win_15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6696, '8293', 569, 'habbo15_win_22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6697, '8294', 569, 'habbo15_win_18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6698, '8295', 569, 'habbo15_win_24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6699, '8296', 569, 'habbo15_win_28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6700, '8297', 569, 'habbo15_win_21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6701, '8298', 569, 'habbo15_win_25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6702, '8299', 569, 'habbo15_win_23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6703, '8300', 569, 'habbo15_win_29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6704, '8301', 569, 'habbo15_win_26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6705, '8302', 196, 'room_pcnc15_dvd2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6706, '8303', 196, 'room_pcnc15_dvd1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6707, '8304', 196, 'room_pcnc15_hotdog', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6708, '8305', 196, 'room_pcnc15_awn', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6709, '8306', 196, 'room_pcnc15_carrot', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6710, '8307', 196, 'room_pcnc15_table1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6711, '8308', 196, 'room_pcnc15_gzb', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6712, '8309', 196, 'room_pcnc15_wbench', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6713, '8310', 196, 'room_pcnc15_soda', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6714, '8311', 196, 'room_pcnc15_table3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6715, '8312', 196, 'room_pcnc15_table2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6716, '8313', 196, 'room_pcnc15_blanket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6717, '8314', 196, 'room_pcnc15_chair1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6718, '8315', 196, 'room_pcnc15_wood', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6719, '8316', 196, 'room_pcnc15_bbq', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6720, '8317', 569, 'habbo15_win_32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6721, '8318', 569, 'habbo15_win_34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(6722, '8319', 569, 'habbo15_win_30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6723, '8320', 569, 'habbo15_win_31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(6724, '8321', 569, 'habbo15_win_35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6725, '8322', 569, 'habbo15_win_33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6726, '8323', 569, 'habbo15_win_27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6727, '8324', 569, 'habbo15_win_36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6728, '8325', 569, 'habbo15_win_38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(6729, '8326', 569, 'habbo15_win_39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6730, '8327', 569, 'habbo15_win_41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6731, '8328', 569, 'habbo15_win_37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(6732, '8329', 569, 'habbo15_win_43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(6733, '8330', 569, 'habbo15_win_40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(6734, '8331', 569, 'habbo15_win_42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(6735, '8332', 569, 'habbo15_win_44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(6736, '8333', 569, 'habbo15_win_45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6737, '8334', 588, 'clothing_knighttop', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(6738, '8335', 200, 'clothing_demonoutfit', 12, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(6739, '8336', 676, 'clothing_waterhelm', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0'),
(6740, '8337', 310, 'clothing_fammask', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0'),
(6741, '8338', 203, 'clothing_demoncloak', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(6742, '8339', 310, 'clothing_warmask', 6, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(6743, '8340', 676, 'clothing_airhelm', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(6744, '8341', 200, 'clothing_knightoutfit', 9, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(6745, '8342', 676, 'clothing_firehelm', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0'),
(6746, '8343', 202, 'clothing_demonhood', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0'),
(6747, '8344', 206, 'clothing_knighttrousers', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(6748, '8345', 310, 'clothing_skullnecklace', 6, 0, 0, 1, 0, 0, 50, -1, 0, '0', '1', '0'),
(6749, '8346', 676, 'clothing_earthhelm', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(6750, '8347', 310, 'clothing_deathmask', 6, 0, 0, 1, 0, 0, 49, -1, 0, '0', '1', '0'),
(6751, '8348', 310, 'clothing_pestmask', 6, 0, 0, 1, 0, 0, 48, -1, 0, '0', '1', '0'),
(6752, '8349', 396, 'hween_c15_angel', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6753, '8350', 662, 'bonusrare16_2_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6754, '8351', 662, 'bonusrare16_2_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6755, '8352', 662, 'bonusrare16_2_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6756, '8353', 662, 'bonusrare16_2_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6757, '8354', 662, 'bonusrare16_1_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6758, '8355', 662, 'bonusrare16_1_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6759, '8356', 662, 'bonusrare16_1_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6760, '8357', 662, 'bonusrare16_1_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6761, '8358', 662, 'bonusrare16_3_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6762, '8359', 662, 'bonusrare16_3_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6763, '8360', 662, 'bonusrare16_3_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6764, '8361', 662, 'bonusrare16_3_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6765, '8362', 676, 'hween_c15_evilcrystal2', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(6766, '8363', 676, 'hween_c15_purecrystal2', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(6767, '8364', 396, 'hween_c15_stage', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(6768, '8365', 676, 'hween_c15_evilcrystal3', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(6769, '8366', 396, 'hween_c15_fog', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6770, '8367', 396, 'hween_c15_stagecorner', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(6771, '8368', 396, 'hween_c15_building', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6772, '8369', 396, 'hween_c15_tele', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(6773, '8370', 677, 'hween_c15_evilcrystal1', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(6774, '8371', 396, 'hween_c15_dump', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6775, '8372', 396, 'hween15_horseman3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6776, '8373', 676, 'hween_c15_purecrystal3', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(6777, '8374', 396, 'hween_c15_tree', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(6778, '8375', 741, 'hween15_ltdhorseman4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6779, '8376', 396, 'hween_c15_shinycarpet', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(6780, '8377', 396, 'hween_c15_corner', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6781, '8378', 396, 'hween_c15_car', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6782, '8379', 722, 'hween15_saintini', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6783, '8380', 722, 'hween15_evilfrank', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6784, '8381', 396, 'hween_c15_busstop', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6785, '8382', 396, 'hween_c15_telewire', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6786, '8383', 396, 'hween_c15_phone', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6787, '8384', 722, 'hween15_evilraider', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6788, '8385', 396, 'hween_c15_stairs', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(6789, '8386', 396, 'hween_c15_rubbish', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(6790, '8387', 396, 'hween_c15_road', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(6791, '8388', 678, 'hween_c15_altar', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(6792, '8389', 396, 'hween_c15_evilcloud', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6793, '8390', 722, 'hween_c15_demoncat', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6794, '8391', 741, 'hween15_ltdhorseman2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6795, '8392', 396, 'hween15_horseman2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6796, '8393', 396, 'hween_c15_fire', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6797, '8394', 396, 'hween_c15_pavement', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6798, '8395', 741, 'hween15_ltdhorseman3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6799, '8396', 396, 'hween15_horseman1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6800, '8397', 396, 'hween_c15_sdcrack', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(6801, '8398', 396, 'hween_c15_sdwater', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6802, '8399', 741, 'hween15_ltdhorseman1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6803, '8400', 396, 'hween_c15_lamp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(6804, '8401', 722, 'hween15_saintta', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6805, '8402', 396, 'hween15_horseman4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6806, '8403', 396, 'hween15_horseman5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6807, '8404', 677, 'hween_c15_purecrystal1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6808, '8405', 307, 'CF_750_evilskull', 750, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6809, '8406', 678, 'hween_c15_altarbed', 4, 0, 0, 1, 0, 0, 204, -1, 0, '', '0', '0'),
(6810, '8407', 243, 'horse_dye_18', 1, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(6811, '8408', 423, 'fxbox_fx14', 3, 0, 0, 1, 0, 0, 205, -1, 0, '', '0', '0'),
(6812, '8409', 666, 'hween_c15_pumpkin2', 7, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6813, '8410', 666, 'hween_c15_pumpkin1', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6814, '8411', 59, 'ktchn_c15_chair_b', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6815, '8412', 59, 'ktchn_c15_divdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6816, '8413', 59, 'ktchn_c15_table_g', 5, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(6817, '8414', 59, 'ktchn_c15_floor', 2, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6818, '8415', 59, 'ktchn_c15_bread', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6819, '8416', 59, 'ktchn_c15_table_b', 5, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6820, '8417', 59, 'ktchn_c15_chopboard', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6821, '8418', 59, 'ktchn_c15_chair_g', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6822, '8419', 59, 'ktchn_c15_lamp_p', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6823, '8420', 59, 'ktchn15_coffeemaker', 10, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6824, '8421', 59, 'ktchn_c15_cereal', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6825, '8422', 59, 'ktchn_c15_lamp_b', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6826, '8423', 59, 'ktchn_c15_sink', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(6827, '8424', 59, 'ktchn_c15_chair_p', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6828, '8425', 59, 'ktchn_c15_lamp_g', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6829, '8426', 59, 'ktchn_c15_crn', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6830, '8427', 59, 'ktchn15_cabinet', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6831, '8428', 59, 'ktchn_c15_tele', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6832, '8429', 59, 'ktchn_c15_dishwasher', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6833, '8430', 59, 'ktchn_c15_table_p', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6834, '8431', 59, 'ktchn_c15_stove', 4, 0, 0, 1, 0, 0, 32, 10500, 0, '', '1', '0'),
(6835, '8432', 59, 'ktchn15_bubblejuicerack', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6836, '8433', 59, 'ktchn_c15_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6837, '8434', 59, 'ktchn15_fridge', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6838, '8435', 59, 'ktchn_c15_food', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6839, '8436', 59, 'ktchn_c15_microwave', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6840, '8437', 59, 'ktchn_c15_drinks', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6841, '8438', 666, 'habbo15_pumpkin1', 4, 0, 0, 1, 0, 0, 206, -1, 0, '', '0', '0'),
(6842, '8439', 666, 'habbo15_pumpkin2', 4, 0, 0, 1, 0, 0, 207, -1, 0, '', '0', '0'),
(6843, '8440', 485, 'xmas_c15_bushy1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6844, '8441', 727, 'gold_c15_arc_div2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6845, '8442', 727, 'gold_c15_arc_seat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6846, '8443', 368, 'gold_c15_arc_icerug', 4, 0, 0, 1, 0, 0, 208, -1, 0, '', '0', '0'),
(6847, '8444', 727, 'gold_c15_arc_statue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6848, '8445', 727, 'gold_c15_arc_div1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6849, '8446', 727, 'gold_c15_arc_lantern', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6850, '8447', 727, 'gold_c15_arc_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6851, '8448', 727, 'gold_c15_arc_camp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6852, '8449', 727, 'gold_c15_arc_tub', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6853, '8450', 727, 'gold_c15_arc_chair', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6854, '8451', 637, 'gold_rare_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6855, '8452', 727, 'gold_c15_arc_tree1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6856, '8453', 727, 'gold_c15_arc_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6857, '8454', 727, 'gold_c15_arc_geysir', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6858, '8455', 727, 'gold_c15_arc_tele', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6859, '8456', 727, 'gold_c15_arc_hole', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6860, '8457', 727, 'gold_c15_arc_snow', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6861, '8458', 727, 'gold_c15_arc_tree2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6862, '8459', 741, 'xmas15_nutcrackerltd', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6863, '8460', 741, 'xmas_c15_advent6', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6864, '8461', 485, 'xmas_c15_bushy5', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(6865, '8462', 206, 'clothing_santapants', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(6866, '8463', 485, 'xmas_c15_store1', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(6867, '8464', 310, 'clothing_bscarf', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(6868, '8465', 485, 'xmas_c15_roof1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(6869, '8466', 368, 'winter15_freeze', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6870, '8467', 485, 'xmas_c15_fnc', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(6871, '8468', 368, 'winter15_wpost', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6872, '8469', 368, 'winter15_icehockey', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6873, '8470', 485, 'xmas_c15_buildbase2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6874, '8471', 485, 'xmas_c15_bushy3', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6875, '8472', 485, 'xmas_c15_store4', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(6876, '8473', 310, 'clothing_xmasbow', 6, 0, 0, 1, 0, 0, 46, -1, 0, '0', '1', '0'),
(6877, '8474', 485, 'xmas_c15_advent5', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6878, '8475', 485, 'xmas_c15_poinsettia', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6879, '8476', 485, 'xmas_c15_buildbase1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6880, '8477', 485, 'xmas_c15_crnr', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6881, '8478', 485, 'xmas15_clocktower', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6882, '8479', 200, 'clothing_santaoutfit', 15, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(6883, '8480', 200, 'clothing_cladyoutfit', 15, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(6884, '8481', 485, 'xmas_c15_store2', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(6885, '8482', 485, 'xmas_c15_stall', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6886, '8483', 485, 'xmas_c15_snow', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(6887, '8484', 729, 'xmas_c15_bndstnd', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(6888, '8485', 485, 'xmas15_rudolf', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6889, '8486', 485, 'xmas_c15_roof2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6890, '8487', 203, 'clothing_cladydress', 1, 225, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(6891, '8488', 485, 'xmas_c15_advent2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6892, '8489', 368, 'winter15_tree4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6893, '8490', 485, 'xmas_c15_bushy2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6894, '8491', 741, 'xmas15_wishltd', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(6895, '8492', 485, 'xmas_c15_advent8', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6896, '8493', 201, 'clothing_cladyhair', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0'),
(6897, '8494', 741, 'xmas15_glowdeerltd', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(6898, '8495', 204, 'clothing_santatop', 5, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0'),
(6899, '8496', 310, 'clothing_ribbon', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(6900, '8497', 485, 'xmas_c15_advent3', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6901, '8498', 202, 'clothing_santahat', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(6902, '8499', 729, 'xmas_c15_reindeer', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(6903, '8500', 741, 'xmas15_fountainltd', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(6904, '8501', 310, 'clothing_snood', 6, 0, 0, 1, 0, 0, 44, -1, 0, '0', '1', '0'),
(6905, '8502', 485, 'xmas_c15_store3', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(6906, '8503', 485, 'xmas_c15_advent1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6907, '8504', 485, 'xmas_c15_arch', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6908, '8505', 368, 'winter15_fnc_crnr', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6909, '8506', 485, 'xmas_c15_advent4', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6910, '8507', 208, 'clothing_cladyshoes', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(6911, '8508', 368, 'winter15_snowboard', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6912, '8509', 201, 'clothing_santabeard', 2, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(6913, '8510', 485, 'xmas_c15_mntn', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(6914, '8511', 485, 'xmas15_stand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6915, '8512', 485, 'xmas_c15_buildmid2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(6916, '8513', 485, 'xmas_c15_bushy6', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(6917, '8514', 485, 'xmas_c15_snwbush', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6918, '8515', 485, 'xmas15_sleigh', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6919, '8516', 368, 'winter15_iceskater', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6920, '8517', 485, 'xmas_c15_alpinetree', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6921, '8518', 310, 'clothing_knitband', 6, 0, 0, 1, 0, 0, 22, -1, 0, '0', '1', '0'),
(6922, '8519', 485, 'xmas_c15_decotree', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(6923, '8520', 485, 'xmas_c15_stone', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(6924, '8521', 485, 'xmas_c15_bushy4', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(6925, '8522', 368, 'winter15_lmppst', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6926, '8523', 485, 'xmas_c15_advent7', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6927, '8524', 485, 'xmas_c15_mlight', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(6928, '8525', 485, 'xmas_c15_buildmid1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(6929, '8526', 588, 'clothing_knithat', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(6930, '8527', 229, 'hc16_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '0', '1'),
(6931, '8528', 229, 'hc16_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '0', '1'),
(6932, '8529', 229, 'hc16_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '0', '1'),
(6933, '8530', 229, 'hc16_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '0', '1'),
(6934, '8531', 229, 'hc16_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '0', '1'),
(6935, '8532', 229, 'hc16_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '0', '1'),
(6936, '8533', 229, 'hc16_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '0', '1'),
(6937, '8534', 229, 'hc16_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '0', '1'),
(6938, '8535', 229, 'hc16_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '0', '1'),
(6939, '8536', 229, 'hc16_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '0', '1'),
(6940, '8537', 229, 'hc16_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '0', '1'),
(6941, '8538', 229, 'hc16_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '0', '1'),
(6942, '8539', 472, 'ny16_stars', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6943, '8540', 581, 'clothing_party5', 0, 500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(6944, '8541', 581, 'clothing_party4', 0, 500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(6945, '8542', 581, 'clothing_party8', 0, 500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(6946, '8543', 581, 'clothing_party6', 0, 500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(6947, '8544', 472, 'ny_c16_sign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6948, '8545', 581, 'clothing_party3', 0, 500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(6949, '8546', 581, 'clothing_party7', 0, 500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(6950, '8547', 302, 'cny16_monkeyballoon', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(6951, '8548', 668, 'ny16_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6952, '8549', 585, 'clothing_goldpack1', 0, 75, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0'),
(6953, '8550', 302, 'china_monkey', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6954, '8551', 307, 'CF_1200_ny16', 1200, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(6955, '8552', 429, 'tile_fxprovider_nfs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(6956, '8553', 580, 'clothing_hat_space1', 0, 75, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(6957, '8554', 597, 'rare_prize16_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6958, '8555', 597, 'rare_prize16_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6959, '8556', 597, 'rare_prize16_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(6960, '8557', 597, 'rare_prize16_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(6961, '8558', 597, 'rare_prize16_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(6962, '8559', 597, 'rare_prize16_14', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(6963, '8560', 597, 'rare_prize16_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6964, '8561', 597, 'rare_prize16_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6965, '8562', 597, 'rare_prize16_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6966, '8563', 597, 'rare_prize16_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6967, '8564', 597, 'rare_prize16_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6968, '8565', 597, 'rare_prize16_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6969, '8566', 597, 'rare_prize16_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6970, '8567', 597, 'rare_prize16_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6971, '8568', 457, 'val16_float2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(6972, '8569', 457, 'val_c16_lovebirds', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(6973, '8570', 457, 'val_c16_tikicat', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(6974, '8571', 457, 'val_c16_tikicat2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(6975, '8572', 457, 'val16_float3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(6976, '8573', 457, 'val_c16_shellfountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(6977, '8574', 457, 'val16_float1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6978, '8575', 457, 'val16_float4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(6979, '8576', 457, 'val_c16_vase', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(6980, '8577', 742, 'easter16_habberge6l td', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(6981, '8578', 204, 'clothing_pjtop3', 5, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0'),
(6982, '8579', 206, 'clothing_sportpants', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(6983, '8580', 200, 'clothing_urbanoutfit', 16, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(6984, '8581', 310, 'clothing_tiedjumper', 6, 0, 0, 1, 0, 0, 42, -1, 0, '0', '1', '0'),
(6985, '8582', 310, 'clothing_cumberband', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(6986, '8583', 200, 'clothing_casualoutfit1', 12, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(6987, '8584', 201, 'clothing_manbun', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0'),
(6988, '8585', 204, 'clothing_denimvest', 5, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0'),
(6989, '8586', 206, 'clothing_pjbottoms1', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(6990, '8587', 204, 'clothing_pjtop1', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(6991, '8588', 310, 'clothing_hipsterglasses', 6, 0, 0, 1, 0, 0, 40, -1, 0, '0', '1', '0'),
(6992, '8589', 204, 'clothing_tux', 5, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0'),
(6993, '8590', 310, 'clothing_tie1', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(6994, '8591', 202, 'clothing_bandage', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0'),
(6995, '8592', 206, 'clothing_denimshorts', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(6996, '8593', 202, 'clothing_brainjar', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0'),
(6997, '8594', 443, 'easter_c16_mallowduck', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(6998, '8595', 200, 'clothing_floraloutfit', 18, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(6999, '8596', 742, 'easter16_habberge9l td', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7000, '8597', 202, 'clothing_duckhat', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0'),
(7001, '8598', 200, 'clothing_punkoutfit2', 18, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(7002, '8599', 204, 'clothing_tuxshirt', 5, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(7003, '8600', 200, 'clothing_pjoutfit1', 12, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(7004, '8601', 200, 'clothing_hipoutfit3', 16, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(7005, '8602', 208, 'clothing_sliponcanvas', 4, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(7006, '8603', 200, 'clothing_punkoutfit1', 16, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(7007, '8604', 202, 'clothing_backcap', 4, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(7008, '8605', 580, 'clothing_mermaid', 4, 0, 0, 1, 0, 0, 209, -1, 0, '', '0', '0'),
(7009, '8606', 205, 'clothing_twotonehoodie', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(7010, '8607', 201, 'clothing_hipster2', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0'),
(7011, '8608', 742, 'easter16_habberge8ltd', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7012, '8609', 201, 'clothing_disco', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(7013, '8610', 204, 'clothing_longtshirt', 5, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(7014, '8611', 205, 'clothing_sportsjckt', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(7015, '8612', 203, 'clothing_polkadress', 2, 150, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(7016, '8613', 205, 'clothing_tuxoutfit', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(7017, '8614', 204, 'clothing_rippedtop', 5, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0'),
(7018, '8615', 742, 'easter16_habberge7l td', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7019, '8616', 200, 'clothing_hipoutfit1', 10, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(7020, '8617', 200, 'clothing_hipoutfit2', 16, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(7021, '8618', 310, 'clothing_camera', 6, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0'),
(7022, '8619', 201, 'clothing_bedhair', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(7023, '8620', 204, 'clothing_halter', 5, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0'),
(7024, '8621', 200, 'clothing_pjoutfit2', 12, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(7025, '8622', 204, 'clothing_pjtop2', 5, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(7026, '8623', 200, 'clothing_pjoutfit3', 12, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(7027, '8624', 204, 'clothing_offshldrjumper', 5, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(7028, '8625', 310, 'clothing_bigshades', 6, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0'),
(7029, '8626', 580, 'clothing_noblecrown', 0, 75, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(7030, '8627', 201, 'clothing_ombrehr', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0'),
(7031, '8628', 327, 'bonusrare16_4_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7032, '8629', 327, 'bonusrare16_4_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7033, '8630', 327, 'bonusrare16_4_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7034, '8631', 327, 'bonusrare16_4_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7035, '8632', 622, 'icedblk_c16_table', 5, 0, 0, 1, 0, 0, 210, -1, 0, '', '0', '0'),
(7036, '8633', 646, 'icedblk_c16_table_10', 5, 0, 0, 1, 0, 0, 211, -1, 0, '', '0', '0'),
(7037, '8634', 638, 'icedblk_c16_table_2', 5, 0, 0, 1, 0, 0, 212, -1, 0, '', '0', '0'),
(7038, '8635', 639, 'icedblk_c16_table_3', 5, 0, 0, 1, 0, 0, 213, -1, 0, '', '0', '0'),
(7039, '8636', 640, 'icedblk_c16_table_4', 5, 0, 0, 1, 0, 0, 214, -1, 0, '', '0', '0'),
(7040, '8637', 641, 'icedblk_c16_table_5', 5, 0, 0, 1, 0, 0, 215, -1, 0, '', '0', '0'),
(7041, '8638', 642, 'icedblk_c16_table_6', 5, 0, 0, 1, 0, 0, 216, -1, 0, '', '0', '0'),
(7042, '8639', 643, 'icedblk_c16_table_7', 5, 0, 0, 1, 0, 0, 217, -1, 0, '', '0', '0'),
(7043, '8640', 644, 'icedblk_c16_table_8', 5, 0, 0, 1, 0, 0, 218, -1, 0, '', '0', '0'),
(7044, '8641', 645, 'icedblk_c16_table_9', 5, 0, 0, 1, 0, 0, 219, -1, 0, '', '0', '0'),
(7045, '8642', 622, 'icedblk_c16_div4', 4, 0, 0, 1, 0, 0, 220, -1, 0, '', '0', '0'),
(7046, '8643', 646, 'icedblk_c16_div4_10', 4, 0, 0, 1, 0, 0, 221, -1, 0, '', '0', '0'),
(7047, '8644', 638, 'icedblk_c16_div4_2', 4, 0, 0, 1, 0, 0, 222, -1, 0, '', '0', '0'),
(7048, '8645', 639, 'icedblk_c16_div4_3', 4, 0, 0, 1, 0, 0, 223, -1, 0, '', '0', '0'),
(7049, '8646', 640, 'icedblk_c16_div4_4', 4, 0, 0, 1, 0, 0, 224, -1, 0, '', '0', '0'),
(7050, '8647', 641, 'icedblk_c16_div4_5', 4, 0, 0, 1, 0, 0, 225, -1, 0, '', '0', '0'),
(7051, '8648', 642, 'icedblk_c16_div4_6', 4, 0, 0, 1, 0, 0, 226, -1, 0, '', '0', '0'),
(7052, '8649', 643, 'icedblk_c16_div4_7', 4, 0, 0, 1, 0, 0, 227, -1, 0, '', '0', '0'),
(7053, '8650', 644, 'icedblk_c16_div4_8', 4, 0, 0, 1, 0, 0, 228, -1, 0, '', '0', '0'),
(7054, '8651', 645, 'icedblk_c16_div4_9', 4, 0, 0, 1, 0, 0, 229, -1, 0, '', '0', '0'),
(7055, '8652', 622, 'icedblk_c16_div2', 4, 0, 0, 1, 0, 0, 230, -1, 0, '', '0', '0'),
(7056, '8653', 646, 'icedblk_c16_div2_10', 4, 0, 0, 1, 0, 0, 231, -1, 0, '', '0', '0'),
(7057, '8654', 638, 'icedblk_c16_div2_2', 4, 0, 0, 1, 0, 0, 232, -1, 0, '', '0', '0'),
(7058, '8655', 639, 'icedblk_c16_div2_3', 4, 0, 0, 1, 0, 0, 233, -1, 0, '', '0', '0'),
(7059, '8656', 640, 'icedblk_c16_div2_4', 4, 0, 0, 1, 0, 0, 234, -1, 0, '', '0', '0'),
(7060, '8657', 641, 'icedblk_c16_div2_5', 4, 0, 0, 1, 0, 0, 235, -1, 0, '', '0', '0'),
(7061, '8658', 642, 'icedblk_c16_div2_6', 4, 0, 0, 1, 0, 0, 236, -1, 0, '', '0', '0'),
(7062, '8659', 643, 'icedblk_c16_div2_7', 4, 0, 0, 1, 0, 0, 237, -1, 0, '', '0', '0'),
(7063, '8660', 644, 'icedblk_c16_div2_8', 4, 0, 0, 1, 0, 0, 238, -1, 0, '', '0', '0'),
(7064, '8661', 645, 'icedblk_c16_div2_9', 4, 0, 0, 1, 0, 0, 239, -1, 0, '', '0', '0'),
(7065, '8662', 622, 'icedblk_c16_couch', 4, 0, 0, 1, 0, 0, 240, -1, 0, '', '0', '0'),
(7066, '8663', 646, 'icedblk_c16_couch_10', 4, 0, 0, 1, 0, 0, 241, -1, 0, '', '0', '0'),
(7067, '8664', 638, 'icedblk_c16_couch_2', 4, 0, 0, 1, 0, 0, 242, -1, 0, '', '0', '0'),
(7068, '8665', 639, 'icedblk_c16_couch_3', 4, 0, 0, 1, 0, 0, 243, -1, 0, '', '0', '0'),
(7069, '8666', 640, 'icedblk_c16_couch_4', 4, 0, 0, 1, 0, 0, 244, -1, 0, '', '0', '0'),
(7070, '8667', 641, 'icedblk_c16_couch_5', 4, 0, 0, 1, 0, 0, 245, -1, 0, '', '0', '0'),
(7071, '8668', 642, 'icedblk_c16_couch_6', 4, 0, 0, 1, 0, 0, 246, -1, 0, '', '0', '0'),
(7072, '8669', 643, 'icedblk_c16_couch_7', 4, 0, 0, 1, 0, 0, 247, -1, 0, '', '0', '0'),
(7073, '8670', 644, 'icedblk_c16_couch_8', 4, 0, 0, 1, 0, 0, 248, -1, 0, '', '0', '0'),
(7074, '8671', 645, 'icedblk_c16_couch_9', 4, 0, 0, 1, 0, 0, 249, -1, 0, '', '0', '0'),
(7075, '8672', 622, 'icedblk_c16_div3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7076, '8673', 646, 'icedblk_c16_div3_10', 4, 0, 0, 1, 0, 0, 250, -1, 0, '', '0', '0'),
(7077, '8674', 638, 'icedblk_c16_div3_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7078, '8675', 639, 'icedblk_c16_div3_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7079, '8676', 640, 'icedblk_c16_div3_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7080, '8677', 641, 'icedblk_c16_div3_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7081, '8678', 642, 'icedblk_c16_div3_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7082, '8679', 643, 'icedblk_c16_div3_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7083, '8680', 644, 'icedblk_c16_div3_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7084, '8681', 645, 'icedblk_c16_div3_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7085, '8682', 622, 'icedblk_c16_solarium', 4, 0, 0, 1, 0, 0, 251, -1, 0, '', '0', '0'),
(7086, '8683', 646, 'icedblk_c16_solarium_10', 4, 0, 0, 1, 0, 0, 252, -1, 0, '', '0', '0'),
(7087, '8684', 638, 'icedblk_c16_solarium_2', 4, 0, 0, 1, 0, 0, 253, -1, 0, '', '0', '0'),
(7088, '8685', 639, 'icedblk_c16_solarium_3', 4, 0, 0, 1, 0, 0, 254, -1, 0, '', '0', '0'),
(7089, '8686', 640, 'icedblk_c16_solarium_4', 4, 0, 0, 1, 0, 0, 255, -1, 0, '', '0', '0'),
(7090, '8687', 641, 'icedblk_c16_solarium_5', 4, 0, 0, 1, 0, 0, 256, -1, 0, '', '0', '0'),
(7091, '8688', 642, 'icedblk_c16_solarium_6', 4, 0, 0, 1, 0, 0, 257, -1, 0, '', '0', '0'),
(7092, '8689', 643, 'icedblk_c16_solarium_7', 4, 0, 0, 1, 0, 0, 258, -1, 0, '', '0', '0'),
(7093, '8690', 644, 'icedblk_c16_solarium_8', 4, 0, 0, 1, 0, 0, 259, -1, 0, '', '0', '0'),
(7094, '8691', 645, 'icedblk_c16_solarium_9', 4, 0, 0, 1, 0, 0, 260, -1, 0, '', '0', '0'),
(7095, '8692', 622, 'icedblk_c16_shelves', 4, 0, 0, 1, 0, 0, 261, -1, 0, '', '0', '0'),
(7096, '8693', 646, 'icedblk_c16_shelves_10', 4, 0, 0, 1, 0, 0, 262, -1, 0, '', '0', '0'),
(7097, '8694', 638, 'icedblk_c16_shelves_2', 4, 0, 0, 1, 0, 0, 263, -1, 0, '', '0', '0'),
(7098, '8695', 639, 'icedblk_c16_shelves_3', 4, 0, 0, 1, 0, 0, 264, -1, 0, '', '0', '0'),
(7099, '8696', 640, 'icedblk_c16_shelves_4', 4, 0, 0, 1, 0, 0, 265, -1, 0, '', '0', '0'),
(7100, '8697', 641, 'icedblk_c16_shelves_5', 4, 0, 0, 1, 0, 0, 266, -1, 0, '', '0', '0'),
(7101, '8698', 642, 'icedblk_c16_shelves_6', 4, 0, 0, 1, 0, 0, 267, -1, 0, '', '0', '0'),
(7102, '8699', 643, 'icedblk_c16_shelves_7', 4, 0, 0, 1, 0, 0, 268, -1, 0, '', '0', '0'),
(7103, '8700', 644, 'icedblk_c16_shelves_8', 4, 0, 0, 1, 0, 0, 269, -1, 0, '', '0', '0'),
(7104, '8701', 645, 'icedblk_c16_shelves_9', 4, 0, 0, 1, 0, 0, 270, -1, 0, '', '0', '0'),
(7105, '8702', 622, 'icedblk_c16_sofachair', 2, 0, 0, 1, 0, 0, 271, -1, 0, '', '0', '0'),
(7106, '8703', 646, 'icedblk_c16_sofachair_10', 2, 0, 0, 1, 0, 0, 272, -1, 0, '', '0', '0'),
(7107, '8704', 638, 'icedblk_c16_sofachair_2', 2, 0, 0, 1, 0, 0, 273, -1, 0, '', '0', '0'),
(7108, '8705', 639, 'icedblk_c16_sofachair_3', 2, 0, 0, 1, 0, 0, 274, -1, 0, '', '0', '0'),
(7109, '8706', 640, 'icedblk_c16_sofachair_4', 2, 0, 0, 1, 0, 0, 275, -1, 0, '', '0', '0'),
(7110, '8707', 641, 'icedblk_c16_sofachair_5', 2, 0, 0, 1, 0, 0, 276, -1, 0, '', '0', '0'),
(7111, '8708', 642, 'icedblk_c16_sofachair_6', 2, 0, 0, 1, 0, 0, 277, -1, 0, '', '0', '0'),
(7112, '8709', 643, 'icedblk_c16_sofachair_7', 2, 0, 0, 1, 0, 0, 278, -1, 0, '', '0', '0'),
(7113, '8710', 644, 'icedblk_c16_sofachair_8', 2, 0, 0, 1, 0, 0, 279, -1, 0, '', '0', '0'),
(7114, '8711', 645, 'icedblk_c16_sofachair_9', 2, 0, 0, 1, 0, 0, 280, -1, 0, '', '0', '0'),
(7115, '8712', 622, 'icedblk_c16_div1', 4, 0, 0, 1, 0, 0, 281, -1, 0, '', '0', '0'),
(7116, '8713', 646, 'icedblk_c16_div1_10', 4, 0, 0, 1, 0, 0, 282, -1, 0, '', '0', '0'),
(7117, '8714', 638, 'icedblk_c16_div1_2', 4, 0, 0, 1, 0, 0, 283, -1, 0, '', '0', '0'),
(7118, '8715', 639, 'icedblk_c16_div1_3', 4, 0, 0, 1, 0, 0, 284, -1, 0, '', '0', '0'),
(7119, '8716', 640, 'icedblk_c16_div1_4', 4, 0, 0, 1, 0, 0, 285, -1, 0, '', '0', '0'),
(7120, '8717', 641, 'icedblk_c16_div1_5', 4, 0, 0, 1, 0, 0, 286, -1, 0, '', '0', '0'),
(7121, '8718', 642, 'icedblk_c16_div1_6', 4, 0, 0, 1, 0, 0, 287, -1, 0, '', '0', '0'),
(7122, '8719', 643, 'icedblk_c16_div1_7', 4, 0, 0, 1, 0, 0, 288, -1, 0, '', '0', '0'),
(7123, '8720', 644, 'icedblk_c16_div1_8', 4, 0, 0, 1, 0, 0, 289, -1, 0, '', '0', '0'),
(7124, '8721', 645, 'icedblk_c16_div1_9', 4, 0, 0, 1, 0, 0, 290, -1, 0, '', '0', '0'),
(7125, '8722', 622, 'icedblk_c16_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7126, '8723', 646, 'icedblk_c16_sofa_10', 3, 0, 0, 1, 0, 0, 291, -1, 0, '', '0', '0'),
(7127, '8724', 638, 'icedblk_c16_sofa_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7128, '8725', 639, 'icedblk_c16_sofa_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7129, '8726', 640, 'icedblk_c16_sofa_4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7130, '8727', 641, 'icedblk_c16_sofa_5', 3, 0, 0, 1, 0, 0, 292, -1, 0, '', '0', '0'),
(7131, '8728', 642, 'icedblk_c16_sofa_6', 3, 0, 0, 1, 0, 0, 293, -1, 0, '', '0', '0'),
(7132, '8729', 643, 'icedblk_c16_sofa_7', 3, 0, 0, 1, 0, 0, 294, -1, 0, '', '0', '0'),
(7133, '8730', 644, 'icedblk_c16_sofa_8', 3, 0, 0, 1, 0, 0, 295, -1, 0, '', '0', '0'),
(7134, '8731', 645, 'icedblk_c16_sofa_9', 3, 0, 0, 1, 0, 0, 296, -1, 0, '', '0', '0'),
(7135, '8732', 622, 'icedblk_c16_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7136, '8733', 646, 'icedblk_c16_chair_10', 2, 0, 0, 1, 0, 0, 297, -1, 0, '', '0', '0'),
(7137, '8734', 638, 'icedblk_c16_chair_2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7138, '8735', 639, 'icedblk_c16_chair_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7139, '8736', 640, 'icedblk_c16_chair_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7140, '8737', 641, 'icedblk_c16_chair_5', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7141, '8738', 642, 'icedblk_c16_chair_6', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7142, '8739', 643, 'icedblk_c16_chair_7', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7143, '8740', 644, 'icedblk_c16_chair_8', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7144, '8741', 645, 'icedblk_c16_chair_9', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7145, '8742', 622, 'icedblk_c16_div5', 4, 0, 0, 1, 0, 0, 298, -1, 0, '', '0', '0'),
(7146, '8743', 646, 'icedblk_c16_div5_10', 4, 0, 0, 1, 0, 0, 299, -1, 0, '', '0', '0'),
(7147, '8744', 638, 'icedblk_c16_div5_2', 4, 0, 0, 1, 0, 0, 300, -1, 0, '', '0', '0'),
(7148, '8745', 639, 'icedblk_c16_div5_3', 4, 0, 0, 1, 0, 0, 301, -1, 0, '', '0', '0'),
(7149, '8746', 640, 'icedblk_c16_div5_4', 4, 0, 0, 1, 0, 0, 302, -1, 0, '', '0', '0'),
(7150, '8747', 641, 'icedblk_c16_div5_5', 4, 0, 0, 1, 0, 0, 303, -1, 0, '', '0', '0'),
(7151, '8748', 642, 'icedblk_c16_div5_6', 4, 0, 0, 1, 0, 0, 304, -1, 0, '', '0', '0'),
(7152, '8749', 643, 'icedblk_c16_div5_7', 4, 0, 0, 1, 0, 0, 305, -1, 0, '', '0', '0'),
(7153, '8750', 644, 'icedblk_c16_div5_8', 4, 0, 0, 1, 0, 0, 306, -1, 0, '', '0', '0'),
(7154, '8751', 645, 'icedblk_c16_div5_9', 4, 0, 0, 1, 0, 0, 307, -1, 0, '', '0', '0'),
(7155, '8752', 656, 'purablk_c16_shelve', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7156, '8753', 656, 'purablk_c16_eleblock_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7157, '8754', 655, 'purablk_c16_eleblock_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7158, '8755', 647, 'purablk_c16_eleblock_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7159, '8756', 648, 'purablk_c16_eleblock_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7160, '8757', 649, 'purablk_c16_eleblock_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7161, '8758', 650, 'purablk_c16_eleblock_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7162, '8759', 651, 'purablk_c16_eleblock_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7163, '8760', 652, 'purablk_c16_eleblock_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7164, '8761', 653, 'purablk_c16_eleblock_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7165, '8762', 654, 'purablk_c16_eleblock_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7166, '8763', 656, 'purablk_c16_round_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7167, '8764', 655, 'purablk_c16_round_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7168, '8765', 647, 'purablk_c16_round_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7169, '8766', 648, 'purablk_c16_round_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7170, '8767', 649, 'purablk_c16_round_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7171, '8768', 650, 'purablk_c16_round_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7172, '8769', 651, 'purablk_c16_round_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7173, '8770', 652, 'purablk_c16_round_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7174, '8771', 653, 'purablk_c16_round_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7175, '8772', 654, 'purablk_c16_round_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7176, '8773', 656, 'purablk_c16_lamp1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7177, '8774', 656, 'purablk_c16_chair_1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7178, '8775', 655, 'purablk_c16_chair_10', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7179, '8776', 647, 'purablk_c16_chair_2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7180, '8777', 648, 'purablk_c16_chair_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7181, '8778', 649, 'purablk_c16_chair_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7182, '8779', 650, 'purablk_c16_chair_5', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7183, '8780', 651, 'purablk_c16_chair_6', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7184, '8781', 652, 'purablk_c16_chair_7', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7185, '8782', 653, 'purablk_c16_chair_8', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7186, '8783', 654, 'purablk_c16_chair_9', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7187, '8784', 656, 'purablk_c16_lamp3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7188, '8785', 656, 'purablk_c16_bed_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7189, '8786', 655, 'purablk_c16_bed_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7190, '8787', 647, 'purablk_c16_bed_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7191, '8788', 648, 'purablk_c16_bed_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7192, '8789', 649, 'purablk_c16_bed_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7193, '8790', 650, 'purablk_c16_bed_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7194, '8791', 651, 'purablk_c16_bed_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7195, '8792', 652, 'purablk_c16_bed_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7196, '8793', 653, 'purablk_c16_bed_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7197, '8794', 654, 'purablk_c16_bed_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7198, '8795', 656, 'purablk_c16_mdl3_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7199, '8796', 655, 'purablk_c16_mdl3_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7200, '8797', 647, 'purablk_c16_mdl3_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7201, '8798', 648, 'purablk_c16_mdl3_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7202, '8799', 649, 'purablk_c16_mdl3_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7203, '8800', 650, 'purablk_c16_mdl3_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7204, '8801', 651, 'purablk_c16_mdl3_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7205, '8802', 652, 'purablk_c16_mdl3_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7206, '8803', 653, 'purablk_c16_mdl3_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7207, '8804', 654, 'purablk_c16_mdl3_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7208, '8805', 656, 'purablk_c16_bedone_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7209, '8806', 655, 'purablk_c16_bedone_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7210, '8807', 647, 'purablk_c16_bedone_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7211, '8808', 648, 'purablk_c16_bedone_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7212, '8809', 649, 'purablk_c16_bedone_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7213, '8810', 650, 'purablk_c16_bedone_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7214, '8811', 651, 'purablk_c16_bedone_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7215, '8812', 652, 'purablk_c16_bedone_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7216, '8813', 653, 'purablk_c16_bedone_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7217, '8814', 654, 'purablk_c16_bedone_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7218, '8815', 656, 'purablk_c16_mdl2_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7219, '8816', 655, 'purablk_c16_mdl2_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7220, '8817', 647, 'purablk_c16_mdl2_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7221, '8818', 648, 'purablk_c16_mdl2_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7222, '8819', 649, 'purablk_c16_mdl2_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7223, '8820', 650, 'purablk_c16_mdl2_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7224, '8821', 651, 'purablk_c16_mdl2_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7225, '8822', 652, 'purablk_c16_mdl2_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7226, '8823', 653, 'purablk_c16_mdl2_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7227, '8824', 654, 'purablk_c16_mdl2_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7228, '8825', 656, 'purablk_c16_bar', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7229, '8826', 656, 'purablk_c16_fridge', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7230, '8827', 656, 'purablk_c16_mdl5_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7231, '8828', 655, 'purablk_c16_mdl5_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7232, '8829', 647, 'purablk_c16_mdl5_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7233, '8830', 648, 'purablk_c16_mdl5_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7234, '8831', 649, 'purablk_c16_mdl5_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7235, '8832', 650, 'purablk_c16_mdl5_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7236, '8833', 651, 'purablk_c16_mdl5_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7237, '8834', 652, 'purablk_c16_mdl5_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7238, '8835', 653, 'purablk_c16_mdl5_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7239, '8836', 654, 'purablk_c16_mdl5_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7240, '8837', 656, 'purablk_c16_mdl1_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7241, '8838', 655, 'purablk_c16_mdl1_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7242, '8839', 647, 'purablk_c16_mdl1_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7243, '8840', 648, 'purablk_c16_mdl1_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7244, '8841', 649, 'purablk_c16_mdl1_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7245, '8842', 650, 'purablk_c16_mdl1_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7246, '8843', 651, 'purablk_c16_mdl1_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7247, '8844', 652, 'purablk_c16_mdl1_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7248, '8845', 653, 'purablk_c16_mdl1_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7249, '8846', 654, 'purablk_c16_mdl1_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7250, '8847', 656, 'purablk_c16_lamp2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7251, '8848', 656, 'purablk_c16_mdl4_1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7252, '8849', 655, 'purablk_c16_mdl4_10', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7253, '8850', 647, 'purablk_c16_mdl4_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7254, '8851', 648, 'purablk_c16_mdl4_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7255, '8852', 649, 'purablk_c16_mdl4_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7256, '8853', 650, 'purablk_c16_mdl4_5', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7257, '8854', 651, 'purablk_c16_mdl4_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7258, '8855', 652, 'purablk_c16_mdl4_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7259, '8856', 653, 'purablk_c16_mdl4_8', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7260, '8857', 654, 'purablk_c16_mdl4_9', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7261, '8858', 178, 'pura_c16_bed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7262, '8859', 178, 'bed_budget_10', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7263, '8860', 178, 'pura_c16_roundpad10', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7264, '8861', 178, 'bed_budget_one_10', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7265, '8862', 178, 'pura_c16_mdl3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7266, '8863', 178, 'pura_c16_mdl5', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7267, '8864', 178, 'pura_c16_mdl2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7268, '8865', 178, 'chair_basic_10', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7269, '8866', 178, 'pura_c16_eleblock10', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7270, '8867', 178, 'pura_c16_mdl1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7271, '8868', 298, 'divider_nor1_10', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7272, '8869', 298, 'divider_nor5_10', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7273, '8870', 298, 'solarium_norja_10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7274, '8871', 298, 'divider_nor4_10', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7275, '8872', 298, 'soft_sofa_norja_10', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7276, '8873', 298, 'chair_norja_10', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7277, '8874', 298, 'table_norja_med_10', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7278, '8875', 298, 'shelves_norja_10', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7279, '8876', 298, 'divider_nor3_10', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7280, '8877', 298, 'soft_sofachair_norja_10', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7281, '8878', 298, 'couch_norja_10', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7282, '8879', 298, 'divider_nor2_10', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7283, '8880', 728, 'easter_r16_squid', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7284, '8881', 667, 'easter_r16_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7285, '8882', 728, 'easter_r16_pot', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7286, '8883', 443, 'easter_c16_house', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7287, '8884', 728, 'easter_r16_gold', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7288, '8885', 443, 'easter_c16_nest', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7289, '8886', 728, 'easter_r16_throne', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7290, '8887', 662, 'bonusrare16_5_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7291, '8888', 662, 'bonusrare16_5_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7292, '8889', 662, 'bonusrare16_5_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7293, '8890', 662, 'bonusrare16_5_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7294, '8891', 662, 'bonusrare16_5_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7295, '8892', 662, 'bonusrare16_5_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7296, '8893', 662, 'bonusrare16_6_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7297, '8894', 662, 'bonusrare16_6_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7298, '8895', 662, 'bonusrare16_6_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7299, '8896', 662, 'bonusrare16_6_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7300, '8897', 662, 'bonusrare16_6_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7301, '8898', 662, 'bonusrare16_6_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7302, '8899', 268, 'super_r16_herodisplay', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(7303, '8900', 268, 'super_r16_adamskele', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7304, '8901', 580, 'clothing_r16_helmhero', 0, 75, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(7305, '8902', 580, 'clothing_r16_helmprotect', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(7306, '8903', 439, 'room_wl15_telehc', 4, 0, 0, 1, 0, 0, 308, -1, 0, '', '0', '0'),
(7307, '8904', 359, 'classic1_table2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7308, '8905', 359, 'classic1_lamp', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7309, '8906', 359, 'classic1_pillar', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7310, '8907', 359, 'classic1_plant', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7311, '8908', 359, 'classic1_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7312, '8909', 359, 'classic1_desk', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7313, '8910', 359, 'classic1_gate', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7314, '8911', 359, 'classic1_wall2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7315, '8912', 359, 'classic1_table1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7316, '8913', 359, 'classic1_shelf', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7317, '8914', 359, 'classic1_floor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7318, '8915', 359, 'classic1_sofa', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7319, '8916', 359, 'classic1_wall1', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7320, '8917', 538, 'ads_dtlrare_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7321, '8918', 214, 'jungle_c16_flowerd2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7322, '8919', 723, 'jungle_c16_flowerd1', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7323, '8920', 214, 'jungle_c16_roof', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(7324, '8921', 214, 'jungle_c16_berry', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7325, '8922', 214, 'jungle_c16_swingsofa', 3, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(7326, '8923', 214, 'jungle_c16_bridgeend3', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7327, '8924', 214, 'jungle_c16_light', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7328, '8925', 214, 'jungle_c16_table3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7329, '8926', 723, 'jungle_c16_flowerc3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7330, '8927', 214, 'jungle_c16_stairs', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7331, '8928', 214, 'jungle_c16_gate3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7332, '8929', 214, 'jungle_c16_pot', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7333, '8930', 214, 'jungle_c16_tallgrass', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7334, '8931', 214, 'jungle_c16_floor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7335, '8932', 742, 'jungle_ltd16_orangutan', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7336, '8933', 268, 'jungle_r16_basket', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7337, '8934', 214, 'jungle_c16_mat3', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7338, '8935', 214, 'jungle_c16_mat', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7339, '8936', 214, 'jungle_c16_berry2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7340, '8937', 214, 'jungle_c16_mat2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7341, '8938', 678, 'jungle_c16_worktable', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7342, '8939', 214, 'jungle_c16_stairs3', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(7343, '8940', 214, 'jungle_c16_rafflesia', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7344, '8941', 214, 'jungle_c16_pot2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7345, '8942', 214, 'jungle_c16_swingsofa2', 3, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(7346, '8943', 214, 'jungle_c16_wall2', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(7347, '8944', 214, 'jungle_c16_bridgeend2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7348, '8945', 268, 'jungle_r16_pitcherplant', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(7349, '8946', 214, 'jungle_c16_tele', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(7350, '8947', 214, 'jungle_c16_table', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(7351, '8948', 723, 'jungle_c16_flowera3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7352, '8949', 214, 'jungle_c16_tree', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(7353, '8950', 214, 'jungle_c16_stairs2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(7354, '8951', 723, 'jungle_c16_flowerd3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(7355, '8952', 214, 'jungle_c16_wall3', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(7356, '8953', 214, 'jungle_c16_dvdr2', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7357, '8954', 214, 'jungle_c16_swingsofa3', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7358, '8955', 214, 'jungle_c16_treestage', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(7359, '8956', 214, 'jungle_c16_rocks', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(7360, '8957', 214, 'jungle_c16_fruits', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7361, '8958', 214, 'jungle_c16_treestage2', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(7362, '8959', 214, 'jungle_c16_bush', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7363, '8960', 214, 'jungle_c16_gate2', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7364, '8961', 214, 'jungle_c16_ctrick', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7365, '8962', 214, 'jungle_c16_gate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7366, '8963', 214, 'jungle_c16_dvdr', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7367, '8964', 214, 'jungle_c16_plant', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7368, '8965', 214, 'jungle_c16_sacks', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(7369, '8966', 268, 'jungle_r16_raft', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7370, '8967', 214, 'jungle_c16_wall', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(7371, '8968', 723, 'jungle_c16_flowerc2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(7372, '8969', 214, 'jungle_c16_watertile', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(7373, '8970', 214, 'jungle_c16_watertrap', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(7374, '8971', 214, 'jungle_c16_roof3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7375, '8972', 214, 'jungle_c16_table2', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(7376, '8973', 214, 'jungle_c16_radio', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(7377, '8974', 580, 'clothing_r16_sloth', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(7378, '8975', 723, 'jungle_c16_flowera1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7379, '8976', 214, 'jungle_c16_bkcase2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7380, '8977', 723, 'jungle_c16_flowerb3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7381, '8978', 214, 'jungle_c16_roof2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(7382, '8979', 214, 'jungle_c16_bridgeend', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7383, '8980', 214, 'jungle_c16_dvdr3', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7384, '8981', 723, 'jungle_c16_flowerb2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7385, '8982', 723, 'jungle_c16_flowerb1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7386, '8983', 723, 'jungle_c16_flowerc1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7387, '8984', 214, 'jungle_c16_pot3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7388, '8985', 214, 'jungle_c16_bkcase3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7389, '8986', 214, 'jungle_c16_bkcase', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7390, '8987', 723, 'jungle_c16_flowera2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7391, '8988', 214, 'jungle_c16_treestage3', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7392, '8989', 214, 'jungle_c16_bridgemid3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7393, '8990', 214, 'jungle_c16_bridgemid2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7394, '8991', 214, 'jungle_c16_bridgemid', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7395, '8992', 423, 'fxbox_fx192', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7396, '8993', 664, 'bonusbag16_1', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7397, '8994', 664, 'bonusbag16_2', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7398, '8995', 505, 'js_c16_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7399, '8996', 505, 'js_c16_lounger', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7400, '8997', 268, 'js_r16_boat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7401, '8998', 268, 'js_r16_jelly', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7402, '8999', 268, 'js_r16_shark', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7403, '9000', 505, 'js_c16_cat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7404, '9001', 268, 'js_r16_heli', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7405, '9002', 505, 'js_c16_drkcab', 10, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(7406, '9003', 697, 'olympics_c16_counter', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7407, '9004', 697, 'olympics_c16_softmat', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7408, '9005', 697, 'olympics_c16_pommel', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(7409, '9006', 697, 'olympics_c16_weightrack', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7410, '9007', 268, 'olympics_r16_vendingmchn', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7411, '9008', 697, 'olympics_c16_plantdvdr', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7412, '9009', 697, 'olympics_c16_graperack', 10, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7413, '9010', 697, 'olympics_c16_cadorack', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7414, '9011', 268, 'olympics_r16_cheerleader', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(7415, '9012', 742, 'olympics_ltd16_missolympus', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(7416, '9013', 697, 'olympics_c16_saladbar', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7417, '9014', 697, 'olympics_c16_merchdisplay', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(7418, '9015', 697, 'olympics_c16_merch', 10, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7419, '9016', 697, 'olympics_c16_banner', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7420, '9017', 697, 'olympics_c16_adsboard', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7421, '9018', 697, 'olympics_c16_bbeam', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7422, '9019', 268, 'olympics_r16_smoothie', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(7423, '9020', 697, 'olympics_c16_yogamat1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7424, '9021', 697, 'olympics_c16_yogamat2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(7425, '9022', 697, 'olympics_c16_yogamat3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7426, '9023', 697, 'olympics_c16_yogamat4', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(7427, '9024', 697, 'olympics_c16_yogamat5', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7428, '9025', 697, 'olympics_c16_yogamat6', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(7429, '9026', 697, 'olympics_c16_emptrack', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7430, '9027', 697, 'olympics_c16_table', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7431, '9028', 697, 'olympics_c16_trampoline', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7432, '9029', 697, 'olympics_c16_veggiething', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7433, '9030', 697, 'olympics_c16_sportsbag', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7434, '9031', 697, 'olympics_c16_crosstrainer', 4, 0, 0, 1, 0, 0, 14, 10500, 0, '', '1', '0'),
(7435, '9032', 697, 'olympics_c16_glssdvdr', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7436, '9033', 697, 'olympics_c16_mannequin', 4, 0, 0, 1, 0, 0, 309, -1, 0, '', '0', '0'),
(7437, '9034', 697, 'olympics_c16_rug', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7438, '9035', 697, 'olympics_c16_light', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7439, '9036', 697, 'olympics_c16_pillar', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7440, '9037', 697, 'olympics_c16_nanarack', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7441, '9038', 697, 'olympics_c16_sofa', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7442, '9039', 697, 'olympics_c16_fitnessduck', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7443, '9040', 697, 'olympics_c16_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7444, '9041', 268, 'olympics_r16_gymfreak', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7445, '9042', 697, 'olympics_c16_swissball1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7446, '9043', 697, 'olympics_c16_swissball2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7447, '9044', 697, 'olympics_c16_swissball3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7448, '9045', 697, 'olympics_c16_swissball4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7449, '9046', 697, 'olympics_c16_swissball5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7450, '9047', 697, 'olympics_c16_swissball6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7451, '9048', 697, 'olympics_c16_treadmill', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7452, '9049', 212, 'garden_birdbath', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7453, '9050', 212, 'garden_basketflower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7454, '9051', 212, 'garden_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7455, '9052', 212, 'garden_climber', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7456, '9053', 212, 'garden_grass', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7457, '9054', 212, 'garden_pond', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7458, '9055', 212, 'garden_boots', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7459, '9056', 212, 'garden_patio', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7460, '9057', 212, 'garden_stonesteps', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7461, '9058', 212, 'garden_smallpot', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7462, '9059', 212, 'garden_fishgnome', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7463, '9060', 212, 'garden_rosearch', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7464, '9061', 212, 'garden_rosefence', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7465, '9062', 212, 'garden_chair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7466, '9063', 212, 'garden_bigpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7467, '9064', 212, 'garden_table', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7468, '9065', 212, 'garden_flowerbed', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7469, '9066', 360, 'classic2_drinkmach2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7470, '9067', 360, 'classic2_gate', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7471, '9068', 360, 'classic2_corner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7472, '9069', 360, 'classic2_tray', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7473, '9070', 360, 'classic2_drinkcup', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7474, '9071', 360, 'classic2_drinkmach', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7475, '9072', 360, 'classic2_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7476, '9073', 360, 'classic2_trashcan', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7477, '9074', 360, 'classic2_counter', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7478, '9075', 360, 'classic2_sofa', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7479, '9076', 360, 'classic2_plantdivdr.psd', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7480, '9077', 360, 'classic2_grill', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7481, '9078', 360, 'classic2_table', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7482, '9079', 360, 'classic2_floor', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7483, '9080', 360, 'classic2_burger', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7484, '9081', 360, 'classic2_napkin', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7485, '9082', 361, 'classic3_chair*0', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7486, '9083', 361, 'classic3_chair*1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7487, '9084', 361, 'classic3_chair*2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(7488, '9085', 361, 'classic3_chair*3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7489, '9086', 361, 'classic3_plant*0', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(7490, '9087', 361, 'classic3_plant*1', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(7491, '9088', 361, 'classic3_plant*2', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(7492, '9089', 361, 'classic3_plant*3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7493, '9090', 361, 'classic3_plant*4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7494, '9091', 361, 'Classic BB pillar 1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7495, '9092', 361, 'classic3_div2*0', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(7496, '9093', 361, 'classic3_div2*1', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(7497, '9094', 361, 'classic3_div2*2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(7498, '9095', 361, 'classic3_div2*3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7499, '9096', 361, 'classic3_div2*4', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(7500, '9097', 361, 'classic3_floor3*0', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7501, '9098', 361, 'classic3_floor3*1', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(7502, '9099', 361, 'classic3_floor3*2', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(7503, '9100', 361, 'classic3_floor3*3', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(7504, '9101', 361, 'classic3_floor3*4', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(7505, '9102', 361, 'Classic BB table', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0'),
(7506, '9103', 361, 'Classic BB pillar 2', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(7507, '9104', 361, 'Classic BB ticket', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0'),
(7508, '9105', 361, 'classic3_sofa*0', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7509, '9106', 361, 'classic3_sofa*1', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(7510, '9107', 361, 'classic3_sofa*2', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7511, '9108', 361, 'classic3_sofa*3', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0'),
(7512, '9109', 361, 'classic3_floor2', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7513, '9110', 361, 'classic3_stool*0', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0'),
(7514, '9111', 361, 'classic3_stool*1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7515, '9112', 361, 'classic3_stool*2', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0'),
(7516, '9113', 361, 'classic3_stool*3', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0'),
(7517, '9114', 361, 'Classic BB lock', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7518, '9115', 361, 'classic3_floor1', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(7519, '9116', 361, 'classic3_bench*0', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7520, '9117', 361, 'classic3_bench*1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7521, '9118', 361, 'classic3_bench*2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7522, '9119', 361, 'classic3_bench*3', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7523, '9120', 361, 'classic3_wall2*0', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0'),
(7524, '9121', 361, 'classic3_wall2*1', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0'),
(7525, '9122', 361, 'classic3_wall2*2', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0'),
(7526, '9123', 361, 'classic3_wall2*3', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0'),
(7527, '9124', 361, 'classic3_wall2*4', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0'),
(7528, '9125', 361, 'classic3_wall2*5', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0'),
(7529, '9126', 361, 'classic3_wall2*6', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0'),
(7530, '9127', 361, 'classic3_wall2*7', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0'),
(7531, '9128', 361, 'Classic BB wall 1', 4, 0, 5, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(7532, '9129', 361, 'Classic BB pillar 3', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(7533, '9130', 361, 'Classic BB railing', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7534, '9131', 258, 'rare_colourable_marquee_1', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7535, '9132', 258, 'rare_colourable_scifirocket_1', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7536, '9133', 258, 'rare_colourable_fountain_1', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7537, '9134', 610, 'hhistory_r16_crackable', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7538, '9135', 258, 'rare_colourable_wooden_screen_1', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7539, '9136', 258, 'Taivaansininen lohikäärme', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7540, '9137', 258, 'rare_colourable_parasol_1', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7541, '9138', 258, 'rare_colourable_pillar_1', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7542, '9139', 258, 'Taivaansininen mehiläislamppu', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7543, '9140', 258, 'rare_colourable_icecream_1', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7544, '9141', 258, 'rare_colourable_elephant_statue_1', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7545, '9142', 258, 'rare_colourable_scifidoor_1', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7546, '9143', 258, 'rare_colourable_fan_1', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7547, '9144', 258, 'Taivaansininen tyyny', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7548, '9145', 258, 'rare_colourable_scifiport_1', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7549, '9146', 258, 'rare_colourable_barrier_2', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7550, '9147', 397, 'hween_c16_teleport', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7551, '9148', 676, 'Lounge Armchair', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7552, '9149', 397, 'hween_c16_roundtable', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7553, '9150', 397, 'hween_c16_barchair', 2, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7554, '9151', 676, 'Hotel Lobby Lamp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7555, '9152', 397, 'hween_c16_balcony', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7556, '9153', 397, 'hween_c16_fireplace', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7557, '9154', 666, 'hween_r16_crackable2', 7, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7558, '9155', 676, 'Cabinet of Curiosities', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7559, '9156', 722, 'hween_r16_chandelier', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(7560, '9157', 676, 'Bar Stool', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7561, '9158', 722, 'hween_c16_ghostash', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7562, '9159', 397, 'hween_c16_webs', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(7563, '9160', 676, 'Magnificent Fireplace', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7564, '9161', 397, 'hween_c16_wall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(7565, '9162', 397, 'hween_c16_vase', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(7566, '9163', 676, 'hween_c16_balcony2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7567, '9164', 666, 'hween_c16_crackable1', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7568, '9165', 676, 'hween_r16_piano2', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(7569, '9166', 676, 'Patterned Table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7570, '9167', 676, 'Four Poster Bed', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7571, '9168', 676, 'Marble Bar', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7572, '9169', 678, 'hween_c16_ghostmchn', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(7573, '9170', 397, 'Pahis-frankin patsas', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7574, '9171', 580, 'clothing_r16_catface', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(7575, '9172', 676, 'hween_c16_floor2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7576, '9173', 397, 'hween_c16_vanity', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(7577, '9174', 397, 'hween_c16_endtable', 2, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7578, '9175', 676, 'Hotel Wall', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(7579, '9176', 397, 'hween_c16_floor', 1, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(7580, '9177', 397, 'hween_c16_cabinet', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7581, '9178', 722, 'hween_r16_piano', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7582, '9179', 397, 'hween_c16_bkcase', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7583, '9180', 676, 'Evil Frank Bust', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7584, '9181', 676, 'Creaking Stairs', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7585, '9182', 397, 'hween_c16_ladder', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7586, '9183', 742, 'hween_ltd16_ghostcar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7587, '9184', 676, 'Mahogany Bookcase', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7588, '9185', 397, 'hween_c16_glasstable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7589, '9186', 397, 'hween_c16_bed', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7590, '9187', 397, 'hween_c16_lamp', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7591, '9188', 722, 'hween_c16_ghostorb', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7592, '9189', 676, 'Ornate Coffee Table', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7593, '9190', 397, 'hween_c16_chair', 2, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7594, '9191', 722, 'hween_c16_ghostvial', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7595, '9192', 676, 'Vanity Mirror', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7596, '9193', 676, 'Bedside Table', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7597, '9194', 397, 'hween_c16_bar', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7598, '9195', 676, 'hween_r16_chandelier2', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(7599, '9196', 676, 'Opulent Vase', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7600, '9197', 580, 'clothing_r16_cyclops', 0, 75, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(7601, '9198', 423, 'fxbox_fx16', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7602, '9199', 429, 'test_ltd', 4, 0, 0, 1, 0, 0, 310, -1, 0, '', '0', '0'),
(7603, '9200', 429, 'test_ltd2', 4, 0, 0, 1, 0, 0, 311, -1, 0, '', '0', '0'),
(7604, '9201', 486, 'xmas_c16_elf8', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7605, '9202', 486, 'xmas_c16_woodfloor', 2, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(7606, '9203', 486, 'xmas_c16_fireplace', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7607, '9204', 486, 'xmas_c16_dvdr', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7608, '9205', 268, 'xmas_r16_throne', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(7609, '9206', 202, 'clothing_bearhat', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0'),
(7610, '9207', 486, 'xmas_c16_woodtile', 1, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(7611, '9208', 486, 'xmas_c16_deskitems', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7612, '9209', 580, 'clothing_r16_icetiara', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(7613, '9210', 486, 'xmas_c16_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7614, '9211', 729, 'xmas_c16_creature3 name', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7615, '9212', 486, 'xmas_c16_banner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7616, '9213', 486, 'xmas_c16_presentstack', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(7617, '9214', 729, 'xmas_c16_creature7 name', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7618, '9215', 200, 'clothing_bear', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(7619, '9216', 729, 'xmas_c16_elf9', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7620, '9217', 729, 'xmas_c16_elf7', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7621, '9218', 729, 'xmas_c16_elf3', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(7622, '9219', 486, 'xmas_c16_diningtable', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7623, '9220', 486, 'xmas_c16_diningbench', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7624, '9221', 486, 'xmas_c16_food2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7625, '9222', 486, 'xmas_c16_roundtable', 5, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7626, '9223', 486, 'xmas_c16_balcony', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7627, '9224', 729, 'xmas_c16_creature5 name', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7628, '9225', 486, 'xmas_c16_wreathdeco', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(7629, '9226', 486, 'xmas_c16_dresser', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7630, '9227', 486, 'xmas_c16_desk', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7631, '9228', 486, 'xmas_c16_food3', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7632, '9229', 310, 'clothing_bearscarf', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(7633, '9230', 669, 'xmas_c16_stocking', 7, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7634, '9231', 486, 'xmas_c16_tinybed', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(7635, '9232', 669, 'xmas_c16_egg', 7, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7636, '9233', 486, 'xmas_c16_elf1', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7637, '9234', 486, 'xmas_c16_tele', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7638, '9235', 310, 'clothing_reindeer', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(7639, '9236', 486, 'xmas_c16_door', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7640, '9237', 486, 'xmas_c16_elf10', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7641, '9238', 729, 'xmas_c16_creature1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7642, '9239', 486, 'xmas_c16_elf6', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7643, '9240', 486, 'xmas_c16_deskcandles', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7644, '9241', 486, 'xmas_c16_elf4', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7645, '9242', 729, 'xmas_c16_creature6 name', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7646, '9243', 486, 'xmas_c16_food1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7647, '9244', 204, 'clothing_xmas2', 5, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(7648, '9245', 486, 'xmas_c16_rug', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(7649, '9246', 729, 'xmas_c16_creature9 name', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7650, '9247', 580, 'clothing_r16_cathat', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(7651, '9248', 486, 'xmas_c16_sofa', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(7652, '9249', 486, 'xmas_c16_tinychair', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7653, '9250', 486, 'xmas_c16_wall', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(7654, '9251', 729, 'xmas_c16_creature4 name', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7655, '9252', 204, 'clothing_xmas3', 5, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(7656, '9253', 486, 'xmas_c16_candles', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7657, '9254', 729, 'xmas_c16_elf2', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7658, '9255', 486, 'xmas_c16_pillarlight', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7659, '9256', 729, 'xmas_c16_creature8 name', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7660, '9257', 486, 'xmas_c16_mailshelf', 5, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7661, '9258', 729, 'xmas_c16_creature2 name', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7662, '9259', 486, 'xmas_c16_elf5', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7663, '9260', 268, 'xmas_r16_owl', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(7664, '9261', 742, 'xmas_ltd16_bearbed', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7665, '9262', 204, 'clothing_xmas4', 5, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(7666, '9263', 310, 'clothing_longscarf', 6, 0, 0, 1, 0, 0, 34, -1, 0, '0', '1', '0'),
(7667, '9264', 236, 'virus_r16_piratank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7668, '9265', 236, 'virus_r16_crabtank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7669, '9266', 236, 'virus_r16_eeltank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7670, '9267', 236, 'virus_r16_troptank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7671, '9268', 236, 'virus_r16_pufftank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7672, '9269', 236, 'virus_r16_turttank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7673, '9270', 236, 'virus_r16_angtank', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7674, '9271', 362, 'classic5_sofa', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7675, '9272', 362, 'classic5_table_yel', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7676, '9273', 362, 'classic5_stage', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7677, '9274', 362, 'classic5_speaker', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7678, '9275', 362, 'classic5_floor', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7679, '9276', 362, 'classic5_wall', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7680, '9277', 362, 'classic5_chair_blu', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7681, '9278', 362, 'classic5_stairs', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7682, '9279', 362, 'classic5_chair_yel', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7683, '9280', 362, 'classic5_table_blu', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7684, '9281', 664, 'bonusbag16_3', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7685, '9282', 662, 'bonusrare16_7*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7686, '9283', 662, 'bonusrare16_7*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7687, '9284', 662, 'bonusrare16_7*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7688, '9285', 662, 'bonusrare16_7*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7689, '9286', 662, 'bonusrare16_7*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7690, '9287', 662, 'bonusrare16_7*6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7691, '9288', 668, 'ny17_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7692, '9289', 583, 'clothing_r16_party14', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(7693, '9290', 302, 'cny17_roosterballoon', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(7694, '9291', 583, 'clothing_r16_party13', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(7695, '9292', 583, 'clothing_r16_party11', 0, 75, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(7696, '9293', 583, 'clothing_r16_party9', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(7697, '9294', 583, 'clothing_r16_party12', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(7698, '9295', 583, 'clothing_r16_party10', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(7699, '9296', 356, 'clothing_wink', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7700, '9297', 356, 'clothing_love', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7701, '9298', 356, 'clothing_surprised', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7702, '9299', 356, 'clothing_happy', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7703, '9300', 356, 'clothing_poop', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7704, '9301', 356, 'clothing_angry', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7705, '9302', 356, 'clothing_sad', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7706, '9303', 356, 'clothing_excited', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7707, '9304', 356, 'clothing_cool', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7708, '9305', 356, 'clothing_shy', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7709, '9306', 356, 'clothing_bobba', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7710, '9307', 356, 'clothing_silly', 10, 1, 5, 1, 0, 0, 0, -1, 0, '0', '1', '1'),
(7711, '9308', 363, 'classic6_stool', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7712, '9309', 363, 'classic6_sofa', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7713, '9310', 363, 'classic6_tearice', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7714, '9311', 363, 'classic6_bigtable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7715, '9312', 363, 'classic6_chair', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7716, '9313', 363, 'classic6_endtable', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7717, '9314', 363, 'classic6_lowtable', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7718, '9315', 363, 'classic6_lantern', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7719, '9316', 363, 'classic6_wall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7720, '9317', 363, 'Hardwood Floor', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7721, '9318', 363, 'Stone Tiled Floor', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7722, '9319', 363, 'classic6_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7723, '9320', 363, 'classic6_vase', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7724, '9321', 363, 'classic6_food', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7725, '9322', 363, 'classic6_mat', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7726, '9323', 363, 'classic6_dvdr', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7727, '9324', 239, 'bc_gift_31days', 7, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7728, '9325', 239, 'hc_gift_14days', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7729, '9326', 239, 'hc_gift_31days', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7730, '9327', 239, 'bc_gift_14days', 7, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7731, '9328', 302, 'Rooster Statue', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7732, '9329', 598, 'rare_prize17_14', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7733, '9330', 598, 'rare_prize17_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7734, '9331', 598, 'rare_prize17_11', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7735, '9332', 598, 'rare_prize17_12', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7736, '9333', 598, 'rare_prize17_13', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7737, '9334', 598, 'rare_prize17*14', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7738, '9335', 598, 'rare_prize17_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7739, '9336', 598, 'rare_prize17_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7740, '9337', 598, 'rare_prize17_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7741, '9338', 598, 'rare_prize17_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7742, '9339', 598, 'rare_prize17_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7743, '9340', 598, 'rare_prize17_7', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7744, '9341', 598, 'rare_prize17_8', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7745, '9342', 598, 'rare_prize17_9', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7746, '9343', 659, 'bonusrare17_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(7747, '9344', 659, 'bonusrare17_1_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7748, '9345', 659, 'bonusrare17_1_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7749, '9346', 659, 'bonusrare17_1_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7750, '9347', 659, 'bonusrare17_1_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7751, '9348', 659, 'bonusrare17_1_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7752, '9349', 659, 'bonusrare17_4_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7753, '9350', 659, 'bonusrare17_4_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7754, '9351', 659, 'bonusrare17_4_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7755, '9352', 659, 'bonusrare17_4_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7756, '9353', 659, 'bonusrare17_4_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7757, '9354', 659, 'bonusrare17_4_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7758, '9355', 659, 'bonusrare17_3_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7759, '9356', 659, 'bonusrare17_3_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7760, '9357', 659, 'bonusrare17_3_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7761, '9358', 659, 'bonusrare17_3_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7762, '9359', 659, 'bonusrare17_3_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7763, '9360', 659, 'bonusrare17_3_6', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7764, '9361', 659, 'bonusrare17_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(7765, '9362', 659, 'bonusrare17_2_1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7766, '9363', 659, 'bonusrare17_2_2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7767, '9364', 659, 'bonusrare17_2_3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7768, '9365', 659, 'bonusrare17_2_4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7769, '9366', 659, 'bonusrare17_2_5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7770, '9367', 364, 'classic7_gate', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7771, '9368', 364, 'classic7_stage', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7772, '9369', 364, 'classic7_dvdr', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7773, '9370', 364, 'classic7_drinks', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7774, '9371', 364, 'classic7_table', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7775, '9372', 364, 'classic7_drinkdispenser', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7776, '9373', 364, 'classic7_djbooth', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7777, '9374', 364, 'classic7_floor', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7778, '9375', 364, 'classic7_starlight', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7779, '9376', 364, 'classic7_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7780, '9377', 364, 'classic7_tree', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7781, '9378', 364, 'classic7_stairs', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7782, '9379', 364, 'classic7_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7783, '9380', 364, 'classic7_drinkcabinet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7784, '9381', 364, 'classic7_fridge', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7785, '9382', 364, 'classic7_crn', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7786, '9383', 577, 'clothing_r17_wedveil', 0, 500, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(7787, '9384', 577, 'clothing_r17_weddingdress', 0, 75, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(7788, '9385', 577, 'clothing_r17_weddingset', 0, 1500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(7789, '9386', 449, 'val_c17_roseplant', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7790, '9387', 449, 'val_c17_chair', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7791, '9388', 449, 'val_c17_rosedivider', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7792, '9389', 449, 'val_c17_bandstand', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7793, '9390', 449, 'val_c17_vase', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7794, '9391', 743, 'val_r17_organltd', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7795, '9392', 585, 'clothing_goldpack2', 0, 2000, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0'),
(7796, '9393', 250, 'exotic_r17_chamele', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7797, '9394', 250, 'exotic_r17_treefrog', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7798, '9395', 250, 'exotic_r17_snake', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7799, '9396', 250, 'exotic_r17_chipmunk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7800, '9397', 250, 'exotic_r17_birds', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7801, '9398', 250, 'exotic_r17_bat', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7802, '9399', 250, 'exotic_r17_chinchil', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7803, '9400', 250, 'exotic_r17_sloth', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7804, '9401', 119, 'mall_c17_tele', 4, 0, 0, 1, 0, 0, 312, -1, 0, '', '0', '0'),
(7805, '9402', 119, 'mall_c17_kiosk', 4, 0, 0, 1, 0, 0, 313, -1, 0, '', '0', '0'),
(7806, '9403', 573, 'mall_r17_coffeem', 4, 0, 0, 1, 0, 0, 314, -1, 0, '', '0', '0'),
(7807, '9404', 383, 'easter_c17_fence2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7808, '9405', 203, 'clothing_apron', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(7809, '9406', 383, 'easter_c17_barngate', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7810, '9407', 383, 'easter_c17_table', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7811, '9408', 728, 'easter_c17_floweringbush', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(7812, '9409', 383, 'easter_c17_appletree', 10, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(7813, '9410', 728, 'clothing_r17_cow', 0, 1500, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(7814, '9411', 383, 'easter_c17_flour', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7815, '9412', 678, 'easter_c17_combistove', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7816, '9413', 201, 'clothing_crownbraid', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0'),
(7817, '9414', 383, 'easter_c17_chickens', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7818, '9415', 743, 'easter_ltd17_harvestgoddess', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7819, '9416', 667, 'easter_c17_egg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7820, '9417', 383, 'easter_c17_barn', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7821, '9418', 676, 'easter_c17_fruitsalad', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7822, '9419', 676, 'easter_c17_berrycupcake', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7823, '9420', 383, 'easter_c17_fence', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7824, '9421', 676, 'easter_c17_raspjam', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7825, '9422', 383, 'easter_c17_gate', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7826, '9423', 676, 'easter_c17_pastries', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7827, '9424', 383, 'easter_c17_peachtree', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(7828, '9425', 728, 'easter_c17_leafsprout', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7829, '9426', 728, 'clothing_r17_chicken', 0, 1500, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(7830, '9427', 383, 'easter_c17_roof2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7831, '9428', 676, 'easter_c17_choctart', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7832, '9429', 383, 'easter_c17_peartree', 10, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(7833, '9430', 383, 'easter_c17_windmill', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(7834, '9431', 677, 'easter_c17_strawbsbush', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7835, '9432', 383, 'easter_c17_collie', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7836, '9433', 728, 'easter_c17_sapling', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7837, '9434', 677, 'easter_c17_raspbush', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7838, '9435', 676, 'easter_c17_strawbsjam', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7839, '9436', 677, 'easter_c17_carrot', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7840, '9437', 676, 'easter_c17_choccupcake', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7841, '9438', 383, 'easter_c17_sprinkler', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7842, '9439', 383, 'easter_c17_coop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7843, '9440', 251, 'cowbox', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(7844, '9441', 201, 'clothing_messyhalfbun', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0'),
(7845, '9442', 383, 'easter_c17_tree', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(7846, '9443', 728, 'easter_r17_farmcutout', 4, 0, 0, 1, 0, 0, -5, -1, 0, '', '1', '0'),
(7847, '9444', 677, 'easter_c17_blkberrybush', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7848, '9445', 728, 'easter_c17_seeds', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7849, '9446', 676, 'easter_c17_chocbunny', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7850, '9447', 667, 'easter_c17_seedbag', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7851, '9448', 383, 'easter_c17_crn', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7852, '9449', 676, 'easter_c17_carrotcake', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7853, '9450', 676, 'easter_c17_berrytart', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7854, '9451', 383, 'easter_c17_farmsoil', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(7855, '9452', 558, 'cowbox_gold', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(7856, '9453', 728, 'clothing_r17_horse', 0, 1500, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(7857, '9454', 383, 'easter_c17_beehive', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7858, '9455', 676, 'easter_c17_blkberryjam', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7859, '9456', 383, 'easter_c17_roof', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7860, '9457', 383, 'easter_c17_choc', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7861, '9458', 676, 'easter_c17_sweetpastries', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(7862, '9459', 676, 'easter_c17_strawbscake', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(7863, '9460', 383, 'easter_c17_chairs', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7864, '9461', 664, 'bonusbag17_1', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7865, '9462', 416, 'santorini_c17_pottedplants', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7866, '9463', 730, 'santorini_c17_artefact4', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7867, '9464', 416, 'santorini_c17_bar', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(7868, '9465', 416, 'santorini_c17_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7869, '9466', 416, 'santorini_c17_pottedshrub', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(7870, '9467', 730, 'santorini_c17_artefact3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7871, '9468', 416, 'santorini_c17_roof', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7872, '9469', 416, 'santorini_c17_rockroof', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7873, '9470', 730, 'clothing_leafcrown', 0, 1500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(7874, '9471', 416, 'santorini_c17_flowerdivider', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7875, '9472', 730, 'clothing_hermeshat', 0, 1500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(7876, '9473', 416, 'santorini_c17_rocks', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7877, '9474', 416, 'santorini_c17_sand', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7878, '9475', 730, 'santorini_c17_artefact5', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7879, '9476', 416, 'santorini_c17_food1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7880, '9477', 61, 'santorini_r17_chest', 7, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7881, '9478', 416, 'santorini_c17_trellis', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7882, '9479', 730, 'clothing_hoplitehelm', 0, 1500, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(7883, '9480', 730, 'santorini_c17_artefact1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7884, '9481', 416, 'santorini_c17_rockpool', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7885, '9482', 730, 'clothing_greektoga', 0, 1500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(7886, '9483', 416, 'santorini_c17_dividerend', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7887, '9484;59965', 711, 'santorini_r17_chimera', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7888, '9485;59966', 711, 'santorini_r17_hydra', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(7889, '9486', 416, 'santorini_c17_rockstage', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(7890, '9487', 416, 'santorini_c17_donkey', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(7891, '9488', 416, 'santorini_c17_pierend', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7892, '9489', 416, 'santorini_c17_ornatepots', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(7893, '9490', 416, 'santorini_c17_dolphin', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7894, '9491', 416, 'santorini_c17_mosaicfloor', 2, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7895, '9492', 730, 'clothing_hermesshoes', 0, 1500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(7896, '9493', 416, 'santorini_c17_rockcave', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7897, '9494', 416, 'santorini_c17_belltop', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(7898, '9495', 416, 'santorini_c17_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7899, '9496;59968', 711, 'santorini_r17_centaur', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(7900, '9497', 743, 'santorini_ltd17_lighthouse', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(7901, '9498', 416, 'santorini_c17_divider', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7902, '9499', 416, 'santorini_c17_piermid', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7903, '9500', 416, 'santorini_c17_house', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7904, '9501', 416, 'santorini_c17_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7905, '9502', 730, 'santorini_c17_artefact2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7906, '9503;59967', 711, 'santorini_r17_minotaur', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(7907, '9504', 416, 'santorini_c17_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7908, '9505', 202, 'clothing_octohat', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(7909, '9506', 416, 'santorini_c17_pebblefloor', 2, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(7910, '9507', 712, 'santorini_c17_lighthouse', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(7911, '9508', 416, 'santorini_c17_stairs', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7912, '9509', 416, 'santorini_c17_food2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7913, '9510', 416, 'santorini_c17_rockfloat', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(7914, '9511', 573, 'scifi_r17_bed', 4, 0, 0, 1, 0, 0, 315, -1, 0, '', '0', '0'),
(7915, '9512', 36, 'scifi_c17_xcannon', 4, 0, 0, 1, 0, 0, 316, -1, 0, '', '0', '0'),
(7916, '9513', 36, 'scifi_c17_airlock', 4, 0, 0, 1, 0, 0, 317, -1, 0, '', '0', '0'),
(7917, '9514', 577, 'clothing_r17_explorerhelm', 0, 1500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(7918, '9515', 590, 'scifi_r17_cruiser_bd', 4, 0, 0, 1, 0, 0, 318, -1, 0, '', '0', '0'),
(7919, '9516', 743, 'scifi_ltd17_mech_bd', 4, 0, 0, 1, 0, 0, 319, -1, 0, '', '0', '0'),
(7920, '9517', 577, 'clothing_r17_sentinelhelm', 0, 1500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(7921, '9518', 310, 'clothing_facehugger', 6, 0, 0, 1, 0, 0, 33, -1, 0, '0', '1', '0'),
(7922, '9519', 419, 'modern_c17_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7923, '9520', 419, 'modern_c17_pictures', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7924, '9521', 419, 'modern_c17_pug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7925, '9522', 419, 'modern_c17_pug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7926, '9523', 419, 'modern_c17_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7927, '9524', 419, 'modern_c17_lowtable', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7928, '9525', 419, 'modern_c17_folder', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7929, '9526', 419, 'modern_c17_reads', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7930, '9527', 419, 'modern_c17_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7931, '9528', 419, 'modern_c17_incense', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7932, '9529', 419, 'modern_c17_plant desc', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7933, '9530', 419, 'modern_c17_display', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7934, '9531', 419, 'modern_c17_pillow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7935, '9532', 419, 'modern_c17_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7936, '9533', 419, 'modern_c17_floor', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7937, '9534', 419, 'modern_c17_photos', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7938, '9535', 419, 'modern_c17_desk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7939, '9536', 419, 'modern_c17_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7940, '9537', 419, 'modern_c17_iscreen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7941, '9538', 419, 'modern_c17_lamp', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7942, '9539', 419, 'modern_c17_creative', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7943, '9540', 419, 'Jiffin stool', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7944, '9541', 419, 'modern_c17_speakers', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7945, '9542', 419, 'modern_c17_shelf', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7946, '9543', 419, 'modern_c17_endtable', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(7947, '9544', 310, 'clothing_toxicfacehugger', 6, 0, 0, 1, 0, 0, 32, -1, 0, '0', '1', '0'),
(7948, '9545', 409, 'summer_c17_merchstall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7949, '9546', 409, 'summer_c17_astrotelescope', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(7950, '9547', 409, 'summer_c17_burgertruck', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(7951, '9548', 409, 'summer_c17_promenadelamp', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(7952, '9549', 664, 'bonusbag17_2', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(7953, '9550', 676, 'bazaar_c17_lampbluepinktrim', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(7954, '9551', 676, 'bazaar_c17_pillowbluepinktrim', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(7955, '9552', 676, 'bazaar_c17_lampyellow', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(7956, '9553', 676, 'bazaar_c17_curtainblue', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(7957, '9554', 676, 'bazaar_c17_lamppurple', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(7958, '9555', 676, 'bazaar_c17_curtainyellowbluetrim', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(7959, '9556', 676, 'bazaar_c17_ruggreen', 4, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(7960, '9557', 417, 'bazaar_c17_pots', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(7961, '9558', 417, 'bazaar_c17_fruitbasket', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(7962, '9559', 417, 'bazaar_c17_rugrolls', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(7963, '9560', 676, 'bazaar_c17_rugpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7964, '9561', 676, 'bazaar_c17_vasepinkbluetrim', 4, 0, 0, 1, 0, 0, 84, -1, 0, '', '1', '0'),
(7965, '9562', 201, 'clothing_exoticbeard', 2, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0'),
(7966, '9563', 676, 'bazaar_c17_vasebluepinktrim', 4, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0'),
(7967, '9564', 417, 'bazaar_c17_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(7968, '9565', 417, 'bazaar_c17_camel', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(7969, '9566', 676, 'bazaar_c17_pillowmystic', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7970, '9567', 676, 'bazaar_c17_pillowgreenpurpletrim', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(7971, '9568', 676, 'bazaar_c17_vasepurple', 4, 0, 0, 1, 0, 0, 39, -1, 0, '', '1', '0'),
(7972, '9569', 676, 'bazaar_c17_curtaingreen', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(7973, '9570', 310, 'clothing_alluringeyes', 6, 0, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0'),
(7974, '9571', 676, 'bazaar_c17_vasegreenpurpletrim', 4, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0'),
(7975, '9572', 676, 'bazaar_c17_curtaingreenpurpletrim', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(7976, '9573', 676, 'bazaar_c17_rugblue', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(7977, '9574', 417, 'bazaar_c17_dyemystic', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(7978, '9575', 676, 'bazaar_c17_pillowpurple', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(7979, '9576', 715, 'bazaar_r17_throne', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(7980, '9577', 676, 'bazaar_c17_rugyellowbluetrim', 4, 0, 0, 1, 0, 0, 35, -1, 0, '', '1', '0'),
(7981, '9578', 676, 'bazaar_c17_vaseblue', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0'),
(7982, '9579', 743, 'bazaar_ltd17_ele', 4, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(7983, '9580', 676, 'bazaar_c17_vaseyellowbluetrim', 4, 0, 0, 1, 0, 0, 88, -1, 0, '', '1', '0'),
(7984, '9581', 417, 'bazaar_c17_dyeblue', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(7985, '9582', 417, 'bazaar_c17_dyegreen', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(7986, '9583', 676, 'bazaar_c17_curtainpinkbluetrim', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(7987, '9584', 676, 'bazaar_c17_lampmystic', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(7988, '9585', 417, 'bazaar_c17_curtain', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(7989, '9586', 676, 'bazaar_c17_pillowyellow', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(7990, '9587', 676, 'bazaar_c17_rugmystic', 4, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(7991, '9588', 676, 'bazaar_c17_rugbluepinktrim', 4, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(7992, '9589', 417, 'bazaar_c17_flycarpet', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(7993, '9590', 204, 'clothing_exoticvest', 5, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(7994, '9591', 417, 'bazaar_c17_sticklizard', 4, 0, 0, 1, 0, 0, 75, -1, 0, '', '1', '0'),
(7995, '9592', 676, 'bazaar_c17_lampblue', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(7996, '9593', 676, 'bazaar_c17_pillowblue', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(7997, '9594', 417, 'bazaar_c17_clothroof2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(7998, '9595', 417, 'bazaar_c17_marketroofsmall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(7999, '9596', 676, 'bazaar_c17_curtainbluepinktrim', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8000, '9597', 417, 'bazaar_c17_balcony', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8001, '9598', 417, 'bazaar_c17_dyeyellow', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8002, '9599', 676, 'bazaar_c17_lampyellowbluetrim', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8003, '9600', 200, 'clothing_bazaarfemale', 16, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(8004, '9601', 676, 'bazaar_c17_ruggreenpurpletrim', 4, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(8005, '9602', 676, 'bazaar_c17_pillowyellowbluetrim', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(8006, '9603', 678, 'bazaar_c17_colourbucket', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8007, '9604', 676, 'bazaar_c17_vasegreen', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8008, '9605', 417, 'bazaar_c17_meat', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8009, '9606', 676, 'bazaar_c17_curtainpurple', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8010, '9607', 676, 'bazaar_c17_vasepink', 4, 0, 0, 1, 0, 0, 83, -1, 0, '', '1', '0'),
(8011, '9608', 417, 'bazaar_c17_building', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8012, '9609', 676, 'bazaar_c17_lampgreen', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8013, '9610', 676, 'bazaar_c17_vaseyellow', 4, 0, 0, 1, 0, 0, 87, -1, 0, '', '1', '0'),
(8014, '9611', 417, 'bazaar_c17_dyepink', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8015, '9612', 676, 'bazaar_c17_rugpinkbluetrim', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8016, '9613', 676, 'bazaar_c17_vasemystic', 4, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0'),
(8017, '9614', 676, 'bazaar_c17_vasepurpleyellowtrim', 4, 0, 0, 1, 0, 0, 86, -1, 0, '', '1', '0'),
(8018, '9615', 208, 'clothing_pointyshoes', 4, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(8019, '9616', 417, 'bazaar_c17_scorpion', 4, 0, 0, 1, 0, 0, 36, -1, 0, '', '1', '0'),
(8020, '9617', 417, 'bazaar_c17_bubblejuiceblower', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8021, '9618', 676, 'bazaar_c17_rugyellow', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8022, '9619', 676, 'bazaar_c17_lamppink', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8023, '9620', 676, 'bazaar_c17_rugpink', 4, 0, 0, 1, 0, 0, 66, -1, 0, '', '1', '0'),
(8024, '9621', 417, 'bazaar_c17_dyepurple', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8025, '9622', 417, 'bazaar_c17_rug', 4, 0, 0, 1, 0, 0, 60, -1, 0, '', '1', '0'),
(8026, '9623', 204, 'clothing_exotictop', 5, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(8027, '9624', 577, 'clothing_r17_cursedmask', 0, 1500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8028, '9625', 417, 'bazaar_c17_displaytable', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8029, '9626', 417, 'bazaar_c17_spice', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8030, '9627', 417, 'bazaar_c17_lamp', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8031, '9628', 676, 'bazaar_c17_pillowpinkbluetrim', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(8032, '9629', 676, 'bazaar_c17_pillowpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8033, '9630', 715, 'bazaar_r17_fountain', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(8034, '9631', 676, 'bazaar_c17_curtainpink', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8035, '9632', 417, 'bazaar_c17_pillow', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8036, '9633', 676, 'bazaar_c17_pillowgreen', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(8037, '9634', 417, 'bazaar_c17_marketroofbig', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8038, '9635', 417, 'bazaar_c17_chillies', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8039, '9636', 676, 'bazaar_c17_curtainpurpleyellowtrim', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8040, '9637', 676, 'bazaar_c17_curtainyellow', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8041, '9638', 676, 'bazaar_c17_lamppinkbluetrim', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8042, '9639', 676, 'bazaar_c17_pillowpink', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(8043, '9640', 676, 'bazaar_c17_lampgreenpurpletrim', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8044, '9641', 676, 'bazaar_c17_rugpurple', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8045, '9642', 676, 'bazaar_c17_curtainmystic', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8046, '9643', 715, 'bazaar_r17_monkey', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(8047, '9644', 676, 'bazaar_c17_lamppurpleyellowtrim', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8048, '9645', 417, 'bazaar_c17_vase', 4, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0'),
(8049, '9646', 206, 'clothing_harempants', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8050, '9647', 417, 'bazaar_c17_clothroof', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8051, '9648', 200, 'clothing_bazaarmale', 18, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8052, '9649', 417, 'bazaar_c17_arch', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8053, '9650', 573, 'summer_r17_sealion', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8054, '9651', 577, 'clothing_r17_boxerbraids', 0, 1500, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(8055, '9652', 573, 'summer_r17_fishingboat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8056, '9653', 577, 'clothing_r17_sharkmask', 0, 1500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(8057, '9654', 712, 'bazaar_c17_eleengage', 4, 0, 0, 1, 0, 0, 320, -1, 0, '', '0', '0'),
(8058, '9655', 208, 'clothing_flipflopsocks', 4, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(8059, '9656', 259, 'rare_colourable_marquee_2', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8060, '9657', 259, 'rare_colourable_scifirocket_2', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8061, '9658', 259, 'rare_colourable_fountain_2', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8062, '9659', 259, 'rare_colourable_wooden_screen*2', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8063, '9660', 259, 'rare_colourable_dragonlamp*2', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8064, '9661', 259, 'rare_colourable_parasol_2', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8065, '9662', 259, 'rare_colourable_sleepingbag*2', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8066, '9663', 259, 'rare_colourable_pillar_2', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8067, '9664', 259, 'Smaragdinvihreä meripihkalamppu', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8068, '9665', 259, 'rare_colourable_icecream_2', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8069, '9666', 259, 'rare_colourable_elephant_statue_2', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8070, '9667', 610, 'hhistory_r17_crackable', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8071, '9668', 259, 'rare_colourable_scifidoor_2', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8072, '9669', 259, 'rare_colourable_fan*2', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8073, '9670', 259, 'rare_colourable_pillow_2', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8074, '9671', 259, 'rare_colourable_scifiport_2', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8075, '9672', 259, 'rare_colourable_barrier*2', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8076, '9673', 522, 'dessertcafe_c17_armchair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8077, '9674', 522, 'dessertcafe_c17_windoor', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8078, '9675', 203, 'clothing_cutie', 6, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8079, '9676', 522, 'dessertcafe_c17_creamrolls', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8080, '9677', 522, 'dessertcafe_c17_teaplant', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8081, '9678', 522, 'dessertcafe_c17_vase', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8082, '9679', 522, 'dessertcafe_c17_table', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8083, '9680', 522, 'dessertcafe_c17_floor', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8084, '9681', 522, 'dessertcafe_c17_donut', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8085, '9682', 522, 'dessertcafe_c17_glass', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8086, '9683', 522, 'dessertcafe_c17_shelf', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8087, '9684', 522, 'dessertcafe_c17_rug', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8088, '9685', 310, 'clothing_maidband', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(8089, '9686', 522, 'dessertcafe_c17_coffeetable', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8090, '9687', 522, 'dessertcafe_c17_sofa', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8091, '9688', 208, 'clothing_bowtights', 4, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(8092, '9689', 522, 'dessertcafe_c17_counter', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8093, '9690', 203, 'clothing_maidemulaa', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8094, '9691', 522, 'dessertcafe_c17_mochi', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8095, '9692', 310, 'clothing_ribbonband', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0'),
(8096, '9693', 522, 'dessertcafe_c17_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8097, '9694', 522, 'dessertcafe_c17_froyo', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8098, '9695', 593, 'elegant_c17_window', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8099, '9696', 593, 'elegant_c17_vanity', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(8100, '9697', 593, 'elegantp_c17_sofa', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8101, '9698', 593, 'elegantp_c17_chair', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8102, '9699', 593, 'elegant_c17_flowerpot', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8103, '9700', 593, 'elegant_c17_sofa', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8104, '9701', 593, 'elegant_c17_bed', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8105, '9702', 593, 'elegant_c17_teaset', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8106, '9703', 593, 'elegant_c17_stool', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8107, '9704', 593, 'elegant_c17_smalltable', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8108, '9705', 593, 'elegant_c17_floor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8109, '9706', 593, 'elegantp_c17_stool', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8110, '9707', 593, 'elegant_c17_carpet', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8111, '9708', 593, 'elegantp_c17_cat', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8112, '9709', 593, 'elegant_c17_wall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8113, '9710', 577, 'clothing_elegantcrown', 0, 1500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(8114, '9711', 593, 'elegant_c17_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8115, '9712', 593, 'elegantp_c17_window', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8116, '9713', 593, 'elegant_c17_cat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8117, '9714', 593, 'elegantp_c17_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8118, '9715', 593, 'elegantp_c17_carpet', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8119, '9716', 593, 'elegant_c17_cupboard', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8120, '9717', 593, 'elegant_c17_light', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8121, '9718', 593, 'elegant_c17_walldecor', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8122, '9719', 593, 'elegant_c17_table', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8123, '9720', 593, 'elegantp_c17_flowerpot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8124, '9721', 398, 'hween_c17_monstertele', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8125, '9722', 398, 'hween_c17_zombiegrunt', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8126, '9723', 743, 'hween_ltd17_dragon', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8127, '9724', 398, 'hween_c17_hangingroots', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8128, '9725', 398, 'hween_c17_fallingrocks', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8129, '9726', 398, 'hween_c17_zombiesleep', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(8130, '9727', 722, 'clothing_badasshelmet', 0, 500, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(8131, '9728', 201, 'clothing_layerbuns', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(8132, '9729', 398, 'hween_c17_mimic', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8133, '9730', 573, 'hween_r17_lichthrone', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8134, '9731', 310, 'clothing_demoneyes', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(8135, '9732', 398, 'hween_c17_thefallen', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(8136, '9733', 722, 'clothing_herochest', 0, 500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8137, '9734', 722, 'clothing_rebelchest', 0, 500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(8138, '9735', 398, 'hween_c17_rat', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8139, '9736', 398, 'hween_c17_rockdrip', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8140, '9737', 577, 'clothing_r17_bathat', 0, 1500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(8141, '9738', 722, 'clothing_herohelmet', 0, 500, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0'),
(8142, '9739', 722, 'clothing_legarmour', 0, 500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8143, '9740', 398, 'hween_c17_lichen', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8144, '9741', 398, 'hween_c17_bonfire', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8145, '9742', 398, 'hween_c17_hidewall', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8146, '9743', 398, 'hween_c17_rock', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8147, '9744', 310, 'clothing_plaguemask', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(8148, '9745', 712, 'hween_dragengage', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8149, '9746', 398, 'hween_c17_portcullis', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8150, '9747', 398, 'hween_c17_pillar', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8151, '9748', 573, 'hween_r17_ancdrago', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8152, '9749', 577, 'clothing_r17_hwcrown_bd', 0, 1500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(8153, '9750', 398, 'hween_c17_shroomthing', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8154, '9751', 398, 'hween_c17_handstrap', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8155, '9752', 398, 'hween_c17_gibbet', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8156, '9753', 666, 'hween_c17_flamingknight', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8157, '9754', 398, 'hween_c17_wall', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8158, '9755', 310, 'clothing_zombieeyes', 6, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0'),
(8159, '9756', 398, 'hween_c17_pillarsmall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8160, '9757', 398, 'hween_c17_cavefloor', 1, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8161, '9758', 398, 'hween_c17_spiketrap', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8162, '9759', 398, 'hween_c17_tent', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8163, '9760', 722, 'clothing_shoearmour', 0, 500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(8164, '9761', 398, 'hween_c17_torturebed', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8165, '9762', 398, 'hween_c17_rock2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8166, '9763', 664, 'bonusbag17_3', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8167, '9764', 664, 'bonusbag17_4', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8168, '9765', 658, 'america_r17_beaver', 4, 0, 0, 1, 0, 0, 321, -1, 0, '', '0', '0'),
(8169, '9766', 595, 'chess_w_bishop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8170, '9767', 595, 'chess_boardtile', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8171, '9768', 595, 'chess_b_rook', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8172, '9769', 595, 'chess_b_knight', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8173, '9770', 595, 'chess_w_rook', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8174, '9771', 595, 'chess_w_queen', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8175, '9772', 595, 'chess_w_king', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8176, '9773', 595, 'chess_w_pawn', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8177, '9774', 595, 'chess_b_king', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8178, '9775', 595, 'chess_b_bishop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8179, '9776', 595, 'chess_b_pawn', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8180, '9777', 595, 'chess_b_queen', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8181, '9778', 595, 'chess_w_knight', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8182, '9779', 658, 'america_r17_skunk', 4, 0, 0, 1, 0, 0, 322, -1, 0, '', '0', '0'),
(8183, '9780', 577, 'clothing_r17_daveycrockett', 0, 1500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8184, '9781', 577, 'clothing_r17_frontierbraids', 0, 1500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8185, '9782', 658, 'america_r17_opossum', 4, 0, 0, 1, 0, 0, 323, -1, 0, '', '0', '0'),
(8186, '9783', 658, 'america_r17_raccoon', 4, 0, 0, 1, 0, 0, 324, -1, 0, '', '0', '0'),
(8187, '9784', 658, 'america_r17_eagle', 4, 0, 0, 1, 0, 0, 325, -1, 0, '', '0', '0'),
(8188, '9785', 658, 'america_r17_armadillo', 4, 0, 0, 1, 0, 0, 326, -1, 0, '', '0', '0'),
(8189, '9786', 577, 'clothing_r17_goldtophat', 0, 1500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8190, '9787', 487, 'xmas_c17_britishbulldog', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8191, '9788', 487, 'xmas_c17_girl', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8192, '9789', 487, 'xmas_c17_man', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8193, '9790', 677, 'xmas_c17_blueprint3', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8194, '9791', 487, 'xmas_c17_snowybasket', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8195, '9792', 671, 'xmas_c17_doll2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8196, '9793', 677, 'xmas_c17_blueprint6', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8197, '9794', 678, 'xmas_c17_sewingmchn', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8198, '9795', 487, 'xmas_c17_roof', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8199, '9796', 487, 'xmas_c17_door', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8200, '9797', 487, 'xmas_c17_hatshop', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8201, '9798', 671, 'xmas_c17_doll4', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8202, '9799', 743, 'xmas_ltd17_ted', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8203, '9800', 487, 'xmas_c17_stove', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(8204, '9801', 677, 'xmas_c17_blueprint5', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8205, '9802', 487, 'xmas_c17_hangingbasket', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8206, '9803', 487, 'xmas_c17_lamp', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8207, '9804', 487, 'xmas_c17_pavement', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8208, '9805', 487, 'xmas_c17_smallpavement', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8209, '9806', 573, 'xmas_r17_carriage', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(8210, '9807', 676, 'clothing_featherflower', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0'),
(8211, '9808', 669, 'xmas_c17_book', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8212, '9809', 487, 'xmas_c17_chair', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8213, '9810', 676, 'clothing_buttonpants', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8214, '9811', 671, 'xmas_c17_doll1', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8215, '9812', 487, 'xmas_c17_tree', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(8216, '9813', 487, 'xmas_c17_frizzycat', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8217, '9814', 577, 'clothing_r17_goldfeatherflower', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8218, '9815', 487, 'xmas_c17_bigwindows2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8219, '9816', 487, 'xmas_c17_teashop', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(8220, '9817', 671, 'xmas_c17_doll6', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8221, '9818', 487, 'xmas_c17_snowypot', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(8222, '9819', 487, 'xmas_c17_cobbleroad', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8223, '9820', 573, 'xmas_r17_musicbox', 4, 0, 0, 1, 0, 0, -3, -1, 0, '', '1', '0'),
(8224, '9821', 487, 'xmas_c17_window', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8225, '9822', 487, 'xmas_c17_fencecorner', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8226, '9823', 487, 'xmas_c17_chestnutstall', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8227, '9824', 310, 'clothing_beautyface', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(8228, '9825', 487, 'xmas_c17_bench', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8229, '9826', 487, 'xmas_c17_thread', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8230, '9827', 487, 'xmas_c17_wall', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(8231, '9828', 487, 'xmas_c17_pillar', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8232, '9829', 729, 'xmas_c17_blueprint4', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8233, '9830', 487, 'xmas_c17_drain', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8234, '9831', 487, 'xmas_c17_fence', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8235, '9832', 487, 'xmas_c17_table', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(8236, '9833', 677, 'xmas_c17_blueprint2', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8237, '9834', 671, 'xmas_c17_doll5', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(8238, '9835', 487, 'xmas_c17_boy', 10, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8239, '9836', 676, 'clothing_ruffleshirt', 5, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(8240, '9837', 487, 'xmas_c17_pub2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8241, '9838', 487, 'xmas_c17_cloth', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8242, '9839', 676, 'clothing_tophat', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0'),
(8243, '9840', 712, 'xmas_c17_engage_ted', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8244, '9841', 487, 'xmas_c17_snowygrass', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8245, '9842', 677, 'xmas_c17_blueprint1', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8246, '9843', 671, 'xmas_c17_doll3', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8247, '9844', 487, 'xmas_c17_robins', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8248, '9845', 487, 'xmas_c17_woman', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8249, '9846', 676, 'clothing_dress', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8250, '9847', 487, 'xmas_c17_bigwindows1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8251, '9848', 487, 'xmas_c17_pram', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8252, '9849', 573, 'xmas_r17_lion', 4, 0, 0, 1, 0, 0, -2, -1, 0, '', '1', '0'),
(8253, '9850', 487, 'xmas_c17_horse', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8254, '9851', 676, 'clothing_tailedcoat', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(8255, '9852', 487, 'xmas_c17_pub1', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8256, '9853', 487, 'xmas_c17_gate', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8257, '9854', 487, 'xmas_c17_candyshop', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8258, '9855', 310, 'clothing_sasquatchmask', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(8259, '9856', 598, 'rare_prize17xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8260, '9857', 570, 'clothing_loyalty_V', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(8261, '9858', 570, 'clothing_loyalty_X', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(8262, '9859', 570, 'clothing_loyalty_II', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(8263, '9860', 585, 'clothing_goldpack3', 0, 3000, 0, 1, 0, 0, 0, -1, 0, '0', '1', '0'),
(8264, '9861', 660, 'bonusrare18_3*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8265, '9862', 660, 'bonusrare18_3*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8266, '9863', 660, 'bonusrare18_3*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8267, '9864', 660, 'bonusrare18_3*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8268, '9865', 660, 'bonusrare18_3*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8269, '9866', 660, 'bonusrare18_3*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8270, '9867', 664, 'bonusbag18_3', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8271, '9868', 664, 'bonusbag18_2', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8272, '9869', 660, 'bonusrare18_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8273, '9870', 660, 'bonusrare18_2*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8274, '9871', 660, 'bonusrare18_2*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8275, '9872', 660, 'bonusrare18_2*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8276, '9873', 660, 'bonusrare18_2*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8277, '9874', 660, 'bonusrare18_2*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8278, '9875', 664, 'bonusbag18_4', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8279, '9876', 664, 'bonusbag18_1', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8280, '9877', 660, 'bonusrare18_4*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8281, '9878', 660, 'bonusrare18_4*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8282, '9879', 660, 'bonusrare18_4*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8283, '9880', 660, 'bonusrare18_4*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8284, '9881', 660, 'bonusrare18_4*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8285, '9882', 660, 'bonusrare18_4*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8286, '9883', 660, 'bonusrare18_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8287, '9884', 660, 'bonusrare18_1*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8288, '9885', 660, 'bonusrare18_1*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8289, '9886', 660, 'bonusrare18_1*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8290, '9887', 660, 'bonusrare18_1*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8291, '9888', 660, 'bonusrare18_1*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8292, '9889', 582, 'clothing_mini_bowlerhat_dark', 0, 1500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8293, '9890', 582, 'clothing_mini_bowlerhat_cream', 0, 1500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8294, '9891', 582, 'clothing_mini_bowlerhat_gold', 0, 1500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8295, '9892', 582, 'clothing_mini_bowlerhat_green', 0, 1500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8296, '9893', 582, 'clothing_mini_bowlerhat_red', 0, 1500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(8297, '9894', 582, 'clothing_mini_bowlerhat_purple', 0, 1500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(8298, '9895', 582, 'clothing_mini_bowlerhat_blue', 0, 1500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(8299, '9896', 668, 'ny18_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8300, '9897', 365, 'classic8_bar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8301, '9898', 366, 'classic9_floor2', 4, 0, 0, 1, 0, 0, 138, -1, 0, '', '1', '0'),
(8302, '9899', 365, 'classic8_chair', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8303, '9900', 366, 'classic9_statue', 4, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0'),
(8304, '9901', 365, 'classic8_rug', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8305, '9902', 365, 'classic8_records', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8306, '9903', 365, 'classic8_sofa', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8307, '9904', 366, 'classic9_carpet', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(8308, '9905', 365, 'classic8_statue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8309, '9906', 365, 'classic8_curtains', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8310, '9907', 365, 'classic8_stairs', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8311, '9908', 365, 'classic8_glassfloor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8312, '9909', 366, 'classic9_counter', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(8313, '9910', 366, 'classic9_chair', 4, 0, 0, 1, 0, 0, 135, -1, 0, '', '1', '0'),
(8314, '9911', 366, 'classic9_light', 4, 0, 0, 1, 0, 0, 139, -1, 0, '', '1', '0'),
(8315, '9912', 365, 'classic8_pillar', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8316, '9913', 366, 'classic9_floor1', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(8317, '9914', 366, 'classic9_table', 4, 0, 0, 1, 0, 0, 143, -1, 0, '', '1', '0'),
(8318, '9915', 365, 'classic8_divider', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8319, '9916', 365, 'classic8_floor', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8320, '9917', 365, 'classic8_sign', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8321, '9918', 365, 'classic8_shelf', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8322, '9919', 366, 'classic9_plant', 4, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0'),
(8323, '9920', 365, 'classic8_disco', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8324, '9921', 366, 'classic9_stool', 4, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0'),
(8325, '9922', 366, 'classic9_bookshelf', 4, 0, 0, 1, 0, 0, 133, -1, 0, '', '1', '0'),
(8326, '9923', 365, 'classic8_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8327, '9924', 366, 'classic9_books', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0'),
(8328, '9925', 365, 'classic8_plant', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8329, '9926', 366, 'classic9_wall', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0'),
(8330, '9927', 592, 'rare_prize18_0', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8331, '9928', 592, 'rare_prize18_1', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8332, '9929', 592, 'rare_prize18_10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8333, '9930', 592, 'rare_prize18_11', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8334, '9931', 592, 'rare_prize18_12', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8335, '9932', 592, 'rare_prize18_2', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8336, '9933', 592, 'rare_prize18_3', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8337, '9934', 592, 'rare_prize18_4', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8338, '9935', 592, 'rare_prize18_5', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8339, '9936', 592, 'rare_prize18_6', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8340, '9937', 592, 'rare_prize18_7', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8341, '9938', 592, 'rare_prize18_8', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8342, '9939', 592, 'rare_prize18_9', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8343, '9940', 357, 'hc17_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(8344, '9941', 357, 'hc17_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(8345, '9942', 357, 'hc17_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(8346, '9943', 357, 'hc17_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(8347, '9944', 357, 'hc17_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(8348, '9945', 357, 'hc17_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(8349, '9946', 357, 'hc17_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(8350, '9947', 357, 'hc17_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(8351, '9948', 357, 'hc17_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(8352, '9949', 357, 'hc17_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(8353, '9950', 357, 'hc17_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(8354, '9951', 458, 'Koristeltu lipasto', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8355, '9952', 458, 'Koristeltu kaappi', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8356, '9953', 201, 'clothing_judgewig', 6, 0, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0'),
(8357, '9954', 201, 'clothing_elegantponytail', 6, 0, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(8358, '9955', 578, 'clothing_r18_unicorn', 0, 2000, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(8359, '9956', 458, 'Ruhtinaallinen joutsen', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8360, '9957', 578, 'clothing_r18_dress', 0, 2000, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(8361, '9958', 237, 'Pylvässänky', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8362, '9959', 202, 'clothing_gentcap', 4, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(8363, '9960', 384, 'easter_c18_lemontree', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8364, '9961', 728, 'easter_c18_snowdrop3', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0'),
(8365, '9962', 310, 'clothing_shades', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(8366, '9963', 728, 'easter_c18_lupin1', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8367, '9964', 201, 'clothing_braidedwavy', 6, 0, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(8368, '9965', 728, 'easter_c18_tulip2', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(8369, '9966', 667, 'easter_c18_seedpackrose', 7, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8370, '9967', 310, 'clothing_satchel', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(8371, '9968', 384, 'easter_c18_dancingplant', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8372, '9969', 728, 'easter_c18_badflower', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(8373, '9970', 667, 'easter_c18_seedpacktulip', 7, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8374, '9971', 728, 'easter_c18_rose3', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0'),
(8375, '9972', 728, 'easter_c18_tulip3', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8376, '9973', 384, 'easter_c18_tricyle', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8377, '9974', 384, 'easter_c18_recyclebin', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8378, '9975', 384, 'easter_c18_ivybeam', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8379, '9976', 728, 'easter_c18_lupin3', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0'),
(8380, '9977', 384, 'easter_c18_radio', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8381, '9978', 728, 'easter_c18_lupin4', 4, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0'),
(8382, '9979', 384, 'easter_c18_ceilingfan', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(8383, '9980', 384, 'easter_c18_ivylight', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8384, '9981', 204, 'clothing_tiedtop', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8385, '9982', 667, 'easter_c18_seedpacksnowdrop', 7, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8386, '9983', 728, 'easter_c18_rose4', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0'),
(8387, '9984', 237, 'easter_r18_bonzaifountain', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8388, '9985', 384, 'easter_c18_hutch', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8389, '9986', 728, 'easter_c18_snowdrop4', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0'),
(8390, '9987', 384, 'easter_c18_shelfplants', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8391, '9988', 237, 'easter_r18_bigbunny', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8392, '9989', 384, 'easter_c18_curtains', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8393, '9990', 578, 'clothing_r18_bunniemask', 0, 2000, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(8394, '9991', 384, 'easter_c18_washline', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8395, '9992', 384, 'easter_c18_glassbrickcnr', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8396, '9993', 384, 'easter_c18_birchpillar', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(8397, '9994', 728, 'easter_c18_rose2', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0'),
(8398, '9995', 384, 'easter_c18_boxplanter', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8399, '9996', 578, 'clothing_r18_bunniehat', 0, 2000, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(8400, '9997', 728, 'easter_c18_tulip1', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0'),
(8401, '9998', 201, 'clothing_floppyhair', 6, 0, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0'),
(8402, '9999', 744, 'easter_ltd18_habberge10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8403, '10000', 384, 'easter_c18_hangingplant', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8404, '10001', 384, 'easter_c18_woodendeco', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8405, '10002', 728, 'easter_c18_lupin2', 4, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0'),
(8406, '10003', 384, 'easter_c18_dragonflies', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8407, '10004', 201, 'clothing_retrohair', 6, 0, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0'),
(8408, '10005', 384, 'easter_c18_chair', 2, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(8409, '10006', 728, 'easter_c18_tulip4', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(8410, '10007', 202, 'clothing_floppysunhat', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(8411, '10008', 384, 'easter_c18_patternfloor', 2, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8412, '10009', 384, 'easter_c18_glassdoor', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8413, '10010', 384, 'easter_c18_slatestack', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8414, '10011', 384, 'easter_c18_stackedplants', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8415, '10012', 384, 'easter_c18_countryteaset', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(8416, '10013', 667, 'easter_c18_seedpacklupin', 7, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8417, '10014', 384, 'easter_c18_glassbrickwall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8418, '10015', 384, 'easter_c18_chiaplants', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(8419, '10016', 384, 'easter_c18_table', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8420, '10017', 728, 'easter_c18_snowdrop1', 4, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0'),
(8421, '10018', 384, 'easter_c18_radiator', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8422, '10019', 384, 'easter_c18_fawn', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8423, '10020', 384, 'easter_c18_veg', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8424, '10021', 728, 'easter_c18_snowdrop2', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0'),
(8425, '10022', 728, 'easter_c18_rose1', 4, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0'),
(8426, '10023', 737, 'trophy_netsafety_0', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8427, '10024', 676, 'clothing_kpopbuns', 6, 0, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(8428, '10025', 676, 'clothing_kpop', 6, 0, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(8429, '10026', 676, 'clothing_bffshirt', 5, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(8430, '10027', 676, 'clothing_bffhat', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(8431, '10028', 302, 'china_dog', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8432, '10029', 302, 'cny18_dogballoon', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8433, '10030', 307, 'CF_500_moneytree', 500, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8434, '10031', 572, 'gift_bff_a', 4, 0, 0, 1, 0, 0, 327, -1, 0, '', '0', '0'),
(8435, '10032', 678, 'crafting_jarhearts', 4, 0, 0, 1, 0, 0, 328, -1, 0, '', '0', '0'),
(8436, '10033', 572, 'gift_bff_b', 4, 0, 0, 1, 0, 0, 329, -1, 0, '', '0', '0'),
(8437, '10034', 237, 'cine_r18_buggy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8438, '10035', 237, 'cine_r18_camera', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8439, '10036', 237, 'cine_r18_catcopter', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8440, '10037', 205, 'clothing_poncho', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8441, '10038', 204, 'clothing_inmate', 5, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8442, '10039', 200, 'clothing_mercenary', 20, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8443, '10040', 208, 'clothing_yetifeet', 4, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8444, '10041', 237, 'cine_r18_trailer', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8445, '10042', 204, 'clothing_c18_cutething', 5, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(8446, '10043', 480, 'gift_c18_cookiejar name', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8447, '10044', 422, 'gaming_c18_hswap', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8448, '10045', 501, 'laundry_c18_ironing', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8449, '10046', 501, 'laundry_c18_dustpan', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8450, '10047', 422, 'gaming_c18_chairpro', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8451, '10048', 501, 'laundry_c18_basket', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8452, '10049', 501, 'laundry_c18_products', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8453, '10050', 422, 'gaming_c18_gameplush2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8454, '10051', 501, 'laundry_c18_washmachine', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8455, '10052', 422, 'gaming_c18_gameplush1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8456, '10053', 422, 'gaming_c18_gamecollection', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8457, '10054', 422, 'gaming_c18_setuppro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8458, '10055', 422, 'gaming_c18_cubelight', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8459, '10056', 237, 'laundry_r18_vacuum', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8460, '10057', 501, 'laundry_c18_dryingrack', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8461, '10058', 422, 'gaming_c18_hs4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8462, '10059', 422, 'gaming_c18_rigpro', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8463, '10060', 237, 'jp_r18_asiandoll', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8464, '10061', 578, 'clothing_r18_seahorse', 0, 2000, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(8465, '10062', 731, 'coralking_c18_cone', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8466, '10063', 424, 'coralking_c18_gate', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8467, '10064', 424, 'coralking_c18_fishnet', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8468, '10065', 731, 'coralking_c18_spinycoral2', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8469, '10066', 424, 'coralking_c18_anchor', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8470, '10067', 237, 'coralking_r18_turtleride', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(8471, '10068', 424, 'coralking_c18_shelltele', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8472, '10069', 731, 'coralking_c18_starfish1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8473, '10070', 103, 'coralking_c18_treasurechest', 7, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8474, '10071', 424, 'coralking_c18_tropicalfish', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8475, '10072', 731, 'coralking_c18_goldenfish', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8476, '10073', 424, 'coralking_c18_bluesand', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8477, '10074', 201, 'clothing_luscioushair', 6, 0, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(8478, '10075', 424, 'coralking_c18_sunkenpots', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8479, '10076', 424, 'coralking_c18_catfish', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8480, '10077', 731, 'coralking_c18_closedspiral1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8481, '10078', 103, 'coralking_r18_goldenchest', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8482, '10079', 424, 'coralking_c18_bubbleseat', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8483, '10080', 731, 'coralking_c18_closedspiral2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8484, '10081', 731, 'coralking_c18_spinycoral1', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8485, '10082', 208, 'clothing_flippers', 4, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8486, '10083', 424, 'coralking_c18_trash', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8487, '10084', 731, 'coralking_c18_bushycoral2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8488, '10085', 424, 'coralking_c18_corner', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(8489, '10086', 731, 'coralking_c18_openspiral1', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8490, '10087', 424, 'coralking_c18_seafloor', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8491, '10088', 424, 'coralking_c18_kelppillar', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8492, '10089', 731, 'coralking_c18_clamshell2', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8493, '10090', 424, 'coralking_c18_neoncoral2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8494, '10091', 204, 'clothing_wetsuit', 5, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(8495, '10092', 424, 'coralking_c18_boulders1', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8496, '10093', 731, 'asd', 0, 2000, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8497, '10094', 237, 'coralking_r18_vanitytable', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(8498, '10095', 424, 'coralking_c18_coralfloor', 2, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8499, '10096', 424, 'coralking_c18_bed', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8500, '10097', 424, 'coralking_c18_gazebo', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(8501, '10098', 424, 'coralking_c18_neoncoral3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8502, '10099', 731, 'coralking_c18_trident', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8503, '10100', 731, 'coralking_c18_starfish2', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8504, '10101', 424, 'coralking_c18_table', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8505, '10102', 424, 'coralking_c18_fence', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8506, '10103', 744, 'coralking_ltd18_royalseahorse', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(8507, '10104', 731, 'coralking_c18_seaweed', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8508, '10105', 424, 'coralking_c18_clownfish', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8509, '10106', 578, 'clothing_r18_divershelmet', 0, 2000, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(8510, '10107', 204, 'clothing_sailortop', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(8511, '10108', 731, 'coralking_c18_openspiral2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8512, '10109', 424, 'coralking_c18_angelfish', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8513, '10110', 731, 'coralking_c18_clamshell3', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8514, '10111', 731, 'coralking_c18_chalice', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8515, '10112', 424, 'coralking_c18_bubblerock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8516, '10113', 731, 'asd', 0, 2000, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8517, '10114', 424, 'coralking_c18_chair', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8518, '10115', 424, 'coralking_c18_neoncoral1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8519, '10116', 424, 'coralking_c18_boulders2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8520, '10117', 731, 'coralking_c18_pearloyster', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8521, '10118', 731, 'coralking_c18_clamshell1', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8522, '10119', 731, 'coralking_c18_bushycoral1', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8523, '10120', 683, 'coralking_engageseahorse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8524, '10121', 307, 'CF_750_goldenpig', 750, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8525, '10122', 578, 'clothing_r18_tiedwavylocks', 0, 2000, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(8526, '10123', 578, 'clothing_r18_frohawk', 0, 2000, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(8527, '10124', 657, 'birds_r18_spoonbill', 4, 0, 0, 1, 0, 0, 330, -1, 0, '', '0', '0'),
(8528, '10125', 657, 'birds_r18_puffin', 4, 0, 0, 1, 0, 0, 331, -1, 0, '', '0', '0'),
(8529, '10126', 657, 'birds_r18_peacock', 4, 0, 0, 1, 0, 0, 332, -1, 0, '', '0', '0'),
(8530, '10127', 657, 'birds_r18_crane', 4, 0, 0, 1, 0, 0, 333, -1, 0, '', '0', '0'),
(8531, '10128', 657, 'birds_r18_quetzal', 4, 0, 0, 1, 0, 0, 334, -1, 0, '', '0', '0'),
(8532, '10129', 657, 'birds_r18_cardinal', 4, 0, 0, 1, 0, 0, 335, -1, 0, '', '0', '0'),
(8533, '10130', 744, 'trophy_ltd18_wcup', 4, 0, 0, 1, 0, 0, 336, -1, 0, '', '0', '0'),
(8534, '10131', 428, 'tokyo_c18_residential', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(8535, '10132', 677, 'tokyo_c18_toy4', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8536, '10133', 677, 'tokyo_c18_toy6', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8537, '10134', 676, 'clothing_animehair', 6, 0, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(8538, '10135', 428, 'tokyo_c18_railing', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8539, '10136', 428, 'tokyo_c18_retroarcade', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8540, '10137', 428, 'tokyo_c18_motorbike', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8541, '10138', 428, 'tokyo_c18_neonsign2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8542, '10139', 677, 'tokyo_c18_toy9', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8543, '10140', 428, 'tokyo_c18_shopdisplay', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8544, '10141', 428, 'tokyo_c18_pole', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8545, '10142', 428, 'tokyo_c18_trellis', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8546, '10143', 717, 'tokyo_r18_mapletree', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8547, '10144', 732, 'tokyo_c18_toy5', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8548, '10145', 428, 'tokyo_c18_bugsmachine', 10, 0, 0, 1, 0, 0, 4, 10500, 0, '', '1', '0'),
(8549, '10146', 428, 'tokyo_c18_drinksmachine', 10, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8550, '10147', 428, 'tokyo_c18_gamesign', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8551, '10148', 428, 'tokyo_c18_adposters', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8552, '10149', 676, 'clothing_sakurajacket', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8553, '10150', 428, 'tokyo_c18_lights', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8554, '10151', 428, 'tokyo_c18_snackroof', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8555, '10152', 677, 'tokyo_c18_toy2', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8556, '10153', 676, 'clothing_dragonplushhat', 5, 10, 5, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(8557, '10154', 744, 'tokyo_ltd18_shiba', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8558, '10155', 677, 'tokyo_c18_toy1', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8559, '10156', 428, 'tokyo_c18_road', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8560, '10157', 428, 'tokyo_c18_scarydino', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8561, '10158', 428, 'tokyo_c18_jpmerchshop', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8562, '10159', 428, 'tokyo_c18_floor', 2, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8563, '10160', 428, 'tokyo_c18_lanterns', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8564, '10161', 428, 'tokyo_c18_magazinerack', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8565, '10162', 428, 'tokyo_c18_racearcade', 4, 0, 0, 1, 0, 0, 20, 10500, 0, '', '1', '0'),
(8566, '10163', 310, 'clothing_cuteglasses', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(8567, '10164', 428, 'tokyo_c18_retroarcade2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8568, '10165', 202, 'clothing_shogunhelmet', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8569, '10166', 428, 'tokyo_c18_snackdisplay', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8570, '10167', 677, 'tokyo_c18_toy10', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8571, '10168', 677, 'tokyo_c18_toy3', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8572, '10169', 578, 'clothing_r18_catbag', 0, 2000, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8573, '10170', 193, 'e', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8574, '10171', 428, 'tokyo_c18_toy8', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8575, '10172', 428, 'tokyo_c18_snackdisplay2', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8576, '10173', 578, 'clothing_r18_kitsunemask', 0, 2000, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8577, '10174', 678, 'tokyo_c18_craftbot', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8578, '10175', 428, 'tokyo_c18_shopfront', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8579, '10176', 676, 'clothing_harajukubow', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(8580, '10177', 428, 'tokyo_c18_sakura', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(8581, '10178', 207, 'clothing_tutu', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8582, '10179', 428, 'tokyo_c18_adposters2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8583, '10180', 428, 'tokyo_c18_neonsign1', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8584, '10181', 428, 'tokyo_c18_bigbillboard', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8585, '10182', 676, 'clothing_botface', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(8586, '10183', 717, 'tokyo_r18_koikite', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8587, '10184', 428, 'tokyo_c18_snackroof2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8588, '10185', 677, 'tokyo_c18_toy7', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8589, '10186', 676, 'clothing_harajukuhair', 6, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(8590, '10187', 237, 'anniversary_r18_throne', 0, 3600, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8591, '10188', 191, 'tokyo_c18_gacha2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8592, '10189', 434, 'zengarden_c18_glasspond', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8593, '10190', 434, 'zengarden_c18_light', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8594, '10191', 434, 'zengarden_c18_roof', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8595, '10192', 434, 'zengarden_c18_stonebench', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8596, '10193', 434, 'zengarden_c18_rootplant', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8597, '10194', 434, 'zengarden_c18_stonetable', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8598, '10195', 434, 'zengarden_c18_divider', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8599, '10196', 434, 'zengarden_c18_moss', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8600, '10197', 434, 'zengarden_c18_peacefrog', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8601, '10198', 434, 'zengarden_c18_bamboo', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8602, '10199', 434, 'zengarden_c18_door', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8603, '10200', 434, 'zengarden_c18_plankfloor', 1, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8604, '10201', 434, 'zengarden_c18_roofcorner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8605, '10202', 434, 'zengarden_c18_spikeyplant', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8606, '10203', 719, 'zengarden_r18_fountain', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8607, '10204', 434, 'zengarden_c18_pebbles', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8608, '10205', 578, 'clothing_r18_longwavy', 0, 2000, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(8609, '10206', 596, 'rare_colourable_marquee*3', 0, 7200, 5, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8610, '10207', 596, 'rare_colourable_scifirocket*3', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8611, '10208', 596, 'rare_colourable_fountain*3', 0, 7200, 5, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8612, '10209', 596, 'rare_colourable_wooden_screen*3', 0, 7200, 5, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8613, '10210', 596, 'rare_colourable_dragonlamp*3', 0, 7200, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8614, '10211', 596, 'rare_colourable_parasol*3', 0, 7200, 5, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8615, '10212', 610, 'asd', 7, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8616, '10213', 596, 'rare_colourable_sleepingbag*3', 0, 7200, 5, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8617, '10214', 596, 'rare_colourable_pillar*3', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8618, '10215', 596, 'rare_colourable_beehive_bulb*3', 0, 7200, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8619, '10216', 596, 'rare_colourable_icecream*3', 0, 7200, 5, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8620, '10217', 596, 'rare_colourable_elephant_statue*3', 0, 7200, 5, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8621, '10218', 596, 'rare_colourable_scifidoor*3', 0, 7200, 5, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8622, '10219', 596, 'rare_colourable_fan*3', 0, 7200, 5, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8623, '10220', 596, 'rare_colourable_pillow*3', 0, 7200, 5, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8624, '10221', 596, 'rare_colourable_scifiport*3', 0, 7200, 5, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8625, '10222', 596, 'rare_colourable_barrier*3', 0, 7200, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8626, '10223', 367, 'hotel_c18_pool', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8627, '10224', 367, 'hotel_c18_stairs', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8628, '10225', 367, 'hotel_c18_roof', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8629, '10226', 367, 'hotel_c18_rail', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8630, '10227', 367, 'hotel_c18_fountain', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8631, '10228', 367, 'hotel_c18_block2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8632, '10229', 367, 'hotel_c18_awning', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8633, '10230', 367, 'hotel_c18_block1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8634, '10231', 367, 'hotel_c18_tree', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8635, '10232', 367, 'hotel_c18_foundation', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8636, '10233', 367, 'hotel_c18_cypress', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8637, '10234', 367, 'hotel_c18_rooftop', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8638, '10235', 399, 'hween_c18_deskitems2', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8639, '10236', 399, 'hween_c18_ceilingrays', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8640, '10237', 399, 'hween_c18_complexmchn3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8641, '10238', 676, 'clothing_brownglasses', 6, 0, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(8642, '10239', 399, 'hween_c18_toy5old', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8643, '10240', 399, 'hween_c18_complexmchn2', 4, 0, 0, 1, 0, 0, 8, 10500, 0, '', '1', '0'),
(8644, '10241', 676, 'hween_c18_toy5new', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(8645, '10242', 201, 'clothing_brain', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8646, '10243', 399, 'hween_c18_olddocs2', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8647, '10244', 399, 'hween_c18_ceilingfan', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8648, '10245', 399, 'hween_c18_toy4old', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(8649, '10246', 399, 'hween_c18_labglasswall', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8650, '10247', 399, 'hween_c18_retropc', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8651, '10248', 399, 'hween_c18_dimlights', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8652, '10249', 399, 'hween_c18_medicineshelf', 5, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8653, '10250', 399, 'hween_c18_labtilewall', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8654, '10251', 399, 'hween_c18_labcage', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8655, '10252', 744, 'hween_ltd18_cosplaycat', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8656, '10253', 399, 'hween_c18_oldceilingrays', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8657, '10254', 676, 'hween_c18_labcurtains', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8658, '10255', 676, 'hween_c18_toy3new', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(8659, '10256', 676, 'hween_c18_toy2new', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(8660, '10257', 399, 'hween_c18_labsteelfloor', 2, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8661, '10258', 399, 'hween_c18_labmchn1', 4, 0, 0, 1, 0, 0, 25, 10500, 0, '', '1', '0'),
(8662, '10259', 399, 'hween_c18_rustyceilingfan', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8663, '10260', 399, 'hween_c18_labstoolold', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8664, '10261', 399, 'hween_c18_labmchn2', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(8665, '10262', 399, 'hween_c18_brokenglasswall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8666, '10263', 399, 'hween_c18_floormould', 1, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8667, '10264', 676, 'clothing_vintagejacket', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(8668, '10265', 399, 'hween_c18_washliquid', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8669, '10266', 676, 'hween_c18_toy1new', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8670, '10267', 676, 'clothing_sideponytail', 6, 0, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(8671, '10268', 399, 'hween_c18_zaptele', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(8672, '10269', 578, 'clothing_r18_axe', 0, 2000, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(8673, '10270', 678, 'hween_c18_washmchn', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(8674, '10271', 399, 'hween_c18_labglovebox', 4, 0, 0, 1, 0, 0, 21, 10500, 0, '', '1', '0'),
(8675, '10272', 399, 'hween_c18_bloodcurtains', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8676, '10273', 676, 'clothing_legwarmershoes', 4, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8677, '10274', 676, 'hween_c18_toy4new', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8678, '10275', 399, 'hween_c18_labshelf', 5, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8679, '10276', 208, 'clothing_bloodshoes', 3, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8680, '10277', 399, 'hween_c18_bloodfloorstreak', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8681, '10278', 578, 'clothing_r18_vamp', 0, 2000, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(8682, '10279', 399, 'hween_c18_labdesk', 5, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8683, '10280', 399, 'hween_c18_oldlabdesk', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8684, '10281', 399, 'hween_c18_labchair', 2, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8685, '10282', 399, 'hween_c18_ceilingmould', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8686, '10283', 399, 'hween_c18_labjar1', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(8687, '10284', 399, 'hween_c18_washpowder', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(8688, '10285', 237, 'hween_r18_pupbot', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(8689, '10286', 399, 'hween_c18_labmchn3', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8690, '10287', 205, 'clothing_bloodjacket', 4, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8691, '10288', 399, 'hween_c18_complexmchn1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8692, '10289', 399, 'hween_c18_spareparts', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8693, '10290', 205, 'clothing_labcoat', 4, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8694, '10291', 399, 'hween_c18_toy2old', 4, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(8695, '10292', 676, 'clothing_shortcurlhair', 6, 0, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(8696, '10293', 399, 'hween_c18_labjar2', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8697, '10294', 399, 'hween_c18_labstool', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8698, '10295', 399, 'hween_c18_labtooltable', 2, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8699, '10296', 201, 'clothing_bloodponytail', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8700, '10297', 237, 'hween_r18_antiquechemset', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8701, '10298', 399, 'hween_c18_toy1old', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8702, '10299', 399, 'hween_c18_oldlabtilewall', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8703, '10300', 399, 'hween_c18_deskitems1', 5, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8704, '10301', 310, 'clothing_bloodglasses', 6, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8705, '10302', 399, 'hween_c18_staffoftheyr', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8706, '10303', 201, 'clothing_bloodscruffyhair', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8707, '10304', 399, 'hween_c18_olddocs1', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8708, '10305', 399, 'hween_c18_toy3old', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(8709, '10306', 399, 'hween_c18_labtilefloor', 2, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8710, '10307', 399, 'hween_c18_oldlablocker', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8711, '10308', 399, 'hween_c18_flashlight', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8712, '10309', 399, 'hween_c18_labbed', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8713, '10310', 399, 'hween_c18_lablocker', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8714, '10311', 307, 'CF_350_jadefish', 350, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8715, '10312', 427, 'hygge_c18_stove', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8716, '10313', 427, 'hygge_c18_cushion', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8717, '10314', 578, 'clothing_r18_antlers', 0, 2000, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(8718, '10315', 237, 'hygge_r18_fox', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8719, '10316', 578, 'clothing_r18_hyggehair', 0, 2000, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(8720, '10317', 427, 'hygge_c18_shelf', 5, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8721, '10318', 427, 'hygge_c18_chair', 2, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8722, '10319', 578, 'clothing_r18_dungarees', 0, 2000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8723, '10320', 578, 'clothing_r18_diaparty', 0, 2000, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8724, '10321', 733, 'clothing_dianoblecrown', 7, 0, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(8725, '10322', 169, 'diamond_c18_giftbox', 0, 3600, 5, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8726, '10323', 733, 'clothing_diafish', 7, 0, 0, 1, 0, 0, 37, -1, 0, '0', '1', '0'),
(8727, '10324', 733, 'clothing_dialeafcrown', 7, 0, 0, 1, 0, 0, 38, -1, 0, '0', '1', '0'),
(8728, '10325', 488, 'xmas_c18_deer_comet', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8729, '10326', 488, 'xmas_c18_stocking_snoopy', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8730, '10327', 488, 'xmas_c18_souvenir', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8731, '10328', 488, 'xmas_c18_deer_dasher', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8732, '10329', 676, 'clothing_halo', 10, 10, 5, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(8733, '10330', 488, 'xmas_c18_snowfootball', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8734, '10331', 488, 'xmas_c18_stocking_cinnamon', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(8735, '10332', 488, 'xmas_c18_stool', 4, 0, 0, 1, 0, 0, 57, -1, 0, '', '1', '0'),
(8736, '10333', 488, 'xmas_c18_stage', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8737, '10334', 488, 'xmas_c18_metro', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8738, '10335', 488, 'xmas_c18_stocking_tiger', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8739, '10336', 488, 'xmas_c18_snowman', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8740, '10337', 488, 'xmas_c18_snowballpit', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8741, '10338', 488, 'xmas_c18_stocking_crusoe', 4, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(8742, '10339', 488, 'xmas_c18_stallroof', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8743, '10340', 488, 'xmas_c18_presentelf', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8744, '10341', 677, 'xmas_c18_doll10', 7, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8745, '10342', 676, 'clothing_rudolphhat', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8746, '10343', 677, 'xmas_c18_doll8', 7, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8747, '10344', 488, 'xmas_c18_deer_vixen', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8748, '10345', 488, 'xmas_c18_stagecurtains', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8749, '10346', 488, 'xmas_c18_stocking_cleo', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8750, '10347', 488, 'xmas_c18_presents', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(8751, '10348', 237, 'xmas_r18_snowyowl', 4, 0, 0, 1, 0, 0, -1, -1, 0, '', '1', '0'),
(8752, '10349', 677, 'xmas_c18_doll6', 7, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8753, '10350', 488, 'xmas_c18_stalltable', 2, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(8754, '10351', 488, 'xmas_c18_streetlight', 4, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(8755, '10352', 677, 'xmas_c18_doll5', 7, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8756, '10353', 237, 'xmas_r18_lightfountain', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8757, '10354', 676, 'clothing_poinsettia', 6, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(8758, '10355', 674, 'clothing_bobblehat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(8759, '10356', 488, 'xmas_c18_groundlight', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8760, '10357', 488, 'xmas_c18_stagechair', 2, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8761, '10358', 578, 'clothing_r18_featherdress', 0, 2000, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8762, '10359', 488, 'xmas_c18_stagestairs', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8763, '10360', 488, 'xmas_c18_deer_rudolph', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8764, '10361', 676, 'clothing_penguin', 3, 10, 5, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(8765, '10362', 488, 'xmas_c18_xmastree', 4, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(8766, '10363', 488, 'xmas_c18_booth', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8767, '10364', 488, 'xmas_c18_curtaintopper', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8768, '10365', 488, 'xmas_c18_building', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8769, '10366', 744, 'xmas_ltd18_snowhabberge', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8770, '10367', 488, 'xmas_c18_iciclelight', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8771, '10368', 488, 'xmas_c18_deer_cupid', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8772, '10369', 488, 'xmas_c18_borscht', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8773, '10370', 677, 'xmas_c18_doll3', 7, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8774, '10371', 677, 'xmas_c18_doll2', 7, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8775, '10372', 488, 'xmas_c18_balllight', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8776, '10373', 488, 'xmas_c18_harp', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8777, '10374', 578, 'clothing_r18_feathercrown', 0, 2000, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8778, '10375', 488, 'xmas_c18_penguin', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8779, '10376', 488, 'xmas_c18_deer_prancer', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8780, '10377', 201, 'clothing_sideflopped', 6, 0, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(8781, '10378', 677, 'xmas_c18_doll1', 7, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8782, '10379', 488, 'xmas_c18_rainlightfloor', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8783, '10380', 488, 'xmas_c18_candycane', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8784, '10381', 488, 'xmas_c18_stocking_norbert', 4, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(8785, '10382', 676, 'clothing_snowman', 3, 10, 5, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8786, '10383', 488, 'xmas_c18_buildingpillar', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8787, '10384', 677, 'xmas_c18_doll7', 7, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8788, '10385', 488, 'xmas_c18_bounceycastle', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8789, '10386', 488, 'xmas_c18_babushka', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8790, '10387', 677, 'xmas_c18_doll9', 7, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8791, '10388', 488, 'xmas_c18_stagewindow', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8792, '10389', 676, 'clothing_xmas5', 5, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8793, '10390', 310, 'clothing_mittens', 6, 0, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8794, '10391', 488, 'xmas_c18_fairylightree', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8795, '10392', 488, 'xmas_c18_deer_blitzen', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8796, '10393', 488, 'xmas_c18_stocking_boo', 4, 0, 0, 1, 0, 0, 50, -1, 0, '', '1', '0'),
(8797, '10394', 678, 'xmas_c18_nutcracker', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8798, '10395', 488, 'xmas_c18_stagebackdrop', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8799, '10396', 488, 'xmas_c18_bearlight', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8800, '10397', 488, 'xmas_c18_deer_dancer', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8801, '10398', 677, 'xmas_c18_doll4', 7, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8802, '10399', 488, 'xmas_c18_food', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8803, '10400', 488, 'xmas_c18_fatherfrost', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8804, '10401', 205, 'clothing_regiment', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(8805, '10402', 488, 'xmas_c18_piano', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8806, '10403', 676, 'clothing_treepartyhat', 3, 10, 5, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8807, '10404', 488, 'xmas_c18_deer_donna', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8808, '10405', 592, 'rare_prize18_xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8809, '10406', 444, 'hosp_c19_drinksvend', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8810, '10407', 585, 'clothing_r18_goldpack4', 0, 4000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8811, '10408', 116, 'attic_c19_hammock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8812, '10409', 584, 'clothing_r18_sparkleparty2', 0, 2000, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8813, '10410', 584, 'clothing_r18_sparkleparty1', 0, 2000, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8814, '10411', 584, 'clothing_r18_sparkleparty7', 0, 2000, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(8815, '10412', 584, 'clothing_r18_sparkleparty4', 0, 2000, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(8816, '10413', 579, 'clothing_r19_longwavy2', 0, 2500, 0, 1, 0, 0, 31, -1, 0, '0', '1', '0'),
(8817, '10414', 668, 'ny_r18_crackable', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8818, '10415', 584, 'clothing_r18_sparkleparty8', 0, 2000, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(8819, '10416', 584, 'clothing_r18_sparkleparty6', 0, 2000, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(8820, '10417', 584, 'clothing_r18_sparkleparty3', 0, 2000, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(8821, '10418', 584, 'clothing_r18_sparkleparty5', 0, 2000, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(8822, '10419', 191, 'diamond_c18_giftbox2', 4, 0, 0, 1, 0, 0, 337, -1, 0, '', '0', '0'),
(8823, '10420', 307, 'CF_1000_goldenkey', 1000, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8824, '10421', 394, 'hween13_c19_frog', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8825, '10422', 358, 'hc19_11', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(8826, '10423', 358, 'hc19_1', 10, 1, 5, 1, 0, 0, 1, -1, 0, '', '1', '1'),
(8827, '10424', 358, 'hc19_4', 10, 1, 5, 1, 0, 0, 4, -1, 0, '', '1', '1'),
(8828, '10425', 358, 'hc19_5', 10, 1, 5, 1, 0, 0, 5, -1, 0, '', '1', '1'),
(8829, '10426', 358, 'hc19_9', 10, 1, 5, 1, 0, 0, 9, -1, 0, '', '1', '1'),
(8830, '10427', 358, 'hc19_3', 10, 1, 5, 1, 0, 0, 3, -1, 0, '', '1', '1'),
(8831, '10428', 358, 'hc19_2', 10, 1, 5, 1, 0, 0, 2, -1, 0, '', '1', '1'),
(8832, '10429', 358, 'hc19_10', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(8833, '10430', 358, 'hc19_12', 10, 1, 5, 1, 0, 0, 11, -1, 0, '', '1', '1'),
(8834, '10431', 358, 'hc19_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(8835, '10432', 358, 'hc19_6', 10, 1, 5, 1, 0, 0, 6, -1, 0, '', '1', '1'),
(8836, '10433', 358, 'hc19_8', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(8837, '10434', 448, 'val_c19_food', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8838, '10435', 448, 'val_c19_bottlewall', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8839, '10436', 579, 'clothing_r19_messybun', 0, 2500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(8840, '10437', 574, 'val_r19_bath', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8841, '10438', 574, 'val_r19_recordplayer', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8842, '10439', 579, 'clothing_r19_frilledskirt', 0, 2500, 0, 1, 0, 0, 29, -1, 0, '0', '1', '0'),
(8843, '10440', 448, 'val_c19_bottle', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8844, '10441', 574, 'val_r19_puppy', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8845, '10442', 448, 'val_c19_till', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8846, '10443', 574, 'val_r19_unicorn', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8847, '10444', 579, 'clothing_r19_shortcurly', 0, 2500, 0, 1, 0, 0, 28, -1, 0, '0', '1', '0'),
(8848, '10445', 579, 'clothing_r19_waistcoat', 0, 2500, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(8849, '10446', 448, 'val_c19_tableacc', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8850, '10447', 448, 'val_c19_chair', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8851, '10448', 448, 'val_c19_petals', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8852, '10449', 448, 'val_c19_awning', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8853, '10450', 448, 'val_c19_table', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8854, '10451', 574, 'val_r19_sofa', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8855, '10452', 302, 'china_pig', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8856, '10453', 302, 'china_goldenpig', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8857, '10454', 202, 'clothing_piglethat', 3, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8858, '10455', 591, 'rare_prize19*0', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8859, '10456', 591, 'rare_prize19*1', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8860, '10457', 591, 'rare_prize19*10', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8861, '10458', 591, 'rare_prize19*11', 0, 50, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8862, '10459', 591, 'rare_prize19*12', 0, 50, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8863, '10460', 591, 'rare_prize19*13', 0, 50, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8864, '10461', 591, 'rare_prize19*2', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8865, '10462', 591, 'rare_prize19*3', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8866, '10463', 591, 'rare_prize19*4', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8867, '10464', 591, 'rare_prize19*5', 0, 50, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8868, '10465', 591, 'rare_prize19*6', 0, 50, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8869, '10466', 591, 'rare_prize19*7', 0, 50, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8870, '10467', 591, 'rare_prize19*8', 0, 50, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8871, '10468', 591, 'rare_prize19*9', 0, 50, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8872, '10469', 429, 'room_invisible_block', 4, 0, 0, 1, 0, 0, 338, -1, 0, '', '0', '0'),
(8873, '10470', 590, 'rare_colourable_scifirocket*4', 0, 3600, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8874, '10471', 590, 'rare_colourable_parasol*4', 0, 3600, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8875, '10472', 745, 'rare_r19_car1', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8876, '10473', 204, 'clothing_topbuttonshirt', 5, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(8877, '10474', 206, 'clothing_rippedjeans2', 5, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8878, '10475', 579, 'clothing_r19_scuffedboots', 0, 2500, 0, 1, 0, 0, 16, -1, 0, '0', '1', '0'),
(8879, '10476', 579, 'clothing_r19_longtwotone', 0, 2500, 0, 1, 0, 0, 25, -1, 0, '0', '1', '0'),
(8880, '10477', 425, 'band_c19_drums', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8881, '10478', 579, 'clothing_r19_punkhat', 0, 2500, 0, 1, 0, 0, 24, -1, 0, '0', '1', '0'),
(8882, '10479', 425, 'band_c19_guitar', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8883, '10480', 579, 'clothing_r19_messybangs', 0, 2500, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(8884, '10481', 201, 'clothing_messycurls', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8885, '10482', 425, 'band_c19_synth', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8886, '10483', 201, 'clothing_highfade', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8887, '10484', 728, 'easter_c19_kelpie', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8888, '10485', 579, 'clothing_r19_forrestcrown', 0, 2500, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(8889, '10486', 745, 'easter_ltd19_flowerthrone', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(8890, '10487', 728, 'easter_c19_babyent', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8891, '10488', 728, 'easter_c19_habshirecat', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8892, '10489', 574, 'easter_r19_treeswing', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8893, '10490', 191, 'easter_c19_book4a', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8894, '10491', 385, 'easter_c19_turnipbuddies', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8895, '10492', 385, 'easter_c19_wisestone', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8896, '10493', 191, 'easter_c19_ancientbook2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8897, '10494', 728, 'clothing_ribboncurls', 0, 500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(8898, '10495', 728, 'easter_c19_earthdrago', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8899, '10496', 385, 'easter_c19_logtable', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8900, '10497', 677, 'easter_c19_book1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8901, '10498', 677, 'easter_c19_book3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8902, '10499', 202, 'clothing_archerhat', 4, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(8903, '10500', 385, 'easter_c19_littlefairies', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(8904, '10501', 677, 'easter_c19_book2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8905, '10502', 385, 'easter_c19_logchair', 2, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8906, '10503', 191, 'easter_c19_book3a', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8907, '10504', 728, 'clothing_madhat', 0, 500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(8908, '10505', 677, 'easter_c19_book4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8909, '10506', 191, 'easter_c19_book2a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8910, '10507', 385, 'easter_c19_meadow', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8911, '10508', 385, 'easter_c19_dirtpath', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8912, '10509', 385, 'easter_c19_flowertea', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(8913, '10510', 728, 'easter_c19_babyhippogriff', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8914, '10511', 385, 'easter_c19_mushrooms', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(8915, '10512', 667, 'easter_c19_forrestegg', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8916, '10513', 728, 'easter_c19_chillgnome', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8917, '10514', 191, 'easter_c19_babykelpie2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8918, '10515', 191, 'easter_c19_babyhippogriff2', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8919, '10516', 728, 'easter_c19_ent', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8920, '10517', 728, 'easter_c19_wolf', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(8921, '10518', 667, 'easter_c19_ancientbook', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8922, '10519', 574, 'easter_r19_mysticalbird', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8923, '10520', 202, 'clothing_mushroomhat', 4, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(8924, '10521', 203, 'clothing_petaldress', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(8925, '10522', 728, 'clothing_wolfmask', 0, 500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(8926, '10523', 728, 'clothing_flowerponytail', 0, 500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8927, '10524', 728, 'easter_c19_busybunny', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8928, '10525', 385, 'easter_c19_forrestfood', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(8929, '10526', 385, 'easter_c19_springtree', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8930, '10527', 191, 'easter_c19_book1a', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8931, '10528', 728, 'easter_c19_waterdrago', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(8932, '10529', 728, 'easter_c19_babykelpie', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8933, '10530', 728, 'easter_c19_habelina', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(8934, '10531', 191, 'easter_c19_babyent2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8935, '10532', 728, 'easter_c19_woodlandcritters', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(8936, '10533', 579, 'clothing_r19_fox', 0, 2500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(8937, '10534', 191, 'easter_c19_forrestegg2', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(8938, '10535', 728, 'easter_c19_lilredbonnie', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8939, '10536', 385, 'easter_c19_magicringtele', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8940, '10537', 728, 'easter_c19_hippogriff', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8941, '10538', 728, 'easter_c19_fairyprince', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(8942, '10539', 201, 'clothing_leafhair', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8943, '10540', 385, 'easter_c19_forrestfloor', 2, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8944, '10541', 728, 'easter_c19_bearowl', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8945, '10542', 385, 'easter_c19_flowerlamp', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(8946, '10543', 664, 'bonusbag19_1', 7, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8947, '10544', 661, 'bonusrare19_1*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(8948, '10545', 661, 'bonusrare19_1*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8949, '10546', 661, 'bonusrare19_1*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8950, '10547', 661, 'bonusrare19_1*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8951, '10548', 661, 'bonusrare19_1*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8952, '10549', 661, 'bonusrare19_1*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8953, '10550', 579, 'clothing_r19_comedymask', 0, 2500, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(8954, '10551', 734, 'greek_c19_scrolls1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(8955, '10552', 432, 'greek_c19_table', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8956, '10553', 432, 'greek_c19_vase2', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8957, '10554', 432, 'greek_c19_scrolls2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(8958, '10555', 734, 'greek_c19_harp2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8959, '10556', 579, 'clothing_r19_tragedymask', 0, 2500, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(8960, '10557', 734, 'greek_c19_fruitbowl', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8961, '10558', 734, 'greek_c19_harp', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8962, '10559', 734, 'greek_c19_pythagorascup', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8963, '10560', 579, 'clothing_r19_minotaurhorns', 0, 2500, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(8964, '10561', 574, 'greek_r19_tiledbath', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(8965, '10562', 432, 'greek_c19_shield2', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(8966, '10563', 734, 'greek_c19_vase1', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(8967, '10564', 432, 'greek_c19_chair', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(8968, '10565', 579, 'clothing_r19_medusa', 0, 2500, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(8969, '10566', 574, 'greek_r19_chariot', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8970, '10567', 432, 'greek_c19_statue', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(8971, '10568', 734, 'greek_c19_shield1', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(8972, '10569', 432, 'greek_ltd19_harp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(8973, '10570', 574, 'greek_r19_luxbed', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8974, '10571', 432, 'greek_c19_wall', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(8975, '10572', 213, 'booster_c19_box1', 7, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(8976, '10573', 213, 'booster_c19_box2', 7, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(8977, '10574', 525, 'fest_c19_parasol1', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(8978, '10575', 676, 'fest_c19_stool3', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8979, '10576', 525, 'fest_c19_loverstent', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(8980, '10577', 525, 'fest_c19_bobbatea', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(8981, '10578', 525, 'fest_ltd19_alpaca', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(8982, '10579', 525, 'fest_c19_ticketstall', 4, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(8983, '10580', 676, 'fest_c19_parasol3', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(8984, '10581', 676, 'clothing_bohogems', 6, 0, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(8985, '10582', 705, 'fest_c19_materials', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(8986, '10583', 676, 'clothing_bohoheadgems', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(8987, '10584', 204, 'clothing_plungebikini', 5, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(8988, '10585', 525, 'fest_c19_falafelstall', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(8989, '10586', 525, 'fest_c19_pole', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(8990, '10587', 676, 'fest_c19_skull3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(8991, '10588', 201, 'clothing_flowerbeard', 2, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(8992, '10589', 525, 'fest_c19_coalicecream', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(8993, '10590', 201, 'clothing_dreadlockstied', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(8994, '10591', 676, 'fest_c19_cushion3', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(8995, '10592', 525, 'fest_c19_hangingdecor', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(8996, '10593', 579, 'clothing_r19_rainbowhair', 0, 2500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(8997, '10594', 676, 'clothing_bohotunic', 5, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(8998, '10595', 525, 'fest_c19_backdrop1', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(8999, '10596', 705, 'fest_c19_dye1', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9000, '10597', 705, 'fest_c19_dye2', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(9001, '10598', 676, 'fest_c19_cushion2', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9002, '10599', 310, 'clothing_waistbag', 6, 0, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(9003, '10600', 703, 'fest_c19_bprint1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9004, '10601', 525, 'fest_c19_dreamcatcher', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9005, '10602', 525, 'fest_c19_bongos', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9006, '10603', 574, 'fest_r19_gemowl', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9007, '10604', 201, 'clothing_grandetail', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(9008, '10605', 525, 'fest_c19_dj', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9009, '10606', 703, 'fest_c19_bprint4', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9010, '10607', 672, 'fest_c19_skull5', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(9011, '10608', 672, 'fest_c19_skull4', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9012, '10609', 676, 'fest_c19_parasol2', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(9013, '10610', 672, 'fest_c19_skull2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(9014, '10611', 676, 'clothing_bohobackpack', 6, 0, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(9015, '10612', 525, 'fest_c19_brazier', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9016, '10613', 204, 'clothing_flowingshirt', 5, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(9017, '10614', 703, 'fest_c19_bprint3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9018, '10615', 579, 'clothing_r19_rainbowshades', 0, 2500, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(9019, '10616', 525, 'fest_c19_lamp', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(9020, '10617', 525, 'fest_c19_palm', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9021, '10618', 676, 'clothing_bohovest', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(9022, '10619', 676, 'clothing_bohotiara', 6, 0, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(9023, '10620', 574, 'fest_r19_ladygaia', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9024, '10621', 525, 'fest_c19_stool1', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(9025, '10622', 525, 'fest_c19_hipdog', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(9026, '10623', 676, 'fest_c19_backdrop2', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9027, '10624', 525, 'fest_c19_amp', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9028, '10625', 525, 'fest_c19_didgeridoo', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9029, '10626', 183, 'fest_c19_bprintcrackable', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9030, '10627', 672, 'fest_c19_skull1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9031, '10628', 676, 'clothing_ruggedbackpack', 6, 0, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(9032, '10629', 676, 'clothing_bohopaint', 6, 0, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(9033, '10630', 310, 'clothing_bohobag', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(9034, '10631', 676, 'fest_c19_backdrop3', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9035, '10632', 672, 'fest_c19_skull6', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9036, '10633', 525, 'fest_c19_sitar', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9037, '10634', 678, 'fest_c19_craft', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9038, '10635', 676, 'fest_c19_stool2', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(9039, '10636', 703, 'fest_c19_bprint2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9040, '10637', 525, 'fest_c19_stage', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(9041, '10638', 525, 'fest_c19_cushion1', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9042, '10639', 525, 'fest_c19_flags', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9043, '10640', 418, 'pastel_c19_plushie3', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9044, '10641', 418, 'pastel_c19_stool', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9045, '10642', 418, 'pastel_c19_cupcake', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9046, '10643', 418, 'pastel_c19_bedsidetable', 2, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9047, '10644', 418, 'pastel_c19_stardeco', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9048, '10645', 579, 'clothing_r19_rainbowstarjumper', 0, 2500, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(9049, '10646', 418, 'pastel_c19_sofa', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9050, '10647', 418, 'pastel_c19_cupboard', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9051, '10648', 418, 'pastel_c19_unicornposter', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9052, '10649', 418, 'pastel_c19_lamp', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9053, '10650', 418, 'pastel_c19_shootingstar', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9054, '10651', 418, 'pastel_c19_carpet', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9055, '10652', 418, 'pastel_c19_lights', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9056, '10653', 418, 'pastel_c19_table', 2, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9057, '10654', 418, 'pastel_c19_plushie1', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9058, '10655', 418, 'pastel_c19_starlights', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9059, '10656', 418, 'pastel_c19_wall', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9060, '10657', 418, 'pastel_c19_cubeseat', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9061, '10658', 418, 'pastel_c19_plushiepile', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9062, '10659', 418, 'pastel_c19_floor', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9063, '10660', 418, 'pastel_c19_plushie2', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9064, '10661', 418, 'pastel_c19_bed', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9065, '10662', 307, 'CF_350_sceptre', 350, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9066, '10663', 491, 'diamond_painting39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9067, '10664', 191, 'fest_c19_bprintcrackableb', 4, 0, 0, 1, 0, 0, 339, -1, 0, '', '0', '0'),
(9068, '10665', 664, 'bonusbag19_2', 7, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9069, '10666', 661, 'bonusrare19_2*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(9070, '10667', 661, 'bonusrare19_2*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9071, '10668', 661, 'bonusrare19_2*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9072, '10669', 661, 'bonusrare19_2*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9073, '10670', 661, 'bonusrare19_2*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9074, '10671', 661, 'bonusrare19_2*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9075, '10672', 673, 'rainbow_r19_pineapplefloat', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9076, '10673', 430, 'rainbow_c19_table', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9077, '10674', 745, 'rainbow_ltd19_parasol', 0, 3600, 5, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9078, '10675', 430, 'rainbow_c19_rug', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9079, '10676', 430, 'rainbow_c19_chair', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9080, '10677', 430, 'rainbow_c19_lights', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9081, '10678', 430, 'rainbow_c19_bed', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9082, '10679', 673, 'rainbow_r19_peacockfloat', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9083, '10680', 673, 'rainbow_r19_rainbowfloat', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9084, '10681', 673, 'rainbow_r19_flamingofloat', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9085, '10682', 433, 'celestial_c19_wardrobe', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9086, '10683', 433, 'celestial_c19_starshower', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9087, '10684', 433, 'celestial_c19_dresser', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9088, '10685', 433, 'celestial_c19_moonbed', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9089, '10686', 433, 'celestial_c19_spacebun', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9090, '10687', 433, 'celestial_c19_rug', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9091, '10688', 433, 'celestial_c19_planet', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9092, '10689', 433, 'celestial_c19_tree', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9093, '10690', 433, 'celestial_c19_aurora', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9094, '10691', 433, 'celestial_c19_flower', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9095, '10692', 433, 'celestial_c19_table', 2, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9096, '10693', 433, 'celestial_c19_starchair', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9097, '10694', 433, 'celestial_c19_floor', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9098, '10695', 579, 'clothing_r19_celestialdress', 0, 2500, 0, 1, 0, 0, 12, -1, 0, '0', '1', '0'),
(9099, '10696', 204, 'clothing_zebratop', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(9100, '10697', 636, 'clothing_nt_zebratop', 0, 25, 0, 1, 0, 0, 340, -1, 0, '', '0', '0'),
(9101, '10698', 204, 'clothing_croppedjumper', 5, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(9102, '10699', 207, 'clothing_layeredlongskirt', 5, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(9103, '10700', 430, 'rainbow_c19_flags', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9104, '10701', 201, 'clothing_longmohawk', 5, 10, 5, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(9105, '10702', 435, 'suncity_c19_botshop', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9106, '10703', 435, 'suncity_c19_jellyfood', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9107, '10704', 435, 'suncity_c19_building', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9108, '10705', 435, 'suncity_c19_chair', 2, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9109, '10706', 435, 'suncity_c19_waterway', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(9110, '10707', 435, 'suncity_c19_divider', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9111, '10708', 201, 'clothing_shortcut', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(9112, '10709', 205, 'clothing_loosekimono', 5, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(9113, '10710', 435, 'suncity_c19_flora', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9114, '10711', 435, 'suncity_c19_glass', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9115, '10712', 435, 'suncity_c19_plantpillar', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9116, '10713', 435, 'suncity_c19_awning', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9117, '10714', 203, 'clothing_gardenapron', 5, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(9118, '10715', 745, 'suncity_ltd19_duckpond', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(9119, '10716', 676, 'suncity_c19_clock', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9120, '10717', 676, 'suncity_c19_lamp', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9121, '10718', 636, 'clothing_nt_flowytop', 0, 25, 0, 1, 0, 0, 341, -1, 0, '', '0', '0'),
(9122, '10719', 676, 'clothing_butterflymask', 6, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(9123, '10720', 435, 'suncity_c19_plastic', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9124, '10721', 435, 'suncity_c19_munchling', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9125, '10722', 435, 'suncity_c19_balcony', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9126, '10723', 435, 'suncity_c19_solarpanel', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(9127, '10724', 579, 'clothing_r19_butterflydress', 0, 2500, 0, 1, 0, 0, 11, -1, 0, '0', '1', '0'),
(9128, '10725', 716, 'suncity_r19_biosphere', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(9129, '10726', 435, 'suncity_c19_floor', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9130, '10727', 676, 'clothing_leafmask', 6, 0, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(9131, '10728', 676, 'clothing_gogglehat', 6, 0, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(9132, '10729', 435, 'suncity_c19_paper', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9133, '10730', 435, 'suncity_c19_tree', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(9134, '10731', 204, 'clothing_flowytop', 5, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(9135, '10732', 678, 'suncity_c19_trashboy', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(9136, '10733', 676, 'suncity_c19_biokit', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9137, '10734', 310, 'clothing_leafearrings', 6, 0, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(9138, '10735', 435, 'suncity_c19_glasswall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9139, '10736', 435, 'suncity_c19_gazebo', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9140, '10737', 579, 'clothing_r19_featheredcowl', 0, 2500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(9141, '10738', 435, 'suncity_c19_wateroutlet', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(9142, '10739', 676, 'clothing_floralbag', 6, 0, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(9143, '10740', 435, 'suncity_c19_streetlight', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9144, '10741', 716, 'suncity_r19_glassfountain', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(9145, '10742', 435, 'suncity_c19_minibridge', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9146, '10743', 435, 'suncity_c19_waterwaycrnr', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9147, '10744', 435, 'suncity_c19_table', 2, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9148, '10745', 202, 'clothing_sprout', 4, 0, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(9149, '10746', 435, 'suncity_c19_perfumeshop', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9150, '10747', 676, 'suncity_c19_vase', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(9151, '10748', 636, 'clothing_nt_loosekimono', 0, 25, 0, 1, 0, 0, 342, -1, 0, '', '0', '0'),
(9152, '10749', 636, 'clothing_nt_shortcut', 0, 25, 0, 1, 0, 0, 343, -1, 0, '', '0', '0'),
(9153, '10750', 636, 'clothing_nt_sprout', 0, 25, 0, 1, 0, 0, 344, -1, 0, '', '0', '0'),
(9154, '10751', 636, 'clothing_nt_leafearrings', 0, 25, 0, 1, 0, 0, 345, -1, 0, '', '0', '0'),
(9155, '10752', 636, 'clothing_nt_gardenapron', 0, 25, 0, 1, 0, 0, 346, -1, 0, '', '0', '0'),
(9156, '10753', 518, 'rainyday_c19_lamp', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9157, '10754', 518, 'rainyday_c19_beanbag', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9158, '10755', 518, 'rainyday_c19_pillowfort', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9159, '10756', 518, 'rainyday_c19_rainwindows', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9160, '10757', 589, 'clothing_halftiedhair', 0, 75, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(9161, '10758', 579, 'clothing_r19_raincoat', 0, 2500, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(9162, '10759', 518, 'rainyday_c19_boardgames', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9163, '10760', 579, 'clothing_r19_teddygown', 0, 2500, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(9164, '10761', 589, 'clothing_bookbag', 0, 75, 0, 1, 0, 0, 27, -1, 0, '0', '1', '0'),
(9165, '10762', 518, 'rainyday_c19_tartanseat', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9166, '10763', 518, 'rainyday_c19_rugblanket', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9167, '10764', 518, 'rainyday_c19_cocoa', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9168, '10765', 574, 'rainyday_r19_rainbear', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9169, '10766', 574, 'rainyday_r19_fluffbun', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9170, '10767', 519, 'market_c19_drygoods', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9171, '10768', 519, 'market_c19_trolley', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9172, '10769', 519, 'market_c19_icecreamfreezer', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9173, '10770', 519, 'market_c19_deli1', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9174, '10771', 519, 'market_c19_icecreamtubs', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9175, '10772', 519, 'market_c19_stationary', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9176, '10773', 519, 'market_c19_selfcheckout', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9177, '10774', 519, 'market_c19_spill', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9178, '10775', 519, 'market_c19_meat', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9179, '10776', 519, 'market_c19_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9180, '10777', 519, 'market_c19_vegfruit', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9181, '10778', 519, 'market_c19_deli2', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9182, '10779', 519, 'market_c19_banner', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9183, '10780', 519, 'market_c19_dairyfridge', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9184, '10781', 519, 'market_c19_basket', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9185, '10782', 519, 'market_c19_antitheftalarm', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9186, '10783', 519, 'market_c19_dvds', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9187, '10784', 519, 'market_c19_checkoutdesk', 5, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9188, '10785', 519, 'market_c19_signboard', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9189, '10786', 521, 'hween_c19_autumnfloor', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9190, '10787', 722, 'hween_c19_tarot', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(9191, '10788', 521, 'hween_c19_crookedfloor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9192, '10789', 521, 'hween_c19_bewitchedcauldron', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9193, '10790', 579, 'clothing_r19_warlocks', 0, 2500, 0, 1, 0, 0, 8, -1, 0, '0', '1', '0'),
(9194, '10791', 677, 'hween_c19_herbs', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(9195, '10792', 579, 'clothing_r19_longlonghair', 0, 2500, 0, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(9196, '10793', 521, 'hween_c19_stonewall', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9197, '10794', 521, 'hween_c19_pumpkinpatch', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9198, '10795', 521, 'hween_c19_bewitchedchair', 2, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9199, '10796', 521, 'hween_c19_bewitchedbed', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9200, '10797', 521, 'hween_c19_bewitchedtable', 2, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9201, '10798', 677, 'hween_c19_crystal', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9202, '10799', 521, 'hween_c19_roofcorner', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(9203, '10800', 666, 'hween_c19_witchsatchel', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9204, '10801', 676, 'hween_c19_flameon', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9205, '10802', 636, 'clothing_nt_possessedeyes', 0, 25, 0, 1, 0, 0, 347, -1, 0, '', '0', '0'),
(9206, '10803', 521, 'hween_c19_angleroof', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9207, '10804', 579, 'clothing_r19_demonwings', 0, 2500, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(9208, '10805', 521, 'hween_c19_birchtree', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9209, '10806', 676, 'hween_c19_firechild', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9210, '10807', 521, 'hween_c19_bigroof', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9211, '10808', 678, 'hween_c19_witchcraft', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(9212, '10809', 521, 'hween_c19_claddedwall', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9213, '10810', 589, 'clothing_possessedeyes', 0, 75, 0, 1, 0, 0, 23, -1, 0, '0', '1', '0'),
(9214, '10811', 636, 'clothing_nt_witchrobes', 0, 25, 0, 1, 0, 0, 348, -1, 0, '', '0', '0'),
(9215, '10812', 677, 'hween_c19_bewitchedskull', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9216, '10813', 745, 'hween_ltd19_skullthrone', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(9217, '10814', 521, 'hween_c19_archway', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9218, '10815', 574, 'hween_r19_weepingwillow', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9219, '10816', 521, 'hween_c19_smallroof', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(9220, '10817', 676, 'hween_c19_darkwerewolf', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9221, '10818', 574, 'hween_r19_witchfamiliar', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9222, '10819', 521, 'hween_c19_fireplace', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9223, '10820', 589, 'clothing_witchhat2', 0, 75, 0, 1, 0, 0, 15, -1, 0, '0', '1', '0'),
(9224, '10821', 589, 'clothing_witchrobes', 0, 1500, 0, 1, 0, 0, 21, -1, 0, '0', '1', '0'),
(9225, '10822', 676, 'hween_c19_spiritowl', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(9226, '10823', 521, 'hween_c19_steeproof', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(9227, '10824', 677, 'hween_c19_potions', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9228, '10825', 677, 'hween_c19_feathers', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9229, '10826', 677, 'hween_c19_crystalball', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9230, '10827', 636, 'clothing_nt_witchhat2', 0, 25, 0, 1, 0, 0, 349, -1, 0, '', '0', '0'),
(9231, '10828', 676, 'hween_c19_slimeblob', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(9232, '10829', 677, 'hween_c19_bewitchedcandles', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9233, '10830', 521, 'hween_c19_witchsatchel2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(9234, '10831', 521, 'hween_c19_broomstaffstand', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9235, '10832', 307, 'CF_250_Hucci', 250, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9236, '10833', 664, 'bonusbag19_3', 7, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9237, '10834', 661, 'bonusrare19_3*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(9238, '10835', 661, 'bonusrare19_3*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9239, '10836', 661, 'bonusrare19_3*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9240, '10837', 661, 'bonusrare19_3*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9241, '10838', 661, 'bonusrare19_3*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9242, '10839', 661, 'bonusrare19_3*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9243, '10840', 683, 'mutearea_sign2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9244, '10841', 589, 'clothing_habpods', 0, 75, 0, 1, 0, 0, 20, -1, 0, '0', '1', '0'),
(9245, '10842', 636, 'clothing_nt_shortscarf', 0, 25, 0, 1, 0, 0, 350, -1, 0, '', '0', '0'),
(9246, '10843', 636, 'clothing_nt_habpods', 0, 25, 0, 1, 0, 0, 351, -1, 0, '', '0', '0'),
(9247, '10844', 636, 'clothing_nt_flaredtrench', 0, 25, 0, 1, 0, 0, 352, -1, 0, '', '0', '0'),
(9248, '10845', 589, 'clothing_microbag', 0, 75, 0, 1, 0, 0, 19, -1, 0, '0', '1', '0'),
(9249, '10846', 589, 'clothing_hitchedjumper', 0, 75, 0, 1, 0, 0, 18, -1, 0, '0', '1', '0'),
(9250, '10847', 636, 'clothing_nt_hitchedjumper', 0, 25, 0, 1, 0, 0, 353, -1, 0, '', '0', '0'),
(9251, '10848', 574, 'autumn_r19_maplebonsai', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9252, '10849', 589, 'clothing_shortscarf', 0, 75, 0, 1, 0, 0, 17, -1, 0, '0', '1', '0'),
(9253, '10850', 636, 'clothing_nt_microbag', 0, 25, 0, 1, 0, 0, 354, -1, 0, '', '0', '0'),
(9254, '10851', 589, 'clothing_flaredtrench', 0, 75, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(9255, '10852', 326, 'wintercabin_c19_window', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9256, '10853', 326, 'wintercabin_c19_floor', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9257, '10854', 326, 'wintercabin_c19_sofa', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9258, '10855', 326, 'wintercabin_c19_fence', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9259, '10856', 326, 'wintercabin_c19_cabintable', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9260, '10857', 326, 'wintercabin_c19_stairs', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9261, '10858', 326, 'wintercabin_c19_antlerlight', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9262, '10859', 326, 'wintercabin_c19_corner', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9263, '10860', 326, 'wintercabin_c19_stage', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9264, '10861', 326, 'wintercabin_c19_fireplace', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9265, '10862', 326, 'wintercabin_c19_lamp', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9266, '10863', 326, 'wintercabin_c19_cabinrug', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9267, '10864', 326, 'wintercabin_c19_glasstable', 2, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9268, '10865', 326, 'wintercabin_c19_items', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9269, '10866', 326, 'wintercabin_c19_wall', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9270, '10867', 326, 'wintercabin_c19_drawers', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9271, '10868', 326, 'wintercabin_c19_cabinchair', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9272, '10869', 326, 'wintercabin_c19_bed', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9273, '10870', 589, 'clothing_leatherhoodie', 0, 75, 0, 1, 0, 0, 13, -1, 0, '0', '1', '0'),
(9274, '10871', 636, 'clothing_nt_shortfluffy', 0, 25, 0, 1, 0, 0, 355, -1, 0, '', '0', '0'),
(9275, '10872', 589, 'clothing_wavy3', 0, 75, 0, 1, 0, 0, 14, -1, 0, '0', '1', '0'),
(9276, '10873', 579, 'clothing_r19_autumndress', 0, 2500, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(9277, '10874', 636, 'clothing_nt_leatherhoodie', 0, 25, 0, 1, 0, 0, 356, -1, 0, '', '0', '0'),
(9278, '10875', 579, 'clothing_r19_autumnhairpiece', 0, 2500, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(9279, '10876', 636, 'clothing_nt_wavy3', 0, 25, 0, 1, 0, 0, 357, -1, 0, '', '0', '0'),
(9280, '10877', 589, 'clothing_shortfluffy', 0, 75, 0, 1, 0, 0, 10, -1, 0, '0', '1', '0'),
(9281, '10878', 579, 'clothing_r19_puppyacc', 0, 2500, 0, 1, 0, 0, 3, -1, 0, '0', '1', '0'),
(9282, '10879', 307, 'CF_500_orb', 500, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9283, '10880', 325, 'xmas_c19_balcony', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9284, '10881', 325, 'xmas_c19_jarofgold', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(9285, '10882', 325, 'xmas_c19_terrierplushie', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9286, '10883', 325, 'xmas_c19_icicles', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(9287, '10884', 677, 'xmas_c19_angelfigure', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9288, '10885', 325, 'xmas_c19_hamsterplushie', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9289, '10886', 745, 'xmas_ltd19_icethrone', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(9290, '10887', 325, 'xmas_c19_snowsprites', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(9291, '10888', 589, 'clothing_pompombag', 0, 75, 0, 1, 0, 0, 9, -1, 0, '0', '1', '0'),
(9292, '10889', 579, 'clothing_r19_elisa', 0, 2500, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(9293, '10890', 325, 'xmas_c19_box4b', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9294, '10891', 636, 'clothing_nt_pompombag', 0, 25, 0, 1, 0, 0, 358, -1, 0, '', '0', '0'),
(9295, '10892', 325, 'xmas_c19_box1b', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9296, '10893', 325, 'xmas_c19_elfguard', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9297, '10894', 325, 'xmas_c19_crystalfloor', 2, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9298, '10895', 636, 'clothing_nt_frostedbeard', 0, 25, 0, 1, 0, 0, 359, -1, 0, '', '0', '0'),
(9299, '10896', 325, 'xmas_c19_elffairy', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9300, '10897', 676, 'xmas_c19_reindeerfigure2', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(9301, '10898', 325, 'xmas_c19_box6b', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9302, '10899', 325, 'xmas_c19_box5b', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9303, '10900', 325, 'xmas_c19_curtain', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9304, '10901', 729, 'xmas_c19_box3', 7, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9305, '10902', 677, 'xmas_c19_robinfigure', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(9306, '10903', 589, 'clothing_snowmansuit', 15, 10, 5, 1, 0, 0, 7, -1, 0, '0', '1', '0'),
(9307, '10904', 636, 'clothing_nt_bearmuffs', 0, 25, 0, 1, 0, 0, 360, -1, 0, '', '0', '0'),
(9308, '10905', 589, 'clothing_frostedbeard', 0, 75, 0, 1, 0, 0, 6, -1, 0, '0', '1', '0'),
(9309, '10906', 325, 'xmas_c19_icetree', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(9310, '10907', 677, 'xmas_c19_reindeerfigure', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(9311, '10908', 574, 'xmas_r19_crystalharp', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9312, '10909', 325, 'xmas_c19_archwall', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9313, '10910', 325, 'xmas_c19_furbanner', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9314, '10911', 678, 'xmas_c19_snowcraft', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9315, '10912', 729, 'clothing_nordicscarf', 0, 75, 0, 1, 0, 0, 5, -1, 0, '0', '1', '0'),
(9316, '10913', 325, 'xmas_c19_crystaltable', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9317, '10914', 325, 'xmas_c19_catplushie', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9318, '10915', 676, 'xmas_c19_dragonfigure2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9319, '10916', 729, 'xmas_c19_box2', 7, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(9320, '10917', 325, 'xmas_c19_elfeskimo', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9321, '10918', 325, 'xmas_c19_lamp', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9322, '10919', 589, 'clothing_pompomhat', 0, 75, 0, 1, 0, 0, 4, -1, 0, '0', '1', '0'),
(9323, '10920', 325, 'xmas_c19_stackedicedrinks', 10, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(9324, '10921', 325, 'xmas_c19_pugplushie', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(9325, '10922', 579, 'clothing_r19_frosted', 0, 2500, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(9326, '10923', 574, 'xmas_r19_crystalfountain', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(9327, '10924', 325, 'xmas_c19_crystalchair', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9328, '10925', 589, 'clothing_bearmuffs', 0, 75, 0, 1, 0, 0, 2, -1, 0, '0', '1', '0'),
(9329, '10926', 325, 'xmas_c19_box3b', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9330, '10927', 325, 'xmas_c19_windowwall', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(9331, '10928', 729, 'xmas_c19_box6', 7, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(9332, '10929', 676, 'xmas_c19_unicornfigure2', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9333, '10930', 677, 'xmas_c19_dragonfigure', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9334, '10931', 729, 'xmas_c19_box4', 7, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(9335, '10932', 636, 'clothing_nt_pompomhat', 0, 25, 0, 1, 0, 0, 361, -1, 0, '', '0', '0'),
(9336, '10933', 676, 'xmas_c19_robinfigure2', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9337, '10934', 676, 'xmas_c19_angelfigure2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9338, '10935', 325, 'xmas_c19_iceshards', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(9339, '10936', 729, 'xmas_c19_box5', 7, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(9340, '10937', 325, 'xmas_c19_elfmage', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(9341, '10938', 325, 'xmas_c19_chandelier', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9342, '10939', 325, 'xmas_c19_box2b', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9343, '10940', 677, 'xmas_c19_unicornfigure', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(9344, '10941', 325, 'xmas_c19_icefood', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(9345, '10942', 636, 'clothing_nt_snowmansuit', 0, 25, 0, 1, 0, 0, 362, -1, 0, '', '0', '0'),
(9346, '10943', 669, 'xmas_c19_box1', 7, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9347, '10944', 589, 'clothing_icecrown', 0, 75, 0, 1, 0, 0, 1, -1, 0, '0', '1', '0'),
(9348, '10945', 661, 'bonusrare19_4*0', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(9349, '10946', 661, 'bonusrare19_4*1', 0, 50, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9350, '10947', 661, 'bonusrare19_4*2', 0, 50, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9351, '10948', 661, 'bonusrare19_4*3', 0, 50, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9352, '10949', 661, 'bonusrare19_4*4', 0, 50, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9353, '10950', 661, 'bonusrare19_4*5', 0, 50, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9354, '10951', 664, 'bonusbag19_4', 7, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9355, '10952', 591, 'rare_prize19_xmas', 0, 50, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(9356, '10953', 501, 'shome_keys', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9357, '10954', 501, 'shome_hamster', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9358, '10955', 585, 'clothing_goldpack4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9359, '10956', 687, 'clothing_r20_galaxybackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9360, '10957', 570, 'clothing_heartnecklace', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9361, '10958', 687, 'clothing_r20_kittyearphones', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9362, '10959', 590, 'china_goldenrat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9363, '10960', 302, 'china_rat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9364, '10961', 570, 'clothing_rat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9365, '10962', 688, 'clothing_r19_sparklywaist5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9366, '10963', 688, 'clothing_r19_sparklywaist6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9367, '10964', 688, 'clothing_r19_sparklywaist7', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9368, '10965', 688, 'clothing_r19_sparklywaist8', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9369, '10966', 688, 'clothing_r19_sparklywaist2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9370, '10967', 688, 'clothing_r19_sparklywaist3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9371, '10968', 688, 'clothing_r19_sparklywaist1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9372, '10969', 688, 'clothing_r19_sparklywaist4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9373, '10970', 668, 'ny_r19_crackable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9374, '10971', 689, 'hc20_9', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9375, '10972', 689, 'hc20_8', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9376, '10973', 689, 'hc20_4', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9377, '10974', 689, 'hc20_2', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9378, '10975', 689, 'hc20_12', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9379, '10976', 689, 'hc20_3', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9380, '10977', 689, 'hc20_7', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9381, '10978', 689, 'hc20_10', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9382, '10979', 689, 'hc20_11', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9383, '10980', 689, 'hc20_5', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9384, '10981', 689, 'hc20_6', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9385, '10982', 689, 'hc20_1', 10, 1, 5, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(9386, '10983', 307, 'CF_750_minihabberge', 750, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9387, '10984', 690, 'rare_prize20*0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9388, '10985', 690, 'rare_prize20*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9389, '10986', 690, 'rare_prize20*10', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9390, '10987', 690, 'rare_prize20*11', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9391, '10988', 690, 'rare_prize20*12', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9392, '10989', 690, 'rare_prize20*13', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9393, '10990', 690, 'rare_prize20*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9394, '10991', 690, 'rare_prize20*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9395, '10992', 690, 'rare_prize20*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9396, '10993', 690, 'rare_prize20*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9397, '10994', 690, 'rare_prize20*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9398, '10995', 690, 'rare_prize20*7', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9399, '10996', 690, 'rare_prize20*8', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9400, '10997', 690, 'rare_prize20*9', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9401, '10998', 691, 'rare_r20_wardrobe', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9402, '10999', 687, 'clothing_r20_quinn', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9403, '11000', 691, 'rare_r20_balloonchair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9404, '11001', 692, 'val_c20_cakestand', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9405, '11002', 692, 'val_c20_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9406, '11003', 692, 'val_c20_lights', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9407, '11004', 692, 'val_c20_floor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9408, '11005', 692, 'val_c20_blackboard', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9409, '11006', 692, 'val_c20_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9410, '11007', 692, 'val_c20_tablecounter', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9411, '11008', 570, 'clothing_chocochefoutfit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9412, '11009', 692, 'val_c20_cakedisplay', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9413, '11010', 692, 'val_c20_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9414, '11011', 692, 'val_c20_cake', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9415, '11012', 687, 'clothing_r20_tattoo', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9416, '11013', 692, 'val_c20_chocgift', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9417, '11014', 692, 'val_c20_chocfountain', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9418, '11015', 692, 'val_c20_table', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9419, '11016', 692, 'val_c20_seats', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9420, '11017', 664, 'bonusbag20_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9421, '11018', 693, 'bonusrare20_1a*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9422, '11019', 693, 'bonusrare20_1a*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9423, '11020', 693, 'bonusrare20_1a*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9424, '11021', 693, 'bonusrare20_1a*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9425, '11022', 693, 'bonusrare20_1a*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9426, '11023', 693, 'bonusrare20_1a*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9427, '11024', 693, 'bonusrare20_2*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9428, '11025', 693, 'bonusrare20_2*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9429, '11026', 693, 'bonusrare20_2*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9430, '11027', 693, 'bonusrare20_2*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9431, '11028', 693, 'bonusrare20_2*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9432, '11029', 693, 'bonusrare20_2*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9433, '11030', 664, 'bonusbag20_3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9434, '11031', 693, 'bonusrare20_3*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9435, '11032', 693, 'bonusrare20_3*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9436, '11033', 693, 'bonusrare20_3*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9437, '11034', 693, 'bonusrare20_3*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9438, '11035', 693, 'bonusrare20_3*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9439, '11036', 693, 'bonusrare20_3*6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9440, '11037', 693, 'bonusrare20_4*0', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9441, '11038', 693, 'bonusrare20_4*1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9442, '11039', 693, 'bonusrare20_4*2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9443, '11040', 693, 'bonusrare20_4*3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9444, '11041', 693, 'bonusrare20_4*4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9445, '11042', 693, 'bonusrare20_4*5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9446, '11043', 664, 'bonusbag20_2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9447, '11044', 664, 'bonusbag20_4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9448, '11045', 691, 'rare_r20_grandebackdrop', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9449, '11046', 570, 'clothing_c20_goldheartbp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9450, '11047', 517, 'art_c20_plant', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9451, '11048', 184, 'booster_c20_box', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9452, '11049', 517, 'art_c20_rug', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9453, '11050', 633, 'booster_c20_box1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9454, '11051', 517, 'art_c20_floor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9455, '11052', 517, 'art_c20_light', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9456, '11053', 517, 'art_c20_paintings', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9457, '11054', 633, 'art_c20_gold4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9458, '11055', 517, 'art_c20_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9459, '11056', 633, 'art_c20_pillow', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9460, '11057', 517, 'art_c20_bin', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9461, '11058', 633, 'art_c20_gold1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9462, '11059', 570, 'clothing_c20_heartbackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9463, '11060', 517, 'art_c20_drawingtablet', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9464, '11061', 633, 'art_c20_gold2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9465, '11062', 633, 'art_c20_chair2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9466, '11063', 517, 'art_c20_desk', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9467, '11064', 517, 'art_c20_shelves', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9468, '11065', 633, 'art_c20_chair4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9469, '11066', 517, 'art_c20_canvas', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9470, '11067', 633, 'art_c20_gold5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9471, '11068', 517, 'art_c20_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9472, '11069', 633, 'art_c20_chair1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9473, '11070', 633, 'art_c20_clock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9474, '11071', 517, 'art_c20_clotheshanger', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9475, '11072', 517, 'art_c20_rolledpaper', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9476, '11073', 633, 'art_c20_gold3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9477, '11074', 517, 'art_c20_artstool', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9478, '11075', 517, 'art_c20_easel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9479, '11076', 633, 'art_c20_chair3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9480, '11077', 517, 'art_c20_coffeetable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9481, '11078', 517, 'art_c20_caddy', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9482, '11079', 226, 'easter_c20_heather', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9483, '11080', 691, 'easter_r20_mountaingoat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9484, '11081', 667, 'easter_c20_darkrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9485, '11082', 570, 'clothing_mysticrobes', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9486, '11083', 633, 'easter_c20_darkprize4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9487, '11084', 226, 'easter_c20_scatteredforestfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9488, '11085', 226, 'easter_c20_fishingpole', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9489, '11086', 636, 'clothing_nt_yogatop', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9490, '11087', 636, 'clothing_nt_campingbackpack', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9491, '11088', 226, 'easter_c20_stickteepee', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9492, '11089', 633, 'easter_c20_ancientbird', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9493, '11090', 570, 'clothing_explorersash', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9494, '11091', 226, 'easter_c20_rockboulders', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9495, '11092', 687, 'clothing_r20_bunnyoutfit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9496, '11093', 633, 'easter_c20_darkprize2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9497, '11094', 570, 'clothing_puffyvest', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9498, '11095', 226, 'easter_c20_mountainslopes', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9499, '11096', 746, 'easter_ltd20_fortuneduck', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9500, '11097', 691, 'easter_r20_mystictree', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9501, '11098', 226, 'easter_c20_campingessentials', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9502, '11099', 570, 'clothing_binoculars', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9503, '11100', 226, 'easter_c20_ornamentalrocks', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9504, '11101', 226, 'easter_c20_picnicfood', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9505, '11102', 570, 'clothing_campingbackpack', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9506, '11103', 226, 'easter_c20_mountainflats', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9507, '11104', 633, 'easter_c20_darkprize3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9508, '11105', 633, 'easter_c20_darkprize1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9509, '11106', 570, 'clothing_yogatop', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9510, '11107', 636, 'clothing_nt_puffyvest', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9511, '11108', 636, 'clothing_nt_sportshair', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9512, '11109', 226, 'easter_c20_camprug', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9513, '11110', 226, 'easter_c20_mossydivider', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9514, '11111', 226, 'easter_c20_firstaidkit', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9515, '11112', 570, 'clothing_sportshair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9516, '11113', 226, 'easter_c20_logwalk', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9517, '11114', 570, 'clothing_mysticcrown', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9518, '11115', 570, 'clothing_yogapants', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9519, '11116', 633, 'easter_c20_ancienthorse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9520, '11117', 226, 'easter_c20_kayak', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9521, '11118', 687, 'clothing_r20_ponytailcap', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9522, '11119', 636, 'clothing_nt_yogapants', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9523, '11120', 633, 'easter_c20_lightprize3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9524, '11121', 226, 'easter_c20_climbingropetele', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9525, '11122', 636, 'clothing_nt_sportsshade', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9526, '11123', 636, 'clothing_nt_binoculars', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9527, '11124', 633, 'easter_c20_lightprize2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9528, '11125', 226, 'easter_c20_forestfriends', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9529, '11126', 667, 'easter_c20_lightrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9530, '11127', 633, 'easter_c20_clayrelic', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9531, '11128', 226, 'easter_c20_fishstream', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9532, '11129', 570, 'clothing_rainbowegg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9533, '11130', 633, 'easter_c20_jadeguardian', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9534, '11131', 226, 'easter_c20_heatherrock', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9535, '11132', 633, 'easter_c20_ancientstatue', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9536, '11133', 570, 'clothing_sportsshade', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9537, '11134', 633, 'easter_c20_lightprize4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9538, '11135', 633, 'easter_c20_lightprize1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9539, '11136', 226, 'easter_c20_waypointrocks', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9540, '11137', 226, 'easter_c20_energyfood', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9541, '11138', 633, 'easter_c20_zenmaster', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9542, '11139', 636, 'clothing_nt_explorersash', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9543, '11140', 226, 'easter_c20_foresttree', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9544, '11141', 226, 'easter_c20_rapids', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9545, '11142', 735, 'easter_c20_lightrock1', 4, 0, 0, 1, 0, 0, 363, -1, 0, '', '0', '0'),
(9546, '11143', 735, 'easter_c20_darkrock1', 4, 0, 0, 1, 0, 0, 364, -1, 0, '', '0', '0'),
(9547, '11144', 691, 'rare_r20_corgi', 4, 0, 0, 1, 0, 0, 365, -1, 0, '', '0', '0'),
(9548, '11145', 691, 'rare_r20_marimo', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9549, '11146', 691, 'rare_r20_treehouse', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9550, '11147', 735, 'spa_c20_bbrose', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9551, '11148', 186, 'spa_c20_crackable1A', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9552, '11149', 570, 'clothing_towelwraphalf', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9553, '11150', 191, 'spa_c20_crackable1B', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9554, '11151', 570, 'clothing_eyemask', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9555, '11152', 570, 'clothing_maskmint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9556, '11153', 735, 'spa_c20_bbmint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9557, '11154', 735, 'spa_c20_bbcharcoal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9558, '11155', 570, 'clothing_towelhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9559, '11156', 570, 'clothing_eyetomato', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9560, '11157', 570, 'clothing_maskrose', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9561, '11158', 570, 'clothing_eyecucumber', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9562, '11159', 735, 'spa_c20_lavendersalt', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9563, '11160', 570, 'clothing_towelwrapfull', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9564, '11161', 570, 'clothing_maskcitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9565, '11162', 735, 'spa_c20_bbcitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9566, '11163', 735, 'spa_c20_incense', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9567, '11164', 570, 'clothing_maskcharcoal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9568, '11165', 570, 'clothing_eyecitrus', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9569, '11166', 186, 'spa_c20_crackable2A', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9570, '11167', 570, 'clothing_eyestrawberry', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9571, '11168', 191, 'spa_c20_crackable2B', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9572, '11169', 735, 'spa_c20_bath', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9573, '11170', 307, 'CF_500_goldenbeetle', 500, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9574, '11171', 687, 'clothing_r20_monkeyfezhat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9575, '11172', 677, 'india_c20_saribp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9576, '11173', 696, 'india_c20_longpillow', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9577, '11174', 570, 'clothing_moviestarmakeup', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9578, '11175', 676, 'clothing_cobra', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9579, '11176', 691, 'india_r20_bengaltiger', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9580, '11177', 696, 'india_c20_incense', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9581, '11178', 677, 'clothing_exoticcape', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9582, '11179', 677, 'india_c20_capebp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9583, '11180', 696, 'india_c20_eleseat', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9584, '11181', 696, 'india_c20_flowerbelldeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9585, '11182', 747, 'india_c20_dye', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9586, '11183', 676, 'clothing_headjewel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9587, '11184', 570, 'clothing_moviestarhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9588, '11185', 676, 'clothing_grandsari', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9589, '11186', 696, 'india_c20_sofa', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9590, '11187', 676, 'clothing_grandheadjewel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9591, '11188', 696, 'india_c20_jewellerybox', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9592, '11189', 677, 'clothing_sherwani', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9593, '11190', 677, 'india_c20_sherwanibp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9594, '11191', 696, 'india_c20_light', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9595, '11192', 636, 'clothing_nt_turban', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9596, '11193', 696, 'india_c20_balconydoor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9597, '11194', 696, 'india_c20_archway', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9598, '11195', 677, 'india_c20_snakebp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9599, '11196', 696, 'india_c20_dessert', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9600, '11197', 696, 'india_c20_tiledfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9601, '11198', 570, 'clothing_turban', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9602, '11199', 747, 'india_c20_cloth', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9603, '11200', 676, 'clothing_grandsherwani', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9604, '11201', 696, 'india_c20_curries', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9605, '11202', 696, 'india_c20_palmvase', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9606, '11203', 636, 'clothing_nt_moviestarhair', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9607, '11204', 676, 'clothing_grandexoticcape', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9608, '11205', 678, 'india_c20_sewingmachine', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9609, '11206', 191, 'india_c20_blueprintb', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9610, '11207', 696, 'india_c20_eletable', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9611, '11208', 691, 'india_r20_exotictent', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9612, '11209', 676, 'clothing_snake', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9613, '11210', 189, 'india_c20_blueprint', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9614, '11211', 696, 'india_c20_teaset', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9615, '11212', 677, 'india_c20_headjewelbp', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9616, '11213', 636, 'clothing_nt_moviestarmakeup', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9617, '11214', 696, 'india_c20_beadbellsdeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9618, '11215', 676, 'clothing_sari', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9619, '11216', 687, 'clothing_r20_jewelbraidhair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9620, '11217', 746, 'india_ltd20_sultanthrone', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9621, '11218', 491, 'diamond_painting48', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9622, '11219', 491, 'diamond_painting50', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9623, '11220', 491, 'diamond_painting49', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9624, '11221', 491, 'diamond_painting47', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9625, '11222', 570, 'clothing_studentcap', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9626, '11223', 636, 'clothing_nt_studentcap', 0, 25, 0, 1, 0, 0, 99, -1, 0, '', '0', '0'),
(9627, '20060', 683, 'DEAL_HC_1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9628, '20100', 429, 'Poker', 4, 0, 0, 1, 0, 0, 366, -1, 0, '', '0', '0'),
(9629, '40010', 274, 'poster 38', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9630, '40020', 30, 'a0 gothicfountain', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9631, '40030', 349, 'hc_wall_lamp', 10, 1, 5, 1, 0, 0, 12, -1, 0, '', '1', '1'),
(9632, '40040', 344, 'industrialfan', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9633, '40050', 30, 'a0 torch', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9634, '40060', 445, 'a0 val_heart', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9635, '40070', 35, 'DEV wallmirror', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9636, '40080', 31, 'DEV jp_ninjastars', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9637, '40090', 280, 'DEV habw_mirror', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(9638, '40100', 344, 'habbowheel', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9639, '40110', 676, 'guitar_skull', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9640, '40120', 21, 'guitar_v', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9641, '40130', 21, 'Habborella Poster 2 Life Buoy', 4, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(9642, '40140', 21, 'Habborella Poster 1 Porthole', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(9643, '40150', 473, 'a0 xmas_light', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9644, '40160', 21, 'Habborella Poster 3 Anchor', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(9645, '40170', 123, 'sw_swords', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9646, '40180', 123, 'sw_stone', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9647, '40190', 123, 'sw_hole', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9648, '40200', 28, 'arabian_swords', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9649, '40210', 31, 'jp_sheet3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9650, '40220', 28, 'arabian_wndw', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9651, '40230', 198, 'md_logo_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9652, '40240', 31, 'jp_sheet1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9653, '40250', 198, 'md_can', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9654, '40260', 31, 'jp_sheet2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9655, '40270', 16, 'a0 roomdimmer', 12, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9656, '40280', 408, 'tiki_surfboard', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9657, '40290', 539, 'tampax_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9658, '40300', 408, 'tiki_wallplnt', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9659, '40310', 306, 'DEV window_single_default', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9660, '40320', 306, 'DEV window_double_default', 1, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9661, '40330', 306, 'noob_window_double', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9662, '40340', 306, 'DEV window_chinese_wide', 5, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9663, '40350', 306, 'DEV window_golden', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9664, '40360', 306, 'DEV window_square', 2, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9665, '40370', 306, 'DEV window_romantic_narrow', 0, 150, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9666, '40380', 306, 'DEV window_chinese_narrow', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(9667, '40390', 306, 'DEV window_70s_wide', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9668, '40400', 306, 'DEV window_70s_narrow', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9669, '40410', 306, 'DEV window_romantic_wide', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9670, '40420', 306, 'DEV window_basic', 1, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9671, '40430', 543, 'ads_sunnyd', 4, 0, 0, 1, 0, 0, 47, -1, 0, '', '1', '0'),
(9672, '40440', 306, 'DEV window_grunge', 1, 225, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9673, '40450', 306, 'DEV window_triple', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9674, '40460', 306, 'window_diner2', 3, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0'),
(9675, '40470', 346, 'ads_dave_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9676, '40480', 628, 'diner_walltable', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(9677, '40490', 306, 'window_diner', 4, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(9678, '40500', 527, 'ads_nokia_logo', 4, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0'),
(9679, '40510', 541, 'easy_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9680, '40520', 272, 'DEV window_hole', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(9681, '40530', 527, 'ads_nokia_phone', 4, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0'),
(9682, '40540', 306, 'DEV window_skyscraper', 1, 150, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9683, '40560', 272, 'det_bhole', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9684, '40570', 540, 'netari_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9685, '40580', 346, 'ads_campguitar', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9686, '40590', 389, 'hween08_rad', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9687, '40600', 389, 'a0 hw_08_xray', 3, 0, 0, 1, 0, 0, 18, 10500, 0, '', '1', '0'),
(9688, '40610', 389, 'hween08_wndwb', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9689, '40620', 389, 'hween08_wndw', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9690, '40630', 389, 'hween08_bio', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9691, '40640', 389, 'hween08_xray', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9692, '40650', 30, 'a0 gothicfountain 2', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9693, '40660', 33, 'party_led', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9694, '40670', 265, 'ads_cmusic', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9695, '40680', 33, 'party_wc_girl', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9696, '40690', 33, 'party_neon1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9697, '40700', 33, 'party_wc_boy', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9698, '40710', 33, 'party_shelf', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9699, '40720', 33, 'party_neon4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9700, '40730', 33, 'party_neon2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9701, '40740', 33, 'party_neon5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9702, '40750', 33, 'party_neon3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9703, '40760', 475, 'xmas08_icewall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9704, '40770', 475, 'xmas08_wallpaper', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9705, '40780', 516, 'ads_clwall2', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(9706, '40790', 516, 'ads_clwall3', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(9707, '40800', 475, 'xmas_icewall', 3, 0, 0, 1, 0, 0, 367, -1, 0, '', '0', '0'),
(9708, '40810', 529, 'ads_ob_wall', 4, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0'),
(9709, '40820', 516, 'ads_clwall1', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9710, '40830', 119, 'ads_mall_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9711, '40840', 302, 'china_pstr1', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9712, '40850', 302, 'china_pstr2', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9713, '40860', 302, 'china_light', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(9714, '40870', 306, 'herry', 1, 225, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9715, '40880', 58, 'ads_idol_wall', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(9716, '40890', 121, 'ads_igorevilb', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9717, '40900', 121, 'ads_igor_wall', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9718, '40910', 119, 'ads_mall_winpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9719, '40920', 119, 'ads_mall_winfur', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(9720, '40930', 58, 'ads_idol_tv', 4, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0'),
(9721, '40940', 303, 'Lost City Window 1', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9722, '40950', 303, 'lc_wall1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9723, '40960', 303, 'Lost City Window 2', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9724, '40970', 303, 'lc_wall2', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9725, '40980', 119, 'ads_mall_wincin', 4, 0, 0, 1, 0, 0, 93, -1, 0, '', '1', '0'),
(9726, '40990', 58, 'ads_idol_mirror', 4, 0, 0, 1, 0, 0, 70, -1, 0, '', '1', '0'),
(9727, '41000', 119, 'ads_mall_winbea', 4, 0, 0, 1, 0, 0, 91, -1, 0, '', '1', '0'),
(9728, '41010', 119, 'ads_mall_winmus', 4, 0, 0, 1, 0, 0, 98, -1, 0, '', '1', '0'),
(9729, '41020', 499, 'eco_curtains2', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9730, '41030', 119, 'ads_mall_winchi', 4, 0, 0, 1, 0, 0, 92, -1, 0, '', '1', '0'),
(9731, '41040', 499, 'eco_curtains3', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9732, '41050', 499, 'eco_curtains1', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9733, '41060', 119, 'ads_mall_winspo', 4, 0, 0, 1, 0, 0, 100, -1, 0, '', '1', '0'),
(9734, '41070', 304, 'exe_wfall', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(9735, '41080', 58, 'ads_idol_logo', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(9736, '41090', 119, 'ads_mall_winice', 4, 0, 0, 1, 0, 0, 97, -1, 0, '', '1', '0'),
(9737, '41100', 304, 'exe_map', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9738, '41110', 544, 'ads_puffet_tv', 4, 0, 0, 1, 0, 0, 119, -1, 0, '', '1', '0'),
(9739, '41120', 346, 'ads_reebok_tv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9740, '41130', 531, 'ads_malaco_tv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9741, '41140', 282, 'country_forestwall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9742, '41150', 346, 'ads_lin_wh_c', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9743, '41160', 282, 'country_lantern', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9744, '41170', 282, 'country_fp', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9745, '41180', 282, 'country_wall', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9746, '41190', 231, 'flag_norway', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9747, '41200', 628, 'diner_poster', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(9748, '41210', 32, 'lt_jngl_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9749, '41220', 346, 'ads_mirror', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9750, '41230', 32, 'lt_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9751, '42200', 683, 'a2 slp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9752, '42210', 683, 'post_it', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9753, '42220', 564, 'ads_veet', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(9754, '42230', 36, 'sf_wall3', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9755, '42240', 36, 'sf_window', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9756, '42250', 119, 'ads_mall_wintra', 4, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(9757, '42260', 489, 'ads_wwe_poster', 4, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(9758, '42270', 36, 'sf_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9759, '42280', 36, 'sf_wall2', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9760, '42290', 231, 'flag_belgium', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9761, '42300', 119, 'ads_mall_wingar', 4, 0, 0, 1, 0, 0, 41, -1, 0, '', '1', '0'),
(9762, '42310', 231, 'flag_portugal', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9763, '42320', 34, 'rela_wall', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9764, '42330', 59, 'ktchn_knives', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(9765, '42340', 59, 'ktchn_oven', 3, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(9766, '42350', 59, 'ktchn_wall', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(9767, '42360', 119, 'ads_mall_winclo', 4, 0, 0, 1, 0, 0, 94, -1, 0, '', '1', '0'),
(9768, '42370', 16, 'dimmer_swtch', 9, 10, 5, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9769, '42380', 16, 'dimmer_buttn', 4, 250, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9770, '42390', 16, 'dimmer_fuse2', 10, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9771, '42400', 16, 'dimmer_fuse6', 10, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9772, '42410', 530, 'ads_mtv_bigtv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9773, '42420', 530, 'ads_mtv_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9774, '42430', 58, 'ads_idol_l_logo', 0, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9775, '42440', 272, 'urban_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(9776, '42450', 58, 'ads_idol_l_tv', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9777, '42460', 231, 'flag_peru', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9778, '42470', 390, 'hween09_crnr1', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9779, '42480', 231, 'flag_tunisia', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9780, '42490', 231, 'flag_singapore', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9781, '42500', 231, 'flag_mexico', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9782, '42510', 231, 'flag_philippines', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9783, '42520', 231, 'flag_malaysia', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9784, '42530', 231, 'flag_greece', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9785, '42540', 231, 'flag_venezl', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9786, '42550', 231, 'flag_turkey', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(9787, '42560', 231, 'flag_chile', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9788, '42570', 390, 'hween09_wall1', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9789, '42580', 231, 'flag_columbia', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9790, '42590', 390, 'hween09_stonewall', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9791, '42600', 231, 'flag_newzealand', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9792, '42610', 231, 'flag_argentina', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9793, '42620', 231, 'flag_panama', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9794, '42630', 390, 'hween09_paint', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9795, '42640', 231, 'flag_morocco', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9796, '42650', 231, 'flag_dominicanrepublic', 4, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9797, '42660', 390, 'hween09_curt', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9798, '42670', 590, 'byesw_loadscreen', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9799, '42680', 231, 'flag_ecuador', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9800, '42690', 390, 'hween09_treewall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9801, '42700', 231, 'flag_algeria', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9802, '42710', 390, 'hween09_win', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9803, '42720', 44, 'ads_twi_paint', 4, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(9804, '42730', 44, 'ads_twi_dreamc', 4, 0, 0, 1, 0, 0, 132, -1, 0, '', '1', '0'),
(9805, '42740', 44, 'ads_twi_bwall1', 4, 0, 0, 1, 0, 0, 128, -1, 0, '', '1', '0'),
(9806, '42750', 44, 'ads_twi_crest', 4, 0, 0, 1, 0, 0, 131, -1, 0, '', '1', '0'),
(9807, '42760', 44, 'ads_twi_bwall2', 4, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(9808, '42770', 44, 'ads_twi_windw', 4, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0'),
(9809, '42780', 476, 'xm09_bauble_24', 3, 0, 0, 1, 0, 0, 124, -1, 0, '', '1', '0'),
(9810, '42790', 476, 'xm09_bauble_27', 3, 0, 0, 1, 0, 0, 127, -1, 0, '', '1', '0'),
(9811, '42800', 476, 'xm09_stocking', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9812, '42810', 476, 'xm09_bauble_17', 3, 0, 0, 1, 0, 0, 117, -1, 0, '', '1', '0'),
(9813, '42820', 476, 'xm09_bauble_4', 3, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0'),
(9814, '42830', 476, 'xm09_bauble_19', 3, 0, 0, 1, 0, 0, 119, -1, 0, '', '1', '0'),
(9815, '42840', 476, 'xm09_bauble_6', 3, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0'),
(9816, '42850', 476, 'xm09_bauble_3', 3, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(9817, '42860', 476, 'xm09_bauble_25', 3, 0, 0, 1, 0, 0, 125, -1, 0, '', '1', '0'),
(9818, '42870', 28, 'arabian_wall', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9819, '42880', 476, 'xm09_bauble_5', 3, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0'),
(9820, '42890', 476, 'xm09_bauble_11', 3, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0'),
(9821, '42900', 476, 'xm09_bauble_14', 3, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0'),
(9822, '42910', 476, 'xm09_bauble_7', 3, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0'),
(9823, '42920', 476, 'xm09_bauble_23', 3, 0, 0, 1, 0, 0, 47, -1, 0, '', '1', '0'),
(9824, '42930', 476, 'xm09_bauble_10', 3, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0'),
(9825, '42940', 476, 'xm09_bauble_9', 3, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0'),
(9826, '42950', 476, 'xm09_bauble_8', 3, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0'),
(9827, '42960', 476, 'xm09_bauble_20', 3, 0, 0, 1, 0, 0, 45, -1, 0, '', '1', '0'),
(9828, '42970', 476, 'xm09_bauble_2', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(9829, '42980', 476, 'xm09_bauble_18', 3, 0, 0, 1, 0, 0, 118, -1, 0, '', '1', '0'),
(9830, '42990', 476, 'xm09_bauble_13', 3, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0'),
(9831, '43000', 476, 'xm09_bauble_1', 3, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(9832, '43010', 476, 'xm09_bauble_15', 3, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0'),
(9833, '43020', 476, 'xm09_bauble_22', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(9834, '43030', 476, 'xm09_bauble_16', 3, 0, 0, 1, 0, 0, 116, -1, 0, '', '1', '0'),
(9835, '43040', 476, 'xm09_bauble_12', 3, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(9836, '43050', 476, 'xm09_bauble_21', 3, 0, 0, 1, 0, 0, 121, -1, 0, '', '1', '0'),
(9837, '43060', 476, 'xm09_bauble_26', 3, 0, 0, 1, 0, 0, 126, -1, 0, '', '1', '0'),
(9838, '43070', 476, 'xm09_firwall', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9839, '43080', 476, 'xm09_forestwall', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9840, '43090', 476, 'xm09_infotv', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9841, '43100', 471, 'party_lights', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9842, '43110', 476, 'xm09_lodgewall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9843, '43120', 476, 'xm09_frplc', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9844, '43130', 469, '0', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9845, '43140', 302, 'china_pstr3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9846, '43150', 461, 'ads_tv_jaapuisto', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9847, '43160', 50, 'val09_wall2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9848, '43170', 50, 'val09_wdrobe_g', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9849, '43180', 50, 'val09_wall1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9850, '43190', 50, 'bling_sink', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(9851, '43200', 50, 'val09_wdrobe_b', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9852, '43210', 50, 'bling_cabinet', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(9853, '43220', 542, 'ads_percyw', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9854, '43230', 264, 'ads_boost_surfb', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9855, '43240', 516, 'ads_tlc_wheel', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(9856, '43250', 401, 'garden_wall', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9857, '43260', 563, 'ads_tv_yle', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(9858, '43270', 53, 'runway_shelf', 5, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9859, '43280', 346, 'ads_latrobe_flag', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9860, '43290', 352, 'hc3_walldeco', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1'),
(9861, '43300', 527, 'ads_nokia_x6', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(9862, '43310', 53, 'runway_fabric', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9863, '43320', 44, 'ads_target_wall', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(9864, '43330', 561, 'ads_super_pop', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(9865, '43340', 546, 'ads_tv_chocapic_02', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9866, '43350', 546, 'ads_tv_chocapic_01', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(9867, '43360', 403, 'bw_jaws', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9868, '43370', 534, 'ads_grefusa_surfb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9869, '43380', 59, 'ktchn10_cabnt', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9870, '43390', 444, 'hosptl_xray', 3, 0, 0, 1, 0, 0, 99, 10500, 0, '', '1', '0'),
(9871, '43400', 391, 'hween10_fogwall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9872, '43410', 45, 'bb_painimies1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9873, '43420', 45, 'bb_painimies2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9874, '43430', 530, 'ads_mtv_bigtv2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9875, '43440', 530, 'ads_mtv_tv2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9876, '43450', 391, 'hween10_card_3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9877, '43460', 391, 'hween10_card_1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9878, '43470', 391, 'hween10_card_4', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9879, '43480', 391, 'hween10_card_6', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9880, '43490', 391, 'hween10_wallskull', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(9881, '43500', 391, 'hween10_card_2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9882, '43510', 391, 'hween10_card_5', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9883, '43520', 527, 'ads_nokiax3_wall2', 4, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0'),
(9884, '43530', 527, 'ads_nokiax3_wall3', 4, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0'),
(9885, '43540', 527, 'ads_nokiax3_wall1', 4, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0'),
(9886, '43550', 527, 'ads_nokiax3_phn', 4, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0'),
(9887, '43560', 304, 'exe_sensor', 3, 0, 0, 1, 0, 0, 23, 10500, 0, '', '1', '0'),
(9888, '43570', 478, 'qt_calendar2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9889, '43580', 520, 'ads_r7logo', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9890, '43590', 478, 'qt_calendar0', 4, 0, 0, 1, 0, 0, 0, -1, 0, '', '1', '0'),
(9891, '43600', 478, 'qt_calendar1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9892, '43610', 478, 'qt_xm10_bauble2', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9893, '43620', 477, 'es_build1', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9894, '43630', 477, 'es_build4', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9895, '43640', 477, 'es_build2', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9896, '43650', 478, 'qt_xm10_bauble1', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9897, '43660', 477, 'es_build3', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9898, '43670', 477, 'es_window', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(9899, '4367', 683, 'vote_count_add', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9900, '43680', 478, 'qt_xm10_bauble3', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9901, '43690', 478, 'qt_xm10_icestar', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9902, '43700', 477, 'es_big1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9903, '43710', 477, 'es_big3', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9904, '43720', 477, 'es_big2', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9905, '43730', 275, 'year2011', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9906, '43740', 50, 'bling11_wall1', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9907, '43750', 50, 'bling11_wall4', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9908, '43760', 50, 'bling11_wall2', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9909, '43770', 50, 'bling11_wall3', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9910, '43780', 459, 'qt_val11_heartlights', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9911, '43790', 50, 'bling11_big1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(9912, '43800', 30, 'gothic_st_glass', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(9913, '43810', 263, 'ads_bigtv_missmix', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9914, '43820', 280, 'cine_light2', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9915, '43830', 280, 'cine_light1', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9916, '43840', 56, 'cubie_decal_3_b', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9917, '43850', 56, 'cubie_decklight_p', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9918, '43860', 56, 'cubie_decal_1_b', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9919, '43870', 56, 'cubie_decal_2_b', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9920, '43880', 56, 'cubie_decal_3_p', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9921, '43890', 56, 'cubie_wallshelf_b', 5, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9922, '43900', 56, 'cubie_decal_1_p', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9923, '43910', 56, 'cubie_decal_3', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9924, '43920', 56, 'cubie_wallshelf_p', 5, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(9925, '43930', 56, 'cubie_decal_2_p', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9926, '43940', 56, 'cubie_decklight_b', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9927, '43950', 56, 'cubie_decal_0', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9928, '43960', 57, 'waasa_wall_shelf2', 5, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9929, '43970', 57, 'waasa_wall_shelf1', 5, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(9930, '43980', 379, 'easter11_wall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(9931, '43990', 382, 'ads_suunvuorow', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(9932, '44000', 462, 'ads_volkswagen_poster', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9933, '44010', 346, 'picture_car', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9934, '44020', 185, 'ads_kfp2_tv', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9935, '44030', 185, 'ads_kfp2_wall', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9936, '44040', 104, 'dng_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9937, '44050', 305, 'ads_cchups_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9938, '44060', 272, 'sb_tag1', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9939, '44070', 272, 'sb_wall', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9940, '44080', 272, 'sb_tag2', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(9941, '44090', 272, 'sb_tag3', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9942, '44100', 554, 'ads_durex_screen', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9943, '44110', 530, 'ads_mtv_wall', 4, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0'),
(9944, '44120', 407, 'summer_sunset_wall', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9945, '44130', 167, 'usva5_wallrug', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9946, '44140', 165, 'usva3_wallrug', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9947, '44150', 168, 'usva_wallrug', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(9948, '44160', 166, 'usva4_wallrug', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(9949, '44170', 164, 'usva2_wallrug', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9950, '44180', 467, 'school_chalkboard', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9951, '44190', 467, 'school_urinal', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9952, '44200', 467, 'school_wall', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(9953, '44210', 467, 'school_charts', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(9954, '44220', 467, 'school_toilet_wall', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(9955, '44230', 106, 'boutique_lampwall', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9956, '44240', 106, 'boutique_shrack2', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9957, '44250', 106, 'boutique_shrack1', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9958, '44260', 106, 'boutique_speakers', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(9959, '44270', 106, 'boutique_clrack2', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9960, '44280', 106, 'boutique_clrack1', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9961, '44290', 552, 'ads_flag_un', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(9962, '44300', 245, 'horse_pitchfork_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(9963, '44310', 115, 'horse_stable_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9964, '44320', 115, 'horse_stable_wall_w', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(9965, '44330', 245, 'horse_shoe_wall', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(9966, '44340', 392, 'hween11_window', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9967, '44350', 479, 'xmas11_hd4', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(9968, '44360', 479, 'xmas11_wall', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(9969, '44370', 479, 'xmas11_hd2', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(9970, '44380', 479, 'xmas11_hd5', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9971, '44390', 479, 'xmas11_hd3', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(9972, '44400', 479, 'xmas11_hd1', 3, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(9973, '44410', 479, 'xmas11_hd6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9974, '44420', 301, 'ads_alvinsurf', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9975, '44430', 479, 'xmas11_cuckoo', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(9976, '44440', 532, 'ads_m6_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9977, '44450', 275, 'year2012', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(9978, '44460', 412, 'snowb_mountain_wall', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9979, '44470', 231, 'flag_denmark', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(9980, '44480', 468, 'urban_wall_china', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(9981, '44490', 545, 'ads_antena3_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9982, '44500', 479, 'xm11_stocking', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9983, '44510', 467, 'wallchair', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9984, '44520', 31, 'jp_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9985, '44530', 31, 'jp_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9986, '44540', 411, 'stone_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(9987, '44550', 411, 'gardenshed_wall', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(9988, '44560', 701, 'js_exe_wfall', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(9989, '44570;50036', 523, 'football12_es', 3, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(9990, '44580;50038', 523, 'football12_it', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(9991, '44590;50039', 523, 'football12_de', 3, 0, 0, 1, 0, 0, 22, -1, 0, '', '1', '0'),
(9992, '44600;50037', 523, 'football12_pt', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(9993, '44610', 120, 'anc_savanna_wall', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(9994, '44620', 120, 'anc_sunset_wall', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(9995, '44630', 686, 'lon_skyline', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(9996, '44640', 393, 'hween12_dartboard', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(9997, '44650', 74, 'hs_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9998, '44660', 74, 'hs_wlight', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(9999, '44670', 74, 'hs_applause', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10000, '44680', 481, 'xmas12_wall_in', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0');
INSERT INTO `catalog_items` (`id`, `item_ids`, `page_id`, `catalog_name`, `cost_credits`, `cost_points`, `points_type`, `amount`, `limited_stack`, `limited_sells`, `order_number`, `offer_id`, `song_id`, `extradata`, `have_offer`, `club_only`) VALUES
(10001, '44690', 481, 'xmas12_window', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(10002, '44700', 481, 'xmas12_wall_out', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(10003, '44710', 481, 'xmas12_door', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10004, '44720', 481, 'xmas12_torch', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(10005, '44750', 275, 'year2013', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(10006, '44760', 67, 'ny2013_wall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(10007, '44770', 302, 'china_pstr4', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(10008, '44780', 454, 'val13_wall_2', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(10009, '44790', 454, 'val13_wall_3', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(10010, '44800', 454, 'val13_wall_1', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(10011, '44810', 24, 'pixel_clock_red', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(10012, '44820', 24, 'pixel_walldeco', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10013, '44830', 24, 'pixel_clock_pink', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(10014, '44840', 24, 'pixel_mirror', 3, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(10015, '44850', 24, 'pixel_clock_black', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(10016, '44860', 24, 'pixel_clock_green', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(10017, '44870', 24, 'pixel_clock_blue', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10018, '44880', 24, 'pixel_wall_green', 3, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(10019, '44890', 24, 'pixel_wall_red', 3, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(10020, '44900', 24, 'pixel_painting_pink', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(10021, '44910', 24, 'pixel_painting_green', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(10022, '44920', 24, 'pixel_wall_pink', 3, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(10023, '44930', 24, 'pixel_painting_black', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(10024, '44940', 24, 'pixel_painting_blue', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(10025, '44950', 24, 'pixel_painting_red', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(10026, '44960', 24, 'pixel_wall_blue', 3, 0, 0, 1, 0, 0, 30, -1, 0, '', '1', '0'),
(10027, '44970', 24, 'pixel_wall_black', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(10028, '44980', 24, 'pixel_poster2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10029, '44990', 70, 'dimmer_steampunk', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10030, '45000', 70, 'steampunk_wall2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10031, '45010', 70, 'steampunk_wall1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10032, '45020', 70, 'steampunk_window', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(10033, '45030', 70, 'steampunk_map', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10034, '45040', 380, 'easter13_wall3', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(10035, '45050', 380, 'easter13_window', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(10036, '45060', 380, 'easter13_wall1', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(10037, '45070', 380, 'easter13_wall2', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(10038, '45080', 62, 'mystics_bwall', 3, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(10039, '45090', 62, 'mystics_gwall', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(10040, '45100', 231, 'flag_austria', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(10041, '45110', 272, 'grungewall', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(10042, '45120', 467, 'school_chalkboard2', 3, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(10043, '45130', 280, 'cine_pstr_6', 3, 0, 0, 1, 0, 0, 146, -1, 0, '', '1', '0'),
(10044, '45140', 280, 'cine_pstr_4', 3, 0, 0, 1, 0, 0, 53, -1, 0, '', '1', '0'),
(10045, '45150', 280, 'cine_pstr_7', 3, 0, 0, 1, 0, 0, 147, -1, 0, '', '1', '0'),
(10046, '45160', 280, 'cine_pstr_8', 3, 0, 0, 1, 0, 0, 148, -1, 0, '', '1', '0'),
(10047, '45170', 280, 'cine_pstr_1', 3, 0, 0, 1, 0, 0, 141, -1, 0, '', '1', '0'),
(10048, '45180', 280, 'cine_pstr_5', 3, 0, 0, 1, 0, 0, 145, -1, 0, '', '1', '0'),
(10049, '45190', 280, 'cine_pstr_0', 3, 0, 0, 1, 0, 0, 140, -1, 0, '', '1', '0'),
(10050, '45200', 280, 'cine_pstr_3', 3, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0'),
(10051, '45210', 280, 'cine_pstr_9', 3, 0, 0, 1, 0, 0, 149, -1, 0, '', '1', '0'),
(10052, '45220', 280, 'cine_pstr_2', 3, 0, 0, 1, 0, 0, 52, -1, 0, '', '1', '0'),
(10053, '45230', 683, 'habbopage_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10054, '45240', 346, 'brnd_cscape_wall', 4, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(10055, '45250', 527, 'ads_nokiax3_wallb', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10056, '45260', 527, 'ads_nokiax3_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10057, '45270', 429, 'builderwall_exp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10058, '45280', 429, 'test_habbopage_display', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10059, '45290', 280, 'cine_pstr_10', 3, 0, 0, 1, 0, 0, 150, -1, 0, '', '1', '0'),
(10060, '45300', 354, 'hc_exe_wfall', 10, 1, 5, 1, 0, 0, 10, -1, 0, '', '1', '1'),
(10061, '45310', 466, 'post_it_xmas', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10062, '45320', 275, 'year2014', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(10063, '45330', 466, 'post_it_dreams', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10064, '45340', 302, 'china_pstr5', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(10065, '45350', 494, 'storieshero_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10066, '45360', 274, 'external_image_wallitem', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10067, '45370', 299, 'val14_wall1', 3, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(10068, '45380', 299, 'val14_wall3', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(10069, '45390', 299, 'val14_wall2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10070, '45400', 466, 'post_it_shakesp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10071, '45410', 274, 'external_image_wallitem_photo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10072, '45420', 53, 'runway_fabric2', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10073, '45430', 509, 'stories_sch_glass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10074, '45440', 381, 'easter14_wall', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(10075, '45450', 491, 'diamond_painting6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10076, '45450', 491, 'diamond_painting6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10077, '45460', 491, 'diamond_painting4', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10078, '45460', 491, 'diamond_painting4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(10079, '45470', 491, 'diamond_painting2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10080, '45470', 491, 'diamond_painting2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(10081, '45480', 491, 'diamond_painting5', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10082, '45480', 491, 'diamond_painting5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(10083, '45490', 491, 'diamond_painting1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10084, '45500', 491, 'diamond_painting3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10085, '45500', 491, 'diamond_painting3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(10086, '45510', 110, 'vikings_banner_r', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(10087, '45520', 110, 'vikings_banner_g', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(10088, '45530', 110, 'vikings_wallshield_g', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(10089, '45540', 110, 'vikings_wallshield_r', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(10090, '45550', 110, 'vikings_wall_g', 3, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(10091, '45560', 110, 'vikings_wall_r', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(10092, '45570', 466, 'post_it_juninas', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10093, '45580', 257, 'hblooza14_wall', 3, 0, 0, 1, 0, 0, 48, -1, 0, '', '1', '0'),
(10094, '45590', 112, 'wildwest_wallpaper', 3, 0, 0, 1, 0, 0, 59, -1, 0, '', '1', '0'),
(10095, '45600', 112, 'st_wildwest_wallskull', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(10096, '45610', 114, 'uni_floppy', 3, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(10097, '45620', 114, 'uni_fairylights', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(10098, '45630', 114, 'uni_poster1', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(10099, '45640', 114, 'uni_pinupgirl', 3, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(10100, '45650', 114, 'uni_hipdeer', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(10101, '45660', 114, 'uni_poster2', 3, 0, 0, 1, 0, 0, 26, -1, 0, '', '1', '0'),
(10102, '45670', 210, 'uni_libraryshelf', 5, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(10103, '45680', 114, 'uni_coatrack', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10104, '45690', 114, 'uni_girlcoatrack', 3, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(10105, '45700', 114, 'uni_pinupboy', 3, 0, 0, 1, 0, 0, 46, -1, 0, '', '1', '0'),
(10106, '45710', 114, 'uni_vinyl', 3, 0, 0, 1, 0, 0, 58, -1, 0, '', '1', '0'),
(10107, '45720', 114, 'uni_moustache', 3, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(10108, '45730', 182, 'bathroom_wall4', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(10109, '45740', 182, 'bathroom_wall1', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(10110, '45750', 182, 'bathroom_wall3', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(10111, '45760', 182, 'bathroom_wall2', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10112, '45770', 114, 'st_uni_poster', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(10113, '45780', 395, 'hween14_stainglass', 3, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(10114, '45790', 395, 'hween14_hcglass', 3, 0, 0, 1, 0, 0, -14, -1, 0, '', '1', '0'),
(10115, '45800', 395, 'hween14_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10116, '45810', 274, 'external_image_wallitem_poster', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10117, '45820', 280, 'cine_pstr_11', 3, 0, 0, 1, 0, 0, 151, -1, 0, '', '1', '0'),
(10118, '45830', 280, 'cine_pstr_18', 3, 0, 0, 1, 0, 0, 158, -1, 0, '', '1', '0'),
(10119, '45840', 280, 'cine_pstr_16', 3, 0, 0, 1, 0, 0, 156, -1, 0, '', '1', '0'),
(10120, '45850', 280, 'cine_pstr_12', 3, 0, 0, 1, 0, 0, 152, -1, 0, '', '1', '0'),
(10121, '45860', 280, 'cine_pstr_19', 3, 0, 0, 1, 0, 0, 54, -1, 0, '', '1', '0'),
(10122, '45870', 280, 'cine_pstr_13', 3, 0, 0, 1, 0, 0, 153, -1, 0, '', '1', '0'),
(10123, '45880', 280, 'cine_pstr_15', 3, 0, 0, 1, 0, 0, 155, -1, 0, '', '1', '0'),
(10124, '45890', 280, 'cine_pstr_14', 3, 0, 0, 1, 0, 0, 154, -1, 0, '', '1', '0'),
(10125, '45900', 280, 'cine_pstr_17', 3, 0, 0, 1, 0, 0, 157, -1, 0, '', '1', '0'),
(10126, '45910', 280, 'st_pstr_felipe', 3, 0, 0, 1, 0, 0, 51, -1, 0, '', '1', '0'),
(10127, '45920', 355, 'hc_arab_wndw', 10, 1, 5, 1, 0, 0, 14, -1, 0, '', '1', '1'),
(10128, '45930', 355, 'hc_arab_swords', 10, 1, 5, 1, 0, 0, 8, -1, 0, '', '1', '1'),
(10129, '45940', 456, 'val15_fujiwall', 3, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(10130, '45950', 116, 'attic15_wall', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(10131, '45960', 116, 'attic15_painting', 3, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(10132, '45970', 274, 'external_image_wallitem_poster_small', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10133, '45980', 741, 'carnival15_wallmask', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(10134, '45990', 118, 'cpunk_c15_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10135, '46000', 302, 'china_pstr6', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10136, '46010', 429, 'cypunk_c15_wall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10137, '46020', 400, 'cland_c15_wall', 3, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(10138, '46030', 491, 'diamond_painting9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(10139, '46040', 491, 'diamond_painting18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(10140, '46050', 491, 'diamond_painting17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10141, '46060', 491, 'diamond_painting15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '', '1', '0'),
(10142, '46070', 491, 'diamond_painting16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(10143, '46080', 491, 'diamond_painting14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(10144, '46090', 491, 'diamond_painting13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '', '1', '0'),
(10145, '46100', 491, 'diamond_painting10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(10146, '46110', 491, 'diamond_painting7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(10147, '46120', 491, 'diamond_painting12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(10148, '46130', 491, 'diamond_painting11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(10149, '46140', 158, 'army15_poster', 3, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(10150, '46150', 158, 'army_c15_insig', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10151, '46160', 158, 'army15_largescreen', 3, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(10152, '46170', 158, 'army_c15_wall', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(10153, '46180', 199, 'dino_c15_wallpiece', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10154, '46190', 161, 'paris_c15_wall', 3, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10155, '46200', 18, 'lodge_c15_window', 4, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(10156, '46210', 18, 'lodge_c15_wall', 4, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(10157, '46220', 104, 'drago_c15_flag', 3, 0, 0, 1, 0, 0, 11, -1, 0, '', '1', '0'),
(10158, '46230', 120, 'anc_c15_wall', 3, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(10159, '46240', 408, 'tiki_c15_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10160, '46250', 304, 'exe_c15_wall', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10161, '46260', 35, 'romantique_c15_wall', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(10162, '46270', 50, 'bling_c15_wall', 3, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(10163, '46280', 396, 'hween_c15_sky', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(10164, '46290', 280, 'cine_pstr_20', 3, 0, 0, 1, 0, 0, 160, -1, 0, '', '1', '0'),
(10165, '46300', 59, 'ktchn_c15_cupboard', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(10166, '46310', 49, 'gift_hhome', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10167, '46320', 727, 'gold_c15_arc_icewall', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(10168, '46330', 485, 'xmas_c15_advent9', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10169, '46340', 485, 'xmas_c15_advent10', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10170, '46350', 302, 'Monkey Poster', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(10171, '46360', 268, 'gothic_r16_fountain', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(10172, '46370', 280, 'super_c16_pstriron', 3, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(10173, '46380', 280, 'super_c16_pstrcat', 3, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(10174, '46390', 280, 'super_c16_pstrsulk', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(10175, '46400', 280, 'super_c16_pstrlove', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(10176, '46410', 697, 'olympics_c16_walldecal', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10177, '46420', 486, 'xmas_c16_painting', 3, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(10178, '46430', 362, 'classic5_window', 4, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(10179, '46440', 302, 'Rooster Poster', 3, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(10180, '46450', 119, 'mall_c17_winclo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10181, '46460', 119, 'mall_c17_winpet', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10182, '46470', 119, 'mall_c17_winspo', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10183, '46480', 383, 'easter_c17_countrybg', 3, 0, 0, 1, 0, 0, -4, -1, 0, '', '1', '0'),
(10184, '46490', 275, 'year2018', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10185, '46500', 357, 'hc17_7', 10, 1, 5, 1, 0, 0, 7, -1, 0, '', '1', '1'),
(10186, '46510', 302, 'china_pstr9', 3, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(10187, '46520', 424, 'coralking_c18_seabg', 3, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(10188, '46530', 491, 'diamond_painting26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '', '1', '0'),
(10189, '46540', 491, 'diamond_painting28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '', '1', '0'),
(10190, '46550', 491, 'diamond_painting27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '', '1', '0'),
(10191, '46560', 491, 'diamond_painting23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '', '1', '0'),
(10192, '46570', 491, 'diamond_painting21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(10193, '46580', 491, 'diamond_painting20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '', '1', '0'),
(10194, '46590', 491, 'diamond_painting19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(10195, '46600', 491, 'diamond_painting24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '', '1', '0'),
(10196, '46610', 491, 'diamond_painting29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '', '1', '0'),
(10197, '46620', 491, 'diamond_painting30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '', '1', '0'),
(10198, '46630', 491, 'diamond_painting22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(10199, '46640', 491, 'diamond_painting25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '', '1', '0'),
(10200, '46650', 399, 'hween_c18_labwallpanel', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10201, '46660', 488, 'xmas_c18_starrybg', 3, 0, 0, 1, 0, 0, 49, -1, 0, '', '1', '0'),
(10202, '46670', 275, 'year2019', 3, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(10203, '46680', 302, 'china_pstr10', 3, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(10204, '46690', 385, 'easter_c19_forrestbg', 3, 0, 0, 1, 0, 0, 15, -1, 0, '', '1', '0'),
(10205, '46700', 525, 'fest_c19_bgwall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10206, '46710', 491, 'diamond_painting37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '', '1', '0'),
(10207, '46720', 491, 'diamond_painting33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '', '1', '0'),
(10208, '46730', 491, 'diamond_painting31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '', '1', '0'),
(10209, '46740', 491, 'diamond_painting36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '', '1', '0'),
(10210, '46750', 491, 'diamond_painting40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '', '1', '0'),
(10211, '46760', 491, 'diamond_painting35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '', '1', '0'),
(10212, '46770', 491, 'diamond_painting41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '', '1', '0'),
(10213, '46780', 491, 'diamond_painting32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '', '1', '0'),
(10214, '46790', 491, 'diamond_painting38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '', '1', '0'),
(10215, '46800', 491, 'diamond_painting34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '', '1', '0'),
(10216, '46810', 433, 'celestial_c19_wall', 3, 0, 0, 1, 0, 0, 14, -1, 0, '', '1', '0'),
(10217, '46820', 433, 'celestial_c19_constellations', 3, 0, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(10218, '46830', 521, 'hween_c19_mistywoodsbg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10219, '46840', 302, 'china_pstr11', 3, 0, 0, 1, 0, 0, 368, -1, 0, '', '0', '0'),
(10220, '46850', 275, 'year2020', 3, 0, 0, 1, 0, 0, 369, -1, 0, '', '0', '0'),
(10221, '46860', 517, 'art_c20_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10222, '46870', 517, 'art_c20_window', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10223, '46880', 696, 'india_c20_sunsetbg', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10224, '46890', 491, 'diamond_painting52', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10225, '46900', 491, 'diamond_painting42', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10226, '46910', 491, 'diamond_painting46', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10227, '46920', 491, 'diamond_painting51', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10228, '46930', 491, 'diamond_painting44', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10229, '46940', 491, 'diamond_painting45', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10230, '46950', 491, 'diamond_painting43', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10231, '50000', 75, 'a0 pet0', 20, 0, 0, 1, 0, 0, 0, -1, 0, '', '0', '0'),
(10232, '50001', 76, 'a0 pet1', 20, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10233, '50002', 77, 'a0 pet2', 20, 0, 0, 1, 0, 0, 2, -1, 0, '', '0', '0'),
(10234, '50003', 78, 'a0 pet3', 20, 0, 0, 1, 0, 0, 3, -1, 0, '', '0', '0'),
(10235, '50004', 79, 'a0 pet4', 20, 0, 0, 1, 0, 0, 4, -1, 0, '', '0', '0'),
(10236, '50005', 80, 'a0 pet5', 20, 0, 0, 1, 0, 0, 5, -1, 0, '', '0', '0'),
(10237, '50006', 81, 'a0 pet6', 20, 0, 0, 1, 0, 0, 6, -1, 0, '', '0', '0'),
(10238, '50007', 82, 'a0 pet7', 20, 0, 0, 1, 0, 0, 7, -1, 0, '', '0', '0'),
(10239, '50008', 83, 'a0 pet8', 15, 0, 0, 1, 0, 0, 8, -1, 0, '', '0', '0'),
(10240, '50009', 84, 'a0 pet9', 20, 0, 0, 1, 0, 0, 9, -1, 0, '', '0', '0'),
(10241, '50010', 85, 'a0 pet10', 0, 75, 0, 1, 0, 0, 10, -1, 0, '', '0', '0'),
(10242, '50011', 86, 'a0 pet11', 15, 0, 0, 1, 0, 0, 10, -1, 0, '', '0', '0'),
(10243, '50012', 87, 'a0 pet12', 12, 0, 0, 1, 0, 0, 11, -1, 0, '', '0', '0'),
(10244, '50014', 88, 'a0 pet14', 20, 0, 0, 1, 0, 0, 14, -1, 0, '', '0', '0'),
(10245, '50015', 89, 'a0 pet15', 20, 0, 0, 1, 0, 0, 13, -1, 0, '', '0', '0'),
(10246, '50017', 90, 'a0 pet17', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0'),
(10247, '50018', 91, 'a0 pet18', 0, 75, 0, 1, 0, 0, 18, -1, 0, '', '0', '0'),
(10248, '50019', 92, 'a0 pet19', 0, 75, 0, 1, 0, 0, 19, -1, 0, '', '0', '0'),
(10249, '50020', 93, 'a0 pet20', 0, 75, 0, 1, 0, 0, 20, -1, 0, '', '0', '0'),
(10250, '50021', 94, 'a0 pet21', 0, 75, 0, 1, 0, 0, 21, -1, 0, '', '0', '0'),
(10251, '50022', 95, 'a0 pet22', 0, 75, 0, 1, 0, 0, 15, -1, 0, '', '0', '0'),
(10252, '50023', 96, 'a0 pet23', 0, 75, 0, 1, 0, 0, 23, -1, 0, '', '0', '0'),
(10253, '50024', 97, 'a0 pet24', 0, 75, 0, 1, 0, 0, 24, -1, 0, '', '0', '0'),
(10254, '50025', 98, 'a0 pet25', 0, 75, 0, 1, 0, 0, 25, -1, 0, '', '0', '0'),
(10255, '50028', 99, 'a0 pet28', 0, 75, 0, 1, 0, 0, 28, -1, 0, '', '0', '0'),
(10256, '50029', 100, 'a0 pet29', 0, 75, 0, 1, 0, 0, 29, -1, 0, '', '0', '0'),
(10257, '50030', 101, 'a0 pet30', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0'),
(10258, '50031', 429, 'a0 pet31', 0, 75, 0, 1, 0, 0, 31, -1, 0, '', '0', '0'),
(10259, '50032', 685, 'a0 pet32', 0, 75, 0, 1, 0, 0, 32, -1, 0, '', '0', '0'),
(10260, '50035', 681, 'a0 pet35', 0, 75, 0, 1, 0, 0, 17, -1, 0, '', '0', '0'),
(10261, '50037', 683, 'Football_PT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10262, '50038', 683, 'Football_IT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10263, '50039', 683, 'Football_DE', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10264, '40010', 21, 'poster 1', 4, 0, 0, 1, 0, 0, 1, -1, 0, '1', '1', '0'),
(10265, '40010', 21, 'poster 2', 4, 0, 0, 1, 0, 0, 2, -1, 0, '2', '1', '0'),
(10266, '40010', 21, 'poster 3', 4, 0, 0, 1, 0, 0, 3, -1, 0, '3', '1', '0'),
(10267, '40010', 21, 'poster 4', 4, 0, 0, 1, 0, 0, 4, -1, 0, '4', '1', '0'),
(10268, '40010', 21, 'poster 5', 4, 0, 0, 1, 0, 0, 5, -1, 0, '5', '1', '0'),
(10269, '40010', 21, 'poster 6', 4, 0, 0, 1, 0, 0, 6, -1, 0, '6', '1', '0'),
(10270, '40010', 21, 'poster 7', 4, 0, 0, 1, 0, 0, 7, -1, 0, '7', '1', '0'),
(10271, '40010', 21, 'poster 8', 4, 0, 0, 1, 0, 0, 8, -1, 0, '8', '1', '0'),
(10272, '40010', 21, 'poster 9', 4, 0, 0, 1, 0, 0, 9, -1, 0, '9', '1', '0'),
(10273, '40010', 21, 'poster 10', 4, 0, 0, 1, 0, 0, 10, -1, 0, '10', '1', '0'),
(10274, '40010', 21, 'poster 11', 4, 0, 0, 1, 0, 0, 10, -1, 0, '11', '1', '0'),
(10275, '40010', 21, 'poster 12', 4, 0, 0, 1, 0, 0, 11, -1, 0, '12', '1', '0'),
(10276, '40010', 21, 'poster 13', 4, 0, 0, 1, 0, 0, 12, -1, 0, '13', '1', '0'),
(10277, '40010', 21, 'poster 14', 4, 0, 0, 1, 0, 0, 14, -1, 0, '14', '1', '0'),
(10278, '40010', 21, 'poster 15', 4, 0, 0, 1, 0, 0, 13, -1, 0, '15', '1', '0'),
(10279, '40010', 21, 'poster 16', 4, 0, 0, 1, 0, 0, 14, -1, 0, '16', '1', '0'),
(10280, '40010', 21, 'poster 17', 4, 0, 0, 1, 0, 0, 17, -1, 0, '17', '1', '0'),
(10281, '40010', 21, 'poster 18', 4, 0, 0, 1, 0, 0, 18, -1, 0, '18', '1', '0'),
(10282, '40010', 21, 'poster 19', 4, 0, 0, 1, 0, 0, 19, -1, 0, '19', '1', '0'),
(10283, '40010', 21, 'poster 20', 4, 0, 0, 1, 0, 0, 20, -1, 0, '20', '1', '0'),
(10284, '40010', 21, 'poster 21', 4, 0, 0, 1, 0, 0, 21, -1, 0, '21', '1', '0'),
(10285, '40010', 21, 'poster 22', 4, 0, 0, 1, 0, 0, 15, -1, 0, '22', '1', '0'),
(10286, '40010', 21, 'poster 23', 4, 0, 0, 1, 0, 0, 23, -1, 0, '23', '1', '0'),
(10287, '40010', 21, 'poster 24', 4, 0, 0, 1, 0, 0, 24, -1, 0, '24', '1', '0'),
(10288, '40010', 21, 'poster 25', 4, 0, 0, 1, 0, 0, 25, -1, 0, '25', '1', '0'),
(10289, '40010', 21, 'poster 26', 4, 0, 0, 1, 0, 0, 16, -1, 0, '26', '1', '0'),
(10290, '40010', 21, 'poster 27', 4, 0, 0, 1, 0, 0, 27, -1, 0, '27', '1', '0'),
(10291, '40010', 21, 'poster 28', 4, 0, 0, 1, 0, 0, 28, -1, 0, '28', '1', '0'),
(10292, '40010', 21, 'poster 29', 4, 0, 0, 1, 0, 0, 29, -1, 0, '29', '1', '0'),
(10293, '40010', 21, 'poster 30', 4, 0, 0, 1, 0, 0, 17, -1, 0, '30', '1', '0'),
(10294, '40010', 21, 'poster 31', 4, 0, 0, 1, 0, 0, 31, -1, 0, '31', '1', '0'),
(10295, '40010', 21, 'poster 32', 4, 0, 0, 1, 0, 0, 32, -1, 0, '32', '1', '0'),
(10296, '40010', 21, 'poster 33', 4, 0, 0, 1, 0, 0, 33, -1, 0, '33', '1', '0'),
(10297, '40010', 21, 'poster 34', 4, 0, 0, 1, 0, 0, 34, -1, 0, '34', '1', '0'),
(10298, '40010', 21, 'poster 35', 4, 0, 0, 1, 0, 0, 18, -1, 0, '35', '1', '0'),
(10299, '40010', 21, 'poster 36', 4, 0, 0, 1, 0, 0, 19, -1, 0, '36', '1', '0'),
(10300, '40010', 21, 'poster 37', 4, 0, 0, 1, 0, 0, 37, -1, 0, '37', '1', '0'),
(10301, '40010', 21, 'poster 38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '38', '1', '0'),
(10302, '40010', 21, 'poster 39', 4, 0, 0, 1, 0, 0, 20, -1, 0, '39', '1', '0'),
(10303, '40010', 21, 'poster 40', 4, 0, 0, 1, 0, 0, 40, -1, 0, '40', '1', '0'),
(10304, '40010', 21, 'poster 41', 4, 0, 0, 1, 0, 0, 21, -1, 0, '41', '1', '0'),
(10305, '40010', 21, 'poster 42', 4, 0, 0, 1, 0, 0, 42, -1, 0, '42', '1', '0'),
(10306, '40010', 21, 'poster 43', 4, 0, 0, 1, 0, 0, 22, -1, 0, '43', '1', '0'),
(10307, '40010', 21, 'poster 44', 4, 0, 0, 1, 0, 0, 44, -1, 0, '44', '1', '0'),
(10308, '40010', 21, 'poster 45', 4, 0, 0, 1, 0, 0, 23, -1, 0, '45', '1', '0'),
(10309, '40010', 21, 'poster 46', 4, 0, 0, 1, 0, 0, 46, -1, 0, '46', '1', '0'),
(10310, '40010', 21, 'poster 47', 4, 0, 0, 1, 0, 0, 24, -1, 0, '47', '1', '0'),
(10311, '40010', 21, 'poster 48', 4, 0, 0, 1, 0, 0, 48, -1, 0, '48', '1', '0'),
(10312, '40010', 21, 'poster 49', 4, 0, 0, 1, 0, 0, 49, -1, 0, '49', '1', '0'),
(10313, '40010', 21, 'poster 51', 4, 0, 0, 1, 0, 0, 50, -1, 0, '50', '1', '0'),
(10314, '40010', 21, 'poster 52', 4, 0, 0, 1, 0, 0, 51, -1, 0, '51', '1', '0'),
(10315, '40010', 21, 'poster 53', 4, 0, 0, 1, 0, 0, 25, -1, 0, '52', '1', '0'),
(10316, '40010', 21, 'poster 54', 4, 0, 0, 1, 0, 0, 26, -1, 0, '53', '1', '0'),
(10317, '40010', 21, 'poster 55', 4, 0, 0, 1, 0, 0, 54, -1, 0, '54', '1', '0'),
(10318, '40010', 21, 'poster 56', 4, 0, 0, 1, 0, 0, 27, -1, 0, '55', '1', '0'),
(10319, '40010', 21, 'poster 57', 4, 0, 0, 1, 0, 0, 28, -1, 0, '56', '1', '0'),
(10320, '40010', 21, 'poster 58', 4, 0, 0, 1, 0, 0, 57, -1, 0, '57', '1', '0'),
(10321, '40010', 21, 'poster 59', 4, 0, 0, 1, 0, 0, 58, -1, 0, '58', '1', '0'),
(10322, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 59, -1, 0, '500', '1', '0'),
(10323, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 60, -1, 0, '501', '1', '0'),
(10324, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 29, -1, 0, '502', '1', '0'),
(10325, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 30, -1, 0, '503', '1', '0'),
(10326, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 63, -1, 0, '504', '1', '0'),
(10327, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 64, -1, 0, '505', '1', '0'),
(10328, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 65, -1, 0, '506', '1', '0'),
(10329, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 66, -1, 0, '507', '1', '0'),
(10330, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 31, -1, 0, '508', '1', '0'),
(10331, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 32, -1, 0, '509', '1', '0'),
(10332, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 33, -1, 0, '510', '1', '0'),
(10333, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 70, -1, 0, '511', '1', '0'),
(10334, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 34, -1, 0, '512', '1', '0'),
(10335, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 35, -1, 0, '513', '1', '0'),
(10336, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 36, -1, 0, '514', '1', '0'),
(10337, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 37, -1, 0, '515', '1', '0'),
(10338, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 75, -1, 0, '516', '1', '0'),
(10339, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 76, -1, 0, '517', '1', '0'),
(10340, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 77, -1, 0, '518', '1', '0'),
(10341, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 78, -1, 0, '520', '1', '0'),
(10342, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 79, -1, 0, '521', '1', '0'),
(10343, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 38, -1, 0, '522', '1', '0'),
(10344, '40010', 231, 'poster 38', 4, 0, 0, 1, 0, 0, 81, -1, 0, '523', '1', '0'),
(10345, '40010', 429, 'poster 38', 4, 0, 0, 1, 0, 0, 82, -1, 0, '599', '1', '0'),
(10346, '40010', 21, 'poster 1000', 4, 0, 0, 1, 0, 0, 83, -1, 0, '1000', '1', '0'),
(10347, '40010', 21, 'poster 1001', 4, 0, 0, 1, 0, 0, 84, -1, 0, '1001', '1', '0'),
(10348, '40010', 21, 'poster 1002', 4, 0, 0, 1, 0, 0, 39, -1, 0, '1002', '1', '0'),
(10349, '40010', 21, 'poster 1003', 4, 0, 0, 1, 0, 0, 86, -1, 0, '1003', '1', '0'),
(10350, '40010', 21, 'poster 1004', 4, 0, 0, 1, 0, 0, 87, -1, 0, '1004', '1', '0'),
(10351, '40010', 21, 'poster 1005', 4, 0, 0, 1, 0, 0, 88, -1, 0, '1005', '1', '0'),
(10352, '40010', 21, 'poster 1006', 4, 0, 0, 1, 0, 0, 89, -1, 0, '1006', '1', '0'),
(10353, '40010', 21, 'poster 2000', 4, 0, 0, 1, 0, 0, 90, -1, 0, '2000', '1', '0'),
(10354, '40010', 21, 'poster 2001', 4, 0, 0, 1, 0, 0, 91, -1, 0, '2001', '1', '0'),
(10355, '40010', 21, 'poster 2002', 4, 0, 0, 1, 0, 0, 92, -1, 0, '2002', '1', '0'),
(10356, '40010', 21, 'poster 2003', 4, 0, 0, 1, 0, 0, 93, -1, 0, '2003', '1', '0'),
(10357, '40010', 21, 'poster 2009', 4, 0, 0, 1, 0, 0, 94, -1, 0, '2004', '1', '0'),
(10358, '40010', 663, 'poster 38', 0, 7200, 5, 1, 0, 0, 32, -1, 0, '2005', '1', '0'),
(10359, '40010', 21, 'poster 2006', 4, 0, 0, 1, 0, 0, 41, -1, 0, '2006', '1', '0'),
(10360, '40010', 21, 'poster 2007', 4, 0, 0, 1, 0, 0, 97, -1, 0, '2007', '1', '0'),
(10361, '40010', 21, 'poster 2008', 4, 0, 0, 1, 0, 0, 98, -1, 0, '2008', '1', '0'),
(10362, '59964', 683, 'Football_PT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10363, '2607', 254, 'SONG ElectricPixels', 0, 150, 0, 1, 0, 0, 1, -1, 25, 'electric_pixels', '1', '0'),
(10364, '2607', 254, 'SONG LostMyTapesAtGoa', 0, 150, 0, 1, 0, 0, 2, -1, 23, 'lost_my_tapes_at_goa', '1', '0'),
(10365, '2607', 254, 'SONG EpicFlail', 0, 150, 0, 1, 0, 0, 3, -1, 21, 'epic_flail', '1', '0'),
(10366, '2607', 254, 'SONG Xmas2011', 1, 0, 0, 1, 0, 0, 4, -1, 26, 'xmas_2011', '1', '0'),
(10367, '2607', 254, 'SONG WhoDaresStacks', 1, 0, 0, 1, 0, 0, 5, -1, 27, 'who_dares_stacks', '1', '0'),
(10368, '2607', 254, 'SONG GalacticDisco', 1, 0, 0, 1, 0, 0, 6, -1, 24, 'galactic_disco', '1', '0'),
(10369, '2607', 254, 'SONG AlleyCatInTrouble', 1, 0, 0, 1, 0, 0, 7, -1, 22, 'alley_cat_in_trouble', '1', '0'),
(10370, '2607', 254, 'SONG Trax_1', 1, 0, 0, 1, 0, 0, 8, -1, 15, 'party_trax', '1', '0'),
(10371, '2607', 254, 'SONG double_peks', 1, 0, 0, 1, 0, 0, 9, -1, 14, 'double_peks', '1', '0'),
(10372, '2607', 254, 'SONG Trax_2', 1, 0, 0, 1, 0, 0, 10, -1, 20, 'chilled_trax', '1', '0'),
(10373, '2607', 254, 'SONG Weirdodo', 1, 0, 0, 1, 0, 0, 10, -1, 13, 'weirdodo', '1', '0'),
(10374, '2607', 254, 'SONG Haadolocknloll', 1, 0, 0, 1, 0, 0, 12, -1, 12, 'haadolocknloll', '1', '0'),
(10375, '2607', 254, 'SONG TeemuP1', 1, 0, 0, 1, 0, 0, 12, -1, 11, 'good_trade', '1', '0'),
(10376, '2607', 254, 'SONG TeemuP2', 1, 0, 0, 1, 0, 0, 14, -1, 1, 'ballad_of_bonnie', '1', '0'),
(10377, '2607', 254, 'SONG bossanova', 1, 0, 0, 1, 0, 0, 13, -1, 2, 'bossa_nova', '1', '0'),
(10378, '2607', 254, 'SONG disco_extreme', 1, 0, 0, 1, 0, 0, 14, -1, 10, 'disco_extreme', '1', '0'),
(10379, '2607', 254, 'SONG klubhaus', 1, 0, 0, 1, 0, 0, 17, -1, 9, 'klub_haus', '1', '0'),
(10380, '2607', 254, 'SONG limbertake', 1, 0, 0, 1, 0, 0, 18, -1, 8, 'limber_take', '1', '0'),
(10381, '2607', 254, 'SONG miamimiamor', 1, 0, 0, 1, 0, 0, 19, -1, 7, 'miami_miamor', '1', '0'),
(10382, '2607', 254, 'SONG new_song', 1, 0, 0, 1, 0, 0, 20, -1, 6, 'gold_coin_digger', '1', '0'),
(10383, '2607', 254, 'SONG ParkAdventure', 1, 0, 0, 1, 0, 0, 21, -1, 18, 'park_adventure', '1', '0'),
(10384, '2607', 254, 'SONG pianissimo', 1, 0, 0, 1, 0, 0, 15, -1, 4, 'pianissimo', '1', '0'),
(10385, '2607', 254, 'SONG RnB_Swat_Teem', 1, 0, 0, 1, 0, 0, 23, -1, 17, 'rnb_swat_teem', '1', '0'),
(10386, '2960', 605, 'party_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10387, '1656', 605, 'a10 queue', 2, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10388, '19894', 13, 'floor_single_501', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10389, '19894', 13, 'floor_single_502', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10390, '19894', 13, 'floor_single_503', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10391, '19894', 13, 'floor_single_504', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10392, '19894', 13, 'floor_single_505', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10393, '19894', 13, 'floor_single_506', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10394, '19894', 13, 'floor_single_507', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10395, '19894', 13, 'floor_single_601', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10396, '19894', 13, 'floor_single_602', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10397, '19894', 13, 'floor_single_602', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10398, '19894', 13, 'floor_single_604', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10399, '19894', 13, 'floor_single_605', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10400, '19894', 13, 'floor_single_606', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10401, '19894', 13, 'floor_single_607', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10402, '19894', 13, 'floor_single_608', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10403, '19894', 13, 'floor_single_609', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10404, '19894', 13, 'floor_single_610', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10405, '19926', 13, 'landscape_single_1.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10406, '19926', 13, 'landscape_single_2.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10407, '19926', 13, 'landscape_single_3.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10408, '19926', 13, 'landscape_single_4.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10409, '19926', 13, 'landscape_single_5.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10410, '19926', 13, 'landscape_single_6.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10411, '19926', 13, 'landscape_single_7.1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10412, '19926', 13, 'landscape_single_1.2', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10413, '19926', 13, 'landscape_single_1.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10414, '19926', 13, 'landscape_single_2.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10415, '19926', 13, 'landscape_single_3.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10416, '19926', 13, 'landscape_single_4.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10417, '19926', 13, 'landscape_single_5.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10418, '19926', 13, 'landscape_single_6.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10419, '19926', 13, 'landscape_single_7.3', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10420, '19926', 13, 'landscape_single_1.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10421, '19926', 13, 'landscape_single_2.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10422, '19926', 13, 'landscape_single_3.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10423, '19926', 13, 'landscape_single_4.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10424, '19926', 13, 'landscape_single_5.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10425, '19926', 13, 'landscape_single_6.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10426, '19926', 13, 'landscape_single_7.4', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10427, '19926', 13, 'landscape_single_1.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10428, '19926', 13, 'landscape_single_2.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10429, '19926', 13, 'landscape_single_3.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10430, '19926', 13, 'landscape_single_4.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10431, '19926', 13, 'landscape_single_5.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10432, '19926', 13, 'landscape_single_6.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10433, '19926', 13, 'landscape_single_7.5', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10434, '19926', 13, 'landscape_single_1.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10435, '19926', 13, 'landscape_single_2.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10436, '19926', 13, 'landscape_single_3.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10437, '19926', 13, 'landscape_single_4.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10438, '19926', 13, 'landscape_single_5.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10439, '19926', 13, 'landscape_single_6.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10440, '19926', 13, 'landscape_single_7.6', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10441, '19926', 13, 'landscape_single_1.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10442, '19926', 13, 'landscape_single_2.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10443, '19926', 13, 'landscape_single_3.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10444, '19926', 13, 'landscape_single_4.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10445, '19926', 13, 'landscape_single_5.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10446, '19926', 13, 'landscape_single_6.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10447, '19926', 13, 'landscape_single_7.7', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10448, '19926', 13, 'landscape_single_1.8', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10449, '19926', 13, 'landscape_single_1.9', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10450, '19926', 13, 'landscape_single_1.10', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10451, '19926', 13, 'landscape_single_1.11', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10452, '19926', 13, 'landscape_single_7.12', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10453, '42380', 605, 'dimmer_buttn', 3, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10454, '135', 605, 'A1 BJA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10455, '3589', 605, 'ktchn10_block', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10456, '3261', 605, 'ktchn_countr_1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10457, '1898', 605, 'bed_polyfon_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10458, '2503', 605, 'bed_budget_one_6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10459, '246', 605, 'a1 armdiv', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10460, '1984', 605, 'divider_nor4_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10461, '42390', 605, 'dimmer_fuse2', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10462, '3214', 605, 'sf_tele', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10463, '1655', 605, 'a10 queue', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10464, '135', 606, 'A1 BJA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10465, '55', 606, 'A1 JAA', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10466, '4628', 606, 'js_exe_sofa', 3, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10467, '8798', 606, 'purablk_c16_mdl3_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10468, '8830', 606, 'purablk_c16_mdl5_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10469, '2960', 606, 'party_chair', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10470, '2517', 606, 'pura_mdl5_9', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10471, '8851', 606, 'purablk_c16_mdl4_3', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10472, '1817', 606, 'soft_sofa_norja_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10473, '8831', 606, 'purablk_c16_mdl5_4', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10474, '3993', 606, 'picnic_chair', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10475, '174', 606, 'A2 AMME', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10476, '3981', 606, 'picnic_pillow_yel', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10477, '3988', 606, 'picnic_pillow_blu', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10478, '3992', 606, 'picnic_pillow', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10479, '3125', 606, 'env_tree3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10480, '3961', 606, 'anna_sofa_2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10481, '1818', 606, 'soft_sofa_norja_3', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10482, '3570', 606, 'bw_van_p', 7, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10483, '35', 606, 'sofa_polyfon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10484, '3260', 607, 'ktchn_desk', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10485, '54', 607, 'A1 PPA', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10486, '4632', 607, 'js_exe_s_table', 3, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10487, '25', 607, 'A1 LTP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10488, '130', 607, 'A1 BTP', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10489, '3953', 607, 'anna_table_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10490, '153', 607, 'smooth_table_polyfon', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10491, '48', 608, 'A2 S2A', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10492, '1898', 608, 'bed_polyfon_6', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10493, '1899', 608, 'bed_polyfon_7', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10494, '2937', 608, 'hween08_bed2', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10495, '4898', 608, 'pixel_bed_red', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10496, '10096', 608, 'coralking_c18_bed', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10497, '245', 609, 'a1 armkp', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10498, '246', 609, 'a1 armdiv', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10499, '1951', 609, 'divider_nor2_4', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10500, '3077', 609, 'lc_coral_divider_low', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10501, '3078', 609, 'c_coral_divider_hi', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10502, '250', 609, 'divider_nor2', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10503, '3642', 224, 'bb_rnd_tele', 0, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(10504, '5832', 224, 'easter14_teleport', 7, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10505, '2978', 224, 'xmas08_telep', 5, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(10506, '3214', 224, 'sf_tele', 5, 0, 0, 1, 0, 0, 8, -1, 0, '', '1', '0'),
(10507, '3550', 224, 'bw_tele', 6, 0, 0, 1, 0, 0, 9, -1, 0, '', '1', '0'),
(10508, '3990', 224, 'picnic_tele', 6, 0, 0, 1, 0, 0, 10, -1, 0, '', '1', '0'),
(10509, '61', 611, 'A2 MUR', 1, 150, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10510, '40540', 611, 'DEV window_skyscraper', 1, 150, 0, 1, 0, 0, 2, -1, 0, '', '1', '0'),
(10511, '2693', 611, 'teleport_door', 5, 10, 5, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(10512, '40710', 611, 'party_shelf', 2, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(10513, '60', 611, 'A1 RMA', 3, 0, 0, 1, 0, 0, 5, -1, 0, '', '1', '0'),
(10514, '40400', 611, 'DEV window_70s_narrow', 3, 0, 0, 1, 0, 0, 6, -1, 0, '', '1', '0'),
(10515, '40420', 611, 'DEV window_basic', 4, 0, 0, 1, 0, 0, 7, -1, 0, '', '1', '0'),
(10516, '6154', 612, 'bathroom_floortile1', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10517, '4912', 612, 'pixel_floor_blue', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10518, '4896', 612, 'pixel_floor_brown', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10519, '4903', 612, 'pixel_floor_green', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10520, '4895', 612, 'pixel_floor_pink', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10521, '4904', 612, 'pixel_floor_silver', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10522, '4897', 612, 'pixel_floor_yellow', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10523, '180', 612, 'A2 KAAKELISIN', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10524, '183', 612, 'A2 KAAKELIPUN', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10525, '184', 612, 'A2 KAAKELIKELT', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10526, '5707', 612, 'val14_largetile', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10527, '8414', 612, 'ktchn_c15_floor', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10528, '2958', 612, 'party_floor', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10529, '5711', 615, 'val14_door', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10530, '3699', 615, 'wf_glassdoor', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10531, '1862', 615, 'a7 silovi', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10532, '1861', 615, 'a6 silovi', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10533, '244', 615, 'divider_poly3', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10534, '4705', 615, 'vip_gate', 5, 200, 0, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(10535, '4722', 615, 'jetset_vault_door', 20, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '1'),
(10536, '5698', 615, 'val14_gate', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10537, '3254', 615, 'ktchn_gate', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10538, '247', 615, 'a2 armovi', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10539, '163', 616, 'A2 BONSAI', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10540, '4076', 616, 'lm_pond', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10541, '3163', 616, 'country wheat', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10542, '3115', 616, 'env_bushes', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10543, '3984', 616, 'picnic_wfall', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10544, '3162', 616, 'country_grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10545, '3145', 616, 'country_soil', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10546, '41140', 616, 'country_forestwall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10547, '4871', 20, 'pixel_plantred', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10548, '4872', 20, 'pixel_plantpink', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10549, '4874', 20, 'pixel_plantblue', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10550, '4875', 20, 'pixel_plantgreen', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10551, '3164', 613, 'country corner', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10552, '3753', 613, 'es_geysir', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10553, '3165', 613, 'country_ditch', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10554, '4076', 613, 'lm_pond', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10555, '2591', 613, 'summer_pool blue', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10556, '2593', 613, 'summer_pool green', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10557, '2592', 613, 'summer_pool red', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10558, '3153', 613, 'country_rain', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10559, '3984', 613, 'picnic_wfall', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10560, '5706', 613, 'val14_fbath', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10561, '4643', 613, 'shallow', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10562, '3541', 613, 'bw_water_2', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10563, '3540', 613, 'bw_shower', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10564, '3831', 613, 'pond', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10565, '4472', 613, 'obstacle_water', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10566, '4476', 613, 'obstacle_water2', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10567, '202', 605, 'DEV door', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10568, '41140', 223, 'country_forestwall', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10569, '6122', 621, 'uni_pizza', 0, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10570, '4136', 621, 'usva4_lamp', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10571, '4170', 621, 'boutique_mannequin1', 2, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10572, '3549', 621, 'bw_van', 7, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10573, '6148', 621, 'bathroom_shower1', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10574, '3125', 621, 'env_tree3', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10575, '3875', 621, 'cubie_shelf_1_b', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10576, '2832', 621, 'blue diner_gumvendor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10577, '5710', 621, 'val14_archway', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10578, '8423', 621, 'ktchn_c15_sink', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10579, '46210', 621, 'lodge_c15_wall', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10580, '1905', 621, 'bed_polyfon_one_6', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10581, '3701', 617, 'wf_floor_switch1', 0, 75, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10582, '3857', 617, 'wf_cnd_has_furni_on', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10583, '3683', 617, 'Product_wf_promo9', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10584, '3663', 617, 'wf_act_move_rotate', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10585, '5044', 617, 'highscore_classic_alltime', 7, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10586, '3693:4;3703:4;3663:4;3689', 618, 'wf_arrowplate', 34, 10, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10587, '3703;3699;3685;3688', 618, 'wf_trg_walks_on_furni', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10588, '3699;3685;3701;3668', 618, 'wf_glassdoor', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10589, '3683;3681', 618, 'Product_wf_promo9', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10590, '3675;3673;3666', 618, 'wf_trg_says_something', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10591, '3686:4;3671;3685', 618, 'wf_firegate', 25, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10592, '3163', 614, 'country wheat', 1, 225, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10593, '3145', 614, 'country_soil', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10594, '3129', 614, 'env_grass', 4, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10595, '4209', 614, 'horse_hayfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10596, '4229', 614, 'horse_sawdustfloor', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10597, '4454', 614, 'horse_track1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10598, '3753', 620, 'es_geysir', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10599, '3645', 620, 'bb_counter', 3, 250, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10600, '3497', 620, 'fball_ball3', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10601, '4390', 620, 'snowb_slope', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10602, '3739', 620, 'es_puck', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10603, '3792', 620, 'val11_floor', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10604, '3757:100;3758:50', 38, 'es_tile', 55, 50, 5, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10605, '3757:10;3758:5', 38, 'es_tile', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10606, '3757:50;3758:25', 38, 'es_tile', 35, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10607, '2978', 412, 'xmas08_telep', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10608, '3494', 413, 'fball_bench', 1, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10609, '3739', 413, 'es_puck', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10610, '3507', 413, 'fball_cote', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10611, '3499', 413, 'fball_light', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10612, '3500', 413, 'fball_audbench', 6, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10613, '3525', 413, 'fball_counter', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10614, '3307', 413, 'ktchn_hlthNut', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10615, '3267', 413, 'urban_fence', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10616, '3275', 413, 'urban_fence_corner', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10617, '3640', 413, 'bb_fnc1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10618, '3639', 413, 'bb_knj2', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10619, '3634', 413, 'bb_fnc1', 3, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10620, '3736', 413, 'es_skating_ice', 10, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10621, '3792', 630, 'val11_floor', 8, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10622, '3322', 623, 'petfood9', 0, 150, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10623, '1532', 623, 'petfood1', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10624, '4070', 623, 'petfood25', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10625, '5755', 623, 'nest_gnome', 15, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10626, '4828', 623, 'pet_basket_pink', 5, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10627, '3895', 607, 'waasa_table1', 2, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10628, '3887', 607, 'waasa_table2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10629, '4152', 607, 'school_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10630, '9388', 609, 'val_c17_rosedivider', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10631, '9498', 609, 'santorini_c17_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10632, '2154', 609, 'a3 romantique_divider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10633, '2518', 609, 'a0 ropedivider', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10634, '1991', 609, 'divider_nor5_2', 4, 0, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(10635, '11224', 570, 'clothing_spottedoctohat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10636, '11225', 752, 'rainyday_c20_craftset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10637, '11226', 752, 'rainyday_c20_woodentable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10638, '11227', 752, 'rainyday_c20_rainceilingwindow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10639, '11228', 752, 'rainyday_c20_paintset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10640, '11229', 752, 'rainyday_c20_typewriter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10641, '11230', 752, 'rainyday_c20_scentedcandles', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10642, '11231', 752, 'rainyday_c20_cosywhippet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10643, '11232', 752, 'rainyday_c20_woodendesk', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10644, '11233', 752, 'rainyday_c20_glowstars', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10645, '11234', 752, 'rainyday_c20_raindropwall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10646, '11235', 752, 'rainyday_c20_woodenfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10647, '11236', 752, 'rainyday_c20_snugblanket', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10648, '11237', 752, 'rainyday_c20_stackoflogs', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10649, '11238', 752, 'rainyday_c20_coathanger', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10650, '11239', 752, 'rainyday_c20_homebakes', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10651, '11240', 752, 'rainyday_c20_retrogames', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10652, '11241', 636, 'clothing_nt_starearrings', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10653, '11242', 570, 'clothing_starearrings', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10654, '11243', 570, 'clothing_glitzypurse', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10655, '11244', 636, 'clothing_nt_flapperdress', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10656, '11245', 570, 'clothing_chiseledface', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10657, '11246', 636, 'clothing_nt_modernshortwave', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10658, '11247', 753, 'habbo20_c20_artdecocarpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10659, '11248', 636, 'clothing_nt_silkgloves', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10660, '11249', 753, 'habbo20_c20_balloons', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10661, '11250', 636, 'clothing_nt_slickedbackhair', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10662, '11251', 687, 'clothing_r20_glitzytux', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10663, '11252', 570, 'clothing_pencilmoustache', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10664, '11253', 636, 'clothing_nt_glitzypurse', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10665, '11254', 570, 'clothing_modernshortwave', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10666, '11255', 570, 'clothing_slickedbackhair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10667, '11256', 570, 'clothing_flapperdress', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10668, '11257', 636, 'clothing_nt_pencilmoustache', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10669, '11258', 753, 'habbo20_c20_artdecochair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10670, '11259', 570, 'clothing_silkgloves', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10671, '11260', 753, 'habbo20_c20_artdecobackdrop', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10672, '11261', 753, 'habbo20_c20_glitzytable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10673, '11262', 636, 'clothing_nt_chiseledface', 0, 25, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10674, '11263', 748, 'neonpunk_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10675, '11264', 748, 'neonpunk_c20_cupboard', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10676, '11265', 748, 'neonpunk_c20_strawberries', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10677, '11266', 748, 'neonpunk_c20_stool', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10678, '11267', 748, 'neonpunk_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10679, '11268', 687, 'clothing_r20_neonpunkset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10680, '11269', 748, 'neonpunk_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10681, '11270', 748, 'neonpunk_c20_stardeco', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10682, '11271', 748, 'neonpunk_c20_unicornposter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10683, '11272', 748, 'neonpunk_c20_candylights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10684, '11273', 748, 'neonpunk_c20_bows', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10685, '11274', 748, 'neonpunk_c20_carpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10686, '11275', 748, 'neonpunk_c20_lights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10687, '11276', 748, 'neonpunk_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10688, '11277', 748, 'neonpunk_c20_cubeseat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10689, '11278', 748, 'neonpunk_c20_storage', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10690, '11279', 748, 'neonpunk_c20_plushiepile', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10691, '11280', 748, 'neonpunk_c20_plushie1', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10692, '11281', 748, 'neonpunk_c20_dresser', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10693, '11282', 748, 'neonpunk_c20_food', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10694, '11283', 748, 'neonpunk_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10695, '11284', 748, 'neonpunk_c20_plushie2', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10696, '11285', 748, 'neonpunk_c20_plushie3', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10697, '11286', 748, 'neonpunk_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10698, '11287', 748, 'neonpunk_c20_bedsidetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10699, '11288', 749, 'gothiccafe_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10700, '11289', 769, 'gothiccafe_c20_creamrolls', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10701, '11290', 749, 'gothiccafe_c20_bookcase', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10702, '11291', 749, 'gothiccafe_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10703, '11292', 749, 'gothiccafe_c20_teaplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10704, '11293', 749, 'gothiccafe_c20_glass', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10705, '11294', 749, 'gothiccafe_c20_vase', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10706, '11295', 749, 'gothiccafe_c20_icetea', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10707, '11296', 749, 'gothiccafe_c20_donut', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10708, '11297', 749, 'gothiccafe_c20_coffeetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10709, '11298', 749, 'gothiccafe_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10710, '11299', 687, 'clothing_r20_gothicset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10711, '11300', 749, 'gothiccafe_c20_rosepainting', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10712, '11301', 749, 'gothiccafe_c20_shelf', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10713, '11302', 749, 'gothiccafe_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10714, '11303', 749, 'gothiccafe_c20_mochicake', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10715, '11304', 749, 'gothiccafe_c20_counter', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10716, '11305', 749, 'gothiccafe_c20_rug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10717, '11306', 749, 'gothiccafe_c20_windoor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10718, '11307', 749, 'gothiccafe_c20_armchair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10719, '11308', 760, 'habbo20_r20_crackable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10720, '11309', 760, 'habbo20_c20_crackable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10721, '11310', 191, 'habbo20_c20_blackgoldballoon', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10722, '11311', 204, 'clothing_h20th', 1, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10723, '11312', 191, 'habbo20_c20_rosegoldballoon', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10724, '11313', 754, 'rare_blackrosegold_parasol', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10725, '11314', 754, 'rare_blackrosegold_icecream', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10726, '11315', 754, 'rare_blackrosegold_fountain', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10727, '11316', 691, 'rare_r20_candle', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10728, '11317', 754, 'rare_blackrosegold_beehive_bulb', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10729, '11318', 754, 'rare_blackrosegold_scifidoor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10730, '11319', 754, 'rare_blackrosegold_pillar', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10731, '11320', 754, 'rare_blackrosegold_pillow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10732, '11321', 754, 'rare_blackrosegold_wooden_screen', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10733, '11322', 754, 'rare_blackrosegold_barrier', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10734, '11323', 754, 'rare_blackrosegold_scifirocket', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10735, '11324', 754, 'rare_blackrosegold_marquee', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10736, '11325', 754, 'rare_blackrosegold_elephant_statue', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10737, '11326', 691, 'rare_r20_throne', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10738, '11327', 754, 'rare_blackrosegold_dragonlamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10739, '11328', 754, 'rare_blackrosegold_sleepingbag', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10740, '11329', 754, 'rare_blackrosegold_scifiport', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10741, '11330', 754, 'rare_blackrosegold_fan', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10742, '11331', 755, 'darkelegant_c20_flowerpot', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10743, '11332', 755, 'darkelegant_c20_smalltable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10744, '11333', 755, 'darkelegant_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10745, '11334', 755, 'darkelegant_c20_chair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10746, '11335', 755, 'darkelegant_c20_walldecor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10747, '11336', 755, 'darkelegant_c20_window', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10748, '11337', 755, 'darkelegant_c20_vanity', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10749, '11338', 755, 'darkelegant_c20_light', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10750, '11339', 755, 'darkelegant_c20_lionstatue', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10751, '11340', 755, 'darkelegant_c20_teaset', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10752, '11341', 755, 'darkelegant_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10753, '11342', 755, 'darkelegant_c20_stool', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10754, '11343', 755, 'darkelegant_c20_cat', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10755, '11344', 755, 'darkelegant_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10756, '11345', 687, 'clothing_darkelegantset', 12, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10757, '11346', 755, 'darkelegant_c20_cupboard', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10758, '11347', 755, 'darkelegant_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10759, '11348', 755, 'darkelegant_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10760, '11349', 755, 'darkelegant_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10761, '11350', 755, 'darkelegant_c20_carpet', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10762, '11351', 750, 'sunsetcafe_c20_duck', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10763, '11352', 750, 'sunsetcafe_c20_plant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10764, '11353', 750, 'sunsetcafe_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10765, '11354', 750, 'sunsetcafe_c20_table', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10766, '11355', 750, 'sunsetcafe_c20_wallcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10767, '11356', 750, 'sunsetcafe_c20_bench', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10768, '11357', 750, 'sunsetcafe_c20_benchcornerconcave', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10769, '11358', 750, 'sunsetcafe_c20_coffeemachine', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10770, '11359', 750, 'sunsetcafe_c20_logdecor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10771, '11360', 750, 'sunsetcafe_c20_swordfish', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10772, '11361', 750, 'sunsetcafe_c20_barcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10773, '11362', 750, 'sunsetcafe_c20_lightupfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10774, '11363', 750, 'sunsetcafe_c20_bar', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10775, '11364', 750, 'sunsetcafe_c20_shallow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10776, '11365', 750, 'sunsetcafe_c20_drinks', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10777, '11366', 750, 'sunsetcafe_c20_logsteppingstones', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10778, '11367', 750, 'sunsetcafe_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10779, '11368', 756, 'darkmodern_c20_wall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10780, '11369', 756, 'darkmodern_c20_incense', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10781, '11370', 756, 'darkmodern_c20_neonlight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10782, '11371', 756, 'darkmodern_c20_folder', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10783, '11372', 756, 'darkmodern_c20_floor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10784, '11373', 756, 'darkmodern_c20_creative', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10785, '11374', 756, 'darkmodern_c20_rug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10786, '11375', 756, 'darkmodern_c20_display', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10787, '11376', 756, 'darkmodern_c20_speakers', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10788, '11377', 756, 'darkmodern_c20_pictures', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10789, '11378', 756, 'darkmodern_c20_bed', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10790, '11379', 756, 'darkmodern_c20_glassblockwall', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10791, '11380', 756, 'darkmodern_c20_lowtable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10792, '11381', 756, 'darkmodern_c20_plant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10793, '11382', 756, 'darkmodern_c20_endtable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10794, '11383', 756, 'darkmodern_c20_reads', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10795, '11384', 756, 'darkmodern_c20_bunnylight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10796, '11385', 756, 'darkmodern_c20_pillow', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10797, '11386', 756, 'darkmodern_c20_desk', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10798, '11387', 756, 'darkmodern_c20_sofa', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10799, '11388', 756, 'darkmodern_c20_hoomba', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10800, '11389', 756, 'darkmodern_c20_chair', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10801, '11390', 756, 'darkmodern_c20_pug', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10802, '11391', 756, 'darkmodern_c20_shelf', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10803, '11392', 756, 'darkmodern_c20_lamp', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10804, '11393', 756, 'darkmodern_c20_tubelights', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10805, '11394', 756, 'darkmodern_c20_tv', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10806, '11395', 756, 'darkmodern_c20_floorlight', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10807, '11396', 751, 'zengarden_c20_stonebench', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10808, '11397', 751, 'zengarden_c20_peacedog', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10809, '11398', 687, 'clothing_r20_harmonyset', 25, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10810, '11399', 751, 'zengarden_c20_spikeyplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10811, '11400', 751, 'zengarden_c20_stonetable', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10812, '11401', 751, 'zengarden_c20_door', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10813, '11402', 751, 'zengarden_c20_rootplant', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10814, '11403', 751, 'zengarden_c20_light', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10815, '11404', 751, 'zengarden_c20_roof', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10816, '11405', 751, 'zengarden_c20_plankfloor', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10817, '11406', 751, 'zengarden_c20_roofcorner', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10818, '11407', 751, 'zengarden_c20_moss', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10819, '11408', 751, 'zengarden_c20_goldenmobile', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10820, '11409', 751, 'zengarden_c20_pebbles', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10821, '11410', 751, 'zengarden_c20_bamboo', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10822, '11411', 751, 'zengarden_c20_divider', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10823, '11412', 751, 'zengarden_c20_glasspond', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10824, '11413', 753, 'habbo20_c20_trophybronze', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10825, '11414', 753, 'habbo20_c20_trophyblock', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10826, '11415', 753, 'habbo20_c20_trophygold', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10827, '11416', 753, 'habbo20_c20_trophylooks', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10828, '11417', 753, 'habbo20_c20_trophydesign', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10829, '11418', 753, 'habbo20_c20_trophysilver', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10830, '11419', 753, 'habbo20_c20_trophyvideo', 3, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(10831, '11420', 307, 'CF_1500_suitcase2', 1500, 0, 0, 1, 0, 0, 27, -1, 0, '', '0', '0'),
(10834, '19894', 13, 'floor_single_101', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10835, '19894', 13, 'floor_single_102', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10836, '19894', 13, 'floor_single_103', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10837, '19894', 13, 'floor_single_104', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10838, '19894', 13, 'floor_single_105', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10839, '19894', 13, 'floor_single_106', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10840, '19894', 13, 'floor_single_107', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10841, '19894', 13, 'floor_single_108', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10842, '19894', 13, 'floor_single_109', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10843, '19894', 13, 'floor_single_110', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10844, '19894', 13, 'floor_single_111', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10845, '19894', 13, 'floor_single_201', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10846, '19894', 13, 'floor_single_201', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10847, '19894', 13, 'floor_single_202', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10848, '19894', 13, 'floor_single_202', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10849, '19894', 13, 'floor_single_203', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10850, '19894', 13, 'floor_single_203', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10851, '19894', 13, 'floor_single_204', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10852, '19894', 13, 'floor_single_204', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10853, '19894', 13, 'floor_single_205', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10854, '19894', 13, 'floor_single_205', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10855, '19894', 13, 'floor_single_206', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10856, '19894', 13, 'floor_single_206', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10857, '19894', 13, 'floor_single_207', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10858, '19894', 13, 'floor_single_207', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10859, '19894', 13, 'floor_single_208', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10860, '19894', 13, 'floor_single_209', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10861, '19894', 13, 'floor_single_209', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10862, '19894', 13, 'floor_single_210', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10863, '19894', 13, 'floor_single_210', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10864, '19894', 13, 'floor_single_211', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10865, '19894', 13, 'floor_single_211', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10866, '19894', 13, 'floor_single_301', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10867, '19894', 13, 'floor_single_302', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10868, '19894', 13, 'floor_single_303', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10869, '19894', 13, 'floor_single_304', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10870, '19894', 13, 'floor_single_305', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10871, '19894', 13, 'floor_single_306', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10872, '19894', 13, 'floor_single_307', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10873, '19894', 13, 'floor_single_401', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10874, '19894', 13, 'floor_single_402', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10875, '19894', 13, 'floor_single_403', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10876, '19894', 13, 'floor_single_404', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10877, '19894', 13, 'floor_single_405', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10878, '19894', 13, 'floor_single_406', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10879, '19894', 13, 'floor_single_407', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10880, '19894', 13, 'floor_single_408', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10881, '19894', 13, 'floor_single_409', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10882, '19894', 13, 'floor_single_410', 1, 0, 0, 1, 0, 0, 99, -1, 0, '', '1', '0'),
(10883, '19896', 13, 'wallpaper_single_101', 1, 0, 0, 1, 0, 0, 101, -1, 0, '', '1', '0'),
(10884, '19896', 13, 'wallpaper_single_102', 1, 0, 0, 1, 0, 0, 42, -1, 0, '', '1', '0'),
(10885, '19896', 13, 'wallpaper_single_103', 1, 0, 0, 1, 0, 0, 43, -1, 0, '', '1', '0'),
(10886, '19896', 13, 'wallpaper_single_104', 1, 0, 0, 1, 0, 0, 104, -1, 0, '', '1', '0'),
(10887, '19896', 13, 'wallpaper_single_105', 1, 0, 0, 1, 0, 0, 105, -1, 0, '', '1', '0'),
(10888, '19896', 13, 'wallpaper_single_106', 1, 0, 0, 1, 0, 0, 106, -1, 0, '', '1', '0'),
(10889, '19896', 13, 'wallpaper_single_107', 1, 0, 0, 1, 0, 0, 107, -1, 0, '', '1', '0'),
(10890, '19896', 13, 'wallpaper_single_108', 1, 0, 0, 1, 0, 0, 108, -1, 0, '', '1', '0'),
(10891, '19896', 13, 'wallpaper_single_109', 1, 0, 0, 1, 0, 0, 109, -1, 0, '', '1', '0'),
(10892, '19896', 13, 'wallpaper_single_110', 1, 0, 0, 1, 0, 0, 110, -1, 0, '', '1', '0'),
(10893, '19896', 13, 'wallpaper_single_111', 1, 0, 0, 1, 0, 0, 111, -1, 0, '', '1', '0'),
(10894, '19896', 13, 'wallpaper_single_112', 1, 0, 0, 1, 0, 0, 44, -1, 0, '', '1', '0'),
(10895, '19896', 13, 'wallpaper_single_113', 1, 0, 0, 1, 0, 0, 113, -1, 0, '', '1', '0'),
(10896, '19896', 13, 'wallpaper_single_114', 1, 0, 0, 1, 0, 0, 114, -1, 0, '', '1', '0'),
(10897, '19896', 13, 'wallpaper_single_115', 1, 0, 0, 1, 0, 0, 115, -1, 0, '', '1', '0'),
(10898, '19896', 13, 'wallpaper_single_201', 1, 0, 0, 1, 0, 0, 201, -1, 0, '', '1', '0'),
(10899, '19896', 13, 'wallpaper_single_202', 1, 0, 0, 1, 0, 0, 202, -1, 0, '', '1', '0'),
(10900, '19896', 13, 'wallpaper_single_203', 1, 0, 0, 1, 0, 0, 203, -1, 0, '', '1', '0'),
(10901, '19896', 13, 'wallpaper_single_204', 1, 0, 0, 1, 0, 0, 204, -1, 0, '', '1', '0'),
(10902, '19896', 13, 'wallpaper_single_205', 1, 0, 0, 1, 0, 0, 205, -1, 0, '', '1', '0'),
(10903, '19896', 13, 'wallpaper_single_206', 1, 0, 0, 1, 0, 0, 206, -1, 0, '', '1', '0'),
(10904, '19896', 13, 'wallpaper_single_207', 1, 0, 0, 1, 0, 0, 207, -1, 0, '', '1', '0'),
(10905, '19896', 13, 'wallpaper_single_208', 1, 0, 0, 1, 0, 0, 208, -1, 0, '', '1', '0'),
(10906, '19896', 13, 'wallpaper_single_209', 1, 0, 0, 1, 0, 0, 209, -1, 0, '', '1', '0'),
(10907, '19896', 13, 'wallpaper_single_210', 1, 0, 0, 1, 0, 0, 210, -1, 0, '', '1', '0'),
(10908, '19896', 13, 'wallpaper_single_211', 1, 0, 0, 1, 0, 0, 211, -1, 0, '', '1', '0'),
(10909, '19896', 13, 'wallpaper_single_212', 1, 0, 0, 1, 0, 0, 212, -1, 0, '', '1', '0'),
(10910, '19896', 13, 'wallpaper_single_213', 1, 0, 0, 1, 0, 0, 213, -1, 0, '', '1', '0'),
(10911, '19896', 13, 'wallpaper_single_214', 1, 0, 0, 1, 0, 0, 214, -1, 0, '', '1', '0'),
(10912, '19896', 13, 'wallpaper_single_215', 1, 0, 0, 1, 0, 0, 215, -1, 0, '', '1', '0'),
(10913, '19896', 13, 'wallpaper_single_216', 1, 0, 0, 1, 0, 0, 216, -1, 0, '', '1', '0'),
(10914, '19896', 13, 'wallpaper_single_217', 1, 0, 0, 1, 0, 0, 217, -1, 0, '', '1', '0'),
(10915, '19896', 13, 'wallpaper_single_218', 1, 0, 0, 1, 0, 0, 218, -1, 0, '', '1', '0'),
(10916, '19896', 13, 'wallpaper_single_301', 1, 0, 0, 1, 0, 0, 301, -1, 0, '', '1', '0'),
(10917, '19896', 13, 'wallpaper_single_302', 1, 0, 0, 1, 0, 0, 63, -1, 0, '', '1', '0'),
(10918, '19896', 13, 'wallpaper_single_303', 1, 0, 0, 1, 0, 0, 64, -1, 0, '', '1', '0'),
(10919, '19896', 13, 'wallpaper_single_304', 1, 0, 0, 1, 0, 0, 65, -1, 0, '', '1', '0'),
(10920, '19896', 13, 'wallpaper_single_305', 1, 0, 0, 1, 0, 0, 305, -1, 0, '', '1', '0'),
(10921, '19896', 13, 'wallpaper_single_306', 1, 0, 0, 1, 0, 0, 306, -1, 0, '', '1', '0'),
(10922, '19896', 13, 'wallpaper_single_307', 1, 0, 0, 1, 0, 0, 307, -1, 0, '', '1', '0'),
(10923, '19896', 13, 'wallpaper_single_401', 1, 0, 0, 1, 0, 0, 401, -1, 0, '', '1', '0'),
(10924, '19896', 13, 'wallpaper_single_402', 1, 0, 0, 1, 0, 0, 402, -1, 0, '', '1', '0'),
(10925, '19896', 13, 'wallpaper_single_403', 1, 0, 0, 1, 0, 0, 403, -1, 0, '', '1', '0'),
(10926, '19896', 13, 'wallpaper_single_404', 1, 0, 0, 1, 0, 0, 404, -1, 0, '', '1', '0'),
(10927, '19896', 13, 'wallpaper_single_405', 1, 0, 0, 1, 0, 0, 405, -1, 0, '', '1', '0'),
(10928, '19896', 13, 'wallpaper_single_406', 1, 0, 0, 1, 0, 0, 406, -1, 0, '', '1', '0'),
(10929, '19896', 13, 'wallpaper_single_407', 1, 0, 0, 1, 0, 0, 407, -1, 0, '', '1', '0'),
(10930, '19896', 13, 'wallpaper_single_408', 1, 0, 0, 1, 0, 0, 408, -1, 0, '', '1', '0'),
(10931, '19896', 13, 'wallpaper_single_501', 1, 0, 0, 1, 0, 0, 503, -1, 0, '', '1', '0'),
(10932, '19896', 13, 'wallpaper_single_502', 1, 0, 0, 1, 0, 0, 68, -1, 0, '', '1', '0'),
(10933, '19896', 13, 'wallpaper_single_503', 1, 0, 0, 1, 0, 0, 503, -1, 0, '', '1', '0'),
(10934, '19896', 13, 'wallpaper_single_504', 1, 0, 0, 1, 0, 0, 504, -1, 0, '', '1', '0'),
(10935, '19896', 13, 'wallpaper_single_505', 1, 0, 0, 1, 0, 0, 505, -1, 0, '', '1', '0'),
(10936, '19896', 13, 'wallpaper_single_506', 1, 0, 0, 1, 0, 0, 506, -1, 0, '', '1', '0'),
(10937, '19896', 13, 'wallpaper_single_507', 1, 0, 0, 1, 0, 0, 507, -1, 0, '', '1', '0'),
(10938, '19896', 13, 'wallpaper_single_508', 1, 0, 0, 1, 0, 0, 508, -1, 0, '', '1', '0'),
(10939, '19896', 13, 'wallpaper_single_601', 1, 0, 0, 1, 0, 0, 601, -1, 0, '', '1', '0'),
(10940, '19896', 13, 'wallpaper_single_602', 1, 0, 0, 1, 0, 0, 602, -1, 0, '', '1', '0'),
(10941, '19896', 13, 'wallpaper_single_603', 1, 0, 0, 1, 0, 0, 603, -1, 0, '', '1', '0'),
(10942, '19896', 13, 'wallpaper_single_604', 1, 0, 0, 1, 0, 0, 604, -1, 0, '', '1', '0'),
(10943, '19896', 13, 'wallpaper_single_605', 1, 0, 0, 1, 0, 0, 605, -1, 0, '', '1', '0'),
(10944, '19896', 13, 'wallpaper_single_606', 1, 0, 0, 1, 0, 0, 606, -1, 0, '', '1', '0'),
(10945, '19896', 13, 'wallpaper_single_607', 1, 0, 0, 1, 0, 0, 607, -1, 0, '', '1', '0'),
(10946, '19896', 13, 'wallpaper_single_608', 1, 0, 0, 1, 0, 0, 608, -1, 0, '', '1', '0'),
(10947, '19896', 13, 'wallpaper_single_609', 1, 0, 0, 1, 0, 0, 609, -1, 0, '', '1', '0'),
(10948, '19896', 13, 'wallpaper_single_610', 1, 0, 0, 1, 0, 0, 610, -1, 0, '', '1', '0'),
(10949, '19896', 13, 'wallpaper_single_701', 1, 0, 0, 1, 0, 0, 701, -1, 0, '', '1', '0'),
(10950, '19896', 13, 'wallpaper_single_702', 1, 0, 0, 1, 0, 0, 702, -1, 0, '', '1', '0'),
(10951, '19896', 13, 'wallpaper_single_703', 1, 0, 0, 1, 0, 0, 703, -1, 0, '', '1', '0'),
(10952, '19896', 13, 'wallpaper_single_704', 1, 0, 0, 1, 0, 0, 704, -1, 0, '', '1', '0'),
(10953, '19896', 13, 'wallpaper_single_705', 1, 0, 0, 1, 0, 0, 705, -1, 0, '', '1', '0'),
(10954, '19896', 13, 'wallpaper_single_706', 1, 0, 0, 1, 0, 0, 706, -1, 0, '', '1', '0'),
(10955, '19896', 13, 'wallpaper_single_707', 1, 0, 0, 1, 0, 0, 707, -1, 0, '', '1', '0'),
(10956, '19896', 13, 'wallpaper_single_708', 1, 0, 0, 1, 0, 0, 708, -1, 0, '', '1', '0'),
(10957, '19896', 13, 'wallpaper_single_709', 1, 0, 0, 1, 0, 0, 709, -1, 0, '', '1', '0'),
(10958, '19896', 13, 'wallpaper_single_710', 1, 0, 0, 1, 0, 0, 710, -1, 0, '', '1', '0'),
(10959, '19896', 13, 'wallpaper_single_801', 1, 0, 0, 1, 0, 0, 801, -1, 0, '', '1', '0'),
(10960, '19896', 13, 'wallpaper_single_802', 1, 0, 0, 1, 0, 0, 802, -1, 0, '', '1', '0'),
(10961, '19896', 13, 'wallpaper_single_803', 1, 0, 0, 1, 0, 0, 803, -1, 0, '', '1', '0'),
(10962, '19896', 13, 'wallpaper_single_804', 1, 0, 0, 1, 0, 0, 804, -1, 0, '', '1', '0'),
(10963, '19896', 13, 'wallpaper_single_805', 1, 0, 0, 1, 0, 0, 805, -1, 0, '', '1', '0'),
(10964, '19896', 13, 'wallpaper_single_806', 1, 0, 0, 1, 0, 0, 806, -1, 0, '', '1', '0'),
(10965, '19896', 13, 'wallpaper_single_807', 1, 0, 0, 1, 0, 0, 807, -1, 0, '', '1', '0'),
(10966, '19896', 13, 'wallpaper_single_808', 1, 0, 0, 1, 0, 0, 808, -1, 0, '', '1', '0'),
(10967, '19896', 13, 'wallpaper_single_809', 1, 0, 0, 1, 0, 0, 809, -1, 0, '', '1', '0'),
(10968, '19896', 13, 'wallpaper_single_810', 1, 0, 0, 1, 0, 0, 810, -1, 0, '', '1', '0'),
(10969, '19896', 13, 'wallpaper_single_901', 1, 0, 0, 1, 0, 0, 901, -1, 0, '', '1', '0'),
(10970, '19896', 13, 'wallpaper_single_902', 1, 0, 0, 1, 0, 0, 902, -1, 0, '', '1', '0'),
(10971, '19896', 13, 'wallpaper_single_903', 1, 0, 0, 1, 0, 0, 903, -1, 0, '', '1', '0'),
(10972, '19896', 13, 'wallpaper_single_904', 1, 0, 0, 1, 0, 0, 904, -1, 0, '', '1', '0'),
(10973, '19896', 13, 'wallpaper_single_905', 1, 0, 0, 1, 0, 0, 905, -1, 0, '', '1', '0'),
(10974, '19896', 13, 'wallpaper_single_906', 1, 0, 0, 1, 0, 0, 906, -1, 0, '', '1', '0'),
(10975, '19896', 13, 'wallpaper_single_907', 1, 0, 0, 1, 0, 0, 907, -1, 0, '', '1', '0'),
(10976, '19896', 13, 'wallpaper_single_908', 1, 0, 0, 1, 0, 0, 908, -1, 0, '', '1', '0'),
(10977, '19896', 13, 'wallpaper_single_1001', 1, 0, 0, 1, 0, 0, 76, -1, 0, '', '1', '0'),
(10978, '19896', 13, 'wallpaper_single_1002', 1, 0, 0, 1, 0, 0, 77, -1, 0, '', '1', '0'),
(10979, '19896', 13, 'wallpaper_single_1003', 1, 0, 0, 1, 0, 0, 78, -1, 0, '', '1', '0'),
(10980, '19896', 13, 'wallpaper_single_1004', 1, 0, 0, 1, 0, 0, 79, -1, 0, '', '1', '0'),
(10981, '19896', 13, 'wallpaper_single_1005', 1, 0, 0, 1, 0, 0, 80, -1, 0, '', '1', '0'),
(10982, '19896', 13, 'wallpaper_single_1006', 1, 0, 0, 1, 0, 0, 81, -1, 0, '', '1', '0'),
(10983, '19896', 13, 'wallpaper_single_1007', 1, 0, 0, 1, 0, 0, 82, -1, 0, '', '1', '0'),
(10984, '19896', 13, 'wallpaper_single_1101', 1, 0, 0, 1, 0, 0, 1101, -1, 0, '', '1', '0'),
(10985, '19896', 13, 'wallpaper_single_1201', 1, 0, 0, 1, 0, 0, 1201, -1, 0, '', '1', '0'),
(10986, '19896', 13, 'wallpaper_single_1301', 1, 0, 0, 1, 0, 0, 1301, -1, 0, '', '1', '0'),
(10987, '19896', 13, 'wallpaper_single_1401', 1, 0, 0, 1, 0, 0, 1401, -1, 0, '', '1', '0'),
(10988, '19896', 13, 'wallpaper_single_1501', 1, 0, 0, 1, 0, 0, 1501, -1, 0, '', '1', '0'),
(10989, '19896', 13, 'wallpaper_single_1601', 1, 0, 0, 1, 0, 0, 1601, -1, 0, '', '1', '0'),
(10990, '19896', 13, 'wallpaper_single_1701', 1, 0, 0, 1, 0, 0, 1701, -1, 0, '', '1', '0'),
(10991, '19896', 13, 'wallpaper_single_1801', 1, 0, 0, 1, 0, 0, 1801, -1, 0, '', '1', '0'),
(10992, '19896', 13, 'wallpaper_single_1901', 1, 0, 0, 1, 0, 0, 1901, -1, 0, '', '1', '0'),
(10993, '19896', 13, 'wallpaper_single_1902', 1, 0, 0, 1, 0, 0, 1902, -1, 0, '', '1', '0'),
(10994, '19896', 13, 'wallpaper_single_2001', 1, 0, 0, 1, 0, 0, 2001, -1, 0, '', '1', '0'),
(10995, '19896', 13, 'wallpaper_single_2002', 1, 0, 0, 1, 0, 0, 2002, -1, 0, '', '1', '0'),
(10996, '19896', 13, 'wallpaper_single_2003', 1, 0, 0, 1, 0, 0, 2003, -1, 0, '', '1', '0'),
(10997, '19896', 13, 'wallpaper_single_2101', 1, 0, 0, 1, 0, 0, 2101, -1, 0, '', '1', '0'),
(10998, '19896', 13, 'wallpaper_single_2102', 1, 0, 0, 1, 0, 0, 2102, -1, 0, '', '1', '0'),
(10999, '19896', 13, 'wallpaper_single_2103', 1, 0, 0, 1, 0, 0, 2103, -1, 0, '', '1', '0'),
(11000, '19896', 13, 'wallpaper_single_2201', 1, 0, 0, 1, 0, 0, 2201, -1, 0, '', '1', '0'),
(11001, '19896', 13, 'wallpaper_single_2202', 1, 0, 0, 1, 0, 0, 2202, -1, 0, '', '1', '0'),
(11002, '19896', 13, 'wallpaper_single_2203', 1, 0, 0, 1, 0, 0, 2203, -1, 0, '', '1', '0'),
(11003, '19896', 13, 'wallpaper_single_2204', 1, 0, 0, 1, 0, 0, 2204, -1, 0, '', '1', '0'),
(11004, '19896', 13, 'wallpaper_single_2205', 1, 0, 0, 1, 0, 0, 2205, -1, 0, '', '1', '0'),
(11005, '19896', 13, 'wallpaper_single_2206', 1, 0, 0, 1, 0, 0, 2206, -1, 0, '', '1', '0'),
(11006, '19896', 13, 'wallpaper_single_2301', 1, 0, 0, 1, 0, 0, 2301, -1, 0, '', '1', '0'),
(11007, '19896', 13, 'wallpaper_single_2302', 1, 0, 0, 1, 0, 0, 2302, -1, 0, '', '1', '0'),
(11008, '19896', 13, 'wallpaper_single_2303', 1, 0, 0, 1, 0, 0, 2303, -1, 0, '', '1', '0'),
(11009, '19896', 13, 'wallpaper_single_2304', 1, 0, 0, 1, 0, 0, 2304, -1, 0, '', '1', '0'),
(11010, '19896', 13, 'wallpaper_single_2401', 1, 0, 0, 1, 0, 0, 2401, -1, 0, '', '1', '0'),
(11011, '19896', 13, 'wallpaper_single_2402', 1, 0, 0, 1, 0, 0, 2402, -1, 0, '', '1', '0'),
(11012, '19896', 13, 'wallpaper_single_2403', 1, 0, 0, 1, 0, 0, 2403, -1, 0, '', '1', '0'),
(11013, '19896', 13, 'wallpaper_single_2501', 1, 0, 0, 1, 0, 0, 2501, -1, 0, '', '1', '0'),
(11014, '19896', 13, 'wallpaper_single_2502', 1, 0, 0, 1, 0, 0, 2502, -1, 0, '', '1', '0'),
(11015, '19896', 13, 'wallpaper_single_2503', 1, 0, 0, 1, 0, 0, 2503, -1, 0, '', '1', '0'),
(11016, '19896', 13, 'wallpaper_single_2504', 1, 0, 0, 1, 0, 0, 2504, -1, 0, '', '1', '0'),
(11017, '19896', 13, 'wallpaper_single_2601', 1, 0, 0, 1, 0, 0, 2601, -1, 0, '', '1', '0'),
(11018, '19896', 13, 'wallpaper_single_2602', 1, 0, 0, 1, 0, 0, 2602, -1, 0, '', '1', '0'),
(11019, '19896', 13, 'wallpaper_single_2603', 1, 0, 0, 1, 0, 0, 2603, -1, 0, '', '1', '0'),
(11020, '19896', 13, 'wallpaper_single_2604', 1, 0, 0, 1, 0, 0, 2604, -1, 0, '', '1', '0'),
(11021, '19896', 13, 'wallpaper_single_2701', 1, 0, 0, 1, 0, 0, 2701, -1, 0, '', '1', '0'),
(11022, '19896', 13, 'wallpaper_single_2702', 1, 0, 0, 1, 0, 0, 2702, -1, 0, '', '1', '0'),
(11023, '19896', 13, 'wallpaper_single_2703', 1, 0, 0, 1, 0, 0, 2703, -1, 0, '', '1', '0'),
(11024, '19896', 13, 'wallpaper_single_2704', 1, 0, 0, 1, 0, 0, 2704, -1, 0, '', '1', '0'),
(11025, '19896', 13, 'wallpaper_single_2801', 1, 0, 0, 1, 0, 0, 2801, -1, 0, '', '1', '0'),
(11026, '19896', 13, 'wallpaper_single_2802', 1, 0, 0, 1, 0, 0, 2802, -1, 0, '', '1', '0'),
(11027, '19896', 13, 'wallpaper_single_2803', 1, 0, 0, 1, 0, 0, 2803, -1, 0, '', '1', '0'),
(11028, '19896', 13, 'wallpaper_single_2804', 1, 0, 0, 1, 0, 0, 2804, -1, 0, '', '1', '0'),
(11029, '19896', 13, 'wallpaper_single_2901', 1, 0, 0, 1, 0, 0, 2901, -1, 0, '', '1', '0'),
(11030, '19896', 13, 'wallpaper_single_2902', 1, 0, 0, 1, 0, 0, 2902, -1, 0, '', '1', '0'),
(11031, '19896', 13, 'wallpaper_single_2903', 1, 0, 0, 1, 0, 0, 2903, -1, 0, '', '1', '0'),
(11032, '19896', 13, 'wallpaper_single_2904', 1, 0, 0, 1, 0, 0, 2904, -1, 0, '', '1', '0'),
(11033, '19896', 13, 'wallpaper_single_3001', 1, 0, 0, 1, 0, 0, 3001, -1, 0, '', '1', '0'),
(11034, '19896', 13, 'wallpaper_single_3002', 1, 0, 0, 1, 0, 0, 3002, -1, 0, '', '1', '0'),
(11035, '19896', 13, 'wallpaper_single_3003', 1, 0, 0, 1, 0, 0, 3003, -1, 0, '', '1', '0'),
(11036, '19896', 13, 'wallpaper_single_3004', 1, 0, 0, 1, 0, 0, 3004, -1, 0, '', '1', '0'),
(11037, '19896', 13, 'wallpaper_single_3101', 1, 0, 0, 1, 0, 0, 3101, -1, 0, '', '1', '0'),
(11038, '19896', 13, 'wallpaper_single_3102', 1, 0, 0, 1, 0, 0, 3102, -1, 0, '', '1', '0'),
(11039, '19896', 13, 'wallpaper_single_3103', 1, 0, 0, 1, 0, 0, 3103, -1, 0, '', '1', '0'),
(11040, '19896', 13, 'wallpaper_single_3104', 1, 0, 0, 1, 0, 0, 3104, -1, 0, '', '1', '0'),
(11041, '19896', 13, 'wallpaper_single_3105', 1, 0, 0, 1, 0, 0, 3105, -1, 0, '', '1', '0'),
(11042, '19896', 13, 'wallpaper_single_3106', 1, 0, 0, 1, 0, 0, 3106, -1, 0, '', '1', '0'),
(11048, '59972', 1000, 'rotating_roomdeal286', 99, 0, 0, 1, 0, 0, 1, -1, 0, '50200', '0', '0'),
(11049, '59973', 1001, 'rotating_roomdeal287', 99, 0, 0, 1, 0, 0, 1, -1, 0, '50201', '0', '0'),
(11050, '59974', 1002, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50202', '0', '0'),
(11051, '59975', 1003, 'rotating_roomdeal280', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50203', '0', '0'),
(11052, '59976', 1004, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50204', '0', '0'),
(11053, '59977', 1005, 'rotating_roomdeal287', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50205', '0', '0'),
(11054, '59978', 1006, 'rotating_roomdeal281', 30, 30, 5, 1, 0, 0, 1, -1, 0, '50206', '0', '0'),
(11055, '11311', 753, 'clothing_h20th', 1, 0, 0, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(11056, '2064', 12, 'a0 CF_1_coin_bronze', 6, 0, 0, 5, 0, 0, 8, -1, 0, '', '0', '0'),
(11057, '2067', 12, 'a0 CF_5_coin_silver', 21, 0, 0, 4, 0, 0, 12, -1, 0, '', '0', '0'),
(11058, '2067', 12, 'a0 CF_5_coin_silver', 51, 0, 0, 10, 0, 0, 13, -1, 0, '', '0', '0'),
(11059, '2063', 12, 'a0 CF_10_coin_gold', 51, 0, 0, 5, 0, 0, 14, -1, 0, '', '0', '0'),
(11060, '2064', 12, 'a0 CF_1_coin_bronze', 11, 0, 0, 10, 0, 0, 9, -1, 0, '', '0', '0'),
(11061, '2064', 12, 'a0 CF_1_coin_bronze', 21, 0, 0, 20, 0, 0, 10, -1, 0, '', '0', '0'),
(11062, '2064', 12, 'a0 CF_1_coin_bronze', 51, 0, 0, 50, 0, 0, 11, -1, 0, '', '0', '0'),
(11063, '11308', 760, 'habbo20_r20_crackable', 75, 75, 5, 1, 0, 0, 0, -1, 0, '', '0', '0'),
(11064, '2064', 12, 'a0 CF_1_coin_bronze', 2, 0, 0, 1, 0, 0, 3, -1, 0, '', '1', '0'),
(11065, '2067', 12, 'a0 CF_5_coin_silver', 6, 0, 0, 1, 0, 0, 4, -1, 0, '', '1', '0'),
(11066, '8', 26, 'room_ad_plus_badge', 0, 100, 0, 1, 0, 0, 1, -1, 0, '', '1', '0'),
(11068, '9232', 486, 'xmas_c16_egg', 50, 15, 5, 1, 0, 0, 1, -1, 0, '', '0', '0'),
(20500, '50512;2833;2822;2827;2816;2830;2819;2939;40600;8261;3704;8260;3707;9031;10240;10271;4373;4387;4835;3779;3776;3848;3786;43560;4151;8431;43390;3606;4342;4335;10258;10145;10162;4068;5984', 1110, 'targetoffer10500_bundle', 189, 189, 5, 1, 0, 0, 1, -1, 0, '', '0', '0');
-- Dumping structure for table habbo.catalog_items_bc
DROP TABLE IF EXISTS `catalog_items_bc`;
CREATE TABLE IF NOT EXISTS `catalog_items_bc` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`item_ids` varchar(666) NOT NULL,
`page_id` int(11) NOT NULL,
`catalog_name` varchar(100) NOT NULL,
`order_number` int(11) NOT NULL DEFAULT 1,
`extradata` varchar(500) NOT NULL DEFAULT '',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_items_bc: ~0 rows (approximately)
DELETE FROM `catalog_items_bc`;
-- Dumping structure for table habbo.catalog_items_limited
DROP TABLE IF EXISTS `catalog_items_limited`;
CREATE TABLE IF NOT EXISTS `catalog_items_limited` (
`catalog_item_id` int(11) NOT NULL,
`number` int(11) NOT NULL,
`user_id` int(11) NOT NULL DEFAULT 0,
`timestamp` int(11) NOT NULL DEFAULT 0,
`item_id` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `catalog_item_id` (`catalog_item_id`,`number`) USING BTREE,
KEY `user_timestamp_index` (`user_id`,`timestamp`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=FIXED;
-- Dumping data for table habbo.catalog_items_limited: 0 rows
DELETE FROM `catalog_items_limited`;
/*!40000 ALTER TABLE `catalog_items_limited` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_items_limited` ENABLE KEYS */;
-- Dumping structure for table habbo.catalog_pages
DROP TABLE IF EXISTS `catalog_pages`;
CREATE TABLE IF NOT EXISTS `catalog_pages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL DEFAULT -1,
`caption_save` varchar(25) NOT NULL DEFAULT '',
`caption` varchar(128) NOT NULL,
`page_layout` enum('default_3x3','club_buy','club_gift','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','spaces_new','soundmachine','guilds','guild_furni','info_duckets','info_rentables','info_pets','roomads','single_bundle','sold_ltd_items','badge_display','bots','pets','pets2','pets3','productpage1','room_bundle','recent_purchases','default_3x3_color_grouping','guild_forum','vip_buy','info_loyalty','loyalty_vip_buy','collectibles','petcustomization','frontpage_featured','builders_club_frontpage','builders_club_addons','builders_club_loyalty') NOT NULL DEFAULT 'default_3x3',
`icon_color` int(11) NOT NULL DEFAULT 1,
`icon_image` int(11) NOT NULL DEFAULT 1,
`min_rank` int(11) NOT NULL DEFAULT 1,
`order_num` int(11) NOT NULL DEFAULT 1,
`visible` enum('0','1') NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`club_only` enum('0','1') NOT NULL DEFAULT '0',
`catalog_mode` enum('NORMAL','BUILDER','BOTH') NOT NULL DEFAULT 'NORMAL',
`vip_only` enum('1','0') NOT NULL DEFAULT '0',
`page_headline` varchar(1024) NOT NULL DEFAULT '',
`page_teaser` varchar(64) NOT NULL DEFAULT '',
`page_special` varchar(2048) DEFAULT '' COMMENT 'Gold Bubble: catalog_special_txtbg1 // Speech Bubble: catalog_special_txtbg2 // Place normal text in page_text_teaser',
`page_text1` text DEFAULT NULL,
`page_text2` text DEFAULT NULL,
`page_text_details` text DEFAULT NULL,
`page_text_teaser` text DEFAULT NULL,
`room_id` int(11) DEFAULT 0,
`includes` varchar(128) NOT NULL DEFAULT '' COMMENT 'Example usage: 1;2;3\r\n This will include page 1, 2 and 3 in the current page.\r\n Note that permissions are only used for the current entry.',
PRIMARY KEY (`id`) USING BTREE,
KEY `id` (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=1111 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_pages: ~769 rows (approximately)
DELETE FROM `catalog_pages`;
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption_save`, `caption`, `page_layout`, `icon_color`, `icon_image`, `min_rank`, `order_num`, `visible`, `enabled`, `club_only`, `catalog_mode`, `vip_only`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `room_id`, `includes`) VALUES
(1, -1, 'front_page', 'Front Page', 'frontpage', 1, 213, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', 'Redeem a voucher code here:', '', '', 0, ''),
(2, -1, 'furni', 'Furni', 'default_3x3', 1, 263, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombuilder', 'cr_infopic3', '', '', 'Furni Shop', NULL, '', 0, ''),
(3, -1, 'clothing', 'Clothing', 'default_3x3', 1, 37, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', '', '', '', 0, ''),
(4, -1, 'pets', 'Pets', 'default_3x3', 1, 8, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', '', '', '', '', '', '', 0, ''),
(5, -1, 'building', 'Building', 'default_3x3', 1, 263, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombuilder', '', '', '', '', '', '', 0, ''),
(6, 675, 'furnimatic', 'Furnimatic', 'default_3x3', 1, 65, 7, 3, '0', '0', '0', 'NORMAL', '0', '', ' ', ' ', '', ' ', '', ' ', 0, ''),
(7, -1, 'staff', 'Staff', 'default_3x3', 1, 65, 4, 7, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(8, 2, 'habbo_club', 'Habbo Club', 'vip_buy', 1, 172, 1, 11, '1', '1', '0', 'NORMAL', '0', 'catalog_club_headline1_en', 'club', '', '', '', '', '', 0, ''),
(9, 2, 'bots', 'Bots', 'bots', 1, 65, 1, 13, '1', '1', '0', 'NORMAL', '0', 'catalog_bots_headline1_en', 'catalog_bots_headline1_en', '', 'They walk, they talk, and they make the perfect addition to any room!', '', '', '', 0, ''),
(10, 220, 'my_sales', 'My Sales', 'marketplace_own_items', 1, 70, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(11, 220, 'offers', 'Offers', 'marketplace', 1, 71, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', 'marketplace_offers', '', '', '', '', 0, ''),
(12, 2, 'credit_furni', 'Credit Furni', 'default_3x3', 1, 146, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_bank_headline1', 'catalog_bank_teaser', '', 'Habbo Exchange is where you can convert your Credits into a tradable currency. You can then use this currency to trade for Furni or just show off your riches in your room.', '', '', '', 0, ''),
(13, 603, 'spaces', 'Spaces', 'spaces_new', 1, 225, 1, 8, '1', '1', '0', 'NORMAL', '0', 'look_feel_text', '', '', 'Floors, wallpapers, landscapes - get a groovy combination for your room. Use our virtual room preview below to test out the combinations before you buy. Select the design and colour you like and click buy.', '', '', '', 0, ''),
(14, 2, 'limited_rares', 'Limited Rares', 'default_3x3', 1, 145, 1, 6, '1', '1', '0', 'NORMAL', '0', 'limited_header', 'catalog_limited_teaser_en', '', 'These are only available for a limited time!', '', '', '', 0, ''),
(15, 8, 'club_gifts', 'Club Gifts', 'club_gift', 1, 172, 1, 1, '0', '0', '0', 'NORMAL', '0', '', '', '', 'This is currently not coded in Morningstar.', '', '', '', 0, ''),
(16, 604, 'lighting', 'Lighting', 'default_3x3', 1, 115, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_dimmers_header1_en', 'catalog_dimmer_teaser_en', '', 'Check out the Mood Lights. Use these items to dim the light in your rooms. Try out different light settings with different wallpapers to see what you get. Talk about lighting with style!', NULL, NULL, 'Click on an item for details.', 0, ''),
(17, 568, 'mode', 'Mode', 'default_3x3', 1, 39, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(18, 568, 'lodge', 'Lodge', 'default_3x3', 1, 37, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_lodge_headline1', 'catalog_lodge_teaser1', '', 'For that splendid ski-lodge effect with an open fire and whisky on the sidebar. This range is for those who appreicate the true beauty of solid wood.', '', '', '', 0, ''),
(19, 511, 'colourable_plasto', 'Colourable Plasto', 'default_3x3_color_grouping', 1, 46, 1, 1, '1', '1', '0', 'NORMAL', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!', '', '', '', 0, ''),
(20, 602, 'vegetation', 'Vegetation', 'default_3x3', 1, 220, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_plants_headline1', 'catalog_plants_teaser1', '', 'Every room needs a plant! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful rose or elegant fruit tree...', '', '', '', 0, ''),
(21, 603, 'walls', 'Walls', 'default_3x3', 1, 122, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_walls_header_dyn', 'catalog_walls_teaser2_001', '', 'Bring the outdoors in with windows and posters. Transform your surroundings - your walls will never look bare again!', '', '', '', 0, ''),
(22, 209, 'accessories', 'Accessories', 'default_3x3', 1, 11, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_extra_headline1', 'catalog_extra_teaser1', '', 'However you place your essential Furniture, it\'s the finishing touches that count!', '', '', '', 0, ''),
(23, 526, 'pixel_rentals', 'Pixel Rentals', 'default_3x3', 1, 5, 1, 7, '1', '1', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(24, 209, 'base', 'Base', 'default_3x3', 1, 179, 1, 11, '1', '1', '0', 'NORMAL', '0', 'catalog_header_base', 'base_rentable_teaser', '', 'This colourful range of furni has everything you need to style out your room and build great spaces.', '', '', '', 0, ''),
(25, 604, 'badge_display', 'Badge Display', 'badge_display', 1, 224, 1, 10, '1', '1', '0', 'NORMAL', '0', 'catalog_header_badgedisplay', 'badgedisplay_promo2', '', 'You worked hard to get your badges, right? Now\'s the time to show it off, grab a display case and choose your favorite badge to show off!', '', '', '', 0, ''),
(26, 2, 'room_event', 'Room Event', 'roomads', 1, 55, 1, 3, '1', '1', '0', 'NORMAL', '0', 'events_header', '', '', '', '', '', '', 0, ''),
(27, 568, 'iced', 'Iced', 'default_3x3', 1, 72, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_iced_headline1', 'catalog_iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(28, 209, 'alhambra', 'Alhambra', 'default_3x3', 1, 12, 1, 4, '1', '1', '0', 'NORMAL', '0', 'alhambra_header', 'alhambra_teaser', '', 'For the cold Arabian nights and hot Arabian days, you\'ll need a palace.. And we have just what you need! Green blossom print should cover it just fine!', '', '', '', 0, ''),
(29, 209, 'glass', 'Glass', 'default_3x3', 1, 29, 1, 29, '1', '1', '0', 'NORMAL', '0', 'catalog_glass_headline1', 'catalog_glass_teaser1', '', 'You can really open up a space with this stylish glass furniture, just don\'t walk into it!', '', '', '', 0, ''),
(30, 209, 'gothic', 'Gothic', 'default_3x3', 1, 30, 1, 30, '1', '1', '0', 'NORMAL', '0', 'catalog_gothic_headline1', 'catalog_gothic_teaser1', '', 'As the church bells ring out midnight, you walk through your cobbled hall lit by candles, throw yourself into your medieval throne and paint your nails black. This is what we imagined when we ordered this range!', '', '', '', 0, ''),
(31, 209, 'japan', 'Japan', 'default_3x3', 1, 36, 1, 38, '1', '1', '0', 'NORMAL', '0', 'catalog_jap_headline1', 'catalog_jap_teaser3_en', '', 'We have sushi, tatami and katana\'s! I have no idea what the difference is, but I sure know its Japanese! Fulfil your fantasies and buy some today!', '', '', '', 0, ''),
(32, 209, 'lost_tribe', 'Lost Tribe', 'default_3x3', 1, 38, 1, 44, '1', '1', '0', 'NORMAL', '0', 'losttribe', 'LT_teaser_en', '', 'Start your own tribal village with our ancient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an adult to help you.', '', '', '', 0, ''),
(33, 209, 'neon', 'Neon', 'default_3x3', 1, 41, 1, 50, '1', '1', '0', 'NORMAL', '0', 'catalog_neon_header1_en', 'catalog_neon_teaser1_en', '', 'Party animals rejoice! Feel the base and reach for the lasers with the Neon Furni range - everything you need to get the party started!', '', '', '', 0, ''),
(34, 209, 'relax', 'Relax', 'default_3x3', 1, 49, 1, 60, '1', '1', '0', 'NORMAL', '0', 'rela_header_en', 'rela_teaser_en', '', 'Relax after a busy day in the Welcome Lounge. Light a few candles, and chill out with a good read in a wicker chair. We understand the needs of a Wulles with a hectic lifestyle!', '', '', '', 0, ''),
(35, 209, 'romantique', 'Romantique', 'default_3x3', 1, 50, 1, 61, '1', '1', '0', 'NORMAL', '0', 'catalog_romantique_headline1', 'catalog_rom_teaser_en', '', 'Found in a French barn, this sweet but sexily romantic range caters to every ladies needs. Just going to powder my nose!', '', '', '', 0, ''),
(36, 209, 'scifi', 'Scifi', 'default_3x3', 1, 53, 1, 65, '1', '1', '0', 'NORMAL', '0', 'sf_header_en', 'sf_teaser_en', '', 'Sci Fi convention, outer space, the Moon, we have everything you need to make your own mystical, un-earthly room right here!', '', '', '', 0, ''),
(37, 376, '2009_shalimar', '2009 - Shalimar', 'default_3x3', 1, 62, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_shal_header1_en', 'catalog_shal_teaser_en', '', 'Based on Bollywood!', '', '', '', 0, ''),
(38, 219, 'freeze!', 'Freeze!', 'default_3x3', 1, 87, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_freeze_en', 'ctlg_teaser_es', '', 'Freeze!... and try the newest game to hit Wulles! Team up and plant snowball bombs to snap freeze your competitors. You could say it\'s so cool, it\'s frozen ;)', '', '', '', 0, ''),
(39, 526, 'pixel_collectibles', 'Pixel Collectibles', 'default_3x3', 1, 5, 1, 5, '1', '1', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(40, 7, 'ads_room_backgrounds', 'Ads Room Backgrounds', 'default_3x3', 1, 47, 6, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Use these to place images in your room. The mpu\'s go to a link when clicked; the AD one does not.', '', '', '', 0, ''),
(41, 387, 'theatredome', 'Theatredome', 'default_3x3', 1, 264, 1, 25, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'article_habboreport2', '', 'The Theatredrome is a very old and popular Public Room. It\'s hosted many campaigns from paying sponsors.', '', '', '', 0, ''),
(42, 604, 'rollers', 'Rollers', 'default_3x3', 1, 222, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_roller_headline1', 'catalog_teaser_rollers_en', '', 'Move your imagination. This cool stuff is more than suitable for business and pleasure... Habbo rollers for games and queues. Now available in multipacks.', '', '', '', 0, ''),
(43, 209, 'diner', 'Diner', 'default_3x3', 1, 204, 1, 23, '1', '0', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', '', '', '', 0, ''),
(44, 442, 'twilight', 'Twilight', 'default_3x3', 1, 52, 4, 66, '1', '1', '0', 'NORMAL', '0', 'catalog_twilight_header_en', 'ctlg_pic_ads_twi_mist', '', 'I\'ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!', '', '', '', 0, ''),
(45, 219, 'battle_banzai', 'Battle Banzai', 'default_3x3', 1, 78, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_battleBanzai_header_en', 'catalog_battleBanzai_teaser', '', 'Bigger, Better, Bouncier - it\'s Battle Banzai! Now YOU set the rules for your own game, in your own room. You got the Banzai Power!', '', '', '', 0, ''),
(46, 209, 'trax', 'Trax', 'default_3x3', 1, 4, 1, 74, '1', '1', '0', 'NORMAL', '0', 'hotelhits_catalog_header', 'hotelhits_teaser', '', 'Trax are the Habbo music disks which have many multiple tunes installed onto them which can be played on a Trax Machine in the room. After the Habbo transistion from Shockwave to Flash clients, the trax system was not recovered until April 2011, where only Juke Boxes, old CDs, and Habbo sold CDs were re-released.', '', 'For decoration only.. They do not function.', '', 0, ''),
(47, 526, 'hello', 'Hello', 'default_3x3', 1, 5, 1, 3, '1', '1', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(48, 526, 'automobile', 'Automobile', 'default_3x3', 1, 5, 1, 1, '1', '1', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(49, 442, 'goodbye_big_hand', 'Goodbye Big Hand', 'default_3x3', 1, 52, 4, 26, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(50, 376, '2010_bling', '2010 - Bling', 'default_3x3', 1, 62, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_bling_en', 'catalog_teaser_bling11', '', 'Did someone speak in glamour? Chic? Lux? So you\'re speaking the language of Bonnie Blonde, my friend!', '', '', '', 0, ''),
(51, 209, 'organo', 'Organo', 'default_3x3', 1, 235, 1, 51, '1', '1', '0', 'NORMAL', '0', 'organo_cata_header', 'organo_teaser', '', 'The latest range from Ann Summers, the Orgie line. Made of soft, wipe clean plastic, its perfect for any three, four or fivesome!', '', '', '', 0, ''),
(52, 234, 'pet_food', 'Pet Food', 'default_3x3', 1, 201, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_petfood', 'ctlg_pet_teaser1', '', 'Keep your Pet happy and healthy. Feed it and don\'t forget about exercise!', '', '', '', 0, ''),
(53, 209, 'runway', 'Runway', 'default_3x3', 1, 74, 1, 62, '1', '1', '0', 'NORMAL', '0', 'runway_header_en', 'runway_teaser_en', '', 'Spice up your salon, hair parlour or boutique with our stylish yet practical range! From sewing machines to comfy seating, we\'ve got the perfect option for you.', '', '', '', 0, ''),
(54, 209, 'prison', 'Prison', 'default_3x3', 1, 240, 1, 57, '1', '1', '0', 'NORMAL', '0', 'prisonheader', 'prisonteaser', '', 'Hey, he\'s escaping! Just kidding, no one\'s getting out of these high security cells!', '', '', '', 0, ''),
(55, 209, 'tv_studio', 'TV Studio', 'default_3x3', 1, 136, 1, 76, '1', '1', '0', 'NORMAL', '0', 'header_studio', 'teaser_studio', '', 'The Studio range lets YOU be your own music producer!', '', '', '', 0, ''),
(56, 209, 'cubie', 'Cubie', 'default_3x3', 1, 100, 1, 20, '1', '1', '0', 'NORMAL', '0', 'catalog_cubie_header_en', 'catalog_cubie_teaser', '', 'It\'s sleek, it\'s modern, it\'s so darn cool it can barely stand itself... Introducing the Cubie Furni range! Give your Bachelor or Bachelorette pad a homely feel with a sophisticated twist.', '', '', '', 0, ''),
(57, 209, 'waasa', 'Waasa', 'default_3x3', 1, 103, 1, 80, '1', '1', '0', 'NORMAL', '0', 'waasa_catalogue_header', 'waasa_teaser', '', 'Waasa is the perfect furniture for a chilled, laidback room. Especially good for students on a budget!', '', '', '', 0, ''),
(58, 442, 'american_idol', 'American Idol', 'default_3x3', 1, 52, 4, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_header_AI1_en', 'catalog_teaser_idol', '', 'Host your own American Idol show with this replica furniture! All that\'s missing is a Randy Jackson lookalike!', '', '', '', 0, ''),
(59, 209, 'kitchen', 'Kitchen', 'default_3x3', 1, 217, 1, 41, '1', '1', '0', 'NORMAL', '0', 'catalog_header_kitchen2015', 'teaser_kitchen2015', '', 'Fancy owning a Habbo restaurant? Or just love catering for Habbos in style? With this furni line you can REALLY get cooking!', '', '', '', 0, ''),
(60, 209, 'usva', 'USVA', 'default_3x3', 1, 129, 1, 78, '1', '0', '0', 'NORMAL', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, ''),
(61, 190, 'santorini_crackables', 'Santorini Crackables', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(62, 209, 'mystics', 'Mystics', 'default_3x3', 1, 185, 1, 48, '1', '1', '0', 'NORMAL', '0', 'header_mystics', 'teaser_mystics', '', 'A mystic crystal has crashed outside the hotel bounds and is transforming the hotel into an infected wilderness. Will you fight for the side for good? Or will you fight for the side of evil and help the infection spread?', '', '', '', 0, ''),
(63, 218, 'triggers', 'Triggers', 'default_3x3', 1, 81, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_wired_header2_en', 'ctlg_pic_wired_triggers', '', 'Triggers let you define what needs to happen for an Effect to take place. To program a Trigger, place it in a room, double click on it and set it up! You need to stack an Effect with the Trigger to make it work.', NULL, NULL, 'Click to see how each Trigger works.', 0, ''),
(64, 218, 'effects', 'Effects', 'default_3x3', 1, 82, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_wired_header3_en', 'ctlg_pic_wired_effects', '', 'Effects are what happens after you activate a Trigger. To program an Effect, place it in a room, double click on it and set it up! You will always need to stack a Trigger with the Effect to make it work.', NULL, '', 'Click on an item to see what the Effect does!', 0, ''),
(65, 218, 'conditions', 'Conditions', 'default_3x3', 1, 83, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_wired_header4_en', 'ctlg_pic_wired_conditions', '', 'Conditions are specific things that need to be done before a Trigger will work. If you want to use a Condition, you will need to stack it with a Trigger and Effect.', NULL, '', 'Click on an item to see what the Condition does!', 0, ''),
(66, 442, 'stray_pixels', 'Stray Pixels', 'default_3x3', 1, 52, 4, 61, '1', '1', '0', 'NORMAL', '0', 'StrayPixelsLogo', 'catalog_pxl_teaser2_nl', '', '', '', '', '', 0, ''),
(67, 209, 'mayan', 'Mayan', 'default_3x3', 1, 171, 1, 45, '1', '1', '0', 'NORMAL', '0', 'mayanheader2', 'mayanteaser', '', 'Just what you need to prove you survived the apocolypse!', '', '', '', 0, ''),
(68, 209, 'african', 'African', 'default_3x3', 1, 233, 1, 3, '1', '1', '0', 'NORMAL', '0', 'african_header', 'african_catateaser', '', 'The new African furniture range is here!', '', '', '', 0, ''),
(69, 209, 'anna', 'Anna', 'default_3x3', 1, 104, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_anna_header', 'catalog_anna_teaser', '', 'Make the new Anna range yours!', '', '', '', 0, ''),
(70, 209, 'steampunk', 'Steampunk', 'default_3x3', 1, 180, 1, 67, '1', '1', '0', 'NORMAL', '0', 'catalog_header_steampunk', 'catalog_teaser_steampunk', '', 'Infuse your room design with the power of steam! This Steampunk line is a full set of building material to create amazing room designs that resemble an alternate retro-futuristic universe.', '', '', '', 0, ''),
(71, 602, 'tents', 'Tents', 'default_3x3', 1, 223, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_header_tents', 'catalog_teaser_tents', '', 'Want some privacy? Go inside a tent to have private conversations in public places. Habbos outside will not see your chat nor will they see what\'s happening on the inside.', '', '', '', 0, ''),
(72, 708, 'pirates', 'Pirates', 'default_3x3', 1, 190, 1, 53, '1', '1', '0', 'NORMAL', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', '', '', '', 0, ''),
(73, 442, 'calippo', 'Calippo', 'default_3x3', 1, 52, 4, 8, '1', '1', '0', 'NORMAL', '0', 'calippo_header_es', '', '', NULL, '', '', '', 0, ''),
(74, 209, 'habbo_stars', 'Habbo Stars', 'default_3x3', 1, 196, 1, 32, '1', '1', '0', 'NORMAL', '0', 'habbostars1', 'habbostars2', '', 'Have you always wanted to be famous? Is singing, dancing, or acting your thing? Well we have the next best thing, Wulles Stars! Get your dancing feet on and make your name shine!', '', '', '', 0, ''),
(75, 277, 'dogs', 'Dogs', 'pets', 1, 24, 1, 13, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Wet noses, paws and woofs! You\'re about to enter the world of Habbo Dogs. An adorable and cuddly ball of fur awaits you with a waggling tail.', 'Name your Dog:', 'Pick a colour:', 'Pick a breed:', 0, ''),
(76, 277, 'cats', 'Cats', 'pets', 1, 20, 1, 14, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Fluff, whiskers, meows and purrs! These cute little critters make great playmates and will keep you entertained.', 'Name your Cat:', 'Pick a colour:', 'Pick a breed:', 0, ''),
(77, 277, 'crocs', 'Crocs', 'pets', 1, 22, 1, 10, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Scaly skin, growls and snaps! Security for your room or used to scare your friends - this surprisingly loving Croc can be yours.', 'Name your Croc:', 'Pick a colour:', 'Pick a breed:', 0, ''),
(78, 277, 'terriers', 'Terriers', 'pets', 1, 66, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'The Cairn Terrier is one of the oldest terrier breeds. From the Scottish Highlands, it was used for hunting prey among the cairns! Different breeds have different colours!', 'Name your Terrier:', 'Pick a colour:', 'Pick a breed:\n', 0, ''),
(79, 277, 'bears', 'Bears', 'pets', 1, 68, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'A large mammal that walks on the soles of its feet, with thick fur and a short tail. Did you know that bears are related to dogs and that most species are omnivorous?', 'Name your Bear:', NULL, 'Pick a breed:', 0, ''),
(80, 277, 'pig', 'Pigs', 'pets', 1, 67, 1, 15, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Finally an excuse to leave your room looking like a pigsty! Mischevious and cute, these little guys are out of the ordinary. Sweet and funny, a pet like no other!', 'Name your Pet Pig:', 'Pick a colour:', 'Pick a breed:\n', 0, ''),
(81, 277, 'lion', 'Lion', 'pets', 1, 76, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'A boisterous predator in nature, the lion has been tamed to be your fierce friend in Habbo Hotel.', 'Name your pet:', 'Choose a colour:', 'Choose a breed:\n', 0, ''),
(82, 277, 'rhino', 'Rhino', 'pets', 1, 77, 1, 11, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'The Rhinoceros is an African herbivore that can weigh over a ton. It is proud and slightly aloof, but loyal and never let anything get in the way of a good time!', 'Name your pet:', 'Choose a colour:', 'Choose a breed:', 0, ''),
(83, 277, 'spider', 'Spider', 'pets', 1, 95, 1, 12, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders have sharp fangs that inject venom into their prey- but don\'t worry, these spiders won\'t bite! Maybe...', '', 'Name your pet:', '', 0, ''),
(84, 277, 'turtle', 'Turtles', 'pets', 1, 126, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Anything but slow, these guys are ready to ride the waves and swim laps at your beaches!', '', 'Name your Turtle:', NULL, 0, ''),
(85, 680, 'chick', 'Chick', 'pets', 1, 107, 1, 99, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', NULL, '', 'Name your Dragon:', 'Select your colour/breed:\n', 0, ''),
(86, 277, 'frog', 'Frog', 'pets', 1, 97, 1, 16, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Cute, green and slimy! Frogs come in a variety of colours and can be found all over the world. They are great jumpers and make great pets, but are harder to hold onto than a supermodel in a tornado.', '', 'Name your Frog:', NULL, 0, ''),
(87, 277, 'dragon', 'Dragons', 'pets', 1, 109, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Keepers of the Dragon, beware...their history is legendary... With their fiery breath and scaly skin, these mythical creatures are nothing but fierce!', '', 'Name your Dragon:', NULL, 0, ''),
(88, 277, 'monkey', 'Pet Monkey', 'pets', 1, 166, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'This mischevious monkey has made his way into the hotel and into our hearts. From the tilted beret to his love of bunches of bananas- this Monkey is sure to liven up your Habbo life!', '', 'Name your Monkey:', NULL, 0, ''),
(89, 277, 'horse', 'Pet Horse', 'pets', 1, 132, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_horse_header2_en', '', '', 'You can ride your horse around the Hotel and customize its body and hair colour.', '', 'Name your Horse:', NULL, 0, ''),
(90, 680, 'bunny', 'Bunny', 'pets', 1, 148, 1, 99, '1', '1', '0', 'NORMAL', '0', 'babypets_cata_header', '', '', 'OINK! Partial to a good roll in the mud, these playful piggies have trotted into the hotel and are ready for fun!', '', 'Name your Piglet:', 'Select your colour/breed:\n', 0, ''),
(91, 680, 'bunny_bad', 'Bunny - Bad', 'pets', 1, 151, 1, 99, '1', '1', '0', 'NORMAL', '0', 'catalog_horse_header2_en', '', '', 'You can ride your horse around the Hotel and also customize its body and hair colour.', '', 'Name Your Horse:', '', 0, ''),
(92, 680, 'bunny_bored', 'Bunny - Bored', 'pets', 1, 150, 1, 99, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'These mischievous little pets have travelled all the way from the deep jungles of WobbahLand! Adorable as they are naughty, these little guys love a good sing-a-long.', '', 'Name your Obbah Wobbah:', 'Select a colour:', 0, ''),
(93, 680, 'bunny_manic', 'Bunny - Manic', 'pets', 1, 149, 1, 99, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders have sharp fangs that inject venom into their prey- but don\'t worry, these spiders won\'t bite ! Maybe...', '', 'Name your pet:', '', 0, ''),
(94, 680, 'pigeon_wise', 'Pigeon - Wise', 'pets', 1, 2, 1, 99, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(95, 680, 'pigeon_cunning', 'Pigeon - Cunning', 'pets', 1, 2, 1, 99, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(96, 680, 'monkey_evil', 'Monkey - Evil', 'pets', 1, 167, 1, 99, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(97, 680, 'bear_cubs', 'Bear Cubs', 'pets', 1, 228, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', '', '', '', '', 0, ''),
(98, 680, 'terrier_puppies', 'Terrier Puppies', 'pets', 1, 228, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', '', '', '', '', 0, ''),
(99, 221, 'kittens', 'Kittens', 'pets', 1, 228, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'Leaping their way around the Hotel, these fluffy furballs are here to steal your heart...and your yarn!', '', 'Name your pet:', '', 0, ''),
(100, 221, 'puppies', 'Puppies', 'pets', 1, 228, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'So soft and cuddly, these playful pups are certain to melt your heart. From Labradors to Dalmatians, there\'s a breed for everyone!', '', 'Name your pet:', '', 0, ''),
(101, 221, 'piglets', 'Piglets', 'pets', 1, 228, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', '', '', 'OINK! Partial to a good roll in the mud, these playful piggies have trotted into the hotel and are ready for fun!', '', 'Name your pet:', '', 0, ''),
(102, 277, 'velociraptor', 'Velociraptor Pet', 'single_bundle', 1, 260, 1, 3, '1', '1', '0', 'NORMAL', '0', 'jurassic15_catalog_header', 'dino_pets', '', 'Swift and sneaky, these reptiles have a reputation for being somewhat high-maintenance, incredibly intellectual and endlessly troublesome! You\'ll often find them pondering over deeply philosophical questions, or enjoying the finer things in life, like pedicures and meat straight off the bone.', '', '', '', 0, ''),
(103, 190, 'coral_kingdom_crackables', 'Coral Kingdom Crackables', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(104, 209, 'drago', 'Drago', 'default_3x3', 1, 110, 1, 24, '1', '1', '0', 'NORMAL', '0', 'drago_catalog_header2', 'drago_catalog_teaser2', '', 'Dungeon furniture, the perfect range to create your torturous cellars!', '', '', '', 0, ''),
(105, 568, 'dark_pura', 'Dark Pura', 'default_3x3', 1, 48, 1, 10, '1', '0', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'The cleanest, freshest range. You can almost hear it breathe cool and tranquility within your room.', '', '', '', 0, ''),
(106, 209, 'boutique', 'Boutique', 'default_3x3', 1, 74, 1, 15, '1', '1', '0', 'NORMAL', '0', 'boutique_catalog_01', 'boutique_catalog_teaser_01', '', 'The boutique range is just the thing if you want to own a high end fashion store in Milan, but are on a budget.', '', '', '', 0, ''),
(107, 2, 'habbo_groups', 'Habbo Groups', 'guilds', 1, 203, 1, 15, '1', '1', '0', 'NORMAL', '0', 'catalog_groups_en', 'catalog_groupsteaser_en', '', 'Habbo Groups are a great way to stay in touch with your friends and share your interests with others. Each Group has a homeroom that can be decorated by other Group members, members can also purchase exclusive Group Furni that can be customised with your Group colours!', '', '* Get together with people you get together with!\r\n* Co-op room decorating for group members\r\n* Show off your group badge!\r\n* Get some neat Furni in your group\'s colours!', 'What\'s So Great About Habbo Groups?', 0, ''),
(108, 107, 'group_furni', 'Group Furni', 'guild_furni', 1, 28, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_groups_en', '', 'guild_custom_furni', 'Show off your Group spirit with the new customisable Furni. Select your Group and then get your furni in your Groups colours.', '', '', '', 0, ''),
(109, 209, 'youtube', 'Youtube', 'default_3x3', 1, 188, 1, 83, '1', '1', '0', 'NORMAL', '0', 'catalog_header_tv', 'yttv', '', 'Remember when Habbo had YouTube TVs? Well it can again, with KrewsTube! Check it out at krews.org', '', '', '', 0, ''),
(110, 209, 'vikings', 'Vikings', 'default_3x3', 1, 208, 1, 79, '1', '1', '0', 'NORMAL', '0', 'vikings_catalog_header', 'catalog_teaser_vikings', '', 'From weapon racks and heads on spikes, to ornate hand-carved wooden chairs and benches. This furni has everything you need and more to create the Viking village of your dreams. With furni available in clan colours, you can display your true loyalty with pride!', '', '', '', 0, ''),
(111, 269, 'palooza_2013', 'Palooza - 2013', 'default_3x3', 1, 227, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', 'Create your own stage and outdoor festival area. We\'ve got stages, fencing and even vending machines!', '', '', '', 0, ''),
(112, 209, 'wild_wild_west', 'Wild Wild West', 'default_3x3', 1, 229, 1, 82, '1', '1', '0', 'NORMAL', '0', 'catalog_header_wwest', 'catalog_teaser_wildwest', '', 'From the Shoot\'em Up Saloon to the Sheriff\'s Office, and all the floor tiles, cacti and tumbleweeds in between...Wild West furni has made it\'s way to town.', '', '', '', 0, ''),
(113, 387, 'club_nx', 'Club NX', 'default_3x3', 1, 264, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'On Habbo, there is a door at the top next to the bar that leads to Hallway 2.', '', '', '', 0, ''),
(114, 209, 'habbo_university', 'Habbo University', 'default_3x3', 1, 230, 1, 33, '1', '1', '0', 'NORMAL', '0', 'university_new_furni_catalog_header', 'university_catalog_teaser', '', 'From pink and flowery, to hipster chic - Every Habbo has a style.', '', '', '', 0, ''),
(115, 234, 'toys_and_accessories', 'Toys and Accessories', 'default_3x3', 1, 199, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline2', 'catalog_teaser_pettoys', '', 'The baby pets are here! Take good care of them and keep them happy with our exciting range of food and toys!', '', NULL, 'Get some nice accessories for your pet.', 0, ''),
(116, 209, 'attic', 'Attic', 'default_3x3', 1, 242, 1, 10, '1', '1', '0', 'NORMAL', '0', 'attic15_catalog_header', 'attic15_catalog_teaser', '', 'From squeaky floor boards to ancient furniture, the Attic 2015 furniture is now here!', '', '', '', 0, ''),
(117, 222, 'alphabet_blocks', 'Alphabet Blocks', 'default_3x3_color_grouping', 1, 101, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_alpha1', 'catalog_teaser_alpha1', '', 'A... B... C... and Z, bitch...', '', '', '', 0, ''),
(118, 209, 'neo-habbo', 'Neo-Habbo', 'default_3x3', 1, 254, 1, 49, '1', '1', '0', 'NORMAL', '0', 'catalog_header_cpunk15', 'old_cypunk', '', 'Light-filled cityscapes and brightly lit skycrapers looming ovehead... This is the dark, dark furni line of the future. The future is called CyberPunk.', '', '', '', 0, ''),
(119, 442, 'habbo_mall', 'Habbo Mall', 'default_3x3', 1, 52, 4, 29, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(120, 209, 'ancients', 'Ancients', 'default_3x3', 1, 170, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_ancients', 'africa', '', 'Follow in the footsteps of the Ancients with these wonderous Ancient artifacts.', '', '', '', 0, ''),
(121, 442, 'mad_scientist', 'Mad Scientist', 'default_3x3', 1, 52, 4, 37, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(122, 270, '2013_loyalty', '2013 - Loyalty', 'default_3x3', 1, 184, 5, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(123, 442, 'spiderwick', 'Spiderwick', 'default_3x3', 1, 52, 4, 60, '1', '1', '0', 'NORMAL', '0', 'spiderwick', 'catalog_spw_teaser1_en', '', '', '', '', '', 0, ''),
(124, 345, 'around_the_world_2008', 'Around the World - 2008', 'default_3x3', 1, 56, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(125, 7, 'extras', 'Extras', 'pets2', 1, 215, 5, 10, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(126, 222, 'cone', 'Cone', 'default_3x3', 1, 244, 1, 3, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(127, 222, 'cylinder', 'Cylinder', 'default_3x3', 1, 245, 1, 4, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(128, 222, 'half_cylinder', 'Half Cylinder', 'default_3x3', 1, 251, 1, 5, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(129, 222, 'hemisphere', 'Hemisphere', 'default_3x3', 1, 247, 1, 6, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(130, 222, 'pyramid', 'Pyramid', 'default_3x3', 1, 248, 1, 7, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(131, 222, 'quarter_ring', 'Quarter Ring', 'default_3x3', 1, 249, 1, 8, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(132, 222, 'sphere', 'Sphere', 'default_3x3', 1, 250, 1, 9, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(133, 222, 'standing_half_cylinder', 'Standing Half Cylinder', 'default_3x3', 1, 246, 1, 10, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(134, 222, 'standing_triangular_prism', 'Standing Triangular Prism', 'default_3x3', 1, 252, 1, 11, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(135, 222, 'wedge', 'Wedge', 'default_3x3', 1, 253, 1, 12, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(136, 222, 'triangular_prism', 'Triangular Prism', 'default_3x3', 1, 28, 1, 13, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(137, 222, 'glass_panel', 'Glass Panel', 'default_3x3', 1, 28, 1, 15, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(138, 222, 'round', 'Round', 'default_3x3', 1, 28, 1, 30, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(139, 222, 'small', 'Small', 'default_3x3', 1, 28, 1, 31, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(140, 222, 'large', 'Large', 'default_3x3', 1, 28, 1, 20, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(141, 222, 'tile', 'Tile', 'default_3x3', 1, 28, 1, 14, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(142, 222, 'flower_hedge', 'Flower Hedge', 'default_3x3', 1, 28, 1, 16, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(143, 222, 'water', 'Water', 'default_3x3', 1, 28, 1, 17, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(144, 222, 'simple_wood', 'Simple Wood', 'default_3x3', 1, 28, 1, 18, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(145, 222, 'terra', 'Terra', 'default_3x3', 1, 28, 1, 19, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(146, 222, 'brick', 'Brick', 'default_3x3', 1, 28, 1, 21, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(147, 222, 'glass', 'Glass', 'default_3x3', 1, 28, 1, 22, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(148, 222, 'lava', 'Lava', 'default_3x3', 1, 28, 1, 23, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(149, 222, 'marble', 'Marble', 'default_3x3', 1, 28, 1, 24, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(150, 222, 'art_deco', 'Art Deco', 'default_3x3', 1, 28, 1, 25, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(151, 222, 'industrial', 'Industrial', 'default_3x3', 1, 28, 1, 26, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(152, 222, 'sand', 'Sand', 'default_3x3', 1, 28, 1, 27, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(153, 222, 'metal', 'Metal', 'default_3x3', 1, 28, 1, 28, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(154, 222, 'metal_crate', 'Metal Crate', 'default_3x3', 1, 28, 1, 29, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(155, 222, 'stone', 'Stone', 'default_3x3', 1, 28, 1, 32, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(156, 222, 'wool', 'Wool', 'default_3x3', 1, 28, 1, 33, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(157, 222, 'grass', 'Grass', 'default_3x3', 1, 28, 1, 34, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, '', '', 0, ''),
(158, 209, 'army_bootcamp', 'Army Bootcamp', 'default_3x3', 1, 259, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_header_army15', 'army_newfurni', '', 'Purchase the new in stock army/military based furni - from gun racks to choppers, no matter what item you\'re after; this section will have it!', '', '', '', 0, ''),
(159, 387, 'infobus', 'Infobus', 'default_3x3', 1, 264, 1, 15, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The famous Infobus was only ever opened when staff were hosting events or discussions, whereas the park was always open.', '', '', '', 0, ''),
(160, 387, 'game_hub', 'Game Hub', 'default_3x3', 1, 264, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'This room was the main collaboration shown of games and events between users and official Habbo staff.', '', '', '', 0, ''),
(161, 209, 'paris', 'Paris', 'default_3x3', 1, 261, 1, 53, '1', '1', '0', 'NORMAL', '0', 'paris_header', 'paris_teaser', '', 'Always wanted to build a Paris designed room? Now is your chance with this brand new set of Paris furniture.', '', '', '', 0, ''),
(162, 387, 'hall_of_habbo', 'Hall of Habbo', 'default_3x3', 1, 264, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'It is the least used Public Room, and features users who have won various competitions.', '', '', '', 0, ''),
(163, 107, 'groups_forums', 'Groups Forums', 'guild_forum', 1, 207, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_groups_en', '', '', 'Group Forums are here!', '', 'What are Group Forums?\r\n\r\nForums allow you to effortlessly post, comment and discuss topics freely, without even leaving the Hotel!\n\nWho can start a forum? \n\nOnly a group owner can start a forum for their group.\n\nDo I need a Forum Terminal?\n\nYes - In order to start a Group Forum the group owner must first purchase a forum terminal for the group.\n\n\nFind out more about Group Forums here.\n\nPlease note, we will continue to add more functionalities to this feature in the near future.', '', 0, ''),
(164, 60, 'usva_yellow', 'USVA - Yellow', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, ''),
(165, 60, 'usva_green', 'USVA - Green', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, ''),
(166, 60, 'usva__red', 'USVA - Red', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, ''),
(167, 60, 'usva__blue', 'USVA - Blue', 'default_3x3', 1, 48, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, ''),
(168, 60, 'usva__pink', 'USVA - Pink', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_USVA', 'Catalog_teaser_USVA', '', 'With a great range of colours and new stacking possibilities, you\'ll love building and creating structures with the new USVA Furni line!', '', '', '', 0, ''),
(169, 190, 'hygge_crackables', 'Hygge Crackables', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(170, 180, 'pink_pura', 'Pink Pura', 'default_3x3', 1, 48, 1, 6, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(171, 180, 'black_pura', 'Black Pura', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(172, 180, 'white_pura', 'White Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(173, 180, 'beige_pura', 'Beige Pura', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(174, 180, 'blue_pura', 'Blue Pura', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(175, 180, 'green_pura', 'Green Pura', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(176, 180, 'yellow_pura', 'Yellow Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(177, 180, 'red_pura', 'Red Pura', 'default_3x3', 1, 48, 1, 9, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(178, 180, 'purple_pura', 'Purple Pura', 'default_3x3', 1, 48, 1, 8, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(179, 180, 'aqua_pura', 'Aqua Pura', 'default_3x3_color_grouping', 1, 48, 1, 1, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(180, 568, 'pura', 'Pura', 'default_3x3', 1, 48, 1, 9, '1', '0', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', ' ', '', ' ', 0, ''),
(181, 180, 'pura_extensions', 'Pura Extensions', 'default_3x3', 1, 48, 1, 11, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes fresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', ' ', '', ' ', 0, ''),
(182, 568, 'bathroom', 'Bathroom', 'default_3x3', 1, 17, 1, 2, '1', '1', '0', 'NORMAL', '0', 'bathroom_catahead', 'bcbath_catateaser', '', 'Give yourself and your guests somewhere to freshen up - vital if you want to avoid nasty smells. Might be an idea to put your loo in a corner though.', '', '', '', 0, ''),
(183, 190, 'bohemian_crackables', 'Bohemian Festival Crackables', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(184, 190, 'art_crackables', 'Art Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(185, 442, 'kung_fu_panda_2', 'Kung Fu Panda 2', 'default_3x3', 1, 52, 4, 35, '1', '1', '0', 'NORMAL', '0', '', 'ctlg_pic_ads_twi_mist', '', 'I\'ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!', '', '', '', 0, ''),
(186, 190, 'spa_crackables', 'Spa Crackables', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(187, 209, 'trax_machines', 'Trax Machines', 'default_3x3', 1, 4, 1, 75, '1', '1', '0', 'NORMAL', '0', 'music_header', 'catalog_djshop_teaser1', '', 'Let\'s get loud! Trax is an old, well-known feature of Habbo where you could mix your own tracks and get pumpin\'. It\'s not the same without it, but at least the machines are still available!', ' ', '', '', 0, ''),
(188, 526, 'farewell_pixels', 'Farewell Pixels', 'default_3x3', 1, 5, 1, 2, '1', '1', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(189, 190, 'india_crackables', 'India Crackables', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(190, 420, 'campaigns', 'Campaigns', 'default_3x3', 1, 42, 4, 1, '1', '0', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(191, 420, 'non-crack_versions', 'Non-Crack Versions', 'default_3x3', 1, 42, 4, 14, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Habbo sometimes releases non-crackable versions of crackables; find them here.', NULL, NULL, NULL, 0, ''),
(192, 190, 'habbo15_crackables', 'Habbo15 Crackables', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(193, 190, 'tokyo_crackables', 'Tokyo Crackables', 'default_3x3', 1, 42, 1, 13, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(194, 526, 'pixel_pet_accessories', 'Pixel Pet Accessories', 'default_3x3', 1, 5, 1, 6, '1', '1', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(195, 43, 'white_diner', 'White Diner', 'default_3x3', 1, 204, 1, 5, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(196, 387, 'picnic', 'Picnic - Modern', 'default_3x3', 1, 264, 1, 22, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The remodel was debuted in February 2015, and was renamed from Picnic Area to Picnic.', '', '', '', 0, ''),
(197, 125, 'null', 'Null', 'default_3x3', 1, 42, 7, 10, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(198, 442, 'bubblejuice', 'BubbleJuice', 'default_3x3', 1, 52, 4, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(199, 209, 'jurassic_habbo', 'Jurassic Habbo', 'default_3x3', 1, 260, 1, 40, '1', '1', '0', 'NORMAL', '0', 'dino_header', 'dino_teaser', '', 'The creatures of the Primeval times are back! With this furni line you can let pure space in a prehistorican shine!', '', '', '', 0, ''),
(200, 3, 'outfits', 'Outfits', 'default_3x3', 1, 74, 1, 3, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Different occasions require different outfits. To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(201, 3, 'hairdos', 'Hairdos', 'default_3x3', 1, 74, 1, 4, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Make sure you have a hairstyle for every occasion! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(202, 3, 'hats', 'Hats', 'default_3x3', 1, 74, 1, 5, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Stay up to date with ALL of the latest headgear! To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(203, 3, 'dresses', 'Dresses', 'default_3x3', 1, 74, 1, 7, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Dress to impress with these gorgeous, expertly crafted dresses! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(204, 3, 'shirts', 'Shirts', 'default_3x3', 1, 74, 1, 8, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'As the slightly smarter option, our shirts will dazzle your friends! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(205, 3, 'jackets', 'Jackets', 'default_3x3', 1, 74, 1, 9, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Wrap up warm, but keep it super-stylish with our selection of jackets. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(206, 3, 'trousers', 'Trousers', 'default_3x3', 1, 74, 1, 10, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Bottom-half clothing for those slightly colder days. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(207, 3, 'skirts', 'Skirts', 'default_3x3', 1, 74, 1, 11, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Show off your pixel-legs with our lovely selection of skirts! To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(208, 3, 'shoes', 'Shoes', 'default_3x3', 1, 74, 1, 12, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'You can NEVER have too many pairs of shoes. To wear yours, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(209, 2, 'furni_by_line', 'Furni By Line', 'pets3', 1, 197, 1, 10, '1', '0', '0', 'NORMAL', '0', '', 'furni_for_colection', '', '', '', '', '', 0, ''),
(210, 684, 'university_rares', 'University Rares', 'default_3x3', 1, 42, 1, 19, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(211, 218, 'add-ons', 'Add-Ons', 'default_3x3', 1, 85, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_wired_header5_en', 'ctlg_pic_wired_support_furniture', '', 'Use these simple Furni to bring extra spice to your Wired room. These are basic Furni, so you will still need Triggers, Effects and Conditions to make them work!', '', 'Use Triggers, Effects and Conditions to make these Furni work!', '', 0, ''),
(212, 209, 'gardening', 'Gardening', 'default_3x3', 1, 157, 1, 28, '1', '1', '0', 'NORMAL', '0', 'garden_catalog_header', 'garden_catalog_teaser', '', 'Be at one with nature!', '', '', '', 0, ''),
(213, 190, 'greek_crackables', 'Greek Crackables', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(214, 209, 'stranded_jungle', 'Stranded Jungle', 'default_3x3', 1, 59, 1, 68, '1', '1', '0', 'NORMAL', '0', 'catalog_header_2016jungle', 'junglenewfurni', '', 'Step into a virtual world of survival, treacherous terrain and life-threatening tropical conditions... because the Stranded Jungle line is here!', '', '', '', 0, ''),
(215, 8, 'custom_rooms', 'Custom Rooms', 'default_3x3', 1, 125, 1, 10, '1', '1', '0', 'NORMAL', '0', 'catalog_blackhole_header_en', 'catalog_blackhole_teaser', '', 'Design your own custom room layouts with Stack Magic Tiles and Black holes. Stack your items to the ceiling or use them as dividers...the possibilities are endless!', '', '', '', 0, ''),
(216, 209, 'greek', 'Greek', 'default_3x3', 1, 31, 1, 31, '1', '0', '0', 'NORMAL', '0', 'greek_header', 'greek_catateaser', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!', '', '', '', 0, ''),
(217, 209, 'sports', 'Sports', 'default_3x3', 1, 56, 1, 66, '1', '1', '0', 'NORMAL', '0', 'catalog_sports_headline1_br', 'catalog_sports_teaser1', '', 'The whistle blows, but there\'s no track to practice on! Make your own before your trainer notices!', '', '', '', 0, ''),
(218, 2, 'wired', 'Wired', 'pets3', 1, 80, 1, 12, '1', '0', '0', 'NORMAL', '0', 'catalog_wired_header1', 'ctlg_pic_teaser_wired', '', '', '', '', '', 0, ''),
(219, 2, 'game_shop', 'Game Shop', 'pets3', 1, 202, 1, 14, '1', '0', '0', 'NORMAL', '0', 'game_shop_header', 'game_shop_teaser', '', 'Get your gamer gear on!', '', '', '', 0, ''),
(220, 2, 'marketplace', 'Marketplace', 'pets3', 1, 69, 1, 17, '1', '1', '0', 'NORMAL', '0', 'catalog_marketplace_header_en', 'catalog_note_marketplace', '', 'Habbo Marketplace is a convenient and safe way to buy and sell items in Habbo.', 'How does the Habbo Marketplace work?', 'Buying items: Browse for the item you want to buy on the Marketplace Offers page and click Buy. We guarantee you\'ll get the item at the cheapest price available at the moment of purchase. No requirements needed.\r\n\r\nSelling items: You can sell any item which is tradable by selecting the item in your inventory and clicking on \'Sell in Marketplace\'. You also can use items currently in the Shop.\r\n\r\nNOTE: you can only sell 250 furni at a time.\r\n\r\nRequirements: To sell your Furni in the Marketplace you\'ll need a Trading Pass, which you can get completing the first steps of the Talent Track.', '', 0, ''),
(221, 4, 'baby_pet_animals', 'Baby Pet Animals', 'pets3', 1, 228, 1, 2, '1', '1', '0', 'NORMAL', '0', 'babypets_cata_header', 'ctlg_babypet_note', '', 'They\'re friendly. They\'re cute. They\'re here to win your hearts. Who are they? Baby pets! ALL NEW Kittens, puppies, piglets are storming their way through the hotel and joining the Bear Cubs and Terriers. Available via breeding boxes or sale.', 'A few things you should know:', '*You can place a pet in your room or take one for a walk with you in other rooms.\n*You can\'t trade your pet but they can follow you to friend\'s rooms to gather scratches.\n*You can have up to 50 pets in your room, but look after them all!\n\n\n*Look after your pet with food, water and treats.\nCheck the Pets\' Accessories.\n*Unlock Badges and Achievements by Training your Pet.', 'Click your Pet and hit the "Train" button to get a list of commands that will level up your Pet in no time!', 0, ''),
(222, 5, 'builders_club', 'Builders Club', 'pets3', 1, 28, 1, 1, '1', '1', '0', 'NORMAL', '0', 'block_header', 'ctlg_bclub_note', '', '1 Block... 2 Block... Red Block... Blue Block!', '1 Block... 2 Block... Red\r\nBlock... Blue Block!', '\r\n\r\nWith dozens of all the colours and patterns to choose from, you can really let your creativity run wild!\r\nExclusive to Builders Club.', '', 0, ''),
(223, 602, 'backgrounds', 'Backgrounds', 'default_3x3', 1, 206, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_easter14_001', 'catalog_shal_teaser_da', '', 'Set the scene in your room properly with one of these backgrounds.', '', '', '', 0, ''),
(224, 604, 'teleports', 'Teleports', 'default_3x3', 1, 120, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_doors_headline1', 'catalog_door_a', '', 'Beam yourself from one room to another with our space-age teleports. Buy a pair, put one in each room and you\'ve got your own suite! IMPORTANT: teleports are always sold in pairs except for the Random Banzai Teleport.', '', NULL, 'Click on an item for details.', 0, ''),
(225, 604, 'trophies', 'Trophies', 'trophies', 1, 221, 1, 11, '1', '1', '0', 'NORMAL', '0', 'trophies', '', '', 'Everyone\'s a winner, baby! And now you can reward them all with our fabulous glittering array of bronze, silver and gold trophies.\n\nFirst choose the trophy model by click the arrows. Then select the metal. Type your inscription below and we\'ll engrave it on the trophy along with your name and today\'s date.\nRemember - it\'s permanent!', '', '', '', 0, ''),
(226, 374, '2020_alpine_heights', '2020 - Alpine Heights', 'default_3x3', 1, 181, 1, 13, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'easternew', '', 'Setting up a campsite along the river, nothing better than nature. Make your perfect campsite today!', NULL, NULL, NULL, 0, ''),
(227, 219, 'how_to_play_banzai', 'How to Play Banzai', 'pets2', 1, 42, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_battleBanzai_header_en', 'catalog_battleBanzai_teaser', '', 'So how does it work? Read the instructions here and you\'ll be Banzai-ing in no time!', 'How to create your own \nBattle Banzai Arena:', '1. In your room, place Banzai tiles on the floor and barriers the playing field\r\n\r\n2. Add a Team portal for each team (max 4: blue,\r\npink, yellow, and green)\r\n \r\n3. Place a Counter and Scoreboards on the playing field\r\n\r\n4. Click the Counter to launch the game!\r\n\r\n5.Jump on the tiles to colour them, jump 3 times to lock - team with most points win!\r\n\r\n\r\n\r\n\r\nTip: Add drama with Pyramids, Dragons and Pucks - they work as obstacles and helpers!', '', 0, ''),
(228, 219, 'how_to_play_freeze', 'How to Play Freeze!', 'pets2', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_freeze_en', 'ctlg_pet_note', '', 'Find out how you can make and host your own Freeze! game by reading the instructions below!', 'How to play Freeze!', '1. Place Tiles and Blocks in your room. Always place blocks on top of tiles! Add Team Gates, a Counter, an Exit Tile and Scoreboards.\n\n2. Ready? Let your friends choose a team. Each team can have up to five players. Then click the Counter\nto start!\n \n3. To place a Snowball, double click on the tile that you are standing on, or double click on a tile next to you. Blow up Blocks for power-ups!\n\n4. Last team standing wins!\n\n\n\n\nRemember: You will be warped to an Exit Tile when you lose all your lives.', '', 0, ''),
(229, 8, 'club_shop', 'Club Shop', 'default_3x3', 1, 214, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', '', '', '', '', '', 0, ''),
(230, 680, 'epic_pet', 'Epic Pet', 'default_3x3', 1, 42, 4, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Once purchased and placed, clicking it will give you a special pet.', '', '', '', 0, ''),
(231, 604, 'wall_decorations', 'Wall decorations', 'default_3x3', 1, 219, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_gallery_headline1', 'catalog_posters_teaser1', '', 'Adorn your walls with wondrous works of art, posters, plaques and wall hangings. The Gallery is bursting with items to suit all tastes, from kitsch to cool, traditional to modern.', '', '', '', 0, ''),
(232, 277, 'pterodactyl', 'Pterodactyl', 'single_bundle', 1, 260, 1, 4, '1', '1', '0', 'NORMAL', '0', 'jurassic15_catalog_header', 'dino_pets', '', 'These pterrific pets have a fierce appearance with long talons and sharp teeth, but their sweet nature always shines through! Ultra laid-back, these \'flying lizards\' love nothing more than spending time with their owner, soaring through the Hotel skies and eating their favourite food...the humble kale leaf.', '', '', '', 0, ''),
(233, 2, 'room_bundles', 'Room Bundles', 'default_3x3', 1, 206, 1, 2, '1', '0', '0', 'NORMAL', '0', 'catalog_header_roombundle', '', 'bundlerooms', '', '', '', '', 0, ''),
(234, 4, 'pet_equipment', 'Pet Equipment', 'default_3x3', 1, 226, 1, 3, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(235, 234, 'monkey_furni', 'Monkey Furni', 'default_3x3', 1, 128, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1_en', 'monkey_catalogue_teaser', '', 'Get exclusive Habbo Furni for your very own Pet Monkey!', '', '', '', 0, ''),
(236, 345, 'virus_2016_fish_tanks', 'Virus - 2016 - Fish Tanks', 'default_3x3', 1, 56, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_rares_headline1_br', 'catalog_limited_teaser_fi', '', '', '', '', '', 0, ''),
(237, 720, '2018_rares', '2018 Rares', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(238, 680, 'gnome', 'Gnome', 'single_bundle', 1, 200, 1, 99, '1', '1', '0', 'NORMAL', '0', 'catalog_header_gnomes', 'catalog_teaser_gnome', '', 'Give a Gnome a home. If you do, it will reward you with loads of fun. Watch it sit. Stand. Walk. It can even change states on your furni. Amazing creatures!', '', '', '', 0, ''),
(239, 262, 'club_tradable_boxes', 'Club Tradable Boxes', 'default_3x3', 1, 99, 7, 4, '1', '1', '0', 'NORMAL', '0', 'hc2_clubtitle', 'hcbcboxes', '', 'Say hello to tradable HC Boxes! Containing either 14 or 31-day chunks of Habbo Club membership, this type of furni is just perfect for trading', '', '', '', 0, ''),
(240, 376, '2013_love_locks', '2013 - Love Locks', 'default_3x3', 1, 62, 1, 13, '1', '1', '0', 'NORMAL', '0', 'valentines_catalog_header', 'val14_lovelock3', '', 'Friendship Padlocks are Furni that show how special your friends are. You and your friend need to be in your room. Put the Padlock in the Room, click 2x on it, and confirm the action. Once closed, your friendship will be saved forever, even if you trade it!', '', '', '', 0, ''),
(241, 376, '2014_l0-v3_machines', '2014 - L0-V3 Machines', 'default_3x3', 1, 62, 1, 15, '1', '1', '0', 'NORMAL', '0', 'valentines_catalog_header', 'lovelock_s_promo', '', 'Put your love to the test! Lock in your Valentine for life with these Machines.', '', '', '', 0, ''),
(242, 234, 'saddles', 'Saddles', 'petcustomization', 1, 135, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_saddles_header2_en', 'sadddles', '', 'To use a saddle, place it in a room where you have at least one Horse. Double click the saddle and select what horse you want to ride After placing the saddle you can ride your Horse by clicking on it and selecting \'Ride\'.', '', '', '', 0, ''),
(243, 234, 'dyes', 'Dyes', 'petcustomization', 1, 133, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_horsedyes_header2_en', 'dyes', '', 'Customize your horse with this selection of hair colours and body types. Each dye can also be added to your room as a piece of furniture. To use a dye place it to your room, double click on it and then select the horse you want to customise.', '', '', '', 0, ''),
(244, 234, 'hair_styles', 'Hair Styles', 'petcustomization', 1, 134, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_horsehairstyles2_header_en', 'hairs', '', 'Customize your horse and make him unique with this selection of hair styles. Each style can also be added to your room as a piece of furniture. To use a hair style place it to your room, double click on it and then select the horse you want to customise.', '', '', '', 0, ''),
(245, 234, 'horse_jump', 'Horse Jump', 'default_3x3', 1, 226, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_header_jumping_en', 'catalog_teaser_horsejump', '', 'Take your horse jumping with these new Furni! Build a formidable race course to test your steed and your riding skills and challenge your friends!', '', '', '', 0, ''),
(246, 4, 'monster_plants', 'Monster Plants', 'pets3', 1, 153, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_mopla_01', 'ctlg_monster_note', '', 'Monster Plants can sure be a handful, this page gives you some extra advice on raising and looking after your monsterous brood.', 'Taking Care Of Your Plant', 'Your plants need to be tended regularly, or else they die. To ensure a healthy plant tend it every 30 hours\nor so. If it dies, you can use the Revival potion to\nbring it back to life.\nBreeding\nTo breed your plant you have to wait until it\'s fully\ngrown. Clicking Breed on the menu will show you\nwhat other plants in the room are available to breed\nwith.', '', 0, ''),
(247, 246, 'monster_plant_seeds', 'Monster Plant Seeds', 'default_3x3', 1, 156, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_mnstrSeeds', 'quest_teaser_monsterplants', '', 'Plant your seeds in your room and tend to keep them alive and healthy. After your plants have matured you can breed your plants to try and get leveled up offspring. Plants can only breed once without using the Rebreeding Potion.', '', '', '', 0, ''),
(248, 246, 'monster_plant_potions', 'Monster Plant Potions', 'default_3x3', 1, 155, 1, 2, '1', '1', '0', 'NORMAL', '0', 'monsterplantsprays_header', 'monsterplantspray_teaser', '', 'On this page you\'ll find everything you need to take care of your plants: Plant Revival for when your plants die. Place potion to room, double click and select the plant you want to revive.', '', '', '', 0, ''),
(249, 209, 'wedding', 'Wedding', 'default_3x3', 1, 238, 1, 81, '1', '1', '0', 'NORMAL', '0', 'catalog_header_wedding', 'catalog_teaser_wedding', '', 'Now you can celebrate your great day with our wonderful selection of perfect furni for a wedding!', '', '', '', 0, ''),
(250, 345, 'exotic_pets_2017', 'Exotic Pets - 2017', 'default_3x3', 1, 56, 1, 2, '1', '1', '0', 'NORMAL', '0', 'habboclub', 'catalog_hc_teaser', '', '', '', '', '', 0, ''),
(251, 680, 'cow_box', 'Cow Box', 'single_bundle', 1, 270, 1, 99, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', 'cow_pet2', '', 'We\'re extremely pleased and proud to preent the new cow pet! Get one of 16 different breeds from the Cow Pet box', '', '', '', 0, ''),
(252, 3, 'temporary_effects', 'Temporary Effects', 'default_3x3', 1, 263, 1, 14, '0', '1', '0', 'NORMAL', '0', 'avatar_fx_header', 'catalog_teaser_vikings', '', 'Do you need a specific temporary effect for a specific purpose? Well, look no further! Here you can find a limited selection of special temporary effects!', '', '', '', 0, ''),
(253, 2, 'music_shop', 'Music Shop', 'default_3x3', 1, 4, 1, 16, '1', '1', '0', 'NORMAL', '0', 'music_header', 'catalog_djshop_teaser1', '', 'Let\'s get loud! Place a Jukebox in your room, add some disks from the \'Habbo Hotel Hits\' list below and you\'re ready to have a dance party!', '', '', '', 0, ''),
(254, 253, 'habbo_hotel_hits', 'Habbo Hotel Hits', 'soundmachine', 1, 257, 1, 2, '1', '1', '0', 'NORMAL', '0', 'hotelhits_catalog_header', 'hotelhits_teaser', '', 'Turn up the volume with some cool new tunes for your room. Place a Jukebox in your room, get yourself some of these song discs and add them to your playlist!', '', 'You need to be in a room to\n"pre-listen" to the disks!', '', 0, ''),
(255, 7, 'staff_wired', 'Staff Wired', 'default_3x3', 1, 10, 6, 13, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(256, 218, 'leaderboards', 'Leaderboards', 'default_3x3', 1, 256, 1, 8, '1', '1', '0', 'NORMAL', '0', 'wiredleaderboards_catalog_header', 'wiredleaderboards_teaser', '', 'The High Score furni to keep track of scores given in your games and displays them in your room.', '', '', 'Click an item for details', 0, ''),
(257, 269, 'palooza_2014', 'Palooza - 2014', 'default_3x3', 1, 227, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', 'Create your own stage and outdoor festival area. We\'ve got stages, fencing and even vending machines!', '', '', '', 0, ''),
(258, 311, 'azure_rares', 'Azure Rares', 'default_3x3', 1, 42, 6, 1, '1', '1', '0', 'NORMAL', '0', '', 'Azure', '', '', '', '', '', 0, ''),
(259, 311, 'emerald_rares', 'Emerald Rares', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', 'NORMAL', '0', '', 'Emerald', '', '', '', '', '', 0, ''),
(260, 262, 'gift_box_i', 'Gift Box I', 'default_3x3', 1, 236, 7, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(261, 262, 'gift_box_ii', 'Gift Box II', 'default_3x3', 1, 236, 7, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(262, 420, 'redeemable_cases', 'Redeemable Cases', 'default_3x3', 1, 99, 4, 5, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(263, 442, 'miss_mix', 'Miss Mix', 'default_3x3', 1, 52, 4, 39, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(264, 442, 'boost', 'Boost', 'default_3x3', 1, 52, 4, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(265, 442, 'central_music', 'Central Music', 'default_3x3', 1, 52, 4, 10, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(266, 634, 'palooza_guitars', 'Palooza Guitars', 'default_3x3', 1, 227, 1, 13, '1', '1', '0', 'NORMAL', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', '', '', '', '', 0, ''),
(267, 269, 'palooza_spacerent', 'Palooza - Spacerent', 'default_3x3', 1, 227, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_teaser_palooza', 'catalog_teaser_palooza', '', 'Create your own stage and outdoor festival area. We\'ve got stages, fencing and even vending machines!', '', '', '', 0, ''),
(268, 720, '2016_rares', '2016 Rares', 'default_3x3', 1, 52, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(269, 209, 'palooza', 'Palooza', 'default_3x3', 1, 227, 1, 52, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(270, 7, 'seasonal_gifts', 'Seasonal Gifts', 'default_3x3', 1, 90, 5, 11, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(271, 270, '2012_clouds', '2012 - Clouds', 'default_3x3', 1, 164, 5, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(272, 209, 'urban', 'Urban', 'default_3x3', 1, 32, 1, 77, '1', '1', '0', 'NORMAL', '0', 'urban_header_en', 'urban_teaser_en', '', 'New York City styled furni range, Urban is perfect for any street, alleyway or road. Rubbish bins, street lights and benches, all the Urban furniture you need!', '', '', '', 0, ''),
(273, 675, 'habbo_camera', 'Habbo Camera', 'default_3x3', 1, 42, 6, 5, '1', '1', '0', 'NORMAL', '0', 'camara2', 'camara1', '', NULL, '', '', '', 0, ''),
(274, 7, 'camera_wall_photo', 'Camera Wall Photo', 'default_3x3', 1, 10, 7, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(275, 377, 'countdown', 'Countdown', 'default_3x3', 1, 274, 1, 1, '1', '1', '0', 'NORMAL', '0', 'newyears', 'catal_fp_pic5', '', 'All these years have gone by, relive them with this furni.', '', '', '', 0, ''),
(276, 684, 'palooza_rares', 'Palooza Rares', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(277, 4, 'pet_animals', 'Pet Animals', 'pets3', 1, 8, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1_en', 'ctlg_pet_note', '', 'Pets are inhabitants of Habbo Hotel so each pet owner needs to know a bit about them. If you want to look after your pet properly, make sure you read the following points carefully.', 'A few things you should know:', '*You can place a pet in your room or take one for a walk with you in other rooms.\n*You can\'t trade your pet but they can follow you to friend\'s rooms to gather scratches.\n*You can have up to 50 pets in your room, but look after them all!\n\n\n*Look after your pet with food, water and treats. Check the Pets\' Accessories.\n*Unlock Badges and Achievements by Training your Pet.', 'Click your Pet and hit the "Train" button to get a list of commands that will level up your Pet in no time!', 0, ''),
(278, 4, 'breeding_boxes', 'Breeding Boxes', 'default_3x3', 1, 99, 1, 4, '1', '1', '0', 'NORMAL', '0', 'babypets_cata_header', 'babypets_teaser', '', 'To breed a baby pet, you need to purchase a breeding nest and have two adult pets of the same type. At least one of the adult pets need to be owned by you. Breeding nest vanishes after breeding is done. Over 20 breeds of each baby pet available, including rare and super rare!', '', '', '', 0, ''),
(279, 503, 'jet_set', 'Jet Set', 'default_3x3', 1, 237, 1, 1, '1', '1', '0', 'NORMAL', '0', 'jetset_header', 'jetset_cashcomp2', '', 'Are you ready for the launch of the new Jet Set series? We are! Get ready to ride the waves on your yacht or jet ski and just relax in a tropical paradise.', '', '', '', 0, ''),
(280, 209, 'habbowood', 'Habbowood', 'default_3x3', 1, 33, 1, 35, '1', '1', '0', 'NORMAL', '0', 'habbowood', 'habbowood_logo', '', 'Whether it\'s a boulevard of stars, a cinema, a theatre, a dressing room or an entire film studio - the Habbowood furni ticks all the stage exit right boxes!', '', '', '', 0, ''),
(281, 568, 'area', 'Area', 'default_3x3', 1, 14, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'A chunky and sofisticated line for the down-to-earth, It\'s simplicty is beautful and will add a welcoming charm to every room.', '', '', '', 0, ''),
(282, 209, 'country', 'Country', 'default_3x3', 1, 21, 1, 19, '1', '1', '0', 'NORMAL', '0', 'country_header1_en_001', 'country_teaser1', '', '"Moving to the country, gonna eat a lot of peaches"... The great outdoors is calling with the Country Furni range!', '', '', '', 0, ''),
(283, 17, 'black_mode', 'Black Mode', 'default_3x3', 1, 20, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(284, 17, 'beige_mode', 'Beige Mode', 'default_3x3', 1, 20, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(285, 17, 'red_mode', 'Red Mode', 'default_3x3', 1, 20, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(286, 17, 'yellow_mode', 'Yellow Mode', 'default_3x3', 1, 20, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(287, 17, 'green_mode', 'Green Mode', 'default_3x3', 1, 20, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(288, 17, 'blue_mode', 'Blue Mode', 'default_3x3', 1, 20, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(289, 17, 'white_mode', 'White Mode', 'default_3x3', 1, 20, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_mode_headline1', 'catalog_mode_teaser1', '', 'Steely functionality combined with a sleek designer upholstery. The Habbo who chooses this furniture is a cool urban cat - streetwise, sassy and so slightly untouchable.', '', '', '', 0, ''),
(290, 27, 'black_iced', 'Black Iced', 'default_3x3', 1, 20, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(291, 27, 'white_iced', 'White Iced', 'default_3x3', 1, 20, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(292, 27, 'aquamarine_iced', 'Aquamarine Iced', 'default_3x3', 1, 20, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(293, 27, 'pink_iced', 'Pink Iced', 'default_3x3', 1, 20, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(294, 27, 'blue_iced', 'Blue Iced', 'default_3x3', 1, 20, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(295, 27, 'green_iced', 'Green Iced', 'default_3x3', 1, 20, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(296, 27, 'yellow_iced', 'Yellow Iced', 'default_3x3', 1, 20, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(297, 27, 'red_iced', 'Red Iced', 'default_3x3', 1, 20, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(298, 27, 'purple_iced', 'Purple Iced', 'default_3x3', 1, 20, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(299, 376, '2014_health_spa', '2014 - Health Spa', 'default_3x3', 1, 62, 1, 14, '1', '1', '0', 'NORMAL', '0', 'catalog_header_spa', 'catalog_teaser_spa', '', 'Sometimes, all you want is a nice relaxing spa day. With this furni line, you can enjoy one with your Valentine!', '', '', '', 0, ''),
(300, 557, 'limited_edition_rares', 'Limited Edition Rares', 'default_3x3', 1, 145, 6, 10, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(301, 442, 'alvin', 'Alvin', 'default_3x3', 1, 52, 4, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(302, 209, 'asian', 'Asian', 'default_3x3', 1, 15, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_asian_headline1', 'catalog_asian_teaser1', '', 'Ting tong! Ching chong? Ting chong ting, ping ping! I mean uh.. with our authentic Chinese furniture, you can make a beautiful oriental room!', '', '', '', 0, ''),
(303, 209, 'bensalem', 'Bensalem', 'default_3x3', 1, 18, 1, 13, '1', '1', '0', 'NORMAL', '0', 'catalog_lc_headline2_en', 'catalog_lc_teaser1_en_001', '', 'Glub... glub... glub...', '', '', '', 0, ''),
(304, 700, 'executive', 'Executive', 'default_3x3', 1, 27, 1, 26, '1', '1', '0', 'NORMAL', '0', 'catalog_exe_headline1_en', 'catalog_exe_teaser_en', '', 'For the ultimate business man, the Executive range with its leather seats and Italian coffee is a dream! How about you try the easy lifestyle?', '', '', '', 0, ''),
(305, 442, 'chupa_chups', 'Chupa Chups', 'default_3x3', 1, 52, 4, 13, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(306, 603, 'windows', 'Windows', 'default_3x3', 1, 218, 1, 7, '1', '1', '0', 'NORMAL', '0', 'ctlg_windows_headline1_en', 'ctlg_windows_teaser1_en', '', 'Let some sunshine in! Our windows come in many styles to give a unique look to your room. Who said your room can\'t have a view?', '', '', '', 0, ''),
(307, 125, 'credit_furni', 'Credit Furni', 'default_3x3', 1, 146, 7, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_bank_headline1', 'credit_exchange', '', 'Habbo Exchange is where you can convert your Credits into a tradable currency. You can then use this currency to trade for Furni or just show off your riches in your room.', '', '', '', 0, ''),
(308, 2, 'purchase_history', 'Purchase History', 'recent_purchases', 1, 258, 1, 50, '0', '0', '0', 'NORMAL', '0', 'maquinas', 'historys', '', '', '', '', '', 0, ''),
(309, 442, 'dave', 'Dave', 'default_3x3', 1, 52, 4, 16, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(310, 3, 'accessories', 'Accessories', 'default_3x3', 1, 74, 1, 6, '1', '1', '0', 'NORMAL', '0', '', 'tradeableclothing_teaser', '', 'Stay snazzy with this comprehensive collection of shiny accessories. To wear, simply place the new item in your room and double click to bind the oufit clothing to your avatar', '', '', '', 0, ''),
(311, 557, 'colourable_rares', 'Colourable Rares', 'default_3x3', 1, 42, 6, 6, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(312, 599, 'books_of_knowledge', 'Books of Knowledge', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(313, 442, 'night_at_the_museum_2', 'Night At The Museum 2', 'default_3x3', 1, 52, 4, 43, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(314, 281, 'black_area', 'Black Area', 'default_3x3', 1, 14, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(315, 281, 'white_area', 'White Area', 'default_3x3', 1, 14, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(316, 281, 'beige_area', 'Beige Area', 'default_3x3', 1, 14, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(317, 281, 'pink_area', 'Pink Area', 'default_3x3', 1, 14, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(318, 281, 'blue_area', 'Blue Area', 'default_3x3', 1, 14, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(319, 281, 'green_area', 'Green Area', 'default_3x3', 1, 14, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(320, 281, 'yellow_area', 'Yellow Area', 'default_3x3', 1, 14, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(321, 281, 'red_area', 'Red Area', 'default_3x3', 1, 14, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(322, 281, 'purple_area', 'Purple Area', 'default_3x3', 1, 14, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_area_headline1', 'catalog_area_teaser1', '', 'Once known as Silo, as of V11 it had two makeovers to make it beautiful. A classic furni line mostly used for offices and throwbacks.', '', '', '', 0, ''),
(323, 442, 'football', 'Football', 'default_3x3', 1, 52, 4, 24, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(324, 442, 'elisa', 'Elisa', 'default_3x3', 1, 52, 4, 22, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(325, 373, '2019_winter_palace', '2019 - Winter Palace', 'default_3x3', 1, 168, 1, 18, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'spromo_xmas19_gen', '', 'Time to chill out and relax in an icy palace. Just let it go, man.', '', '', '', 0, ''),
(326, 373, '2019_log_cabin', '2019 - Log Cabin', 'default_3x3', 1, 168, 1, 17, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'spromo_Log_Cabin', '', 'Mixing this line with the Winter Cabin Furni, you could make a multi-roomed cozy cabin for you and your friends.', '', '', '', 0, ''),
(327, 557, 'v7_rares', 'V7 Rares', 'default_3x3', 1, 42, 6, 4, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(328, 327, 'dragon_lamps', 'Dragon Lamps', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', 'rares', 'Dragons', '', '', '', '', '', 0, ''),
(329, 327, 'fans', 'Fans', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', 'rares', 'Fanss', '', '', '', '', '', 0, ''),
(330, 327, 'ice_cream_machines', 'Ice Cream Machines', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', 'NORMAL', '0', 'rares', 'IceCream', '', '', '', '', '', 0, ''),
(331, 327, 'laser_gates', 'Laser Gates', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', 'NORMAL', '0', 'rares', 'Lazer', '', '', '', '', '', 0, ''),
(332, 327, 'marquees', 'Marquees', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', 'NORMAL', '0', 'rares', 'Marquee', '', '', '', '', '', 0, ''),
(333, 327, 'monoliths', 'Monoliths', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', 'NORMAL', '0', 'rares', 'Mono', '', '', '', '', '', 0, ''),
(334, 327, 'oriental_screens', 'Oriental Screens', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', 'NORMAL', '0', 'rares', 'Oriental', '', '', '', '', '', 0, ''),
(335, 327, 'pillars', 'Pillars', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', 'NORMAL', '0', 'rares', 'Pillars', '', '', '', '', '', 0, ''),
(336, 327, 'smoke_machines', 'Smoke Machines', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', 'NORMAL', '0', 'rares', 'Smokes', '', '', '', '', '', 0, ''),
(337, 311, 'maroon_rares', 'Maroon Rares', 'default_3x3', 1, 77, 6, 3, '1', '1', '0', 'NORMAL', '0', '', '5af5b5_prizepack_3d', '', '', '', '', '', 0, ''),
(338, 442, 'niko', 'Niko', 'default_3x3', 1, 52, 4, 44, '1', '1', '0', 'NORMAL', '0', 'catalog_header_niko_en', 'catalog_niko_en', '', '', '', '', '', 0, ''),
(339, 442, 'habbo_mobile_app', 'Habbo Mobile App', 'default_3x3', 1, 52, 4, 30, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(340, 348, 'sleeping_bags', 'Sleeping Bags', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', 'rares', '', '', '', '', '', '', 0, ''),
(341, 348, 'one_way_gates', 'One Way Gates', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', 'NORMAL', '0', 'rares', '', '', '', '', '', '', 0, ''),
(342, 348, 'inflatable_chairs', 'Inflatable Chairs', 'default_3x3', 1, 234, 1, 1, '1', '1', '0', 'NORMAL', '0', 'inflatable_chairs_cata_header', 'inflateable_chairs_teaser', '', 'They say that these chairs are Suuuuuper soft because of the air that keeps them full, how about buying one and experiencing yourself? Enjoy!\n', '', '', '', 0, ''),
(343, 348, 'traffic_lights_barriers', 'Traffic Lights & Road Barriers', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', 'rares', 'catalog_teaser_traffic_signs', '', '', '', '', '', 0, ''),
(344, 348, 'miscellaneous', 'Miscellaneous', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', 'NORMAL', '0', 'rares', '', '', '', '', '', '', 0, ''),
(345, 557, 'collectibles', 'Collectibles', 'default_3x3', 1, 42, 5, 7, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(346, 442, 'others', 'Others', 'default_3x3', 1, 52, 4, 72, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(347, 327, 'pillows', 'Pillows', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', 'NORMAL', '0', 'rares', 'Pillows', '', '', '', '', '', 0, ''),
(348, 557, 'v11_rares', 'V11 Rares', 'default_3x3', 1, 42, 6, 5, '1', '0', '0', 'NORMAL', '0', '', ' ', '', '', '', '', '', 0, ''),
(349, 8, 'classics', 'Classics', 'default_3x3', 1, 214, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club Members only!', 0, ''),
(350, 442, 'honey', 'Honey', 'default_3x3', 1, 52, 4, 31, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(351, 442, 'pepsi', 'Pepsi', 'default_3x3', 1, 52, 4, 52, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(352, 8, 'vip', 'VIP', 'default_3x3', 1, 214, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, ''),
(353, 442, 'reebok', 'Reebok', 'default_3x3', 1, 52, 4, 57, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(354, 8, 'executive', 'Executive', 'default_3x3', 1, 214, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, ''),
(355, 8, 'alhambra', 'Alhambra', 'default_3x3', 1, 214, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, ''),
(356, 8, 'emojis', 'Emojis', 'default_3x3', 1, 214, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, ''),
(357, 8, 'bling', 'Bling', 'default_3x3', 1, 214, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, ''),
(358, 8, 'zodiac_statues', 'Zodiac Statues', 'default_3x3', 1, 214, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', '', '', 'For Club members only!', 0, ''),
(359, 387, 'classic_lounge', 'Classic Lounge', 'default_3x3', 1, 264, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'classiclounge', '', 'The Welcome Lounge is home not only to newer players, but old Habbo originals who come to guide the newer players or just chill with their friends.', '', '', '', 0, ''),
(360, 387, 'habburgers', 'Habburgers', 'default_3x3', 1, 264, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'aug16_classic2_internal', '', 'The room description was "American classics - burgers, fries and shakes. And ketchup, so much ketchup."', '', '', '', 0, ''),
(361, 387, 'battleball', 'Battleball', 'default_3x3', 1, 264, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'spromo_Blue_BB', '', 'The Battleball game was removed from Habbo along with Snowstorm as Sulake decided to concentrate more on improving other parts of the hotel. ', '', '', '', 0, ''),
(362, 387, 'ice_cafe', 'Ice Cafe', 'default_3x3', 1, 264, 1, 14, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'classic5_furnis', '', 'The Ice Cafe was used a a meeting place in Habbo Experience for Chaplin and his friends.', '', '', '', 0, ''),
(363, 387, 'oriental', 'Oriental', 'default_3x3', 1, 264, 1, 20, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'spromo_Classic_Tea_Room', '', 'The room description was "A soothing atmosphere and amazing tea brews."', '', '', '', 0, ''),
(364, 387, 'star_lounge', 'Star Lounge', 'default_3x3', 1, 264, 1, 23, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'spromo_Star_Lounge', '', 'While also popular, this room was also used for many Celebrity Visits.', '', '', '', 0, ''),
(365, 387, 'club_mammoth', 'Club Mammoth', 'default_3x3', 1, 264, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'jan18_classic11_internal', '', 'Club Mammoth was first opened to only HC and VIP (when it was introduced) members. The room description was "Monumental and magnificant."', '', '', '', 0, ''),
(366, 387, 'library', 'Library', 'default_3x3', 1, 264, 1, 16, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'Library', '', 'The room description was "There\'s nothing like a good book..."', '', '', '', 0, ''),
(367, 387, 'hotel_view', 'Hotel View', 'default_3x3', 1, 264, 1, 13, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'HotelView', '', 'You can now make the Hotel in your own shape with this furni line.', '', '', '', 0, ''),
(368, 684, 'icy_rares', 'Icy Rares', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(369, 387, 'lido', 'Lido', 'default_3x3', 1, 264, 1, 17, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'article_habboreport2', '', 'The Lido is where the famous "Pool\'s Closed" raid occured in 2006.', '', '', '', 0, ''),
(370, 387, 'picnic', 'Picnic', 'default_3x3', 1, 264, 1, 21, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'article_habboreport2', '', 'Picnic is one of the oldest, still-standing Public Rooms on Habbo.', '', '', '', 0, ''),
(371, 387, 'welcome_lounge', 'Welcome Lounge', 'default_3x3', 1, 264, 1, 26, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'article_habboreport2', '', 'This furni is from the second version of the Welcome Lounge; the first after moving from Shockwave to Flash.', '', '', '', 0, ''),
(372, 5, 'seasonal_furni_lines', 'Seasonal Furni Lines', 'default_3x3', 1, 195, 1, 4, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(373, 372, 'christmas', 'Christmas', 'default_3x3', 1, 168, 1, 1, '1', '0', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'catalog_xmas_teaser', '', '', '', '', '', 0, ''),
(374, 372, 'easter', 'Easter', 'default_3x3', 1, 181, 1, 2, '1', '0', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'catalog_easter_teaser1', '', '', '', '', '', 0, ''),
(375, 372, 'halloween', 'Halloween', 'default_3x3', 1, 34, 1, 4, '1', '0', '0', 'NORMAL', '0', 'catalog_header_hw15', '', '', '', '', '', '', 0, ''),
(376, 372, 'valentines_day', 'Valentines Day', 'default_3x3', 1, 62, 1, 3, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(377, 372, 'new_years', 'New Years', 'default_3x3', 1, 91, 1, 5, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(378, 374, 'classics', 'Classics', 'default_3x3', 1, 181, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'catalog_easter_teaser1', '', 'Little birdies hatching from their eggs, pretty, dainty flowers blooming and cute rabbits bouncing in Spring meadows.. it\'s Easter!', '', '', '', 0, ''),
(379, 374, '2011_fungi', '2011 - Fungi', 'default_3x3', 1, 181, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'easternew', '', 'Alongside flowers, sometimes fungi sprouts. While fungi is delicious, it can also be beautiful.', '', '', '', 0, ''),
(380, 374, '2013', '2013', 'default_3x3', 1, 181, 1, 5, '1', '1', '0', 'NORMAL', '0', 'easter13_header', 'easter13_teaser', '', 'This line brings flowers, teleports and a couple of eggs with it. Check out the floral-inspired line below!', '', '', '', 0, ''),
(381, 374, '2014_lagomorph_', '2014 - Lagomorph ', 'default_3x3', 1, 181, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_header_easter14_001', 'easternew', '', 'From shape shifting wall pieces to cryptic teleports, this years Easter furni line is sure to keep you guessing! Nothing is as it seems on this mind-bending island...', '', '', '', 0, ''),
(382, 442, 'suunvuoru', 'Suunvuoru', 'default_3x3', 1, 52, 4, 64, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(383, 374, '2017_farm', '2017 - Farm', 'default_3x3', 1, 181, 1, 10, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'easternew', '', 'With this furni line, you can make your quaint farm full of chickens and snacks!', '', '', '', 0, ''),
(384, 374, '2018_garden', '2018 - Garden', 'default_3x3', 1, 181, 1, 11, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'Easter_Garden_promo', '', 'Your own little hideaway in the woods, perfected with some curtains and cosy chairs in this furni line!', '', '', '', 0, ''),
(385, 374, '2019_fairytale', '2019 - Fairytale', 'default_3x3', 1, 181, 1, 12, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'easter19_new', '', 'We\'re all about fairytales this year! Maybe we should go find Alice?', '', '', '', 0, ''),
(386, 374, '2009_bunny_run', '2009 - Bunny Run', 'default_3x3', 1, 181, 1, 2, '1', '1', '0', 'NORMAL', '0', 'bunny_run', 'bunnyrun', '', 'Make your own game of Bunny Run with the furni here!', '', '', '', 0, ''),
(387, 5, 'public_room_furni', 'Public Room Furni', 'default_3x3', 1, 264, 1, 2, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(388, 375, 'classics', 'Classics', 'default_3x3', 1, 34, 1, 1, '1', '1', '0', 'NORMAL', '0', 'halloween', 'catalog_halloween_teaser', '', 'Boy, that grave is spooky... Is anybody in that Crypt? Spooky!', '', '', '', 0, ''),
(389, 375, '2008_virus', '2008 - Virus', 'default_3x3', 1, 34, 1, 2, '1', '1', '0', 'NORMAL', '0', 'virus', 'virus1', '', 'A virus is spreading through Habbo Hotel. Many casualties reported and it could get much worse! Whether you are hoping to help infected Habbos or look after number one, get your hands on our terrifying Infection furni.', '', '', '', 0, ''),
(390, 375, '2009_house', '2009 - House', 'default_3x3', 1, 34, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_halloween_headline1_en', 'Ghostly_organ', '', 'Who doesn\'t love a good Haunted House? Creep out your friends with this furni line!', '', '', '', 0, ''),
(391, 375, '2010_voodoo', '2010 - Voodoo', 'default_3x3', 1, 34, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_halloween_headline1_en', 'spromo_hw15_b2', '', 'WooOOOOooOOoo! Spooky! Don\'t wanna be left alone with this range at night.. who knows what could happen!', '', '', '', 0, ''),
(392, 375, '2011_party', '2011 - Party', 'default_3x3', 1, 34, 1, 5, '1', '1', '0', 'NORMAL', '0', 'halloween', 'spromo_pumpkinpack', '', 'Looking for a frightastical room? Well, this is the place to be! We have everything you need to spook your friends this Halloween!', '', '', '', 0, ''),
(393, 375, '2012_carnival', '2012 - Carnival', 'default_3x3', 1, 34, 1, 6, '1', '1', '0', 'NORMAL', '0', 'halloween', 'hween_12_furni', '', 'Carnivals are already creepy, but our Halloween Carnivale furni will really max out the creep factor!', '', '', '', 0, ''),
(394, 375, '2013_frightful', '2013 - Frightful', 'default_3x3', 1, 34, 1, 7, '1', '1', '0', 'NORMAL', '0', 'halloween', 'hween13_roombundle', '', 'Now you can spook up your castle for Halloween! Make sure to add some Demonic Sheep for the full effect.', '', '', '', 0, ''),
(395, 375, '2014_day_of_the_dead', '2014 - Day of the Dead', 'default_3x3', 1, 34, 1, 8, '1', '1', '0', 'NORMAL', '0', 'hween14_catalog_header', 'hween14_catalog_teaser', '', 'Spooky skulls, bright flowers and traditional altars fill this furni line! Gather your friends and family and come together to celebrate the Habbos of the past.', '', '', '', 0, ''),
(396, 375, '2015_habbocalypse', '2015 - Habbocalypse', 'default_3x3', 1, 34, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_halloween_headline1_en', 'habbocalypse', '', 'Darkness and evil is spreading through the hotel and you\'re one of the ONLY Habbos that can fight the bad energy! Dodge Evil Frank, avoid dark shadowy places and make it your mission to save Habbo Hotel from complete and TOTAL annihilation!', '', '', '', 0, ''),
(397, 375, '2016_ghost_hunter', '2016 - Ghost Hunter', 'default_3x3', 1, 34, 1, 10, '1', '1', '0', 'NORMAL', '0', 'halloween', 'spromo_hween16_new_furni', '', 'Spooky lobbies, hotel rooms and libraries. Or, not spooky! Use the Purification Device and use powder to purify the furni.', '', '', '', 0, ''),
(398, 375, '2017_cursed_caves', '2017 - Cursed Caves', 'default_3x3', 1, 34, 1, 11, '1', '1', '0', 'NORMAL', '0', 'halloween', 'spromo_hween17_gen1', '', 'Build your own dungeon, you filthy little Habbo.', '', '', '', 0, ''),
(399, 375, '2018_laboratory', '2018 - Laboratory', 'default_3x3', 1, 34, 1, 12, '1', '1', '0', 'NORMAL', '0', 'catalog_halloween_headline1_en', 'Infected_Laboratory', '', 'If you\'re not a mad scientist, then what kind of scientist are you? Create your perfect laboratory here!', '', '', '', 0, ''),
(400, 374, '2015_candyland', '2015 - Candyland', 'default_3x3', 1, 181, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'easternew', '', 'Have you ever wanted a room filled with edible furniture? Of course you have! And now you can build it!', '', '', '', 0, ''),
(401, 374, '2010_flower_power', '2010 - Flower Power', 'default_3x3', 1, 181, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'easter10_teaser', '', 'Flowers look and smell great, and can brighten any room. Use this furni to decorate all kinds of rooms!', '', '', '', 0, ''),
(402, 372, 'summer', 'Summer', 'default_3x3', 1, 274, 1, 6, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(403, 402, '2010_big_wave', '2010 - Big Wave', 'default_3x3', 1, 274, 1, 5, '1', '1', '0', 'NORMAL', '0', 'summer', 'summer_teaser', '', 'Even more floats! Make your pool party perfect with some inflatables.', '', '', '', 0, ''),
(404, 209, 'coco', 'Coco', 'default_3x3', 1, 127, 1, 17, '1', '1', '0', 'NORMAL', '0', 'catalog_teaser_coco', 'coconew', '', 'Wooden yet comfortable furniture that wouldn\'t look out of place in a treetop house!\n', '', '', '', 0, ''),
(405, 402, '2007', '2007', 'default_3x3', 1, 274, 1, 1, '1', '1', '0', 'NORMAL', '0', 'summer', 'summer_teaser', '', 'Relax by the beach with these chairs and BBQs!', '', '', '', 0, ''),
(406, 402, '2009', '2009', 'default_3x3', 1, 274, 1, 4, '1', '1', '0', 'NORMAL', '0', 'summer', 'summer_teaser', '', 'Add to your beach party with an ice box and some floats.', '', '', '', 0, ''),
(407, 402, '2011', '2011', 'default_3x3', 1, 274, 1, 6, '1', '1', '0', 'NORMAL', '0', 'summer', 'summer_teaser', '', 'A bonfire on the beach with some Habbo tunes, nothing beats it.', '', '', '', 0, ''),
(408, 402, '2008_tiki', '2008 - Tiki', 'default_3x3', 1, 274, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_tiki_header1_en', 'tiki_teaser', '', 'Imagine the scene.. lost on a desert island when you stumble across a small local tribe.. now you can with our Tiki range!\n', '', '', '', 0, ''),
(409, 402, '2017', '2017', 'default_3x3', 1, 274, 1, 8, '1', '1', '0', 'NORMAL', '0', 'summer', 'summer_teaser', '', 'A burger and some shades are all you need to explore a beach town!', '', '', '', 0, ''),
(410, 624, 'new_year_accessories', 'New Year Accessories', 'default_3x3', 1, 42, 5, 7, '1', '0', '0', 'NORMAL', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, ''),
(411, 209, 'monster_plant_furni', 'Monster Plant Furni', 'default_3x3', 1, 2, 1, 47, '1', '1', '0', 'NORMAL', '0', 'catalog_header_mopla_01', 'quest_teaser_monsterplants', '', 'On this page you\'ll find everything you need to take care of your plants: Plant Revival for when your plants die. Place potion to room, double click and select the plant you want to revive.', '', '', '', 0, ''),
(412, 219, 'snowboarding', 'Snowboarding', 'default_3x3', 1, 140, 1, 7, '1', '1', '0', 'NORMAL', '0', 'snowboarding_catalog_02', 'catalog_snowboarding_teaser1', '', 'Step on the patch an you\'ll be automatically strapped to a Snowboard - like magic! The Snowboard Patch can be adjust to 9 different heights for you to build your own amazing slopes!', '', '', '', 0, ''),
(413, 219, 'ice_hockey', 'Ice Hockey', 'default_3x3', 1, 88, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_tag_general_1', 'catalog_teaser_xm10_skate', '', 'WHAT THE PUCK?! How Habbos play ice hocket? you can use your imagination and play and win the World Championship. Go for it!', '', '', '', 0, ''),
(414, 125, 'snow_war', 'Snow War', 'default_3x3', 1, 2, 1, 12, '1', '1', '0', 'NORMAL', '0', 'catalog_rollerskates_header', 'catalog_teaser_rollerblades', '', 'Furni from the good ol\' classic, Snowstorm. It might not be functional, but it can make some nice decoration!', '', '', '', 0, ''),
(415, 219, 'ice_tag', 'Ice Tag', 'default_3x3', 1, 86, 1, 10, '1', '1', '0', 'NORMAL', '0', 'catalog_tag_general_2', 'catalog_teaser_xm10_skate', '', 'The fun is ON with our new game! Skate on ice and play Tag with your friends using the new Tag Pole and Ice Skating Patch! Not sure how to put on your skates? Step on an Ice Patch and you\'re good to go.', '', '', '', 0, ''),
(416, 209, 'santorini', 'Santorini', 'default_3x3', 1, 273, 1, 63, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'teaser_santorini', '', 'Straight from the country of Greece.. Right here at Habbo.', '', '', '', 0, ''),
(417, 209, 'summer_bazaar', 'Summer Bazaar', 'default_3x3', 1, 275, 1, 69, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'bazaar_new', '', 'New, colourful and inspired by Arabian luxury, shop around and find some things for your own market!', '', '', '', 0, ''),
(418, 209, 'pastel', 'Pastel', 'default_3x3', 1, 2, 1, 54, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Cute and funny, just like you!', '', '', '', 0, ''),
(419, 209, 'modern_studio', 'Modern Studio', 'default_3x3', 1, 2, 1, 46, '1', '1', '0', 'NORMAL', '0', 'feature_cata_hort_modernapt17', 'extra1', '', 'Modern Studio Furni! You asked for it... We added it! Have fun in your new Studio Apartments!', '', '', '', 0, ''),
(420, 7, 'crackables', 'Crackables', 'pets2', 1, 10, 4, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, 'Crackables', 'Contains all bonus bags, campaign crackables and all the prizes. Use the items_crackable table to match the crackables to the exact prizes.', 'WARNING: Pages could be slow loading due to number of items. All rewards can be found in the `prizes` column in the `items_crackable` table.', 0, ''),
(421, 218, 'sound_fx', 'Sound FX', 'default_3x3', 1, 4, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_wired_header1', 'wiredsound_teaser', '', 'Create your own beats and tracks by combinign these sound FX in your room. Throw a concert for your friends or even start a band in Habbo!', '', '', '', 0, ''),
(422, 209, 'pro_gamer', 'Pro Gamer', 'default_3x3', 1, 202, 1, 58, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Many people have heard of Legend of Selda, but what about Hario and Wuigi?', '', '', '', 0, ''),
(423, 3, 'effects', 'Effects', 'default_3x3', 1, 61, 1, 13, '1', '1', '0', 'NORMAL', '0', 'avatar_fx_header', 'permeffects_teaser', '', 'ALL NEW Permanent effects are here! Sick of purchasing effects multiple times? Want to keep effects forever? Want to trade your way to the top of the effects kingdom? Well then, Permanent effects are for you!', '', '', '', 0, ''),
(424, 209, 'coral_kingdom', 'Coral Kingdom', 'default_3x3', 1, 280, 1, 18, '1', '1', '0', 'NORMAL', '0', 'catalog_shells_header', 'coralking18_gen', '', 'It\'s here! The all new Coral Kingdom furni line is in the Catalogue. Build your own version of Atlantis in Habbo TODAY!', '', '', '', 0, ''),
(425, 209, 'basement_band_kit', 'Basement Band Kit', 'default_3x3', 1, 257, 1, 12, '1', '1', '0', 'NORMAL', '0', 'music_header', 'march19_new', '', 'Everything you need to start your own basement band is right here. Three collectible \'Basement Band\' instruments are availabe in the Catalogue NOW!', '', '', '', 0, ''),
(426, 680, 'leprechaun', 'Leprechaun', 'single_bundle', 1, 212, 1, 99, '1', '1', '0', 'NORMAL', '0', 'catalog_pet_headline1', 'catalog_teaser_lepr', '', 'For a limited time...the St Patrick\'s Day Leprechaun is here! This Irish mischeif-maker is sure to brighten your day. From his quirky sayings to his habit of breaking things... You are going to love him! Includes an AWESOME Badge.', '', '', '', 0, ''),
(427, 209, 'danish_hygge_furni', 'Danish Hygge Furni', 'default_3x3', 1, 283, 1, 21, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'nov18_hyggeline', '', 'Walk through the door and sink into a warm pool of comfort and well-being with this Hygge furnis.', 'Choose a furni.', '', '', 0, ''),
(428, 209, 'tokyo', 'Tokyo', 'default_3x3', 1, 281, 1, 72, '1', '1', '0', 'NORMAL', '0', 'japan_header_br', 'tokyo18_gen', '', 'Enjoy the awesome new Tokyo-inspired furni line we\'ve released. Subarashii!', '', '', '', 0, ''),
(429, 7, 'testing', 'Testing', 'default_3x3', 1, 10, 7, 12, '1', '1', '0', 'NORMAL', '0', '', '', '', 'This is the page Habbo uses for all their "testing" categorised furni.', '', '', '', 0, ''),
(430, 209, 'pride_furni', 'Pride Furni', 'default_3x3', 1, 286, 1, 56, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'rbow19_gen', '', 'To celebrate Pride in Habbo, we\'re releasing a set of rainbow-coloured bedroom furni for you all!', '', '', '', 0, ''),
(431, 270, 'sea_shell_gifts', 'Sea Shell Gifts', 'default_3x3', 1, 280, 5, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_shells_header', 'shellgifts', '', 'Use your Shells to buy these limited Gifts!', '', '', '', 0, ''),
(432, 216, 'greek_2019', 'Greek - 2019', 'default_3x3', 1, 31, 1, 34, '1', '1', '0', 'NORMAL', '0', 'greek_header', 'greek_catateaser', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!', '', '', '', 0, ''),
(433, 209, 'celestial', 'Celestial', 'default_3x3', 1, 2, 1, 16, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Fly among the stars with this universally loved Furni Line.', '', '', '', 0, ''),
(434, 209, 'zen_garden', 'Zen Garden', 'default_3x3', 1, 2, 1, 84, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'sep18_classic14_internal', '', 'It\'s time to dive into a metaphorical pool of psychological solitude.', '', '', '', 0, ''),
(435, 209, 'sunlight_city', 'Sunlight City', 'default_3x3', 1, 2, 1, 70, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'suncity19_newfurni', '', 'Build the utopian paradise of your dreams with our new furni line: Sunlight City!', '', '', '', 0, ''),
(436, 387, 'coffee_house', 'Coffee House', 'default_3x3', 1, 264, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The bot ColinHouser has a motto of "Want some milk?"', '', '', '', 0, ''),
(437, 387, 'hallway', 'Hallway', 'default_3x3', 1, 264, 1, 10, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Hallways have been featured in Habbo since very early versions.', '', '', '', 0, ''),
(438, 387, 'theatre', 'Theatre', 'default_3x3', 1, 264, 1, 24, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Another old and well-known room, this is the 4th revision of the Theatre.', '', '', '', 0, ''),
(439, 387, 'welcome_lounge_modern', 'Welcome Lounge - Modern', 'default_3x3', 1, 264, 1, 27, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'At points on some hotels, another one or two Welcome Lounges had to be added to cope with high traffic.', '', '', '', 0, ''),
(440, 387, 'hc_lounge', 'HC Lounge', 'default_3x3', 1, 264, 1, 11, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'The bartender bot was called HankCupp, and the DJ bot called djDucketz.', '', '', '', 0, ''),
(441, 387, 'franks_room', 'Franks Room', 'default_3x3', 1, 264, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'Frank has been the mascot of Habbo for many, many years.', '', '', '', 0, ''),
(442, 7, 'ad_sales', 'Ad Sales', 'default_3x3', 1, 10, 4, 9, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(443, 374, '2016_vikings_v_pirates', '2016 - Vikings v Pirates', 'default_3x3', 1, 181, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_easter_headline1', 'easternew', '', 'Complete your Viking village with the Blacksmith Hut, or hoist the sails with your Smuggler\'s Lookout!', '', '', '', 0, ''),
(444, 209, 'hospital', 'Hospital', 'default_3x3', 1, 2, 1, 36, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hospital', 'catal_fp_pic5', '', 'Everybody gets sick, it might be time to open a Hospital in Habbo. Get started with some Hospital beds!', '', '', '', 0, ''),
(445, 376, 'classics', 'Classics', 'default_3x3', 1, 62, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'Love is in the air! Buy your sweetheart a rose or whisper sweet nothings in their ear on a lova sofa. Can you feel it?', '', '', '', 0, ''),
(446, 376, '2012_prom', '2012 - Prom', 'default_3x3', 1, 62, 1, 10, '1', '1', '0', 'NORMAL', '0', 'valentin2012-1', 'catalog_love_teaser1', '', 'Prom is full of crying teens and bad dance moves, but it\'s always a fond memory for many. Create your perfect prom with this furni!', '', '', '', 0, ''),
(447, 376, '2012_getaway', '2012 - Getaway', 'default_3x3', 1, 62, 1, 9, '1', '1', '0', 'NORMAL', '0', 'Valentines_header', 'catalog_love_teaser1', '', 'Even plants can find love, and share alongside Habbos. Put your love to the test with the Love Thermometer and Kissing Booth!', '', '', '', 0, ''),
(448, 376, '2019_restaurant', '2019 - Restaurant', 'default_3x3', 1, 62, 1, 21, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12_2_en', 'val19_newfurni', '', 'Perfect for a romantic evening with your loved one.\n', '', '', '', 0, ''),
(449, 376, '2017_wedding', '2017 - Wedding', 'default_3x3', 1, 62, 1, 19, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Do I hear wedding bells? The perfect outdoor setting awaits!', '', '', '', 0, ''),
(450, 376, '2013_masquerade_ball', '2013 - Masquerade Ball', 'default_3x3', 1, 62, 1, 12, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12_2_en', 'valentines_catalog_teaser', '', 'With a smell of flowers and love, use this furni to make your perfect garden party.', '', '', '', 0, ''),
(451, 442, 'kelloggs', 'Kelloggs', 'default_3x3', 1, 52, 4, 34, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(452, 376, '2010_heartbreak_hotel', '2010 - Heartbreak Hotel', 'default_3x3', 1, 62, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'A gift basket and a cuddly teddy for your Valentine, and some cozy seats for your date.', '', '', '', 0, ''),
(453, 376, '2008_habborella', '2008 - Habborella', 'default_3x3', 1, 62, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_val_headline1_en', 'valentine_furni_001', '', 'Find your true love with the Love Randomiser, and how better to celebrate than with a box of chocolates?', '', '', '', 0, ''),
(454, 376, '2013_gondolas', '2013 - Gondolas', 'default_3x3', 1, 62, 1, 11, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Gondola rides in Venice, it doesn\'t get much more romantic than that!', '', '', '', 0, ''),
(455, 376, '2014_white_bling', '2014 - White Bling', 'default_3x3', 1, 62, 1, 16, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Did someone speak in glamour? Chic? Lux? So you\'re speaking the language of Bonnie Blonde, my friend! Now in white!', '', '', '', 0, ''),
(456, 376, '2015_ancient_japan', '2015 - Ancient Japan', 'default_3x3', 1, 62, 1, 17, '1', '1', '0', 'NORMAL', '0', 'val15_cata_header', 'val15_teaser', '', 'Have a beautiful Picnic under a Sakura tree in Japan, with this Valentines line!', '', '', '', 0, ''),
(457, 376, '2016_carnivale', '2016 - Carnivale', 'default_3x3', 1, 62, 1, 18, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'Cute kitties and some beautiful furni ornaments to perfect your romantic room.', '', '', '', 0, ''),
(458, 376, '2018_bedroom', '2018 - Bedroom', 'default_3x3', 1, 62, 1, 20, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12', 'catalog_love_teaser1', '', 'If you want to stay in bed for Valentines, I don\'t blame you! This is the furni line for you!', '', '', '', 0, ''),
(459, 270, '2011_hearts', '2011 - Hearts', 'default_3x3', 1, 53, 5, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(460, 376, '2011_rollerskating', '2011 - Rollerskating', 'default_3x3', 1, 62, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'What better way to spend Valentines, than clinging to your Valentine as you skate?', '', '', '', 0, ''),
(461, 442, 'jaapuisto', 'Jaapuisto', 'default_3x3', 1, 52, 4, 33, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(462, 442, 'volkswagen', 'Volkswagen', 'default_3x3', 1, 52, 4, 69, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(463, 270, 'super_saver_subscription', '2011 - Super Saver Subscription', 'default_3x3', 1, 124, 5, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(464, 402, '2008', '2008', 'default_3x3', 1, 274, 1, 2, '1', '1', '0', 'NORMAL', '0', 'summer', 'catalog_teaser_beach_furni', '', 'Who hasn\'t dreamt of making a sandcastle they fit in? Now you can!', '', '', '', 0, ''),
(465, 684, 'sports_rares', 'Sports Rares', 'default_3x3', 1, 42, 1, 15, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(466, 506, 'sticky_notes', 'Sticky Notes', 'default_3x3', 1, 210, 1, 0, '1', '1', '0', 'NORMAL', '0', '', 'ctlg_pic_a2_slp', '', '', '', '', '', 0, ''),
(467, 209, 'school', 'School', 'default_3x3', 1, 130, 1, 64, '1', '1', '0', 'NORMAL', '0', 'ruletheschool_header', 'catalog_school_teaser', '', 'Sick of being told what to do? Want to be the boss of someone else for a change? Well now you can with our very own school range!', '', '', '', 0, ''),
(468, 377, '2012_china_town', '2012 - China Town', 'default_3x3', 1, 274, 1, 4, '1', '1', '0', 'NORMAL', '0', 'cny_header', 'cny_teaser', '', 'Celebrating all cultures is important for Habbos to get along!', '', '', '', 0, ''),
(469, 377, '2010', '2010', 'default_3x3', 1, 274, 1, 2, '1', '1', '0', 'NORMAL', '0', 'newyears', 'catal_fp_pic5', '', 'Explosions and wavers, what a way to celebrate the first year without Bush.', '', '', '', 0, ''),
(470, 377, '2011', '2011', 'default_3x3', 1, 274, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_header_year2011_en', 'catalog_teaser_year2011', '', 'A great way to celebrate the repeal of the Don\'t Ask, Don\'t Tell policy. Oh, and the New Year!', '', '', '', 0, ''),
(471, 377, '2013', '2013', 'default_3x3', 1, 274, 1, 5, '1', '1', '0', 'NORMAL', '0', 'newyears', 'catal_fp_pic5', '', 'Make your New Years Resolution under the sparkling lights of this furni line.', '', '', '', 0, ''),
(472, 377, '2015', '2015', 'default_3x3', 1, 274, 1, 6, '1', '1', '0', 'NORMAL', '0', 'newyears', 'ny_comeback', '', 'A classic party with bubbly and cupcakes, fun for the whole family.', '', '', '', 0, ''),
(473, 373, 'classics', 'Classics', 'default_3x3', 1, 168, 1, 0, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'catalog_xmas_teaser', '', 'Christmas trees, poinsettas, and decorations. Back to the good old classic Christmas furni!', '', '', '', 0, ''),
(474, 442, 'on_tour', 'On Tour', 'default_3x3', 1, 52, 4, 48, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(475, 373, '2008_arctic', '2008 - Arctic', 'default_3x3', 1, 168, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_arc_header1_en', 'catalog_arc_teaser1_en', '', 'It\'s a very cold winter this year, don\'t slip while building your own icy fortress!', '', '', '', 0, ''),
(476, 373, '2009', '2009', 'default_3x3', 1, 168, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'xmas2009_catalogue', '', 'Get yourself into the Christmas spirit with our selection of festive furni! From baubles to snow-Habbos, we\'ve got it all!', '', '', '', 0, ''),
(477, 373, '2010_city', '2010 - City', 'default_3x3', 1, 168, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', '', '', 'The city is shining with the snow covering everything. Build your own high-street!', '', '', '', 0, ''),
(478, 270, '2010_snowflakes', '2010 - Snowflakes', 'default_3x3', 1, 86, 5, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', '', '', '', '', '', '', 0, ''),
(479, 373, '2011_winter_cabin', '2011 - Winter Cabin', 'default_3x3', 1, 168, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'xmas11_catalog_teaser_01', '', 'Keep yourself nice and toasty in a perfect cabin of your design.', '', '', '', 0, ''),
(480, 373, '2011_gift_items', '2011 - Gift Items', 'default_3x3', 1, 168, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'xmas11_catalog_teaser_01', '', 'Get your closest friend some gifts with these shiny new toys and accessories.', '', '', '', 0, ''),
(481, 373, '2012_castles', '2012 - Castles', 'default_3x3', 1, 168, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'xmas_furni4', '', 'Santa may be a slave to all the children of the world, but he still deserves a castle.', '', '', '', 0, ''),
(482, 270, '2013_snowflakes', '2013 - Snowflakes', 'default_3x3', 1, 86, 5, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'catalog_teaser_xmas2013', '', '', '', '', '', 0, ''),
(483, 373, '2013_santa\'s_workshop', '2013 - Santa\'s Workshop', 'default_3x3', 1, 168, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'catalog_teaser_xmas2013', '', 'Santa needs time to come up with all the gift ideas, and his little helpers copy his blueprints. Here you can create his workshop!', '', '', '', 0, ''),
(484, 373, '2014_tropical', '2014 - Tropical', 'default_3x3', 1, 168, 1, 10, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'xmas14_newfurni_spromo_teaser', '', 'Wacky, wavy, inflatable, arm flailing tubemen! Party on for this hot Christmas.', '', '', '', 0, ''),
(485, 373, '2015_bavarian', '2015 - Bavarian', 'default_3x3', 1, 168, 1, 11, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'xmas15_tease', '', 'Christmas markets are always buzzing, in tiny little villages and large cities. Would you plan it differently?', '', '', '', 0, ''),
(486, 373, '2016_citadel', '2016 - Citadel', 'default_3x3', 1, 168, 1, 14, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'xmas16_gen1', '', 'Even Santa\'s elves need to relax every now and then, and we found the furni they use for their relaxation!', '', '', '', 0, ''),
(487, 373, '2017_victorian', '2017 - Victorian', 'default_3x3', 1, 168, 1, 15, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'spromo_adventxmas17', '', 'More shopping, less markets. Big corporations ruined the Christmas markets; but at least they sell less of the same product for a higher price!', '', '', '', 0, ''),
(488, 373, '2018_city_festival', '2018 - City Festival', 'default_3x3', 1, 168, 1, 16, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', 'Winter_City_Festival', '', 'Make a beautiful Twinkly Stage and show off your Matryoshka Dolls!', '', '', '', 0, ''),
(489, 442, 'wwe', 'WWE', 'default_3x3', 1, 52, 4, 70, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(490, 599, 'hippo_statues', 'Hippo Statues', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', 'NORMAL', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, ''),
(491, 125, 'diamond_paintings', 'Diamond Paintings', 'default_3x3', 1, 92, 6, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(492, 345, 'merge_compensation', 'Merge Compensation', 'default_3x3', 1, 56, 1, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(493, 506, 'habbo_stories_winners', 'HABBO STORIES HERO POEM WINNERS', 'trophies', 1, 210, 1, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(494, 506, 'heroic_acts_certificate', 'Heroic Acts Certificate', 'default_3x3', 1, 210, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(495, 442, 'builder\'s_club_birthday', 'Builder\'s Club Birthday', 'default_3x3', 1, 52, 4, 7, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(496, 442, 'pacha', 'Pacha', 'default_3x3', 1, 52, 4, 50, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(497, 345, 'the_lost_world', 'The Lost World', 'default_3x3', 1, 56, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(498, 675, 'ecotron', 'Ecotron', 'default_3x3', 1, 163, 7, 4, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(499, 498, 'ecotron_rewards_ii', 'Ecotron Rewards II', 'default_3x3', 1, 163, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(500, 498, 'ecotron_rewards_i', 'Ecotron Rewards I', 'default_3x3', 1, 163, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(501, 209, 'laundry', 'Laundry', 'default_3x3', 1, 2, 1, 42, '1', '1', '0', 'NORMAL', '0', 'game_shop_header', 'may18_house2_internal', '', 'Kick back and play some games while your clothes wash!', '', '', '', 0, ''),
(502, 511, 'white_plasto', 'White Plasto', 'default_3x3', 1, 46, 1, 6, '1', '1', '0', 'NORMAL', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, ''),
(503, 209, 'jet_set', 'Jet Set', 'default_3x3', 1, 237, 1, 39, '1', '0', '0', 'NORMAL', '0', 'jetset_header', 'jetset_yachtcomp', '', 'Live life to the fullest with our Jetset furni range. This is the Furni for those Habbos who like to throw obscenely huge parties and show off their style.', '', '', '', 0, ''),
(504, 125, '2008_penguins', '2008 - Penguins', 'default_3x3', 1, 168, 5, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_xmas2013', '', '', '', '', '', '', 0, ''),
(505, 503, 'jet_set_2016', 'Jet Set - 2016', 'default_3x3', 1, 265, 1, 2, '1', '1', '0', 'NORMAL', '0', 'JETSET', 'jetset_yachtcomp', '', '', '', '', '', 0, ''),
(506, 675, 'habbo_stories', 'Habbo Stories', 'default_3x3', 1, 210, 6, 7, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(507, 506, 'shakespeare', 'Shakespeare', 'default_3x3', 1, 210, 1, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(508, 506, 'vintage_music', 'Vintage Music', 'default_3x3', 1, 210, 1, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(509, 506, 'boarding_school', 'Boarding School', 'default_3x3', 1, 210, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(510, 506, 'football', 'Football', 'default_3x3', 1, 210, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(511, 568, 'plasto', 'Plasto', 'default_3x3', 1, 46, 1, 8, '1', '0', '0', 'NORMAL', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, ''),
(512, 684, 'rainbow_plasto', 'Rainbow Plasto', 'default_3x3', 1, 46, 1, 12, '1', '1', '0', 'NORMAL', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, ''),
(513, 511, 'black_plasto', 'Black Plasto', 'default_3x3', 1, 46, 1, 2, '1', '1', '0', 'NORMAL', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, ''),
(514, 511, 'pink_plasto', 'Pink Plasto', 'default_3x3', 1, 158, 1, 4, '1', '1', '0', 'NORMAL', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, ''),
(515, 511, 'clear_plasto', 'Clear Plasto', 'default_3x3', 1, 154, 1, 3, '1', '1', '0', 'NORMAL', '0', 'plastic', 'plastic_pasic_promo_1', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!\n', '', '', '', 0, ''),
(516, 442, 'idea_agency', 'Idea Agency', 'default_3x3', 1, 52, 4, 32, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(517, 209, 'art', 'Art', 'default_3x3', 1, 2, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', NULL, NULL, NULL, NULL, 0, ''),
(518, 209, 'rainy_day', 'Rainy Day', 'default_3x3', 1, 2, 1, 59, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'spromo_rainy19_gen', '', 'You\'ll never get soaked again.', '', '', '', 0, ''),
(519, 209, 'supermarket', 'Supermarket', 'default_3x3', 1, 213, 1, 71, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Get that last minute shopping in with our supermarket furni!', '', '', '', 0, ''),
(520, 442, 'r2', 'R2', 'default_3x3', 1, 52, 4, 55, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(521, 375, '2019_coven', '2019 - Coven', 'default_3x3', 1, 34, 1, 13, '1', '1', '0', 'NORMAL', '0', 'halloween', 'catalog_halloween_teaser', '', 'We\'re getting witchy this year! Make your own coven...', '', '', '', 0, ''),
(522, 209, 'dessert_cafe', 'Dessert Cafe', 'default_3x3', 1, 2, 1, 22, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Who loves desserts? If you do, make sure to pick up some of this Dessert Cafe furni!', '', '', '', 0, ''),
(523, 219, 'football', 'Football', 'default_3x3', 1, 56, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_football_001', 'flags', '', 'Whether you call it soccer, football or futbol... you can enjoy the game right here in Habbo! Get a ball and kick it, bounce it, pass it, control it and steal it!', '', '', '', 0, ''),
(524, 442, 'spangas_on_survival', 'Spangas on Survival', 'default_3x3', 1, 52, 4, 58, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(525, 209, 'bohemian_festival', 'Bohemian Festival', 'default_3x3', 1, 285, 1, 14, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'Spromo_fest19_gen', '', 'It\'s time for a festival!', '', '', '', 0, ''),
(526, 675, 'pixels', 'Pixels', 'default_3x3', 1, 5, 6, 6, '1', '0', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(527, 442, 'nokia', 'Nokia', 'default_3x3', 1, 52, 4, 45, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, '', '', '', 0, ''),
(528, 442, 'nickelodeon', 'Nickelodeon', 'default_3x3', 1, 52, 4, 42, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, '', '', '', 0, ''),
(529, 442, 'ob', 'OB', 'default_3x3', 1, 52, 4, 47, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(530, 442, 'mtv', 'MTV', 'default_3x3', 1, 52, 4, 40, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(531, 442, 'malaco', 'Malaco', 'default_3x3', 1, 52, 4, 38, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(532, 442, 'm6', 'M6', 'default_3x3', 1, 52, 4, 36, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(533, 442, 'gs_arcade', 'GS Arcade', 'default_3x3', 1, 52, 4, 28, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(534, 442, 'grefusa', 'Grefusa', 'default_3x3', 1, 52, 4, 27, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(535, 442, 'clearasil', 'Clearasil', 'default_3x3', 1, 52, 4, 14, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(536, 442, '7-11', '7-11', 'default_3x3', 1, 52, 4, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, '', '', '', 0, ''),
(537, 442, 'capri_sun', 'Capri Sun', 'default_3x3', 1, 52, 4, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(538, 442, 'ditch_the_label', 'Ditch The Label', 'default_3x3', 1, 52, 4, 18, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(539, 442, 'tampax', 'Tampax', 'default_3x3', 1, 52, 4, 65, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(540, 442, 'netari', 'Netari', 'default_3x3', 1, 52, 4, 41, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(541, 442, 'easy_mac', 'Easy Mac', 'default_3x3', 1, 52, 4, 21, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(542, 442, 'persy_jackson', 'Persy Jackson', 'default_3x3', 1, 52, 4, 53, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(543, 442, 'sunny_delight', 'Sunny Delight', 'default_3x3', 1, 52, 4, 62, '1', '1', '0', 'NORMAL', '0', 'calippo_header_es', '', '', '', '', '', '', 0, ''),
(544, 442, 'puffet', 'Puffet', 'default_3x3', 1, 52, 4, 54, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(545, 442, 'antena_3', 'Antena 3', 'default_3x3', 1, 52, 4, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(546, 442, 'chocapic', 'Chocapic', 'default_3x3', 1, 52, 4, 12, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(547, 442, 'virtual_piggy_ink', 'Virtual Piggy Ink', 'default_3x3', 1, 52, 4, 68, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, '', '', '', 0, ''),
(548, 442, 'paula', 'Paula', 'default_3x3', 1, 52, 4, 51, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(549, 442, 'rango', 'Rango', 'default_3x3', 1, 52, 4, 56, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(550, 442, 'frank', 'Frank', 'default_3x3', 1, 52, 4, 25, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(551, 442, 'escape_from_madagascar', 'Escape From Madagascar', 'default_3x3', 1, 52, 4, 23, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(552, 442, 'coolpolitics', 'Coolpolitics', 'default_3x3', 1, 52, 4, 15, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(553, 442, 'cheetos', 'Cheetos', 'default_3x3', 1, 52, 4, 11, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(554, 442, 'durex', 'Durex', 'default_3x3', 1, 52, 4, 20, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(555, 526, 'kuurna', 'Kuurna', 'default_3x3', 1, 5, 1, 4, '1', '1', '0', 'NORMAL', '0', 'tienda-pixel', 'pixel3', '', '', '', '', '', 0, ''),
(556, 568, 'candy', 'Candy', 'default_3x3', 1, 19, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_candy_headline1', 'catalog_candy_teaser1', '', '', '', '', '', 0, ''),
(557, 7, 'rare_groups', 'Rare Groups', 'default_3x3', 1, 10, 4, 2, '1', '0', '0', 'NORMAL', '0', '', ' ', '', '', '', '', '', 0, ''),
(558, 680, 'cow_gold_box', 'Cow - Gold Box', 'single_bundle', 1, 271, 1, 99, '1', '1', '0', 'NORMAL', '0', 'cow_pet2', 'cow_pet2', '', '', '', '', '', 0, ''),
(559, 603, 'carpets', 'Carpets', 'default_3x3', 1, 116, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_rugs_headline1', 'catalog_rugs_teaser1', '', 'Rugs for all occasions, all non-slip and washable.', '', '', '', 0, ''),
(560, 442, 'spiderman', 'Spiderman', 'default_3x3', 1, 52, 4, 59, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(561, 442, 'superpop', 'SuperPop', 'default_3x3', 1, 52, 4, 63, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(562, 442, 'disney', 'Disney', 'default_3x3', 1, 52, 4, 17, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(563, 442, 'yle', 'YLE', 'default_3x3', 1, 52, 4, 71, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(564, 442, 'veet', 'Veet', 'default_3x3', 1, 52, 4, 67, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(565, 442, 'nouvelle_star', 'Nouvelle Star', 'default_3x3', 1, 52, 4, 46, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(566, 442, 'dubbelfrisss', 'Dubbelfrisss', 'default_3x3', 1, 52, 4, 19, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(567, 634, 'pinata_prizes', 'Pinata Prizes', 'default_3x3', 1, 42, 1, 14, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(568, 5, 'classic_furni_lines', 'Classic Furni Lines', 'pets3', 1, 196, 1, 3, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(569, 387, 'hoh_winner_statues', 'HoH Winner Statues', 'default_3x3', 1, 264, 1, 12, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'catal_fp_pic5', '', 'These statues are shown in the Hall of Habbo as a celebration of 15 years of Habbo.', '', '', '', 0, ''),
(570, 624, 'unreleased_clothing', 'Unreleased Clothing', 'default_3x3', 1, 42, 5, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Clothing that isn\'t released in the main catalogue.', NULL, NULL, NULL, 0, ''),
(571, 43, 'red_diner', 'Red Diner', 'default_3x3', 1, 204, 1, 4, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(572, 209, 'friendship_fusion', 'Friendship Fusion', 'default_3x3', 1, 2, 1, 27, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Show your best friends you care by using this duck to create some clothing to gift to them!', NULL, NULL, NULL, 0, ''),
(573, 720, '2017_rares', '2017 Rares', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(574, 720, '2019_rares', '2019 Rares', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(575, 43, 'aquamarine_diner', 'Aquamarine Diner', 'default_3x3', 1, 204, 1, 8, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(576, 43, 'pink_diner', 'Pink Diner', 'default_3x3', 1, 204, 1, 7, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(577, 624, 'rare_clothing_2017', '[R] Clothing - 2017', 'default_3x3', 2, 42, 6, 3, '1', '1', '0', 'NORMAL', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, ''),
(578, 624, 'rare_clothing_2018', '[R] Clothing - 2018', 'default_3x3', 3, 42, 6, 4, '1', '1', '0', 'NORMAL', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, ''),
(579, 624, 'rare_clothing_2019', '[R] Clothing - 2019', 'default_3x3', 4, 42, 6, 5, '1', '1', '0', 'NORMAL', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, ''),
(580, 624, 'rare_clothing_2016', '[R] Clothing - 2016', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', 'NORMAL', '0', '', 'vippremium2', '', 'Unreleased rare clothing.', '', '', '', 0, ''),
(581, 410, '2015-16_new_year_acc.', '2015-16 NY Acc.', 'default_3x3', 1, 350, 1, 21, '1', '1', '0', 'NORMAL', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, ''),
(582, 410, '2017-18_new_year_acc.', '2017-18 NY Acc.', 'default_3x3', 1, 350, 1, 21, '1', '1', '0', 'NORMAL', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, ''),
(583, 410, '2016-17_new_year_acc.', '2016-17 NY Acc.', 'default_3x3', 1, 350, 1, 31, '1', '1', '0', 'NORMAL', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, ''),
(584, 410, '2018-19_new_year_acc.', '2018-19 NY Acc.', 'default_3x3', 1, 350, 1, 10, '1', '1', '0', 'NORMAL', '0', '', '494f9e19e78d ', '', '', '', '', '', 0, ''),
(585, 624, 'golden_accessories', 'Golden Accessories', 'default_3x3', 1, 263, 6, 8, '1', '1', '0', 'NORMAL', '0', '', '70b334203e82', '', '', '', '', '', 0, ''),
(586, 43, 'black_diner', 'Black Diner', 'default_3x3', 1, 204, 1, 2, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(587, 43, 'beige_diner', 'Beige Diner', 'default_3x3', 1, 204, 1, 1, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(588, 3, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, ''),
(589, 3, 'new_additions', 'New Additions', 'default_3x3', 1, 215, 1, 2, '1', '1', '0', 'NORMAL', '0', 'clothing_catalog_header', 'newclothingeaster16', '', 'The biggest clothing update for YEARS just landed in the Catalogue. We\'ll say no more - just GO LOOK!', '', '', '', 0, ''),
(590, 557, 'extra_rares', 'Extra Rares', 'default_3x3', 1, 42, 5, 11, '1', '1', '0', 'NORMAL', '0', 'limited_header', 'catalog_limited_teaser', '', 'Rares that didn\'t really fit in any other category.', '', '', '', 0, ''),
(591, 599, 'panda_statues', 'Panda Statues', 'default_3x3', 1, 42, 4, 4, '1', '1', '0', 'NORMAL', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, ''),
(592, 599, 'turtle_statues', 'Turtle Statues', 'default_3x3', 1, 42, 4, 7, '1', '1', '0', 'NORMAL', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, ''),
(593, 209, 'elegant', 'Elegant', 'default_3x3', 1, 2, 1, 25, '1', '1', '0', 'NORMAL', '0', 'catalog_header_classics', 'classiclounge', '', 'Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.', '', '', '', 0, ''),
(594, 43, 'blue_diner', 'Blue Diner', 'default_3x3', 1, 204, 1, 2, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(595, 219, 'chess', 'Chess', 'default_3x3', 1, 2, 1, 11, '1', '1', '0', 'NORMAL', '0', 'chessheader', 'spromo_Chess_Bundle', '', 'Who remembers the legendary Habbo Hotel Public Classics? Now you can recreate them any way you want.', '', '', '', 0, ''),
(596, 311, 'teal_rares', 'Teal Rares', 'default_3x3', 1, 42, 6, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(597, 599, 'sloth_statues', 'Sloth Statues', 'default_3x3', 1, 42, 4, 6, '1', '1', '0', 'NORMAL', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, ''),
(598, 599, 'hedgehog_statues', 'Hedgehog Statues', 'default_3x3', 1, 42, 4, 2, '1', '1', '0', 'NORMAL', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, ''),
(599, 7, 'bonus_prizes', 'Bonus Prizes', 'default_3x3', 1, 99, 4, 6, '1', '0', '0', 'NORMAL', '0', '', 'Spromo_Bonus_Bags', '', NULL, '', '', '', 0, ''),
(600, 190, 'pinatas_crackables', 'Pinatas Crackables', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(601, 599, 'punching_bags', 'Punching Bags', 'default_3x3', 1, 42, 4, 5, '1', '1', '0', 'NORMAL', '0', '', 'Spromo_Bonus_Bags', ' ', NULL, ' ', '', ' ', 0, ''),
(602, 2, 'outdoor_furni', 'Outdoor Furni', 'default_3x3', 1, 220, 1, 9, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(603, 2, 'room_building', 'Room Building', 'default_3x3', 1, 63, 1, 8, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(604, 2, 'indoor_furni', 'Indoor Furni', 'default_3x3', 1, 112, 1, 7, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(605, 604, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, ''),
(606, 604, 'seating', 'Seating', 'default_3x3', 1, 111, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_chairs_header_dyn', 'catalog_chairs_teaser2_001', '', 'You can\'t just leave your friends standing there when you invite them over! Have a look at our huge selection of chairs and take your pick.', '', '', '', 0, ''),
(607, 604, 'tables', 'Tables', 'default_3x3', 1, 112, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_tables_header_dyn', 'catalog_tables_teaser2_001', '', 'What\'s a room without a table? Serve drinks and snacks or simply sit around for some good old chit-chat. Which table suits your room best?', '', '', '', 0, ''),
(608, 604, 'beds', 'Beds', 'default_3x3', 1, 114, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_beds_header_dyn', 'catalog_beds_teaser2_001', '', 'After a busy day making new friends and exploring the Hotel you\'ll need a good night\'s sleep! Pick your fave from our range of stylish beds and get some much needed rest.', '', '', '', 0, ''),
(609, 604, 'dividers', 'Dividers', 'default_3x3', 1, 113, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_dividers_header_dyn', 'catalog_dividers_teaser2_001', '', 'Divide and conquer! A well-placed divider can really tie your room together. Take a look below to see what\'s on offer.', '', '', '', 0, ''),
(610, 190, 'coloured_rares_crackables', 'Coloured Rares Crackables', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(611, 603, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, ''),
(612, 603, 'floors', 'Floors', 'default_3x3', 1, 41, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_floors_header_dyn', 'small_promo_venus_de_habbo', '', 'This section has a floor furni for every situation.', '', '', '', 0, ''),
(613, 602, 'water_features', 'Water Features', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', 'NORMAL', '0', 'gondola_header', 'gondola_teaser', '', 'Use this section to complete your room with some relaxing water features.', '', '', '', 0, ''),
(614, 602, 'ground', 'Ground', 'default_3x3', 1, 21, 1, 4, '1', '1', '0', 'NORMAL', '0', 'xmas14_catalog_header', 'garden_teaser_de', '', 'Need to build an autumn garden, or do you fancy making a beach room? We\'ve got it covered here.', '', '', '', 0, ''),
(615, 603, 'doors', 'Doors', 'default_3x3', 1, 55, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalogue_header_castles', 'Catalogue_Teaser_Castles', '', 'Give your room an entrance and an exit.', '', '', '', 0, ''),
(616, 602, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, ''),
(617, 218, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', 'Need some inspiration? Look no further.', '', '', '', 0, ''),
(618, 218, 'deals', 'Deals', 'default_3x3', 1, 84, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_wired_header6_en', 'ctlg_pic_wired_deals', '', 'The easiest doobie way to get wired is to use the deals! These deals contain all Furni needed to make specific actions like \'Password doors\' and \'Switch operated doors\' possible.', '', '', '', 0, ''),
(619, 218, 'how_to_use_wired', 'How To Use Wired', 'info_loyalty', 1, 42, 1, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', '1. Wired Triggers\r\n2. Wired Effects\r\n3. Wired Conditions\r\n4. Wired Addons\r\n5. Wired Leaderboards', '', '', '', 0, ''),
(620, 219, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(621, 209, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_hot_header_en', 'catalog_teaser_new', '', '', '', '', '', 0, ''),
(622, 568, 'dark_iced', 'Dark Iced', 'default_3x3', 1, 72, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_iced_headline1', 'catalog_iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(623, 234, 'top_picks', 'Top Picks', 'default_3x3', 1, 195, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(624, 7, 'clothing', 'Clothing', 'default_3x3', 1, 74, 5, 3, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(625, 43, 'green_diner', 'Green Diner', 'default_3x3', 1, 204, 1, 3, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(626, 43, 'yellow_diner', 'Yellow Diner', 'default_3x3', 1, 204, 1, 6, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(627, 43, 'teal_diner', 'Teal Diner', 'default_3x3', 1, 204, 1, 9, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(628, 43, 'diner_accessories', 'Diner Accessories', 'default_3x3', 1, 204, 1, 10, '1', '1', '0', 'NORMAL', '0', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50\'s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', NULL, NULL, NULL, 0, ''),
(629, 216, 'greek', 'Greek', 'default_3x3', 1, 31, 1, 1, '1', '1', '0', 'NORMAL', '0', 'greek_header', 'greek_catateaser', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own pantheon with our realistic Greek range!', NULL, NULL, NULL, 0, ''),
(630, 219, 'rollerskating', 'Rollerskating', 'default_3x3', 1, 94, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_rollerskates_header', 'catalog_teaser_rollerblades', '', 'Show off your tricks on the rink, get your derby going or just invite your friends to a good ol\' roller party! PS. the rink looks great when dressed up with some Neon or Diner Furni!', '', '', '', 0, ''),
(631, 684, 'neo-habbo_rares', 'Neo-Habbo Rares', 'default_3x3', 1, 254, 1, 7, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(632, 675, 'newbie', 'Newbie', 'default_3x3', 1, 42, 6, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(633, 420, 'temp_art_n_india', 'temp art n india', 'default_3x3', 1, 42, 6, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(634, 420, 'crackable_prizes', 'Crackable Prizes', 'default_3x3', 1, 42, 5, 6, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(635, 684, 'valentines_rares', 'Valentines Rares', 'default_3x3', 1, 42, 1, 20, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(636, 624, 'nt_clothing', 'NT Clothing', 'default_3x3', 1, 42, 5, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', 'NT stands for Non-Tradable; unsure what Habbo uses these for, but they could be used in competitions and events as prizes.', '', '', '', 0, ''),
(637, 190, 'gold_crackables', 'Gold Crackables', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(638, 622, 'black_dark_iced', 'Black Dark Iced', 'default_3x3', 1, 72, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(639, 622, 'white_dark_iced', 'White Dark Iced', 'default_3x3', 1, 72, 1, 8, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(640, 622, 'aquamarine_dark_iced', 'Aquamarine Dark Iced', 'default_3x3', 1, 72, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(641, 622, 'pink_dark_iced', 'Pink Dark Iced', 'default_3x3', 1, 72, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(642, 622, 'blue_dark_iced', 'Blue Dark Iced', 'default_3x3', 1, 72, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(643, 622, 'green_dark_iced', 'Green Dark Iced', 'default_3x3', 1, 72, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(644, 622, 'yellow_dark_iced', 'Yellow Dark Iced', 'default_3x3', 1, 72, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(645, 622, 'red_dark_iced', 'Red Dark Iced', 'default_3x3', 1, 72, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(646, 622, 'purple_dark_iced', 'Purple Dark Iced', 'default_3x3', 1, 72, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_Iced_headline1', 'catalog_Iced_teaser1', '', 'It\'s so chic, it says everything and nothing. It\'s a blank canvas, let your imagination run wild!', '', '', '', 0, ''),
(647, 105, 'pink_dark_pura', 'Pink Dark Pura', 'default_3x3', 1, 48, 1, 6, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(648, 105, 'black_dark_pura', 'Black Dark Pura', 'default_3x3', 1, 48, 1, 3, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(649, 105, 'white_dark_pura', 'White Dark Pura', 'default_3x3', 1, 48, 1, 10, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(650, 105, 'beige_dark_pura', 'Beige Dark Pura', 'default_3x3', 1, 48, 1, 2, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(651, 105, 'blue_dark_pura', 'Blue Dark Pura', 'default_3x3', 1, 48, 1, 4, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(652, 105, 'green_dark_pura', 'Green Dark Pura', 'default_3x3', 1, 48, 1, 5, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(653, 105, 'yellow_dark_pura', 'Yellow Dark Pura', 'default_3x3', 1, 48, 1, 9, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(654, 105, 'red_dark_pura', 'Red Dark Pura', 'default_3x3', 1, 48, 1, 8, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(655, 105, 'purple_dark_pura', 'Purple Dark Pura', 'default_3x3', 1, 48, 1, 7, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(656, 105, 'aqua_dark_pura', 'Aqua Dark Pura', 'default_3x3', 1, 48, 1, 1, '1', '1', '0', 'NORMAL', '0', 'puraheader', 'catalog_pura_teaser1', '', 'This collection breathes frresh, clean air and cool tranquility. Use it to create a haven away from the hullabaloo of the public spaces or your life outside the hotel.', '', '', '', 0, ''),
(657, 345, 'exotic_birds', 'Exotic Birds', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(658, 345, 'northern_american_animals', 'Northern American Animals', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(659, 721, 'bonus_rare_17', 'Bonus Rare 17', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(660, 721, 'bonus_rare_18', 'Bonus Rare 18', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(661, 721, 'bonus_rare_19', 'Bonus Rare 19', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(662, 721, 'bonus_rare_16', 'Bonus Rare 16', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(663, 557, 'v1_rares', 'V1 Rares', 'default_3x3', 1, 42, 6, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(664, 420, 'bonus_bags', 'Bonus Bags', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(665, 420, 'seasonal_crackables', 'Seasonal Crackables', 'default_3x3', 1, 90, 4, 2, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(666, 665, 'halloween_crackables', 'Halloween Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, ''),
(667, 665, 'easter_crackables', 'Easter Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, ''),
(668, 665, 'new_year_crackables', 'New Year Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, ''),
(669, 665, 'christmas_crackables', 'Christmas Crackables', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These must be placed in the main catalogue somewhere for your users to be able to get the prizes, and any linked crafting recipes.', '', '', '', 0, ''),
(670, 345, 'sci-fi', 'Sci-Fi', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(671, 345, 'victorian_dolls', 'Victorian Dolls', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(672, 345, 'festival_skulls', 'Festival Skulls', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(673, 345, 'inflatable_furni', 'Inflatable Furni', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(674, 7, 'crafting', 'Crafting', 'default_3x3', 1, 180, 4, 4, '1', '0', '0', 'NORMAL', '0', '', '', '', 'Either used as prizes or ingredients.', '', '', '', 0, ''),
(675, 7, 'previous_campaigns', 'Previous Campaigns', 'default_3x3', 1, 10, 6, 7, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(676, 674, 'finished_craftables', 'Finished Craftables', 'default_3x3', 1, 42, 5, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', 'When a recipe is made, you are given an item to either craft further, or the final product. This is a page of both of those, and ideally shouldn\'t be in the main catalogue; unless you want to skip crafting.', '', '', '', 0, ''),
(677, 674, 'secondary_ingredients', 'Secondary Ingredients', 'default_3x3', 1, 42, 4, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These secondary ingredients are given from craftables, but are used for crafting so shouldn\'t be in the main catalogue.', '', '', '', 0, ''),
(678, 674, 'crafting_tables', 'Crafting Tables', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'For users to craft, they\'ll need to be able to use these tables.', '', '', '', 0, ''),
(679, 7, 'what_you_can_do', 'What You Can Do', 'info_loyalty', 1, 42, 4, 14, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Page Text 1: You can use any colour you would like.\r\nAnd any size.
\r\nI use red a lot on my staff pages, and of course bold for emphasis, italics are important, and underlining.
\r\nYou can add events to some page types too.
\r\nThis opens a habbopage.
\r\nThis opens your menu.
\r\nThis searches the navigator.
\r\nThis opens the Avatar Editor.
\r\nYou get the idea.
\r\nEnjoy the catalogue!', NULL, NULL, NULL, 0, ''),
(680, 675, 'pets', 'Pets', 'default_3x3', 1, 10, 6, 1, '1', '0', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(681, 680, 'cows', 'Cows', 'pets', 1, 270, 1, 99, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(682, 684, 'mystics_rares', 'Mystics Rares', 'default_3x3', 1, 185, 1, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(683, 125, 'other', 'Other', 'default_3x3', 1, 42, 7, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(684, 557, 'rares_by_furni_line', 'Rares by Furni Line', 'default_3x3', 1, 42, 4, 1, '1', '0', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(685, 680, 'epic_pet_(alone)', 'Epic Pet (alone)', 'pets', 1, 42, 4, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(686, 209, 'london', 'London', 'default_3x3', 1, 2, 1, 43, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Really, you\'d expect more coppers and stabbings, but here\'s some furni to show the safe sides of London!', NULL, NULL, NULL, 0, ''),
(687, 624, 'rare_clothing_2020', '[R] Clothing - 2020', 'default_3x3', 1, 42, 6, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Unreleased rare clothing.', NULL, NULL, NULL, 0, ''),
(688, 410, '2019-20_ny_acc.', '2019-20 NY Acc.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'This furniture is used in a New Years Crackable.', NULL, NULL, NULL, 0, ''),
(689, 8, 'masks', 'Masks', 'default_3x3', 1, 214, 1, 9, '1', '1', '0', 'NORMAL', '0', 'catalog_header_hc', 'teaser_habboclub', 'catalog_special_txtbg2', 'As a member of Habbo Club or HC, you can shop from this selection of exclusive items. Every now and then we will also be adding items that are currently unavailable in the regular Furni Shop as well!', NULL, NULL, 'For Club members only!', 0, ''),
(690, 599, 'seal_statues', 'Seal Statues', 'default_3x3', 1, 42, 4, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(691, 720, '2020_rares', '2020 Rares', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(692, 376, '2020_cafe', '2020 - Cafe', 'default_3x3', 1, 62, 1, 22, '1', '1', '0', 'NORMAL', '0', 'catalog_header_val12_2_en', 'catalog_love_teaser1', '', 'Create your own romantic café with this Valentines furni line.', NULL, NULL, NULL, 0, ''),
(693, 721, 'bonus_rare_20', 'Bonus Rare 20', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(694, 684, 'jurassic_rares', 'Jurassic Rares', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(695, 684, 'olympics/london_rares', 'Olympics/London Rares', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(696, 209, 'india', 'India', 'default_3x3', 1, 2, 1, 37, '1', '1', '0', 'NORMAL', '0', 'catalog_frontpage_headline_shop_EN', 'catal_fp_pic5', '', 'Fall into a new role and take on the beautiful palace views that come with it. Will you be the next Sultan?', NULL, NULL, NULL, 0, ''),
(697, 209, 'habbo-lympix', 'Habbo-Lympix', 'default_3x3', 1, 266, 1, 34, '1', '1', '0', 'NORMAL', '0', 'catalog_header_olympic16', 'catalog_teaser_olympic16', '', 'We\'ve got everything you need to spread the Habbo-lympic spirit across the Hotel, from podiums and torches to tracks and one very special lady that will serve you tea!', NULL, NULL, NULL, 0, ''),
(698, 222, 'all_in_one_bc', 'All In One (LAGGY)', 'default_3x3_color_grouping', 1, 28, 1, 35, '1', '1', '0', 'NORMAL', '0', 'block_header', 'teaser_blocks', '', '1 Block... 2 Block... Red Block... Blue Block', NULL, NULL, NULL, 0, '126;127;128;129;130;131;132;133;134;135;136;137;138;139;140;141;142;143;144;145;146;147;148;149;150;151;152;153;154;155;156;157'),
(699, 684, 'executive_rares', 'Executive Rares', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(700, 209, 'executive', 'Executive', 'default_3x3', 1, 27, 1, 26, '1', '0', '0', 'NORMAL', '0', 'catalog_exe_headline1_en', 'catalog_exe_teaser_en', '', 'The Executive range is ideal for creating a sophisticated working environment, whether it be an office, a mafia headquarters or study!', NULL, NULL, NULL, 0, ''),
(701, 700, 'vanilla_executive', 'Vanilla Executive', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(702, 684, 'drago_rares', 'Drago Rares', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(703, 634, 'bohemian_festival_prizes', 'Bohemian Festival Prizes', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(704, 674, 'ingredients', 'Ingredients', 'default_3x3', 1, 42, 4, 2, '1', '0', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(705, 704, 'bohemian_festival_ingr', 'Bohemian Festival Ingr.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These will need to be placed somewhere in the main catalogue for users to craft.', NULL, NULL, NULL, 0, ''),
(706, 684, 'paris_rares', 'Paris Rares', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(707, 684, 'pirates_rares', 'Pirates Rares', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(708, 209, 'pirates', 'Pirates', 'default_3x3', 1, 190, 1, 55, '1', '0', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(709, 708, 'ghost_ship', 'Ghost Ship', 'default_3x3', 1, 190, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', NULL, NULL, NULL, 0, ''),
(710, 708, 'bottles', 'Bottles', 'default_3x3', 1, 190, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_pirate', 'pirate_bundle', '', 'Yarrr! Harrrrr! Fiddle dee dee, being a pirate is alright with me!', NULL, NULL, NULL, 0, ''),
(711, 684, 'santorini_rares', 'Santorini Rares', 'default_3x3', 1, 42, 1, 13, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(712, 557, 'roombundle_rare', 'Roombundle Rare', 'default_3x3', 1, 42, 7, 12, '1', '1', '0', 'NORMAL', '0', '', '', '', 'For some reason, Habbo has some non-LTD versions of some LTDs. Here they are.', NULL, NULL, NULL, 0, ''),
(713, 684, 'school_rares', 'School Rares', 'default_3x3', 1, 42, 1, 14, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(714, 684, 'steampunk_rares', 'Steampunk Rares', 'default_3x3', 1, 42, 1, 16, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(715, 684, 'bazaar_rares', 'Bazaar Rares', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(716, 684, 'sunlight_city_rares', 'Sunlight City Rares', 'default_3x3', 1, 42, 1, 17, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(717, 684, 'tokyo_rares', 'Tokyo Rares', 'default_3x3', 1, 42, 1, 18, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(718, 684, 'wild_west_rares', 'Wild West Rares', 'default_3x3', 1, 42, 1, 21, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(719, 684, 'zen_garden_rares', 'Zen Garden Rares', 'default_3x3', 1, 42, 1, 22, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(720, 557, 'rares_by_year', 'Rares by Year', 'default_3x3', 1, 42, 4, 2, '1', '0', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(721, 420, 'bonus_rares', 'Bonus Rares', 'default_3x3', 1, 42, 4, 4, '1', '0', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(722, 634, 'halloween_prizes', 'Halloween Prizes', 'default_3x3', 1, 42, 1, 10, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(723, 634, 'jungle_prizes', 'Jungle Prizes', 'default_3x3', 1, 42, 1, 11, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(724, 634, 'easter_egg_prizes', 'Easter Egg Prizes', 'default_3x3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(725, 634, 'mystics_prizes', 'Mystics Prizes', 'default_3x3', 1, 42, 1, 12, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(726, 634, 'habbo15_prizes', 'Habbo15 Prizes', 'default_3x3', 1, 42, 1, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(727, 634, 'gold_rare_prizes', 'Gold Rare Prizes', 'default_3x3', 1, 42, 1, 7, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(728, 634, 'easter_prizes', 'Easter Prizes', 'default_3x3', 1, 42, 1, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(729, 634, 'christmas_prizes', 'Christmas Prizes', 'default_3x3', 1, 42, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(730, 634, 'santorini_prizes', 'Santorini Prizes', 'default_3x3', 1, 42, 1, 15, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(731, 634, 'coral_kingdom_prizes', 'Coral Kingdom Prizes', 'default_3x3', 1, 42, 1, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(732, 634, 'tokyo_prizes', 'Tokyo Prizes', 'default_3x3', 1, 42, 1, 17, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(733, 634, 'diamond_box_prizes', 'Diamond Gift Box Prizes', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(734, 634, 'greek_prizes', 'Greek Prizes', 'default_3x3', 1, 42, 1, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(735, 634, 'spa_prizes', 'Spa Prizes', 'default_3x3', 1, 42, 1, 16, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Any missing prizes may be in Secondary Ingredients for Crafting.', NULL, NULL, NULL, 0, ''),
(736, 675, 'special_trophies', 'Special Trophies', 'trophies', 1, 42, 6, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(737, 736, 'individual_trophies', 'Individual Trophies', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These trophies don\'t follow the typical "colour" guidelines like normal trophies.', NULL, NULL, NULL, 0, ''),
(738, 300, '2012_ltds', '2012 LTDs', 'default_3x3', 1, 145, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(739, 300, '2013_ltds', '2013 LTDs', 'default_3x3', 1, 145, 1, 2, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(740, 300, '2014_ltds', '2014 LTDs', 'default_3x3', 1, 145, 1, 3, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(741, 300, '2015_ltds', '2015 LTDs', 'default_3x3', 1, 145, 1, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(742, 300, '2016_ltds', '2016 LTDs', 'default_3x3', 1, 145, 1, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(743, 300, '2017_ltds', '2017 LTDs', 'default_3x3', 1, 145, 1, 6, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(744, 300, '2018_ltds', '2018 LTDs', 'default_3x3', 1, 145, 1, 7, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(745, 300, '2019_ltds', '2019 LTDs', 'default_3x3', 1, 145, 1, 8, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(746, 300, '2020_ltds', '2020 LTDs', 'default_3x3', 1, 145, 1, 9, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(747, 704, 'india_ingredients', 'India Ingr.', 'default_3x3', 1, 42, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', 'These will need to be placed somewhere in the main catalogue for users to craft.', NULL, NULL, NULL, 0, ''),
(748, 1100, 'neonpunk_c20', 'neonpunk_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(749, 1100, 'gothiccafe_c20', 'gothiccafe_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(750, 1100, 'sunsetcafe_c20', 'sunsetcafe_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(751, 1100, 'zengarden_c20', 'zengarden_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(752, 1100, 'rainyday_c20', 'rainyday_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(753, 1100, 'habbo20_c20', 'habbo20_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(754, 311, 'rare_blackrosegold', 'Blackrosegold', 'default_3x3', 1, 1, 6, 5, '1', '1', '0', 'NORMAL', '0', '', '', '', '', '', '', '', 0, ''),
(755, 1100, 'darkelegant_c20', 'darkelegant_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(756, 1100, 'darkmodern_c20', 'darkmodern_c20', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(757, 2, 'trimmed_rosegold20', 'Trimmed Rose Gold Balloon', 'default_3x3', 1, 42, 1, 4, '1', '1', '0', 'NORMAL', '0', 'Stars_header', 'habbo20_roselinedball', '', 'These balloons contain one of 16 different rose gold coloured classic rares! Check below for the probabilities of getting each item.', NULL, NULL, NULL, 0, ''),
(758, 2, 'crackables_habbo20', 'Crackable Rewards: Probabilities', 'pets3', 1, 42, 1, 5, '1', '1', '0', 'NORMAL', '0', 'Stars_header', 'catalog_teaser_atcg', '', 'Find out everything you need to know about Trimmed Rose Gold Balloons\' rewards here!', 'Here are the probabilities of getting each item:', '\r\n\r\nDragon Lamp: 1%.\r\nIce Cream Maker: 2%.\r\nElephant: 4%.\r\nParasol: 4%.\r\nFountain: 4%.\r\nPowered Fan: 6%.\r\nPillow: 6%.\r\nLaser Portal: 6%.\r\nSmoke Machine: 7%.\r\nSpaceship Door: 7%.\r\nAmber Lamp: 7%.\r\nDoric Pillar: 9%.\r\nSleeping Bag: 9%.\r\nOriental Screen: 9%.\r\nMarquee: 9%.\r\nRoad Barrier: 10%.\r\n\r\n\r\n\r\nSee the balloons on the above sub-page!\r\n', '', 0, ''),
(760, 190, 'habbo20_crackables', 'Habbo 20 Crackables', 'default_3x3', 1, 1, 1, 1, '1', '1', '0', 'NORMAL', '0', '', '', '', NULL, NULL, NULL, NULL, 0, ''),
(761, 14, 'sold_limited_rares', 'Sold Rares', 'default_3x3', 1, 198, 1, 1, '1', '1', '0', 'NORMAL', '0', 'limited_header_sold', 'limited_sold_promo', '', 'his page shows past Limited Edition Rares. They won\'t come back on sale in the Shop. If they\'re not sold out, they might be given as prizes later on, but for now the only way to get one is through trading!', '', '', '', 0, ''),
(1000, 233, 'dark_elegant_20', 'NEW: Dark Elegant Bundle', 'room_bundle', 1, 268, 1, 1, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombundle', 'dark_elegant20_bundle', '', 'For the more elegant People!', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new nice Dark Elegant Room. For only 99Credits. This could be yours today!', 'The Bundle include:', 50, ''),
(1001, 233, 'chill_modern_20', 'NEW: Chill Modern Bundle', 'room_bundle', 1, 268, 1, 2, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombundle', 'chill_modern20_bundle', '', 'For the modern People!', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Chill Modern Room-Bundle. For only 99Credits. This could be yours today!', 'The Bundle include:', 51, ''),
(1002, 233, 'pigglets_habitat20', 'Piglet\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 5, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombundle', 'may20_pet3_internal', '', 'For your Pigglet.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Pigglet Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include:', 52, ''),
(1003, 233, 'polarbear_habitat20', 'Polar Bear\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 6, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombundle', 'may20_pet4_internal', '', 'For your Polar Bear.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Polar Bear Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include:', 53, ''),
(1004, 233, 'cat_habitat20', 'Kitten\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 3, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombundle', 'may20_pet1_internal', '', 'For your Pussy.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Cat Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include:', 54, ''),
(1005, 233, 'puppy_habitat20', 'Puppy\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 4, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombundle', 'may20_pet2_internal', '', 'For your Puppy.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Puppy Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include:', 55, ''),
(1006, 233, 'terrier_habitat20', 'Terrier\'s Habitat Bundle', 'room_bundle', 1, 268, 1, 7, '1', '1', '0', 'NORMAL', '0', 'catalog_header_roombundle', 'may20_pet5_internal', '', 'For your Terrier.', 'New Room Bundle Exclusive for YOU!', 'Grab yourself a new Terrier Habitat Room-Bundle. For only 30 Credits and 30 Diamonds. This could be yours today!', 'The Bundle include:', 56, ''),
(1100, 7, 'new_release', 'New Furnitures', 'default_3x3', 1, 180, 4, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', 'New unrelesed Furnitures.', '', '', '', 0, ''),
(1110, 7, 'targetoffer_int', 'Targeted Offers', 'default_3x3', 1, 180, 4, 4, '1', '1', '0', 'NORMAL', '0', '', '', '', 'Targeted offers Packs', '', '', '', 0, '');
-- Dumping structure for table habbo.catalog_pages_bc
DROP TABLE IF EXISTS `catalog_pages_bc`;
CREATE TABLE IF NOT EXISTS `catalog_pages_bc` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL DEFAULT -1,
`caption` varchar(128) NOT NULL,
`page_layout` enum('default_3x3','club_buy','club_gift','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','spaces_new','soundmachine','guilds','guild_furni','info_duckets','info_rentables','info_pets','roomads','single_bundle','sold_ltd_items','badge_display','bots','pets','pets2','pets3','productpage1','room_bundle','recent_purchases','default_3x3_color_grouping','guild_forum','vip_buy','info_loyalty','loyalty_vip_buy','collectibles','petcustomization','frontpage_featured','builders_club_frontpage','builders_club_addons','builders_club_loyalty') NOT NULL DEFAULT 'default_3x3',
`icon_color` int(11) NOT NULL DEFAULT 1,
`icon_image` int(11) NOT NULL DEFAULT 1,
`order_num` int(11) NOT NULL DEFAULT 1,
`visible` enum('0','1') NOT NULL DEFAULT '1',
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`page_headline` varchar(1024) NOT NULL DEFAULT '',
`page_teaser` varchar(64) NOT NULL DEFAULT '',
`page_special` varchar(2048) DEFAULT '' COMMENT 'Gold Bubble: catalog_special_txtbg1 // Speech Bubble: catalog_special_txtbg2 // Place normal text in page_text_teaser',
`page_text1` text DEFAULT NULL,
`page_text2` text DEFAULT NULL,
`page_text_details` text DEFAULT NULL,
`page_text_teaser` text DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_pages_bc: 2 rows
DELETE FROM `catalog_pages_bc`;
/*!40000 ALTER TABLE `catalog_pages_bc` DISABLE KEYS */;
INSERT INTO `catalog_pages_bc` (`id`, `parent_id`, `caption`, `page_layout`, `icon_color`, `icon_image`, `order_num`, `visible`, `enabled`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(1, -1, 'Furniture', 'default_3x3', 1, 1, 0, '1', '1', '', '', '', NULL, NULL, NULL, NULL),
(2, -1, 'Building Blocks', 'default_3x3', 1, 1, 1, '0', '0', '', '', '', NULL, NULL, NULL, NULL);
/*!40000 ALTER TABLE `catalog_pages_bc` ENABLE KEYS */;
-- Dumping structure for table habbo.catalog_target_offers
DROP TABLE IF EXISTS `catalog_target_offers`;
CREATE TABLE IF NOT EXISTS `catalog_target_offers` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`offer_code` varchar(32) NOT NULL,
`title` varchar(128) NOT NULL DEFAULT '',
`description` varchar(2048) NOT NULL DEFAULT '',
`image` varchar(128) NOT NULL,
`icon` varchar(128) NOT NULL,
`end_timestamp` int(11) NOT NULL,
`credits` int(11) NOT NULL DEFAULT 10,
`points` int(11) NOT NULL DEFAULT 10,
`points_type` int(11) NOT NULL DEFAULT 5,
`purchase_limit` int(11) NOT NULL DEFAULT 5,
`catalog_item` int(11) NOT NULL,
`vars` varchar(1024) NOT NULL DEFAULT '' COMMENT 'List of strings seperated by a ;',
PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.catalog_target_offers: ~1 rows (approximately)
DELETE FROM `catalog_target_offers`;
INSERT INTO `catalog_target_offers` (`id`, `offer_code`, `title`, `description`, `image`, `icon`, `end_timestamp`, `credits`, `points`, `points_type`, `purchase_limit`, `catalog_item`, `vars`) VALUES
(1, '10500', 'Machines Offer One!', 'Click here to see a list of all items included in this deal.', 'targetedoffers/ufo_habbo20_mach1.png', 'targetedoffers/tto_blkfri_20_small.png', 1598745600, 189, 189, 5, 1, 20500, '');
-- Dumping structure for table habbo.chat_bubbles
DROP TABLE IF EXISTS `chat_bubbles`;
CREATE TABLE IF NOT EXISTS `chat_bubbles` (
`type` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Only 46 and higher will work',
`name` varchar(255) NOT NULL DEFAULT '',
`permission` varchar(255) NOT NULL DEFAULT '',
`overridable` tinyint(1) NOT NULL DEFAULT 1,
`triggers_talking_furniture` tinyint(1) NOT NULL DEFAULT 0,
PRIMARY KEY (`type`)
) ENGINE=InnoDB AUTO_INCREMENT=253 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Dumping data for table habbo.chat_bubbles: ~19 rows (approximately)
DELETE FROM `chat_bubbles`;
INSERT INTO `chat_bubbles` (`type`, `name`, `permission`, `overridable`, `triggers_talking_furniture`) VALUES
(200, 'SHOW_MESSAGE_RED', '', 1, 0),
(201, 'SHOW_MESSAGE_GREEN', '', 1, 0),
(202, 'SHOW_MESSAGE_BLUE', '', 1, 0),
(210, 'SHOW_MESSAGE_ALERT', '', 1, 0),
(211, 'SHOW_MESSAGE_INFO', '', 1, 0),
(212, 'SHOW_MESSAGE_WARNING', '', 1, 0),
(220, 'SHOW_MESSAGE_WRONG', '', 1, 0),
(221, 'SHOW_MESSAGE_WRONG_CIRCLED', '', 1, 0),
(222, 'SHOW_MESSAGE_CORRECT', '', 1, 0),
(223, 'SHOW_MESSAGE_CORRECT_CIRCLED', '', 1, 0),
(224, 'SHOW_MESSAGE_QUESTION', '', 1, 0),
(225, 'SHOW_MESSAGE_QUESTION_CIRCLED', '', 1, 0),
(226, 'SHOW_MESSAGE_ARROW_UP', '', 1, 0),
(227, 'SHOW_MESSAGE_ARROW_UP_CIRCLED', '', 1, 0),
(228, 'SHOW_MESSAGE_ARROW_DOWN', '', 1, 0),
(229, 'SHOW_MESSAGE_ARROW_DOWN_CIRCLED', '', 1, 0),
(250, 'SHOW_MESSAGE_SKULL', '', 1, 0),
(251, 'SHOW_MESSAGE_SKULL_ALT', '', 1, 0),
(252, 'SHOW_MESSAGE_MAGNIFIER', '', 1, 0);
-- Dumping structure for table habbo.chatlogs_private
DROP TABLE IF EXISTS `chatlogs_private`;
CREATE TABLE IF NOT EXISTS `chatlogs_private` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_from_id` int(11) NOT NULL,
`user_to_id` int(11) NOT NULL,
`message` varchar(255) NOT NULL,
`timestamp` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
KEY `id` (`id`) USING BTREE,
KEY `user_from_id` (`user_from_id`) USING BTREE,
KEY `user_to_id` (`user_to_id`) USING BTREE,
KEY `message` (`message`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.chatlogs_private: 0 rows
DELETE FROM `chatlogs_private`;
/*!40000 ALTER TABLE `chatlogs_private` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatlogs_private` ENABLE KEYS */;
-- Dumping structure for table habbo.chatlogs_room
DROP TABLE IF EXISTS `chatlogs_room`;
CREATE TABLE IF NOT EXISTS `chatlogs_room` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`room_id` int(11) NOT NULL DEFAULT 0,
`user_from_id` int(11) NOT NULL,
`user_to_id` int(11) NOT NULL DEFAULT 0,
`message` varchar(255) NOT NULL,
`timestamp` int(11) NOT NULL,
PRIMARY KEY (`id`),
KEY `user_from_id` (`user_from_id`) USING BTREE,
KEY `timestamp` (`timestamp`) USING BTREE,
KEY `user_to_id` (`user_to_id`) USING BTREE,
KEY `message` (`message`) USING BTREE,
KEY `room_id` (`room_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.chatlogs_room: 0 rows
DELETE FROM `chatlogs_room`;
/*!40000 ALTER TABLE `chatlogs_room` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatlogs_room` ENABLE KEYS */;
-- Dumping structure for table habbo.commandlogs
DROP TABLE IF EXISTS `commandlogs`;
CREATE TABLE IF NOT EXISTS `commandlogs` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) NOT NULL,
`timestamp` int(11) NOT NULL,
`command` varchar(256) NOT NULL DEFAULT '',
`params` varchar(256) NOT NULL DEFAULT '',
`succes` enum('no','yes') NOT NULL DEFAULT 'yes',
PRIMARY KEY (`id`),
KEY `user_id` (`user_id`) USING BTREE,
KEY `user_data` (`user_id`,`timestamp`) USING BTREE,
KEY `command` (`command`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.commandlogs: 0 rows
DELETE FROM `commandlogs`;
/*!40000 ALTER TABLE `commandlogs` DISABLE KEYS */;
/*!40000 ALTER TABLE `commandlogs` ENABLE KEYS */;
-- Dumping structure for table habbo.crafting_altars_recipes
DROP TABLE IF EXISTS `crafting_altars_recipes`;
CREATE TABLE IF NOT EXISTS `crafting_altars_recipes` (
`altar_id` int(11) NOT NULL,
`recipe_id` int(11) NOT NULL,
UNIQUE KEY `altar_id` (`altar_id`,`recipe_id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=FIXED;
-- Dumping data for table habbo.crafting_altars_recipes: 243 rows
DELETE FROM `crafting_altars_recipes`;
/*!40000 ALTER TABLE `crafting_altars_recipes` DISABLE KEYS */;
INSERT INTO `crafting_altars_recipes` (`altar_id`, `recipe_id`) VALUES
(8388, 1),
(8388, 2),
(8388, 3),
(8388, 4),
(8388, 5),
(8388, 6),
(8388, 7),
(8388, 8),
(8388, 9),
(8388, 10),
(8388, 11),
(8388, 12),
(8388, 13),
(8388, 14),
(8388, 15),
(8388, 16),
(8388, 17),
(8388, 18),
(8388, 19),
(8388, 20),
(8388, 21),
(8388, 22),
(8388, 23),
(8388, 24),
(8938, 167),
(8938, 168),
(8938, 169),
(8938, 170),
(8938, 171),
(8938, 172),
(8938, 173),
(8938, 174),
(8938, 175),
(8938, 176),
(8938, 177),
(8938, 178),
(8938, 179),
(8938, 180),
(8938, 181),
(8938, 182),
(8938, 183),
(8938, 184),
(8938, 185),
(8938, 186),
(8938, 187),
(8938, 188),
(8938, 189),
(8938, 190),
(8938, 191),
(8938, 192),
(8938, 193),
(8938, 194),
(8938, 195),
(8938, 196),
(8938, 197),
(8938, 198),
(8938, 199),
(8938, 200),
(8938, 201),
(8938, 202),
(8938, 203),
(8938, 204),
(8938, 205),
(8938, 206),
(9169, 207),
(9169, 208),
(9169, 209),
(9169, 210),
(9169, 211),
(9169, 212),
(9169, 213),
(9169, 214),
(9169, 215),
(9169, 216),
(9169, 217),
(9169, 218),
(9169, 219),
(9169, 220),
(9169, 221),
(9169, 222),
(9169, 223),
(9169, 224),
(9169, 225),
(9169, 226),
(9169, 227),
(9169, 228),
(9169, 229),
(9169, 230),
(9169, 231),
(9169, 232),
(9169, 233),
(9169, 234),
(9169, 235),
(9169, 236),
(9169, 237),
(9412, 25),
(9412, 26),
(9412, 27),
(9412, 28),
(9412, 29),
(9412, 30),
(9412, 31),
(9412, 32),
(9412, 33),
(9412, 34),
(9412, 35),
(9412, 36),
(9412, 37),
(9603, 39),
(9603, 41),
(9603, 42),
(9603, 43),
(9603, 44),
(9603, 45),
(9603, 46),
(9603, 47),
(9603, 48),
(9603, 49),
(9603, 51),
(9603, 52),
(9603, 53),
(9603, 54),
(9603, 55),
(9603, 56),
(9603, 57),
(9603, 58),
(9603, 59),
(9603, 60),
(9603, 61),
(9603, 62),
(9603, 63),
(9603, 64),
(9603, 65),
(9603, 66),
(9603, 67),
(9603, 68),
(9603, 69),
(9603, 70),
(9603, 71),
(9603, 72),
(9603, 73),
(9603, 74),
(9603, 75),
(9603, 76),
(9603, 77),
(9603, 78),
(9603, 79),
(9603, 81),
(9603, 82),
(9603, 83),
(9603, 84),
(9603, 85),
(9603, 86),
(9603, 87),
(9603, 88),
(9603, 89),
(9603, 90),
(9603, 91),
(9603, 92),
(9603, 93),
(9794, 94),
(9794, 95),
(9794, 96),
(9794, 97),
(9794, 98),
(9794, 99),
(10032, 163),
(10032, 164),
(10032, 165),
(10032, 166),
(10174, 100),
(10174, 101),
(10174, 102),
(10174, 103),
(10174, 104),
(10174, 105),
(10270, 106),
(10270, 107),
(10270, 108),
(10270, 109),
(10270, 110),
(10270, 111),
(10270, 112),
(10270, 113),
(10270, 114),
(10270, 115),
(10270, 116),
(10394, 117),
(10394, 118),
(10394, 119),
(10394, 120),
(10394, 121),
(10394, 122),
(10394, 123),
(10634, 124),
(10634, 125),
(10634, 126),
(10634, 127),
(10634, 128),
(10634, 129),
(10634, 130),
(10634, 131),
(10634, 132),
(10634, 133),
(10634, 134),
(10634, 135),
(10634, 136),
(10634, 137),
(10634, 138),
(10634, 139),
(10634, 140),
(10732, 141),
(10732, 142),
(10732, 143),
(10732, 144),
(10732, 145),
(10732, 146),
(10732, 147),
(10732, 148),
(10808, 149),
(10808, 150),
(10808, 151),
(10808, 152),
(10808, 153),
(10911, 154),
(10911, 155),
(10911, 156),
(10911, 157),
(10911, 158),
(11169, 159),
(11169, 160),
(11169, 161),
(11169, 162),
(11205, 238),
(11205, 239),
(11205, 240),
(11205, 241),
(11205, 242),
(11205, 243),
(11205, 244),
(11205, 245),
(11205, 246),
(11205, 247);
/*!40000 ALTER TABLE `crafting_altars_recipes` ENABLE KEYS */;
-- Dumping structure for table habbo.crafting_recipes
DROP TABLE IF EXISTS `crafting_recipes`;
CREATE TABLE IF NOT EXISTS `crafting_recipes` (
`id` int(11) NOT NULL,
`product_name` varchar(64) NOT NULL COMMENT 'WARNING! This field must match a entry in your productdata or crafting WILL NOT WORK!',
`reward` int(11) NOT NULL,
`enabled` enum('0','1') NOT NULL DEFAULT '1',
`achievement` varchar(255) NOT NULL DEFAULT '',
`secret` enum('0','1') NOT NULL DEFAULT '0',
`limited` enum('0','1') NOT NULL DEFAULT '0',
`remaining` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`) USING BTREE,
UNIQUE KEY `id` (`id`) USING BTREE,
UNIQUE KEY `name` (`product_name`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.crafting_recipes: 246 rows
DELETE FROM `crafting_recipes`;
/*!40000 ALTER TABLE `crafting_recipes` DISABLE KEYS */;
INSERT INTO `crafting_recipes` (`id`, `product_name`, `reward`, `enabled`, `achievement`, `secret`, `limited`, `remaining`) VALUES
(1, 'clothing_firehelm', 8342, '1', '', '0', '0', 0),
(2, 'clothing_airhelm', 8340, '1', '', '0', '0', 0),
(3, 'clothing_waterhelm', 8336, '1', '', '0', '0', 0),
(4, 'clothing_earthhelm', 8346, '1', '', '0', '0', 0),
(5, 'hween_c15_purecrystal2', 8363, '1', '', '1', '0', 0),
(6, 'hween_c15_purecrystal3', 8373, '1', '', '1', '0', 0),
(7, 'hween_c15_evilcrystal2', 8362, '1', '', '1', '0', 0),
(8, 'hween_c15_evilcrystal3', 8365, '1', '', '1', '0', 0),
(9, 'gothic_c15_chandelier', 8230, '1', '', '1', '0', 0),
(10, 'hween12_guillotine', 4738, '1', '', '1', '0', 0),
(11, 'hween14_mariachi', 6179, '1', '', '1', '0', 0),
(12, 'hween14_doll3', 6203, '1', '', '1', '0', 0),
(13, 'hween14_doll4', 6204, '1', '', '1', '0', 0),
(14, 'clothing_wavy2', 6286, '1', '', '1', '0', 0),
(15, 'guitar_skull', 40110, '1', '', '1', '0', 0),
(16, 'fxbox_fx152', 6322, '1', '', '1', '0', 0),
(17, 'LT_skull', 3189, '1', '', '1', '0', 0),
(18, 'hween14_skelepieces', 6178, '1', '', '1', '0', 0),
(19, 'hween13_bldtrail', 5300, '1', '', '1', '0', 0),
(20, 'penguin_glow', 2993, '1', '', '1', '0', 0),
(21, 'skullcandle', 207, '1', '', '1', '0', 0),
(22, 'fxbox_fx125', 6324, '1', '', '1', '0', 0),
(23, 'deadduck', 208, '1', '', '1', '0', 0),
(24, 'qt_xm10_iceduck', 3727, '1', '', '1', '0', 0),
(25, 'easter_c17_strawbsjam', 9435, '1', '', '0', '0', 0),
(26, 'easter_c17_blkberryjam', 9455, '1', '', '0', '0', 0),
(27, 'easter_c17_raspjam', 9421, '1', '', '0', '0', 0),
(28, 'easter_c17_strawbscake', 9459, '1', '', '0', '0', 0),
(29, 'easter_c17_carrotcake', 9449, '1', '', '0', '0', 0),
(30, 'easter_c17_berrytart', 9450, '1', '', '0', '0', 0),
(31, 'easter_c17_fruitsalad', 9418, '1', '', '0', '0', 0),
(32, 'easter_c17_chocbunny', 9446, '1', '', '1', '0', 0),
(33, 'easter_c17_pastries', 9423, '1', '', '0', '0', 0),
(34, 'easter_c17_choccupcake', 9437, '1', '', '0', '0', 0),
(35, 'easter_c17_choctart', 9428, '1', '', '0', '0', 0),
(36, 'easter_c17_berrycupcake', 9419, '1', '', '0', '0', 0),
(37, 'easter_c17_sweetpastries', 9458, '1', '', '1', '0', 0),
(39, 'bazaar_c17_curtainblue', 9553, '1', '', '0', '0', 0),
(40, 'bazaar_c17_curtainpink', 9631, '1', '', '0', '0', 0),
(41, 'bazaar_c17_curtainyellow', 9637, '1', '', '0', '0', 0),
(42, 'bazaar_c17_curtaingreen', 9569, '1', '', '0', '0', 0),
(43, 'bazaar_c17_curtainpurple', 9606, '1', '', '0', '0', 0),
(44, 'bazaar_c17_curtainmystic', 9642, '1', '', '0', '0', 0),
(45, 'bazaar_c17_curtainbluepinktrim', 9596, '1', '', '0', '0', 0),
(46, 'bazaar_c17_curtainpinkbluetrim', 9583, '1', '', '0', '0', 0),
(47, 'bazaar_c17_curtainyellowbluetrim', 9555, '1', '', '0', '0', 0),
(48, 'bazaar_c17_curtainpurpleyellowtrim', 9636, '1', '', '0', '0', 0),
(49, 'bazaar_c17_curtaingreenpurpletrim', 9572, '1', '', '0', '0', 0),
(50, 'bazaar_c17_lampblue', 9592, '1', '', '0', '0', 0),
(51, 'bazaar_c17_lamppink', 9619, '1', '', '0', '0', 0),
(52, 'bazaar_c17_lampyellow', 9552, '1', '', '0', '0', 0),
(53, 'bazaar_c17_lampgreen', 9609, '1', '', '0', '0', 0),
(54, 'bazaar_c17_lamppurple', 9554, '1', '', '0', '0', 0),
(55, 'bazaar_c17_lampmystic', 9584, '1', '', '0', '0', 0),
(56, 'bazaar_c17_lampbluepinktrim', 9550, '1', '', '0', '0', 0),
(57, 'bazaar_c17_lamppinkbluetrim', 9638, '1', '', '0', '0', 0),
(58, 'bazaar_c17_lampyellowbluetrim', 9599, '1', '', '0', '0', 0),
(59, 'bazaar_c17_lamppurpleyellowtrim', 9644, '1', '', '0', '0', 0),
(60, 'bazaar_c17_lampgreenpurpletrim', 9640, '1', '', '0', '0', 0),
(61, 'bazaar_c17_pillowblue', 9593, '1', '', '0', '0', 0),
(62, 'bazaar_c17_pillowpink', 9639, '1', '', '0', '0', 0),
(63, 'bazaar_c17_pillowyellow', 9586, '1', '', '0', '0', 0),
(64, 'bazaar_c17_pillowgreen', 9633, '1', '', '0', '0', 0),
(65, 'bazaar_c17_pillowpurple', 9575, '1', '', '0', '0', 0),
(66, 'bazaar_c17_pillowmystic', 9566, '1', '', '0', '0', 0),
(67, 'bazaar_c17_pillowbluepinktrim', 9551, '1', '', '0', '0', 0),
(68, 'bazaar_c17_pillowpinkbluetrim', 9628, '1', '', '0', '0', 0),
(69, 'bazaar_c17_pillowyellowbluetrim', 9602, '1', '', '0', '0', 0),
(70, 'bazaar_c17_pillowpurpleyellowtrim', 9629, '1', '', '0', '0', 0),
(71, 'bazaar_c17_pillowgreenpurpletrim', 9567, '1', '', '0', '0', 0),
(72, 'bazaar_c17_rugblue', 9573, '1', '', '0', '0', 0),
(73, 'bazaar_c17_rugpink', 9620, '1', '', '0', '0', 0),
(74, 'bazaar_c17_rugyellow', 9618, '1', '', '0', '0', 0),
(75, 'bazaar_c17_ruggreen', 9556, '1', '', '0', '0', 0),
(76, 'bazaar_c17_rugpurple', 9641, '1', '', '0', '0', 0),
(77, 'bazaar_c17_rugmystic', 9587, '1', '', '0', '0', 0),
(78, 'bazaar_c17_rugpinkbluetrim', 9612, '1', '', '0', '0', 0),
(79, 'bazaar_c17_rugbluepinktrim', 9588, '1', '', '0', '0', 0),
(80, 'bazaar_c17_rugyellowbluetrim', 9577, '1', '', '0', '0', 0),
(81, 'bazaar_c17_rugpurpleyellowtrim', 9560, '1', '', '0', '0', 0),
(82, 'bazaar_c17_ruggreenpurpletrim', 9601, '1', '', '0', '0', 0),
(83, 'bazaar_c17_vaseblue', 9578, '1', '', '0', '0', 0),
(84, 'bazaar_c17_vasepink', 9607, '1', '', '0', '0', 0),
(85, 'bazaar_c17_vaseyellow', 9610, '1', '', '0', '0', 0),
(86, 'bazaar_c17_vasegreen', 9604, '1', '', '0', '0', 0),
(87, 'bazaar_c17_vasepurple', 9568, '1', '', '0', '0', 0),
(88, 'bazaar_c17_vasemystic', 9613, '1', '', '0', '0', 0),
(89, 'bazaar_c17_vasebluepinktrim', 9563, '1', '', '0', '0', 0),
(90, 'bazaar_c17_vasepinkbluetrim', 9561, '1', '', '0', '0', 0),
(91, 'bazaar_c17_vaseyellowbluetrim', 9580, '1', '', '0', '0', 0),
(92, 'bazaar_c17_vasepurpleyellowtrim', 9614, '1', '', '0', '0', 0),
(93, 'bazaar_c17_vasegreenpurpletrim', 9571, '1', '', '0', '0', 0),
(94, 'clothing_featherflower', 9807, '1', '', '0', '0', 0),
(95, 'clothing_tophat', 9839, '1', '', '0', '0', 0),
(96, 'clothing_buttonpants', 9810, '1', '', '0', '0', 0),
(97, 'clothing_ruffleshirt', 9836, '1', '', '0', '0', 0),
(98, 'clothing_tailedcoat', 9851, '1', '', '0', '0', 0),
(99, 'clothing_dress', 9846, '1', '', '0', '0', 0),
(100, 'clothing_harajukuhair', 10186, '1', '', '0', '0', 0),
(101, 'clothing_harajukubow', 10176, '1', '', '0', '0', 0),
(102, 'clothing_sakurajacket', 10149, '1', '', '0', '0', 0),
(103, 'clothing_botface', 10182, '1', '', '0', '0', 0),
(104, 'clothing_animehair', 10134, '1', '', '0', '0', 0),
(105, 'clothing_dragonplushhat', 10153, '1', '', '1', '0', 0),
(106, 'hween_c18_toy1new', 10266, '1', '', '0', '0', 0),
(107, 'hween_c18_toy2new', 10256, '1', '', '0', '0', 0),
(108, 'hween_c18_toy3new', 10255, '1', '', '0', '0', 0),
(109, 'hween_c18_toy4new', 10274, '1', '', '0', '0', 0),
(110, 'hween_c18_toy5new', 10241, '1', '', '0', '0', 0),
(111, 'clothing_legwarmershoes', 10273, '1', '', '0', '0', 0),
(112, 'clothing_brownglasses', 10238, '1', '', '0', '0', 0),
(113, 'clothing_shortcurlhair', 10292, '1', '', '0', '0', 0),
(114, 'clothing_sideponytail', 10267, '1', '', '0', '0', 0),
(115, 'clothing_vintagejacket', 10264, '1', '', '0', '0', 0),
(116, 'hween_c18_labcurtains', 10254, '1', '', '1', '0', 0),
(117, 'clothing_xmas5', 10389, '1', '', '0', '0', 0),
(118, 'clothing_treepartyhat', 10403, '1', '', '0', '0', 0),
(119, 'clothing_poinsettia', 10354, '1', '', '0', '0', 0),
(120, 'clothing_snowman', 10382, '1', '', '0', '0', 0),
(121, 'clothing_rudolphhat', 10342, '1', '', '0', '0', 0),
(122, 'clothing_penguin', 10361, '1', '', '0', '0', 0),
(123, 'clothing_halo', 10329, '1', '', '0', '0', 0),
(124, 'fest_c19_backdrop2', 10623, '1', '', '0', '0', 0),
(125, 'fest_c19_backdrop3', 10631, '1', '', '0', '0', 0),
(126, 'fest_c19_stool2', 10635, '1', '', '0', '0', 0),
(127, 'fest_c19_stool3', 10575, '1', '', '0', '0', 0),
(128, 'fest_c19_cushion2', 10598, '1', '', '0', '0', 0),
(129, 'fest_c19_cushion3', 10591, '1', '', '0', '0', 0),
(130, 'fest_c19_parasol2', 10609, '1', '', '0', '0', 0),
(131, 'fest_c19_parasol3', 10580, '1', '', '0', '0', 0),
(132, 'clothing_bohopaint', 10629, '1', '', '0', '0', 0),
(133, 'clothing_bohogems', 10581, '1', '', '1', '0', 0),
(134, 'clothing_bohoheadgems', 10583, '1', '', '1', '0', 0),
(135, 'clothing_bohotiara', 10619, '1', '', '1', '0', 0),
(136, 'clothing_bohotunic', 10594, '1', '', '0', '0', 0),
(137, 'clothing_bohovest', 10618, '1', '', '1', '0', 0),
(138, 'clothing_ruggedbackpack', 10628, '1', '', '0', '0', 0),
(139, 'clothing_bohobackpack', 10611, '1', '', '1', '0', 0),
(140, 'fest_c19_skull3', 10587, '1', '', '1', '0', 0),
(141, 'suncity_c19_lamp', 10717, '1', '', '0', '0', 0),
(142, 'suncity_c19_biokit', 10733, '1', '', '0', '0', 0),
(143, 'suncity_c19_vase', 10747, '1', '', '0', '0', 0),
(144, 'suncity_c19_clock', 10716, '1', '', '0', '0', 0),
(145, 'clothing_leafmask', 10727, '1', '', '0', '0', 0),
(146, 'clothing_butterflymask', 10719, '1', '', '0', '0', 0),
(147, 'clothing_floralbag', 10739, '1', '', '0', '0', 0),
(148, 'clothing_gogglehat', 10728, '1', '', '0', '0', 0),
(149, 'hween_c19_slimeblob', 10828, '1', '', '0', '0', 0),
(150, 'hween_c19_spiritowl', 10822, '1', '', '0', '0', 0),
(151, 'hween_c19_firechild', 10806, '1', '', '0', '0', 0),
(152, 'hween_c19_darkwerewolf', 10817, '1', '', '0', '0', 0),
(153, 'hween_c19_flameon', 10801, '1', '', '0', '0', 0),
(154, 'xmas_c19_robinfigure2', 10933, '1', '', '0', '0', 0),
(155, 'xmas_c19_reindeerfigure2', 10897, '1', '', '0', '0', 0),
(156, 'xmas_c19_angelfigure2', 10934, '1', '', '0', '0', 0),
(157, 'xmas_c19_unicornfigure2', 10929, '1', '', '0', '0', 0),
(158, 'xmas_c19_dragonfigure2', 10915, '1', '', '0', '0', 0),
(159, 'clothing_maskmint', 11152, '1', '', '0', '0', 0),
(160, 'clothing_maskrose', 11157, '1', '', '0', '0', 0),
(161, 'clothing_maskcitrus', 11161, '1', '', '0', '0', 0),
(162, 'clothing_maskcharcoal', 11164, '1', '', '0', '0', 0),
(163, 'clothing_bffshirt', 10026, '1', '', '0', '0', 0),
(164, 'clothing_bffhat', 10027, '1', '', '0', '0', 0),
(165, 'clothing_kpop', 10025, '1', '', '1', '0', 0),
(166, 'clothing_kpopbuns', 10024, '1', '', '1', '0', 0),
(167, 'jungle_c16_roof3', 8971, '1', '', '0', '0', 0),
(168, 'jungle_c16_table3', 8925, '1', '', '0', '0', 0),
(169, 'jungle_c16_stairs3', 8939, '1', '', '0', '0', 0),
(170, 'jungle_c16_swingsofa3', 8954, '1', '', '0', '0', 0),
(171, 'jungle_c16_pot3', 8984, '1', '', '0', '0', 0),
(172, 'jungle_c16_gate3', 8928, '1', '', '0', '0', 0),
(173, 'jungle_c16_mat3', 8934, '1', '', '0', '0', 0),
(174, 'jungle_c16_bridgeend3', 8923, '1', '', '0', '0', 0),
(175, 'jungle_c16_bkcase3', 8985, '1', '', '0', '0', 0),
(176, 'jungle_c16_dvdr3', 8980, '1', '', '0', '0', 0),
(177, 'jungle_c16_treestage3', 8988, '1', '', '0', '0', 0),
(178, 'jungle_c16_wall3', 8952, '1', '', '0', '0', 0),
(179, 'jungle_c16_bridgemid3', 8989, '1', '', '0', '0', 0),
(180, 'jungle_c16_roof2', 8978, '1', '', '0', '0', 0),
(181, 'jungle_c16_table2', 8972, '1', '', '0', '0', 0),
(182, 'jungle_c16_stairs2', 8950, '1', '', '0', '0', 0),
(183, 'jungle_c16_swingsofa2', 8942, '1', '', '0', '0', 0),
(184, 'jungle_c16_pot2', 8941, '1', '', '0', '0', 0),
(185, 'jungle_c16_gate2', 8960, '1', '', '0', '0', 0),
(186, 'jungle_c16_mat2', 8937, '1', '', '0', '0', 0),
(187, 'jungle_c16_bridgeend2', 8944, '1', '', '0', '0', 0),
(188, 'jungle_c16_bkcase2', 8976, '1', '', '0', '0', 0),
(189, 'jungle_c16_dvdr2', 8953, '1', '', '0', '0', 0),
(190, 'jungle_c16_treestage2', 8958, '1', '', '0', '0', 0),
(191, 'jungle_c16_wall2', 8943, '1', '', '0', '0', 0),
(192, 'jungle_c16_bridgemid2', 8990, '1', '', '0', '0', 0),
(193, 'val13_water', 4836, '1', '', '1', '0', 0),
(194, 'anc_talltree', 4650, '1', '', '1', '0', 0),
(195, 'val13_shrub_circ', 4935, '1', '', '1', '0', 0),
(196, 'ny2013_cup', 4844, '1', '', '1', '0', 0),
(197, 'mnstr_seed_rare', 4604, '1', '', '1', '0', 0),
(198, 'anc_waterfall', 4651, '1', '', '1', '0', 0),
(199, 'dino_c15_tree2', 8113, '1', '', '1', '0', 0),
(200, 'anc_comfy_tree', 4653, '1', '', '1', '0', 0),
(201, 'stories_shakespeare_tree', 5735, '1', '', '1', '0', 0),
(202, 'dino_c15_tree1', 8104, '1', '', '1', '0', 0),
(203, 'easter14_grasspatch', 5841, '1', '', '1', '0', 0),
(204, 'lt_c15_bush', 8238, '1', '', '1', '0', 0),
(205, 'tiki_c15_wall', 46240, '1', '', '1', '0', 0),
(206, 'jetset_landhigh', 4707, '1', '', '1', '0', 0),
(207, 'hween_c16_ghostorb', 9188, '1', '', '0', '0', 0),
(208, 'hween_c16_ghostvial', 9191, '1', '', '0', '0', 0),
(209, 'hween12_floor', 4746, '1', '', '1', '0', 0),
(210, 'hween12_lantern', 4742, '1', '', '1', '0', 0),
(211, 'hween_c16_bar2', 9168, '1', '', '0', '0', 0),
(212, 'hween_c16_barchair2', 9157, '1', '', '0', '0', 0),
(213, 'hween_c16_roundtable2', 9166, '1', '', '0', '0', 0),
(214, 'hween_c16_wall2', 9175, '1', '', '0', '0', 0),
(215, 'hween_c16_chair2', 9148, '1', '', '0', '0', 0),
(216, 'hween_c16_endtable2', 9193, '1', '', '0', '0', 0),
(217, 'hween_c16_floor2', 9172, '1', '', '0', '0', 0),
(218, 'hween_c16_glasstable2', 9189, '1', '', '0', '0', 0),
(219, 'hween_c16_ladder2', 9181, '1', '', '0', '0', 0),
(220, 'hween10_zombie', 3636, '1', '', '1', '0', 0),
(221, 'hween11_sofa', 4269, '1', '', '1', '0', 0),
(222, 'hween14_bed', 6207, '1', '', '1', '0', 0),
(223, 'st_hween14_closet', 6221, '1', '', '1', '0', 0),
(224, 'hween_c16_balcony2', 9163, '1', '', '0', '0', 0),
(225, 'hween_c16_bed2', 9167, '1', '', '0', '0', 0),
(226, 'hween_c16_bkcase2', 9184, '1', '', '0', '0', 0),
(227, 'hween_c16_lamp2', 9151, '1', '', '0', '0', 0),
(228, 'hween_c16_vase2', 9196, '1', '', '0', '0', 0),
(229, 'hween14_demon', 6214, '1', '', '1', '0', 0),
(230, 'hween_c16_vanity2', 9192, '1', '', '0', '0', 0),
(231, 'hween_r16_chandelier2', 9195, '1', '', '0', '0', 0),
(232, 'hween_r16_grandpiano2', 9165, '1', '', '0', '0', 0),
(233, 'hween_c16_bust2', 9180, '1', '', '0', '0', 0),
(234, 'hween_c16_cabinet2', 9155, '1', '', '0', '0', 0),
(235, 'hween_c16_fireplace2', 9160, '1', '', '0', '0', 0),
(236, 'st_hween14_mbox', 6219, '1', '', '1', '0', 0),
(237, 'hween_c15_shinycarpet', 8376, '1', '', '1', '0', 0),
(238, 'clothing_headjewel', 11183, '1', '', '0', '0', 0),
(239, 'clothing_snake', 11209, '1', '', '0', '0', 0),
(240, 'clothing_sari', 11215, '1', '', '0', '0', 0),
(241, 'clothing_sherwani', 11189, '1', '', '0', '0', 0),
(242, 'clothing_exoticcape', 11178, '1', '', '0', '0', 0),
(243, 'clothing_cobra', 11175, '1', '', '0', '0', 0),
(244, 'clothing_grandexoticcape', 11204, '1', '', '0', '0', 0),
(245, 'clothing_grandheadjewel', 11187, '1', '', '0', '0', 0),
(246, 'clothing_grandsari', 11185, '1', '', '0', '0', 0),
(247, 'clothing_grandsherwani', 11200, '1', '', '0', '0', 0);
/*!40000 ALTER TABLE `crafting_recipes` ENABLE KEYS */;
-- Dumping structure for table habbo.crafting_recipes_ingredients
DROP TABLE IF EXISTS `crafting_recipes_ingredients`;
CREATE TABLE IF NOT EXISTS `crafting_recipes_ingredients` (
`recipe_id` int(11) NOT NULL,
`item_id` int(11) NOT NULL,
`amount` int(11) NOT NULL DEFAULT 1
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=FIXED;
-- Dumping data for table habbo.crafting_recipes_ingredients: 565 rows
DELETE FROM `crafting_recipes_ingredients`;
/*!40000 ALTER TABLE `crafting_recipes_ingredients` DISABLE KEYS */;
INSERT INTO `crafting_recipes_ingredients` (`recipe_id`, `item_id`, `amount`) VALUES
(1, 8373, 4),
(2, 8363, 4),
(2, 8373, 4),
(3, 8363, 8),
(4, 8404, 4),
(4, 8363, 4),
(5, 8404, 3),
(6, 8363, 3),
(7, 8370, 3),
(8, 8362, 3),
(9, 3234, 2),
(9, 3294, 1),
(9, 8362, 1),
(9, 3189, 6),
(10, 4309, 2),
(10, 5300, 1),
(10, 4292, 4),
(10, 8365, 1),
(11, 3189, 1),
(11, 4083, 1),
(11, 8363, 1),
(11, 6178, 3),
(12, 6178, 3),
(12, 8363, 1),
(12, 5002, 1),
(13, 179, 1),
(13, 8363, 1),
(13, 6178, 3),
(14, 8363, 1),
(14, 5869, 1),
(14, 6153, 2),
(15, 3248, 1),
(15, 8404, 1),
(15, 5002, 1),
(16, 4738, 1),
(16, 8365, 1),
(16, 6191, 1),
(17, 209, 2),
(17, 8404, 1),
(18, 208, 3),
(18, 8404, 1),
(19, 208, 2),
(19, 8404, 1),
(20, 8362, 1),
(20, 2946, 1),
(20, 2977, 1),
(21, 3238, 1),
(21, 3189, 1),
(22, 4268, 1),
(22, 8362, 1),
(23, 179, 1),
(23, 8370, 1),
(24, 179, 1),
(24, 8404, 1),
(159, 11153, 2),
(160, 11147, 2),
(161, 11162, 2),
(162, 11154, 2),
(25, 9431, 3),
(26, 9444, 3),
(27, 9434, 3),
(28, 9411, 1),
(28, 9435, 1),
(29, 9436, 3),
(29, 9411, 1),
(30, 9455, 1),
(30, 9411, 1),
(31, 9444, 1),
(31, 9431, 1),
(31, 9434, 1),
(32, 9457, 10),
(33, 9411, 3),
(34, 9411, 1),
(34, 9457, 3),
(35, 9411, 3),
(35, 9457, 1),
(36, 9411, 1),
(36, 9421, 1),
(37, 9457, 1),
(37, 9435, 1),
(37, 9411, 3),
(39, 9585, 1),
(39, 9581, 1),
(40, 9585, 1),
(40, 9611, 1),
(41, 9585, 1),
(41, 9598, 1),
(42, 9585, 1),
(42, 9582, 1),
(43, 9585, 1),
(43, 9621, 1),
(44, 9585, 1),
(44, 9574, 1),
(45, 9585, 1),
(45, 9581, 2),
(45, 9611, 1),
(46, 9585, 1),
(46, 9581, 1),
(46, 9611, 2),
(47, 9585, 1),
(47, 9581, 1),
(47, 9598, 1),
(48, 9585, 1),
(48, 9621, 1),
(48, 9598, 1),
(49, 9585, 1),
(49, 9582, 1),
(49, 9621, 1),
(50, 9627, 1),
(50, 9581, 1),
(51, 9627, 1),
(51, 9611, 1),
(52, 9627, 1),
(52, 9598, 1),
(53, 9627, 1),
(53, 9582, 1),
(54, 9627, 1),
(54, 9621, 1),
(55, 9627, 1),
(55, 9574, 1),
(56, 9627, 1),
(56, 9581, 2),
(56, 9611, 1),
(57, 9627, 1),
(57, 9581, 1),
(57, 9611, 2),
(58, 9627, 1),
(58, 9581, 1),
(58, 9598, 1),
(59, 9627, 1),
(59, 9621, 1),
(59, 9598, 1),
(60, 9627, 1),
(60, 9582, 1),
(60, 9621, 1),
(61, 9632, 1),
(61, 9581, 1),
(62, 9632, 1),
(62, 9611, 1),
(63, 9632, 1),
(63, 9598, 1),
(64, 9632, 1),
(64, 9582, 1),
(65, 9632, 1),
(65, 9621, 1),
(66, 9632, 1),
(66, 9574, 1),
(67, 9632, 1),
(67, 9581, 2),
(67, 9611, 1),
(68, 9632, 1),
(68, 9581, 1),
(68, 9611, 2),
(69, 9632, 1),
(69, 9581, 1),
(69, 9598, 1),
(70, 9632, 1),
(70, 9621, 1),
(70, 9598, 1),
(71, 9632, 1),
(71, 9582, 1),
(71, 9621, 1),
(72, 9622, 1),
(72, 9581, 1),
(73, 9622, 1),
(73, 9611, 1),
(74, 9622, 1),
(74, 9598, 1),
(75, 9622, 1),
(75, 9582, 1),
(76, 9622, 1),
(76, 9621, 1),
(77, 9622, 1),
(77, 9574, 1),
(78, 9622, 1),
(78, 9581, 2),
(78, 9611, 1),
(79, 9622, 1),
(79, 9581, 1),
(79, 9611, 2),
(80, 9622, 1),
(80, 9581, 1),
(80, 9598, 1),
(81, 9622, 1),
(81, 9621, 1),
(81, 9598, 1),
(82, 9622, 1),
(82, 9582, 1),
(82, 9621, 1),
(83, 9645, 1),
(83, 9581, 1),
(84, 9645, 1),
(84, 9611, 1),
(85, 9645, 1),
(85, 9598, 1),
(86, 9645, 1),
(86, 9582, 1),
(87, 9645, 1),
(87, 9621, 1),
(88, 9645, 1),
(88, 9574, 1),
(89, 9645, 1),
(89, 9581, 2),
(89, 9611, 1),
(90, 9645, 1),
(90, 9581, 1),
(90, 9611, 2),
(91, 9645, 1),
(91, 9581, 1),
(91, 9598, 1),
(92, 9645, 1),
(92, 9621, 1),
(92, 9598, 1),
(93, 9645, 1),
(93, 9582, 1),
(93, 9621, 1),
(94, 9793, 1),
(94, 9826, 1),
(94, 9838, 2),
(95, 9842, 1),
(95, 9826, 1),
(95, 9838, 2),
(96, 9892, 1),
(96, 9826, 2),
(96, 9838, 4),
(97, 9833, 1),
(97, 9826, 2),
(97, 9838, 4),
(98, 9790, 1),
(98, 9826, 3),
(98, 9838, 6),
(99, 9801, 1),
(99, 9826, 3),
(99, 9838, 6),
(100, 10133, 2),
(100, 10132, 2),
(101, 10152, 2),
(101, 10155, 2),
(102, 10139, 2),
(102, 10167, 2),
(103, 10171, 2),
(103, 10185, 2),
(104, 10168, 2),
(104, 10168, 2),
(105, 10155, 1),
(105, 10168, 1),
(105, 10185, 1),
(105, 10168, 1),
(105, 10139, 1),
(105, 10133, 1),
(105, 10171, 1),
(105, 10152, 1),
(105, 10132, 1),
(105, 10167, 1),
(106, 10298, 1),
(106, 10265, 2),
(107, 10291, 1),
(107, 10265, 2),
(108, 10305, 1),
(108, 10284, 2),
(108, 10265, 2),
(109, 10245, 1),
(109, 10284, 2),
(109, 10265, 2),
(110, 10239, 1),
(110, 10284, 2),
(110, 10265, 2),
(111, 10276, 1),
(111, 10284, 5),
(112, 10301, 1),
(112, 10284, 5),
(113, 10303, 1),
(113, 10284, 5),
(113, 10265, 2),
(114, 10296, 1),
(114, 10284, 5),
(114, 10265, 2),
(115, 10287, 1),
(115, 10284, 5),
(115, 10265, 2),
(116, 10272, 1),
(116, 10265, 5),
(116, 10284, 4),
(117, 10371, 2),
(117, 10370, 2),
(118, 10370, 2),
(118, 10398, 2),
(119, 10352, 3),
(119, 10378, 3),
(120, 10378, 2),
(120, 10384, 1),
(120, 10341, 1),
(121, 10352, 2),
(121, 10349, 1),
(121, 10387, 1),
(122, 10371, 2),
(122, 10343, 2),
(122, 10384, 2),
(123, 10378, 2),
(123, 10371, 2),
(123, 10370, 2),
(123, 10398, 1),
(123, 10352, 1),
(123, 10349, 1),
(123, 10341, 1),
(124, 10595, 1),
(124, 10569, 3),
(125, 10595, 1),
(125, 10597, 3),
(126, 10621, 1),
(126, 10569, 1),
(127, 10621, 1),
(127, 10597, 1),
(128, 10638, 1),
(128, 10569, 2),
(129, 10638, 1),
(129, 10597, 2),
(130, 10574, 1),
(130, 10569, 4),
(131, 10574, 1),
(131, 10597, 4),
(132, 10600, 1),
(132, 10582, 1),
(133, 10629, 5),
(134, 10636, 1),
(134, 10582, 2),
(135, 10583, 5),
(136, 10614, 1),
(136, 10582, 3),
(137, 10594, 5),
(138, 10606, 1),
(138, 10582, 4),
(139, 10628, 5),
(140, 10597, 5),
(140, 10610, 1),
(141, 10720, 2),
(141, 10711, 2),
(142, 10720, 3),
(142, 10711, 3),
(143, 10720, 2),
(143, 10729, 2),
(144, 10720, 3),
(144, 10729, 3),
(145, 10711, 2),
(145, 10729, 2),
(146, 10711, 3),
(146, 10729, 3),
(147, 10711, 4),
(147, 10729, 4),
(148, 10711, 5),
(148, 10729, 5),
(177, 8955, 1),
(176, 8936, 1),
(176, 8963, 1),
(150, 10791, 2),
(150, 10824, 2),
(150, 10825, 2),
(151, 10825, 2),
(151, 10829, 2),
(151, 10826, 2),
(152, 10812, 3),
(152, 10824, 3),
(152, 10798, 3),
(153, 10829, 3),
(153, 10798, 3),
(153, 10824, 3),
(154, 10902, 5),
(155, 10907, 5),
(156, 10881, 2),
(156, 10884, 5),
(157, 10881, 2),
(157, 10940, 3),
(158, 10881, 2),
(158, 10930, 3),
(163, 10031, 1),
(163, 10033, 1),
(164, 10031, 2),
(164, 10033, 2),
(165, 10031, 3),
(165, 10033, 3),
(166, 10031, 3),
(166, 10033, 4),
(167, 8920, 1),
(167, 8936, 1),
(168, 8947, 1),
(168, 8936, 1),
(169, 8936, 1),
(169, 8927, 1),
(170, 8936, 1),
(170, 8922, 1),
(171, 8929, 1),
(171, 8936, 1),
(172, 8936, 1),
(173, 8936, 1),
(173, 8962, 1),
(173, 8935, 1),
(174, 8979, 1),
(174, 8936, 1),
(175, 8986, 1),
(175, 8936, 1),
(180, 8920, 1),
(180, 8921, 1),
(179, 8991, 1),
(179, 8936, 1),
(178, 8936, 1),
(178, 8967, 1),
(177, 8936, 1),
(209, 9191, 5),
(208, 9188, 3),
(207, 9158, 3),
(192, 8991, 1),
(192, 8921, 1),
(191, 8967, 1),
(191, 8921, 1),
(190, 8921, 1),
(190, 8955, 1),
(189, 8963, 1),
(189, 8921, 1),
(188, 8986, 1),
(188, 8921, 1),
(187, 8921, 1),
(187, 8979, 1),
(186, 8935, 1),
(186, 8921, 1),
(185, 8921, 1),
(185, 8962, 1),
(184, 8929, 1),
(184, 8921, 1),
(183, 8921, 1),
(183, 8922, 1),
(182, 8927, 1),
(182, 8921, 1),
(181, 8921, 1),
(181, 8947, 1),
(209, 9188, 5),
(210, 9191, 10),
(211, 9158, 1),
(211, 9194, 1),
(212, 9158, 1),
(212, 9150, 1),
(213, 9158, 1),
(213, 9149, 1),
(214, 9158, 1),
(214, 9161, 1),
(215, 9158, 1),
(215, 9190, 1),
(216, 9158, 1),
(216, 9174, 1),
(217, 9158, 1),
(217, 9176, 1),
(218, 9158, 1),
(218, 9185, 1),
(219, 9158, 1),
(219, 9182, 1),
(220, 9158, 1),
(220, 209, 1),
(221, 9158, 1),
(221, 5305, 1),
(222, 9158, 1),
(222, 5317, 1),
(223, 9158, 1),
(223, 207, 1),
(224, 9152, 1),
(224, 9158, 1),
(224, 9188, 1),
(225, 9186, 1),
(225, 9158, 1),
(225, 9188, 1),
(226, 9179, 1),
(226, 9158, 1),
(226, 9188, 1),
(227, 9187, 1),
(227, 9158, 1),
(227, 9188, 1),
(228, 9162, 1),
(228, 9158, 1),
(228, 9188, 1),
(229, 6218, 1),
(229, 9158, 1),
(229, 9188, 1),
(230, 9173, 1),
(230, 9158, 1),
(230, 9188, 1),
(230, 9191, 1),
(231, 9156, 1),
(231, 9158, 1),
(231, 9188, 1),
(231, 9191, 1),
(232, 9178, 1),
(232, 9158, 1),
(232, 9188, 1),
(232, 9191, 1),
(233, 9170, 1),
(233, 9158, 1),
(233, 9188, 1),
(233, 9191, 1),
(234, 9177, 1),
(234, 9158, 1),
(234, 9188, 1),
(234, 9191, 1),
(235, 9153, 1),
(235, 9158, 1),
(235, 9188, 1),
(235, 9191, 1),
(236, 6215, 1),
(236, 9158, 1),
(236, 9188, 1),
(236, 9191, 1),
(237, 6183, 1),
(237, 9158, 1),
(237, 9188, 1),
(237, 9191, 1),
(193, 3541, 1),
(193, 8936, 1),
(194, 3605, 1),
(194, 8936, 1),
(195, 3189, 1),
(195, 8936, 1),
(196, 3426, 1),
(196, 8936, 1),
(197, 4604, 1),
(197, 4580, 1),
(197, 8936, 1),
(198, 2757, 1),
(198, 3165, 1),
(198, 3984, 1),
(189, 8936, 1),
(199, 3530, 3),
(199, 3123, 1),
(199, 8936, 1),
(200, 4103, 1),
(200, 8921, 1),
(201, 8245, 1),
(201, 8921, 1),
(202, 3530, 1),
(202, 8119, 1),
(202, 8921, 1),
(203, 3162, 1),
(203, 3407, 1),
(203, 8921, 1),
(204, 3145, 1),
(204, 3153, 1),
(204, 8921, 1),
(205, 3541, 1),
(205, 4102, 2),
(205, 8921, 1),
(206, 3541, 1),
(206, 8101, 3),
(206, 8120, 1),
(206, 8921, 1),
(238, 11212, 1),
(238, 11182, 2),
(239, 11195, 1),
(239, 11199, 3),
(240, 11172, 1),
(240, 11199, 4),
(241, 11190, 1),
(241, 11199, 5),
(242, 11179, 1),
(242, 11199, 6),
(243, 11209, 5),
(244, 11178, 5),
(245, 11183, 5),
(246, 11215, 5),
(247, 11189, 5);
/*!40000 ALTER TABLE `crafting_recipes_ingredients` ENABLE KEYS */;
-- Dumping structure for table habbo.custom_nick_icons_catalog
DROP TABLE IF EXISTS `custom_nick_icons_catalog`;
CREATE TABLE IF NOT EXISTS `custom_nick_icons_catalog` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`icon_key` varchar(50) NOT NULL,
`display_name` varchar(100) NOT NULL DEFAULT '',
`points` int(11) NOT NULL DEFAULT 0,
`points_type` int(11) NOT NULL DEFAULT 0,
`enabled` tinyint(1) NOT NULL DEFAULT 1,
`sort_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_icon_key` (`icon_key`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
-- Dumping data for table habbo.custom_nick_icons_catalog: ~6 rows (approximately)
DELETE FROM `custom_nick_icons_catalog`;
INSERT INTO `custom_nick_icons_catalog` (`id`, `icon_key`, `display_name`, `points`, `points_type`, `enabled`, `sort_order`) VALUES
(1, '1', 'Icon 1', 10, 0, 1, 1),
(2, '2', 'Icon 2', 10, 0, 1, 2),
(3, '3', 'Icon 3', 10, 0, 1, 3),
(4, '4', 'Icon 4', 10, 0, 1, 4),
(5, '5', 'Icon 5', 10, 0, 1, 5),
(6, '6', 'Icon 6', 10, 0, 1, 6);
-- Dumping structure for table habbo.custom_prefix_blacklist
DROP TABLE IF EXISTS `custom_prefix_blacklist`;
CREATE TABLE IF NOT EXISTS `custom_prefix_blacklist` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`word` varchar(100) NOT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `uk_word` (`word`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
-- Dumping data for table habbo.custom_prefix_blacklist: ~4 rows (approximately)
DELETE FROM `custom_prefix_blacklist`;
INSERT INTO `custom_prefix_blacklist` (`id`, `word`) VALUES
(1, 'admin'),
(2, 'staff'),
(3, 'mod'),
(4, 'owner');
-- Dumping structure for table habbo.custom_prefix_settings
DROP TABLE IF EXISTS `custom_prefix_settings`;
CREATE TABLE IF NOT EXISTS `custom_prefix_settings` (
`key_name` varchar(100) NOT NULL,
`value` varchar(255) NOT NULL,
PRIMARY KEY (`key_name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
-- Dumping data for table habbo.custom_prefix_settings: ~8 rows (approximately)
DELETE FROM `custom_prefix_settings`;
INSERT INTO `custom_prefix_settings` (`key_name`, `value`) VALUES
('font_points_type', '0'),
('font_price_credits', '10'),
('font_price_points', '0'),
('max_length', '15'),
('min_rank_to_buy', '1'),
('points_type', '0'),
('price_credits', '5'),
('price_points', '0');
-- Dumping structure for table habbo.custom_prefixes_catalog
DROP TABLE IF EXISTS `custom_prefixes_catalog`;
CREATE TABLE IF NOT EXISTS `custom_prefixes_catalog` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`display_name` varchar(100) NOT NULL DEFAULT '',
`text` varchar(50) NOT NULL,
`color` varchar(255) NOT NULL DEFAULT '#FFFFFF',
`icon` varchar(50) NOT NULL DEFAULT '',
`effect` varchar(50) NOT NULL DEFAULT '',
`font` varchar(50) NOT NULL DEFAULT '',
`points` int(11) NOT NULL DEFAULT 0,
`points_type` int(11) NOT NULL DEFAULT 0,
`enabled` tinyint(1) NOT NULL DEFAULT 1,
`sort_order` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_uca1400_ai_ci;
-- Dumping data for table habbo.custom_prefixes_catalog: ~3 rows (approximately)
DELETE FROM `custom_prefixes_catalog`;
INSERT INTO `custom_prefixes_catalog` (`id`, `display_name`, `text`, `color`, `icon`, `effect`, `font`, `points`, `points_type`, `enabled`, `sort_order`) VALUES
(1, 'VIP', 'VIP', '#FFD700', '', 'glow', '', 10, 0, 1, 1),
(2, 'Legend', 'Legend', '#8B5CF6', '', 'discord-neon', '', 15, 0, 1, 2),
(3, 'Staff Pick', 'Staff', '#3B82F6', '*', 'cartoon', '', 20, 0, 1, 3);
-- Dumping structure for table habbo.emulator_errors
DROP TABLE IF EXISTS `emulator_errors`;
CREATE TABLE IF NOT EXISTS `emulator_errors` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`timestamp` int(11) NOT NULL DEFAULT 0,
`version` varchar(64) NOT NULL,
`build_hash` varchar(64) NOT NULL,
`type` varchar(32) NOT NULL DEFAULT 'Exception',
`stacktrace` blob NOT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.emulator_errors: 0 rows
DELETE FROM `emulator_errors`;
/*!40000 ALTER TABLE `emulator_errors` DISABLE KEYS */;
/*!40000 ALTER TABLE `emulator_errors` ENABLE KEYS */;
-- Dumping structure for table habbo.emulator_settings
DROP TABLE IF EXISTS `emulator_settings`;
CREATE TABLE IF NOT EXISTS `emulator_settings` (
`key` varchar(100) NOT NULL,
`value` varchar(512) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
`comment` text DEFAULT '',
PRIMARY KEY (`key`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.emulator_settings: 394 rows
DELETE FROM `emulator_settings`;
/*!40000 ALTER TABLE `emulator_settings` DISABLE KEYS */;
INSERT INTO `emulator_settings` (`key`, `value`, `comment`) VALUES
('allowed.username.characters', 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890-=!?@:,.', 'Characters allowed when users choose or change a username.'),
('apollyon.cooldown.amount', '250', 'Cooldown in milliseconds used by the Apollyon-specific behaviour or command flow.'),
('basejump.assets.url', 'http://localhost/gamecenter/gamecenter_basejump/BasicAssets.swf', 'Asset URL used by the BaseJump or FastFood game client.'),
('basejump.url', 'http://localhost/game/BaseJump.swf', 'SWF URL used to launch the BaseJump or FastFood game client.'),
('bots.visitor.dateformat', 'yyyy-mm-dd HH:mm', 'Date format used by visitor bots when they print timestamps.'),
('bubblealerts.enabled', '1', 'Master switch for bubble alert notifications.'),
('bubblealerts.notif_friendonline.enabled', '1', 'Enable bubble alerts when friends come online.'),
('bubblealerts.notif_friendonline.image', '${image.library.url}notifications/figure?p=%figure%', 'Image template used when showing friend-online bubble alerts.'),
('bubblealerts.notif_friendonline.useimage', '1', 'Use the configured figure image inside friend-online bubble alerts.'),
('bubblealerts.notif_marketplace.enabled', '1', 'Show bubble alerts for marketplace notifications.'),
('bubblealerts.notif_purchase.limited', '0', 'Show bubble alerts for limited-item purchases.'),
('bundle.bots.enabled', '1', 'Allow bots to be included in room bundles or package rewards.'),
('bundle.pets.enabled', '1', 'Allow pets to be included in room bundles or package rewards.'),
('callback.get.version', '1', 'Enable the GET callback used to report version to external services.'),
('callback.post.errors', '1', 'Enable the POST callback used to report errors to external services.'),
('callback.post.statistics', '1', 'Enable the POST callback used to report statistics to external services.'),
('camera.enabled', '1', 'Enable the in-room camera feature.'),
('camera.extradata', '{"t":%timestamp%, "u":"%id%", "s":%room_id%, "w":"%url%"}', 'Extradata template written into camera photo items when they are created.'),
('camera.item_id', '45970', 'Base item ID used by the generated camera photo furniture.'),
('camera.price.credits', '2', 'Credit price charged when taking a camera photo.'),
('camera.price.points', '0', 'Amount of activity points charged when taking a camera photo.'),
('camera.price.points.publish', '10', 'Amount of activity points charged when publishing a camera photo.'),
('camera.price.points.publish.type', '0', 'Activity point type used for the camera publish cost.'),
('camera.price.points.type', '0', 'Activity point type used for the camera capture cost.'),
('camera.publish.delay', '180', 'Delay in seconds before a published camera photo becomes available.'),
('camera.render.delay', '5', ''),
('camera.url', 'http://yourdomain.com/camera/', 'Base URL where camera images are published.'),
('camera.use.https', '1', 'Force HTTPS when generating camera image URLs.'),
('catalog.guild.hc_required', '1', 'Require HC or VIP status before users can create a guild.'),
('catalog.guild.price', '10', 'Credit cost required to create a guild.'),
('catalog.ltd.page.soldout', '761', 'Layout or image ID used when a limited page is sold out.'),
('catalog.ltd.random', '1', 'Randomize the order or selection of limited catalog items.'),
('catalog.page.vipgifts', '0', 'Catalog page ID used for VIP gift redemption.'),
('commands.cmd_chatcolor.banned_numbers', '23;33;34', 'Semicolon-separated list of chat color IDs blocked for the chatcolor command.'),
('commands.cmd_staffonline.min_rank', '2', 'Minimum permission rank required to use the staffonline command.'),
('commands.plugins.oldstyle', '0', 'Use the legacy command plugin loading style.'),
('console.mode', '0', 'Controls the emulator console mode or console output style.'),
('crypto.ws.enabled', '0', ''),
('crypto.ws.signing.enabled', '0', ''),
('crypto.ws.signing.private_key', '', ''),
('crypto.ws.signing.public_key', '', ''),
('custom.stacking.enabled', '0', 'Enable custom item stacking behaviour outside the default stacking rules.'),
('db.max.partition.size', '2', 'Maximum batch or partition size used by partitioned database operations.'),
('db.min.partition.size', '1', 'Minimum batch or partition size used by partitioned database operations.'),
('db.pool.maxsize', '12', 'Maximum size of the database connection pool.'),
('db.pool.minsize', '8', 'Minimum number of open connections kept in the database pool.'),
('debug.mode', '1', 'Enable general emulator debug mode.'),
('debug.show.errors', '1', 'Show internal debug error messages.'),
('debug.show.headers', '0', 'Show packet headers in debug logs.'),
('debug.show.packets', '0', 'Print packet-level debug output.'),
('debug.show.packets.undefined', '0', 'Print debug output for undefined incoming or outgoing packets.'),
('debug.show.sql.exception', '1', 'Log SQL exceptions to the console.'),
('debug.show.users', '1', 'Show user-related debug messages.'),
('discount.additional.thresholds', '40;99', 'Semicolon-separated discount thresholds used for extra batch bonuses.'),
('discount.batch.free.items', '1', 'Number of free items granted inside one discount batch.'),
('discount.batch.size', '6', 'Number of items required for one discount batch.'),
('discount.bonus.min.discounts', '1', 'Minimum number of discount batches required before the bonus logic applies.'),
('discount.max.allowed.items', '100', 'Maximum number of catalog items that can participate in one discount batch.'),
('easter_eggs.enabled', '1', 'Enable or disable the feature controlled by `easter_eggs.enabled`.'),
('enc.d', '', 'RSA private exponent used by the encryption layer.'),
('enc.e', '', 'RSA public exponent used by the encryption layer.'),
('enc.enabled', '1', 'Enable RSA encryption support for the socket handshake.'),
('enc.n', '', 'RSA modulus used by the encryption layer.'),
('essentials.cmd_kill.effect.killer', '164;182', 'Semicolon-separated effect IDs used by the kill command for the killer.'),
('essentials.cmd_kill.effect.victim', '93;89', 'Semicolon-separated effect IDs used by the kill command for the victim.'),
('flood.with.rights', '0', 'Allow users with room rights to bypass the normal flood protection.'),
('ftp.enabled', '0', 'Enable FTP uploads for generated assets.'),
('ftp.host', 'example.com', 'FTP host used for asset uploads.'),
('ftp.password', 'password123', 'FTP password used for asset uploads.'),
('ftp.user', 'root', 'FTP username used for asset uploads.'),
('furni.editor.asset.base.path', '/var/www/gamedata/furniture/', ''),
('furni.editor.renderer.config.path', '/var/www/Nitro-V3/dist/configuration/renderer-config.json', ''),
('furniture.talking.range', '2', 'Maximum tile distance at which talking furniture can react to nearby speech.'),
('gamecenter.fastfood.apiKey', '', 'API key used by the FastFood or BaseJump integration.'),
('gamecenter.fastfood.assets', 'http://localhost/swf/c_images/gamecenter_basejump/', 'Asset base URL used by the FastFood or BaseJump game client.'),
('gamecenter.fastfood.background.color', '68bbd2', 'Background color used by the FastFood launcher UI.'),
('gamecenter.fastfood.enabled', 'true', 'Enable the FastFood or BaseJump gamecenter integration.'),
('gamecenter.fastfood.text.color', 'ffffff', 'Text color used by the FastFood launcher UI.'),
('gamecenter.fastfood.theme', 'default', 'Theme name used by the FastFood launcher.'),
('gamecenter.snowwar.artic.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_1_a_big.png', 'Background image used for the SnowWar Arctic map.'),
('gamecenter.snowwar.assets', 'http://localhost/swf/c_images/gamecenter_snowwar/', 'Asset base URL used by the SnowWar game client.'),
('gamecenter.snowwar.dragoncave.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_2_big.png', 'Background image used for the SnowWar Dragon Cave map.'),
('gamecenter.snowwar.enabled', 'true', 'Enable the SnowWar gamecenter integration.'),
('gamecenter.snowwar.fightnight.bg', 'http://localhost/swf/c_images/gamecenter_snowwar/snst_bg_3_noscale.png', 'Background image used for the SnowWar Fight Night map.'),
('gamecenter.snowwar.game.background.color', '93d4f3', 'Background color used by the SnowWar launcher UI.'),
('gamecenter.snowwar.game.start.time', '15', 'Countdown in seconds before a SnowWar round starts.'),
('gamecenter.snowwar.game.text.color', '000000', 'Text color used by the SnowWar launcher UI.'),
('gamecenter.snowwar.players.min', '2', 'Minimum number of players required to start SnowWar.'),
('gamecenter.snowwar.room.id', '0', 'Room ID used as the SnowWar lobby or host room.'),
('gamedata.figuredata.url', 'https://habbo.com/gamedata/figuredata/0', 'Remote figuredata URL used when the hotel loads avatar figure definitions.'),
('guardians.accept.timer', '90', 'Time in seconds that guardians have to accept a case.'),
('guardians.maximum.guardians.total', '10', 'Maximum number of guardians that can be assigned to one case.'),
('guardians.maximum.resends', '2', 'Maximum number of times an unanswered guardian case can be resent.'),
('guardians.minimum.votes', '5', 'Minimum number of guardian votes required to resolve a case.'),
('guardians.reporting.cooldown', '900', 'Cooldown in seconds before the same user can open a new guardian report.'),
('hotel.alert.oldstyle', '0', 'Use the legacy generic alert window style.'),
('hotel.allow.ignore.staffs', '1', 'Allow users to ignore staff accounts.'),
('hotel.auto.credits.amount', '100', 'Amount of credits granted on each automatic payout.'),
('hotel.auto.credits.enabled', '1', 'Enable automatic credits payouts.'),
('hotel.auto.credits.hc_modifier', '1', 'Multiplier applied to automatic credits payouts for HC users.'),
('hotel.auto.credits.ignore.hotelview', '1', 'Skip users staying in hotel view when giving automatic credits payouts.'),
('hotel.auto.credits.ignore.idled', '0', 'Skip idle users when giving automatic credits payouts.'),
('hotel.auto.credits.interval', '600', 'Interval in seconds between automatic credits payouts.'),
('hotel.auto.gotwpoints.enabled', '0', 'Enable automatic gotwpoints payouts.'),
('hotel.auto.gotwpoints.hc_modifier', '1', 'Multiplier applied to automatic gotwpoints payouts for HC users.'),
('hotel.auto.gotwpoints.ignore.hotelview', '1', 'Skip users staying in hotel view when giving automatic gotwpoints payouts.'),
('hotel.auto.gotwpoints.ignore.idled', '1', 'Skip idle users when giving automatic gotwpoints payouts.'),
('hotel.auto.gotwpoints.interval', '600', 'Interval in seconds between automatic gotwpoints payouts.'),
('hotel.auto.gotwpoints.name', 'shell', 'Internal currency name used by the automatic gotwpoints payout.'),
('hotel.auto.gotwpoints.type', '4', 'Currency type ID used by the automatic gotwpoints payout.'),
('hotel.auto.pixels.amount', '100', 'Amount of pixels granted on each automatic payout.'),
('hotel.auto.pixels.enabled', '1', 'Enable automatic pixels payouts.'),
('hotel.auto.pixels.hc_modifier', '1', 'Multiplier applied to automatic pixels payouts for HC users.'),
('hotel.auto.pixels.ignore.hotelview', '1', 'Skip users staying in hotel view when giving automatic pixels payouts.'),
('hotel.auto.pixels.ignore.idled', '1', 'Skip idle users when giving automatic pixels payouts.'),
('hotel.auto.pixels.interval', '600', 'Interval in seconds between automatic pixels payouts.'),
('hotel.auto.points.amount', '5', 'Amount of points granted on each automatic payout.'),
('hotel.auto.points.enabled', '1', 'Enable automatic points payouts.'),
('hotel.auto.points.hc_modifier', '1', 'Multiplier applied to automatic points payouts for HC users.'),
('hotel.auto.points.ignore.hotelview', '0', 'Skip users staying in hotel view when giving automatic points payouts.'),
('hotel.auto.points.ignore.idled', '0', 'Skip idle users when giving automatic points payouts.'),
('hotel.auto.points.interval', '600', 'Interval in seconds between automatic points payouts.'),
('hotel.banzai.fill.cooldown_ms', '100', ''),
('hotel.banzai.fill.max_queue', '50', ''),
('hotel.banzai.points.tile.fill', '0', 'Configuration value used by `hotel.banzai.points.tile.fill`.'),
('hotel.banzai.points.tile.lock', '1', 'Configuration value used by `hotel.banzai.points.tile.lock`.'),
('hotel.banzai.points.tile.steal', '0', 'Configuration value used by `hotel.banzai.points.tile.steal`.'),
('hotel.bot.butler.commanddistance', '5', 'Maximum tile distance from which a butler bot accepts commands.'),
('hotel.bot.butler.servedistance', '5', 'Maximum tile distance from which a butler bot can serve requests.'),
('hotel.bot.chat.minimum.interval', '5', 'Minimum number of seconds between bot chat lines.'),
('hotel.bot.limit.walking.distance', '1', ''),
('hotel.bot.limit.walking.distance.radius', '5', ''),
('hotel.bot.max.chatdelay', '604800', 'Maximum bot chat delay allowed when configuring scripted speech.'),
('hotel.bot.max.chatlength', '120', 'Maximum number of characters allowed in bot chat lines.'),
('hotel.bot.max.namelength', '15', 'Maximum number of characters allowed in bot names.'),
('hotel.bot.placement.messages', 'Yo!;Hello I\'m a real party animal!;Hello!', ''),
('hotel.bots.max.inventory', '25', 'Maximum number of bots allowed in one inventory.'),
('hotel.bots.max.room', '10', 'Maximum number of bots allowed in one room.'),
('hotel.calendar.default', 'test', 'Default calendar campaign name or identifier.'),
('hotel.calendar.enabled', '0', 'Enable the hotel calendar feature.'),
('hotel.calendar.pixels.hc_modifier', '2.0', 'Multiplier applied to calendar pixel rewards for HC users.'),
('hotel.calendar.starttimestamp', '1593561600', 'Unix timestamp used as the calendar start date.'),
('hotel.catalog.discounts.amount', '6', 'Number of discount slots or discount batches shown by the catalog.'),
('hotel.catalog.items.display.ordernum', '1', 'Respect catalog item order numbers when rendering pages.'),
('hotel.catalog.ltd.limit.enabled', '1', 'Enable daily purchase limits for limited catalog items.'),
('hotel.catalog.purchase.cooldown', '1', 'Cooldown in seconds between catalog purchases.'),
('hotel.catalog.recycler.enabled', '1', 'Enable the catalog recycler feature.'),
('hotel.chat.max.length', '100', 'Maximum number of characters allowed in one public chat message.'),
('hotel.daily.respect', '3', 'Daily amount of respect points available for users.'),
('hotel.daily.respect.pets', '3', 'Daily amount of pet respect points available for users.'),
('hotel.ecotron.enabled', '1', 'Enable or disable the feature controlled by `hotel.ecotron.enabled`.'),
('hotel.ecotron.rarity.chance.1', '1', 'Configuration value used by `hotel.ecotron.rarity.chance.1`.'),
('hotel.ecotron.rarity.chance.2', '4', 'Configuration value used by `hotel.ecotron.rarity.chance.2`.'),
('hotel.ecotron.rarity.chance.3', '40', 'Configuration value used by `hotel.ecotron.rarity.chance.3`.'),
('hotel.ecotron.rarity.chance.4', '200', 'Configuration value used by `hotel.ecotron.rarity.chance.4`.'),
('hotel.ecotron.rarity.chance.5', '2000', 'Configuration value used by `hotel.ecotron.rarity.chance.5`.'),
('hotel.flood.mute.time', '30', 'Mute duration in seconds applied by the hotel flood protection.'),
('hotel.floorplan.max.totalarea', '4096', 'Maximum total floorplan area allowed for custom rooms.'),
('hotel.floorplan.max.widthlength', '64', 'Maximum floorplan width or length allowed for custom rooms.'),
('hotel.freeze.onfreeze.loose.explosionboost', '3', 'Number of explosion boosts lost when a player gets frozen.'),
('hotel.freeze.onfreeze.loose.snowballs', '5', 'Number of snowballs lost when a player gets frozen.'),
('hotel.freeze.onfreeze.time.frozen', '5', 'Time in seconds a player remains frozen.'),
('hotel.freeze.points.block', '1', 'Score awarded for blocking tiles in Freeze.'),
('hotel.freeze.points.effect', '3', 'Score awarded for using Freeze effects or power-up actions.'),
('hotel.freeze.points.freeze', '10', 'Score awarded for freezing another player in Freeze.'),
('hotel.freeze.powerup.chance', '33', 'Chance for Freeze power-ups to spawn.'),
('hotel.freeze.powerup.max.lives', '3', 'Maximum number of extra lives granted by a Freeze power-up.'),
('hotel.freeze.powerup.max.snowballs', '5', 'Maximum number of extra snowballs granted by a Freeze power-up.'),
('hotel.freeze.powerup.protection.stack', '1', 'Allow Freeze protection power-ups to stack.'),
('hotel.freeze.powerup.protection.time', '10', 'Protection time in seconds after receiving a Freeze protection power-up.'),
('hotel.friendcategory', '0', 'Default friend category ID assigned to new friends.'),
('hotel.furni.gym.achievement.olympics_c16_crosstrainer', 'CrossTrainer', 'Configuration value used by `hotel.furni.gym.achievement.olympics_c16_crosstrainer`.'),
('hotel.furni.gym.achievement.olympics_c16_trampoline', 'Trampolinist', 'Configuration value used by `hotel.furni.gym.achievement.olympics_c16_trampoline`.'),
('hotel.furni.gym.achievement.olympics_c16_treadmill', 'Jogger', 'Configuration value used by `hotel.furni.gym.achievement.olympics_c16_treadmill`.'),
('hotel.furni.gym.forcerot.olympics_c16_crosstrainer', '1', 'Configuration value used by `hotel.furni.gym.forcerot.olympics_c16_crosstrainer`.'),
('hotel.furni.gym.forcerot.olympics_c16_trampoline', '0', 'Configuration value used by `hotel.furni.gym.forcerot.olympics_c16_trampoline`.'),
('hotel.furni.gym.forcerot.olympics_c16_treadmill', '1', 'Configuration value used by `hotel.furni.gym.forcerot.olympics_c16_treadmill`.'),
('hotel.gifts.box_types', '0,1,2,3,4,5,6,8', 'Comma-separated list of gift box type IDs allowed in the catalog.'),
('hotel.gifts.length.max', '300', 'Maximum message length allowed on gift notes.'),
('hotel.gifts.ribbon_types', '0,1,2,3,4,5,6,7,8,9,10', 'Comma-separated list of ribbon type IDs allowed in the catalog.'),
('hotel.gifts.special.price', '10', 'Credit price used by special gift boxes.'),
('hotel.home.room', '0', 'Room ID used as the default home room for new users.'),
('hotel.inventory.max.items', '7500', 'Maximum number of items allowed in one inventory.'),
('hotel.item.trap.hween14_rare2', '3000', 'Configuration value used by `hotel.item.trap.hween14_rare2`.'),
('hotel.item.trap.hween_c17_handstrap', '3000', 'Configuration value used by `hotel.item.trap.hween_c17_handstrap`.'),
('hotel.item.trap.hween_c17_spiketrap', '3000', 'Configuration value used by `hotel.item.trap.hween_c17_spiketrap`.'),
('hotel.item.trap.pirate_sandtrap', '3000', 'Configuration value used by `hotel.item.trap.pirate_sandtrap`.'),
('hotel.jukebox.limit.large', '20', 'Track limit used by large jukebox furniture.'),
('hotel.jukebox.limit.normal', '10', 'Track limit used by normal jukebox furniture.'),
('hotel.log.chat', '1', 'Enable logging for chat.'),
('hotel.log.chat.private', '1', 'Enable logging for chat private.'),
('hotel.log.room.enter', '1', 'Enable logging for room enter.'),
('hotel.log.trades', '1', 'Enable logging for trades.'),
('hotel.marketplace.currency', '0', 'Currency type used for marketplace prices and taxes.'),
('hotel.marketplace.enabled', '1', 'Enable or disable the feature controlled by `hotel.marketplace.enabled`.'),
('hotel.max.bots.room', '10', 'Maximum number of bots allowed in one room.'),
('hotel.max.duckets', '9000000', 'Maximum amount of duckets a user can hold.'),
('hotel.messenger.offline.messaging.enabled', '1', 'Enable or disable the feature controlled by `hotel.messenger.offline.messaging.enabled`.'),
('hotel.messenger.search.maxresults', '50', 'Maximum number of results returned by messenger user searches.'),
('hotel.name', 'Habbo Hotel', 'Public hotel name shown across the client and outgoing messages.'),
('hotel.navigator.camera', '1', 'Enable navigator room previews or camera mode.'),
('hotel.navigator.owner', 'HabboHotel', 'Default owner name displayed by the navigator.'),
('hotel.navigator.popular.amount', '35', 'Number of rooms shown in the popular rooms list.'),
('hotel.navigator.popular.category.maxresults', '10', 'Maximum number of rooms shown per popular category.'),
('hotel.navigator.popular.listtype', '1', 'List type used for the popular rooms tab.'),
('hotel.navigator.populartab.publics', '0', 'Include public rooms inside the popular rooms tab.'),
('hotel.navigator.search.maxresults', '35', 'Maximum number of results returned by navigator searches.'),
('hotel.navigator.sort.ordernum', '1', 'Respect order numbers when sorting navigator results.'),
('hotel.navigator.staffpicks.categoryid', '1', 'Category ID used for the staff picks tab.'),
('hotel.nux.gifts.enabled', '0', 'Enable the NUX gift flow for new users.'),
('hotel.pets.max.inventory', '25', 'Maximum number of pets allowed in one inventory.'),
('hotel.pets.max.room', '10', 'Maximum number of pets allowed in one room.'),
('hotel.pets.name.length.max', '15', 'Maximum pet name length.'),
('hotel.pets.name.length.min', '3', 'Minimum pet name length.'),
('hotel.player.name', 'Habbo', 'Generic player label used by text templates and client messages.'),
('hotel.purchase.ltd.limit.daily.item', '3', 'Maximum number of the same limited item a user can buy per day.'),
('hotel.purchase.ltd.limit.daily.total', '10', 'Maximum number of limited items a user can buy per day across all limited sales.'),
('hotel.refill.daily', '86400', 'Cooldown in seconds before daily counters such as respect are refilled.'),
('hotel.rollers.speed.maximum', '100', 'Maximum roller delay or speed value accepted by roller furniture.'),
('hotel.room.enter.logs', '1', 'Enable room-entry logs.'),
('hotel.room.floorplan.check.enabled', '1', 'Validate custom floorplans before rooms are saved.'),
('hotel.room.furni.max', '2500', 'Maximum amount of furniture allowed in one room.'),
('hotel.room.nooblobby', '3', 'Room ID used as the newbie lobby.'),
('hotel.room.public.doortile.kick', '0', 'Kick users who stand on public room door tiles.'),
('hotel.room.rollers.norules', '0', 'Allow rollers to ignore normal placement rules.'),
('hotel.room.rollers.roll_avatars.max', '1', 'Maximum number of avatars that rollers can move at once.'),
('hotel.room.stickies.max', '200', 'Maximum number of sticky notes allowed in one room.'),
('hotel.room.stickypole.prefix', '%timestamp%, %username%:\\r', 'Prefix template written by sticky pole furniture.'),
('hotel.room.tags.staff', 'staff;official;habbo', 'Semicolon-separated staff room tags.'),
('hotel.rooms.auto.idle', '1', 'Allow empty rooms to switch into the idle state automatically.'),
('hotel.rooms.deco_hosting', '1', 'Enable decoration-hosting features for rooms.'),
('hotel.rooms.handitem.time', '100', 'Time in seconds before temporary hand items are cleared.'),
('hotel.rooms.max.favorite', '30', 'Maximum number of favorite rooms allowed per user.'),
('hotel.roomuser.idle.cycles', '300', 'Idle cycle count before a room user is marked idle.'),
('hotel.roomuser.idle.cycles.kick', '900', 'Idle cycle count before a room user is kicked for idling.'),
('hotel.roomuser.idle.not_dancing.ignore.wired_idle', '0', 'Ignore the wired idle status when checking the room idle rule.'),
('hotel.sanctions.enabled', '1', 'Enable the sanctions system.'),
('hotel.shop.discount.modifier', '6', 'Modifier used by the shop discount calculation.'),
('hotel.talenttrack.enabled', '1', 'Enable the talent track feature.'),
('hotel.targetoffer.id', '1', 'Offer ID requested when the client asks for a targeted offer.'),
('hotel.teleport.locked.allowed', '1', 'Allow users to use teleports inside locked rooms when they otherwise qualify.'),
('hotel.timezone', 'Europe/Rome', ''),
('hotel.trading.enabled', '1', 'Enable room trading.'),
('hotel.trading.requires.perk', '0', 'Require the trading perk before users may trade.'),
('hotel.trophies.length.max', '300', 'Maximum value used by `hotel.trophies.length.max`.'),
('hotel.users.clothingvalidation.onchangelooks', '0', 'Run clothing validation when the related action occurs: onchangelooks.'),
('hotel.users.clothingvalidation.onfballgate', '0', 'Run clothing validation when the related action occurs: onfballgate.'),
('hotel.users.clothingvalidation.onhcexpired', '0', 'Run clothing validation when the related action occurs: onhcexpired.'),
('hotel.users.clothingvalidation.onlogin', '0', 'Run clothing validation when the related action occurs: onlogin.'),
('hotel.users.clothingvalidation.onmannequin', '0', 'Run clothing validation when the related action occurs: onmannequin.'),
('hotel.users.clothingvalidation.onmimic', '0', 'Run clothing validation when the related action occurs: onmimic.'),
('hotel.users.max.friends', '300', 'Maximum number of friends allowed for normal users.'),
('hotel.users.max.friends.hc', '1100', 'Maximum number of friends allowed for HC users.'),
('hotel.users.max.rooms', '50', 'Maximum number of rooms allowed for normal users.'),
('hotel.users.max.rooms.hc', '75', 'Maximum number of rooms allowed for HC users.'),
('hotel.view.ltdcountdown.enabled', '1', 'Enable the limited-countdown hotel-view widget.'),
('hotel.view.ltdcountdown.itemid', '10388', 'Item ID shown by the limited-countdown widget.'),
('hotel.view.ltdcountdown.itemname', 'trophy_netsafety_0', 'Item name shown by the limited-countdown widget.'),
('hotel.view.ltdcountdown.pageid', '13', 'Catalog page ID linked by the limited-countdown widget.'),
('hotel.view.ltdcountdown.timestamp', '1519496132', 'Unix timestamp used by the limited-countdown widget.'),
('hotel.welcome.alert.delay', '10000', 'Delay in milliseconds before the welcome alert is shown.'),
('hotel.welcome.alert.enabled', '0', 'Enable the welcome alert shown after login.'),
('hotel.welcome.alert.message', 'Welcome to Habbo Hotel %user%!', 'Message template used by the welcome alert.'),
('hotel.welcome.alert.oldstyle', '0', 'Use the legacy welcome alert window style.'),
('hotel.wordfilter.automute', '1', 'Mute duration in minutes applied when word-filter automute is triggered.'),
('hotel.wordfilter.enabled', '1', 'Enable the word filter system.'),
('hotel.wordfilter.messenger', '1', 'Apply the word filter to messenger messages.'),
('hotel.wordfilter.normalise', '1', 'Normalise text before checking it against the word filter.'),
('hotel.wordfilter.replacement', 'bobba', 'Replacement word used when text is censored.'),
('hotel.wordfilter.rooms', '1', 'Apply the word filter to room chat.'),
('hotelview.halloffame.query', 'SELECT users.look, users.username, users.id, users_settings.hof_points FROM users_settings INNER JOIN users ON users_settings.user_id = users.id WHERE hof_points > 0 ORDER BY hof_points DESC, users.id ASC LIMIT 10', 'SQL query used to populate the hotel-view hall of fame panel.'),
('hotelview.promotional.points', '100', 'Amount of activity points awarded by the hotel-view promotion.'),
('hotelview.promotional.points.type', '5', 'Activity point type used by the hotel-view promotional reward.'),
('hotelview.promotional.reward.id', '11043', 'Base item ID used by the hotel-view promotional reward.'),
('hotelview.promotional.reward.name', 'bonusbag20_2', 'Public item name used by the hotel-view promotional reward.'),
('imager.internal.enabled', '1', 'Generate images locally instead of relying on an external imager service.'),
('imager.location.badgeparts', '/var/www/gamedata/badgeparts', 'Filesystem path where badge part assets are stored.'),
('imager.location.output.badges', '/var/www/testhotel/Cosmic/public/usercontent/badgeparts/generated/', 'Filesystem output path for generated badges.'),
('imager.location.output.camera', '/var/www/gamedata/camera/', 'Filesystem output path for saved camera photos.'),
('imager.location.output.thumbnail', '/var/www/gamedata/camera/thumbnail/', 'Filesystem output path for generated camera thumbnails.'),
('imager.url.youtube', 'imager.php?url=http://img.youtube.com/vi/%video%/default.jpg', 'Template URL used to fetch YouTube thumbnails.'),
('images.gamecenter.basejump', 'c_images/gamecenter_basejump/', 'Client asset path used for the basejump gamecenter images.'),
('images.gamecenter.snowwar', 'c_images/gamecenter_snowwar/', 'Client asset path used for the snowwar gamecenter images.'),
('info.shown', '1', 'Show the hotel information panel or startup information message.'),
('invisible.prevent.chat', '0', 'Prevent invisible users from speaking in rooms.'),
('io.bossgroup.threads', '1', 'Number of Netty boss-group threads used by the socket server.'),
('io.client.multithreaded.handler', '1', 'Handle incoming client packets with a multi-threaded pipeline.'),
('io.workergroup.threads', '5', 'Number of Netty worker-group threads used by the socket server.'),
('logging.debug', '0', 'Enable extra debug logging in the emulator logger.'),
('logging.errors.packets', '0', 'Log packet parsing errors.'),
('logging.errors.runtime', '1', 'Log runtime exceptions.'),
('logging.errors.sql', '1', 'Log SQL errors.'),
('logging.packets', '0', 'Log packet traffic in the standard logger.'),
('logging.packets.undefined', '0', 'Log undefined packets in the standard logger.'),
('login.access.jwt.secret', 'vA9OXBF7W8VBryT4xuOHIRtlfID60A2Sy54CjQZ7Nb/nL9gQKnbQJ5iYkyJ58TtD', ''),
('login.ratelimit.enabled', '1', ''),
('login.ratelimit.lockout_sec', '120', ''),
('login.ratelimit.max_attempts', '5', ''),
('login.ratelimit.window_sec', '60', ''),
('login.register.enabled', '1', ''),
('login.remember.duration.days', '30', ''),
('login.remember.jwt.secret', '', ''),
('login.remember.rotate.interval.minutes', '15', ''),
('login.turnstile.enabled', '0', ''),
('login.turnstile.secretkey', '', ''),
('login.turnstile.sitekey', '', ''),
('marketplace.enabled', '1', 'Global switch for the marketplace subsystem.'),
('monsterplant.seed.item_id', '4582', 'Configuration value used by `monsterplant.seed.item_id`.'),
('monsterplant.seed_rare.item_id', '4604', 'Configuration value used by `monsterplant.seed_rare.item_id`.'),
('moodlight.color_check.enabled', '1', 'Validate moodlight color values before applying them.'),
('navigator.eventcategories', '1,Hottest Events,false;2,Parties & Music,true;3,Role Play,true;4,Help Desk,true;5,Trading,true;6,Games,true;7,Debates & Discussions,true;8,Grand Openings,true;9,Friending,true;10,Jobs,true;11,Group Events,true', 'Semicolon-separated navigator event category definitions shown in the events tab.'),
('networking.tcp.proxy', '0', 'Enable TCP proxy-aware networking behaviour.'),
('new_user_credits', '0', 'This is the default setting for habbo credits when creating an account for the NitroV3 Login'),
('new_user_diamonds', '0', 'This is the default setting for habbo diamonds when creating an account for the NitroV3 Login'),
('new_user_duckets', '0', 'This is the default setting for habbo duckets when creating an account for the NitroV3 Login'),
('notify.staff.chat.auto.report', '1', 'Automatically notify staff when a chat report is created.'),
('packet.global.rate.limit', '50', ''),
('password.reset.url', 'http://localhost/reset-password', ''),
('path.furniture.icons', '${image.library.url}/icons/', 'Base path used by the client to load furniture icon assets.'),
('pathfinder.click.delay', '0', ''),
('pathfinder.diagonal.enabled', '1', ''),
('pathfinder.execution_time.milli', '25', 'Maximum pathfinder execution time in milliseconds before aborting.'),
('pathfinder.max_execution_time.enabled', '1', 'Enforce the pathfinder execution time limit.'),
('pathfinder.retro-style.diagonals', '0', ''),
('pathfinder.step.allow.falling', '1', 'Allow the pathfinder to walk down falling steps.'),
('pathfinder.step.maximum.height', '1.1', 'Maximum height difference the pathfinder may step onto.'),
('pirate_parrot.message.bubble', '28', 'Chat bubble style ID used by the pirate parrot.'),
('pirate_parrot.message.count', '6', 'Number of predefined messages available to the pirate parrot.'),
('postit.charlimit', '366', 'Maximum number of characters allowed on post-it notes.'),
('pyramids.max.delay', '18', 'Maximum delay allowed in the Pyramids minigame or puzzle timing.'),
('register.default.look', 'hr-100-7.hd-180-1.ch-210-66.lg-270-82.sh-290-80', ''),
('register.default.motto', 'I love Habbo!', ''),
('register.max_per_ip', '5', ''),
('rename.cooldown_days', '30', 'Days between username changes'),
('retro.style.homeroom', '1', 'Use retro-style home room behaviour in the navigator or onboarding flow.'),
('room.chat.delay', '0', 'Extra room chat delay applied before users can speak again.'),
('room.chat.mutearea.allow_whisper', '1', 'Allow whispering while a user stands inside a mute area.'),
('room.chat.prefix.format', '[%prefix%] ', 'HTML or text format used for room chat prefixes.'),
('room.promotion.badge', 'RADZZ', 'Badge code displayed on promoted rooms.'),
('rosie.bubble.image.url', '${image.library.url}notifications/generic.png', 'Image used by Rosie bubble notifications.'),
('rosie.buyroom.currency.type', '5', 'Currency type used by Rosie when buying a room or room package.'),
('runtime.threads', '8', 'Configuration value used by `runtime.threads`.'),
('save.private.chats', '1', 'Configuration value used by `save.private.chats`.'),
('save.room.chats', '1', 'Configuration value used by `save.room.chats`.'),
('scripter.modtool.tickets', '1', 'Expose moderation tickets to the scripter or automation tooling.'),
('seasonal.currency.diamond', '5', 'Currency type ID used for diamonds.'),
('seasonal.currency.ducket', '0', 'Currency type ID used for duckets.'),
('seasonal.currency.names', 'ducket;pixel;shell;diamond', 'Semicolon-separated display names for seasonal currency types.'),
('seasonal.currency.pixel', '0', 'Currency type ID used for pixels.'),
('seasonal.currency.shell', '4', 'Currency type ID used for shells.'),
('seasonal.primary.type', '5', 'Primary seasonal currency type ID.'),
('seasonal.types', '0;1;2;3;4;5;101;102;103;104;105', 'Semicolon-separated list of currency type IDs treated as seasonal currencies.'),
('session.reconnect.effect.id', '188', ''),
('session.reconnect.grace.seconds', '5', ''),
('smtp.from_address', 'no-reply@example.com', ''),
('smtp.from_name', 'Habbo Hotel', ''),
('smtp.host', 'localhost', ''),
('smtp.password', '', ''),
('smtp.port', '587', ''),
('smtp.provider', 'own', ''),
('smtp.username', '', ''),
('smtp.use_ssl', '0', ''),
('smtp.use_tls', '1', ''),
('subscriptions.hc.achievement', 'VipHC', 'Achievement code granted for the HC subscription tier.'),
('subscriptions.hc.discount.days_before_end', '7', 'Number of days before expiry when HC discount offers become available.'),
('subscriptions.hc.discount.enabled', '1', 'Enable discounted HC renewal offers.'),
('subscriptions.hc.payday.creditsspent_reset_on_expire', '1', 'Reset tracked credits spent when the HC subscription expires.'),
('subscriptions.hc.payday.currency', 'credits', 'Currency rewarded by the HC payday system.'),
('subscriptions.hc.payday.enabled', '1', 'Enable the HC payday reward system.'),
('subscriptions.hc.payday.interval', '1 month', 'Date interval used between HC payday reward runs.'),
('subscriptions.hc.payday.next_date', '2020-10-15 00:00:00', 'Next scheduled execution date for HC payday rewards.'),
('subscriptions.hc.payday.percentage', '10', 'Percentage of eligible spending returned by HC payday.'),
('subscriptions.hc.payday.query', 'SELECT SUM(cost_credits) AS `amount_spent` FROM `logs_shop_purchases` WHERE `user_id` = @user_id AND `timestamp` > @timestamp_start AND `timestamp` <= @timestamp_end AND `catalog_name` NOT LIKE \'CF_%\' AND `catalog_name` NOT LIKE \'CFC_%\';', ''),
('subscriptions.hc.payday.streak', '7=5;30=10;60=15;90=20;180=25;365=30', 'Semicolon-separated streak thresholds and rewards for HC payday.'),
('subscriptions.scheduler.enabled', '1', 'Enable the subscription background scheduler.'),
('subscriptions.scheduler.interval', '10', 'Interval in minutes between subscription scheduler runs.'),
('team.wired.update.rc-1', 'DO NOT REMOVE THIS SETTING!', 'Compatibility marker used by the custom team wired implementation. Do not remove.'),
('websockets.whitelist', '*', 'Place here the Webosocket lister and domain name'),
('wired.abuse.ban.duration.ms', '600000', ''),
('wired.abuse.max.events.per.window', '100', ''),
('wired.abuse.max.recursion.depth', '10', ''),
('wired.abuse.rate.limit.window.ms', '10000', ''),
('wired.engine.debug', '0', ''),
('wired.engine.enabled', '1', ''),
('wired.engine.exclusive', '1', ''),
('wired.engine.maxStepsPerStack', '100', ''),
('wired.tick.debug', '0', ''),
('wired.tick.interval.ms', '50', ''),
('wired.tick.resolution', '100', ''),
('wired.tick.thread.priority', '6', ''),
('wired.tick.workers', '6', ''),
('ws.nitro.host', '0.0.0.0', ''),
('ws.nitro.ip.header', 'X-Forwarded-For', ''),
('ws.nitro.port', '2096', '');
/*!40000 ALTER TABLE `emulator_settings` ENABLE KEYS */;
-- Dumping structure for table habbo.emulator_texts
DROP TABLE IF EXISTS `emulator_texts`;
CREATE TABLE IF NOT EXISTS `emulator_texts` (
`key` varchar(100) NOT NULL,
`value` varchar(4096) NOT NULL,
PRIMARY KEY (`key`) USING BTREE
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci ROW_FORMAT=DYNAMIC;
-- Dumping data for table habbo.emulator_texts: 804 rows
DELETE FROM `emulator_texts`;
/*!40000 ALTER TABLE `emulator_texts` DISABLE KEYS */;
INSERT INTO `emulator_texts` (`key`, `value`) VALUES
('', ''),
('alert.superwired.invalid', 'Invalid superwired configuration. Make sure to NOT use ; in the product field!'),
('ban.info.date_expire', 'Expire Date: '),
('ban.info.date_issued', 'Date: '),
('ban.info.ip', 'IP: '),
('ban.info.machine', 'Machine: '),
('ban.info.reason', 'Reason: '),
('ban.info.staff_id', 'Staff ID: '),
('ban.info.type', 'Ban Type: '),
('ban.info.user_id', 'User ID: '),
('be.cmd_buildheight.changed', 'Changed build height to %height%'),
('be.cmd_buildheight.disabled', 'Build height removed.'),
('be.cmd_buildheight.invalid_height', 'Invalid height! Build height must be between 0 - 40!'),
('be.cmd_buildheight.keys', 'buildheight;bh'),
('be.cmd_buildheight.not_specified', 'No buildheight set. Height must be between 0 - 40.'),
('be.cmd_setrotation.changed', 'Changed Furni Rotation to %rot%'),
('be.cmd_setrotation.disabled', 'Furni Rotation removed.'),
('be.cmd_setrotation.keys', 'rot;setrotation'),
('be.cmd_setrotation.not_specified', 'No rotation set. state must be between 0 - 6.'),
('be.cmd_setstate.changed', 'Changed state to %extra_data%'),
('be.cmd_setstate.disabled', 'state removed.'),
('be.cmd_setstate.keys', 'ss;setstate'),
('be.cmd_setstate.not_specified', 'No state set. state must be between 0 - 40.'),
('bots.butler.given', 'Here is your %key% %username%'),
('bots.visitor.list', 'Last %count% visits were: %list%'),
('bots.visitor.no_visits', 'There were no visitors when you were away.'),
('bots.visitor.visits', 'There were %count% visits since the last time you were away. If you want me to tell them say %positive%'),
('bubblealerts.notif_friendonline.message', '%username% just logged in! Say hi!'),
('bubblealerts.notif_mention.message', '%username% mentioned you. Click to visit %username% in %room_name%!'),
('camera.daily.limit', 'You have reached the daily photo limit. Try again tomorrow.'),
('camera.disabled', 'Sorry! Camera is disabled :('),
('camera.error.creation', 'Failed to create your picture. *sadpanda*'),
('camera.permission', 'You don\'t have permission to use the camera!'),
('camera.wait', 'Please wait %seconds% seconds before making another picture.'),
('command.cmd_userinfo.achievement_score', 'Score'),
('command.cmd_userinfo.allow_follow', 'Allow Follow'),
('command.cmd_userinfo.allow_friend_request', 'Allow Friend Request'),
('command.cmd_userinfo.allow_trade', 'Allow Trade'),
('command.cmd_userinfo.banned', 'Banned'),
('command.cmd_userinfo.ban_info', 'Recent Ban Info'),
('command.cmd_userinfo.credits', 'Credits'),
('command.cmd_userinfo.currencies', 'Currencies'),
('command.cmd_userinfo.current_activity', 'Current Activity'),
('command.cmd_userinfo.email', 'Email'),
('command.cmd_userinfo.ip_current', 'Current IP'),
('command.cmd_userinfo.ip_register', 'Register IP'),
('command.cmd_userinfo.motto', 'Motto'),
('command.cmd_userinfo.online', 'Online'),
('command.cmd_userinfo.pet_respect_left', 'Pet Respect Left'),
('command.cmd_userinfo.rank', 'Rank'),
('command.cmd_userinfo.respect_left', 'Respect Left'),
('command.cmd_userinfo.room', 'Room'),
('command.cmd_userinfo.total_bans', 'Total bans'),
('command.cmd_userinfo.userinfo', 'Userinfo'),
('command.cmd_userinfo.user_id', 'ID'),
('command.cmd_userinfo.user_name', 'Username'),
('commands.cmd_promote_offer.info', 'info'),
('commands.cmd_promote_offer.list', 'All available offers (%amount%):
%list%'),
('commands.cmd_promote_offer.list.entry', '%id%: %title% %description%'),
('commands.description.acc_debug', ':test [header] i:1 s:a b:1'),
('commands.description.cmd_about', ':about'),
('commands.description.cmd_alert', ':alert '),
('commands.description.cmd_allow_trading', 'Enables / Disables the tradelock for a user.'),
('commands.description.cmd_badge', ':badge '),
('commands.description.cmd_ban', ':ban